jasquat
|
7fc255c81b
|
minor change to kickoff tests
|
2022-08-02 14:53:46 -04:00 |
jasquat
|
25bdbb3e41
|
cypress tests seem to be mostly passing
|
2022-08-02 14:35:55 -04:00 |
jasquat
|
b5d3348e56
|
minor change to kickoff tests
|
2022-08-02 09:59:27 -04:00 |
jasquat
|
16c5592acb
|
minor change to kickoff tests
|
2022-08-01 16:37:05 -04:00 |
jasquat
|
06d40ac85f
|
updated several FIXME lines for typescript errors
|
2022-07-29 16:23:55 -04:00 |
jasquat
|
23cb59b287
|
some updates to work with new auth system in acceptance tests
|
2022-07-29 14:44:57 -04:00 |
jasquat
|
aa908db743
|
Merge remote-tracking branch 'origin/main' into feature/login_through_backend
|
2022-07-29 11:55:11 -04:00 |
jasquat
|
41b2a90d43
|
added tests for tasks and form navigation
|
2022-07-29 11:41:42 -04:00 |
mike cullerton
|
c6bc09ae85
|
Fixed typo
|
2022-07-28 16:01:18 -04:00 |
jasquat
|
5aaac8bdeb
|
use local storage instead of session so it persists between tabs
|
2022-07-28 14:17:54 -04:00 |
jasquat
|
f0c4576d8c
|
fixed lint stuff w/ cullerton
|
2022-07-28 12:12:11 -04:00 |
jasquat
|
440fe1bc69
|
logout is now working as well w/ cullerton
|
2022-07-28 12:11:13 -04:00 |
jasquat
|
4e3dd6539d
|
store access token in session and some code to logout
|
2022-07-28 10:32:18 -04:00 |
jasquat
|
7c8cb8916f
|
changes to login through the backend
|
2022-07-28 08:20:56 -04:00 |
jasquat
|
b78e989d47
|
added the current task name to the action button in the list table
|
2022-07-26 13:22:19 -04:00 |
jasquat
|
e31ece0178
|
added word Current to current task on task show nav
|
2022-07-26 12:47:17 -04:00 |
jasquat
|
5c80ebcc25
|
Merge pull request #41 from sartography/feature/highlight_active_task
Feature/highlight active task
|
2022-07-26 12:08:56 -04:00 |
jasquat
|
77d8abea31
|
always archive cypress stuff on failure
|
2022-07-26 11:11:23 -04:00 |
jasquat
|
3d74c64a09
|
Merge pull request #42 from sartography/feature/form_navigation
Feature/form navigation
|
2022-07-25 17:05:05 -04:00 |
jasquat
|
7f14a97974
|
updated process instance show page to make a call out to tasks as well to get task data
|
2022-07-25 16:48:14 -04:00 |
jasquat
|
a518177ce8
|
Merge remote-tracking branch 'origin/feature/form_navigation' into feature/highlight_active_task
|
2022-07-25 15:27:10 -04:00 |
jasquat
|
1444b0940e
|
archive correct location of logs
|
2022-07-25 15:02:47 -04:00 |
jasquat
|
eb96927dc4
|
added new task nav on show page
|
2022-07-25 14:43:41 -04:00 |
jasquat
|
0b63ae5367
|
some updates to use task for forms instead of active_task
|
2022-07-25 11:47:42 -04:00 |
jasquat
|
8dad219cbc
|
add the path back in to archive logs
|
2022-07-22 11:38:33 -04:00 |
jasquat
|
bef839da71
|
fixed up the process instance show page a little bit
|
2022-07-22 11:33:36 -04:00 |
jasquat
|
8d6ebf1e96
|
fixed some compilation issues and created common method to seconds to formatted date
|
2022-07-22 09:02:55 -04:00 |
jasquat
|
2354879324
|
highlight the active task and gray out completed tasks
|
2022-07-21 16:59:09 -04:00 |
jasquat
|
e5ac291614
|
added ability to call completed task endpoint so a user can traverse old form data
|
2022-07-20 15:42:11 -04:00 |
jasquat
|
0ed02c1bac
|
cypress apparently costs money so archive to github as well
|
2022-07-19 17:17:52 -04:00 |
jasquat
|
12d17f50d2
|
if return result of a task is another task then navigate to that task
|
2022-07-19 16:59:41 -04:00 |
jasquat
|
b2963f9725
|
added ability to add and edit json files for forms
|
2022-07-19 14:39:13 -04:00 |
jasquat
|
6c9017c1aa
|
create react app supports admin routes more natively
|
2022-07-19 10:00:33 -04:00 |
jasquat
|
02d3b26300
|
cleaned up the error boundary component a little bit
|
2022-07-19 08:36:15 -04:00 |
jasquat
|
f2d3e828f6
|
fixed linting issues
|
2022-07-18 16:37:17 -04:00 |
jasquat
|
b81e77d9bf
|
renamed variable to better name
|
2022-07-18 16:03:05 -04:00 |
jasquat
|
c14afc52c1
|
finished updated fetch calls to use new httpService method
|
2022-07-18 13:31:08 -04:00 |
jasquat
|
abf7786844
|
updated remaining get calls to the backend to use the new common method
|
2022-07-15 15:45:06 -04:00 |
jasquat
|
5e9ba76c77
|
added method to make api calls to the backend and updated some calls to use it
|
2022-07-15 15:21:39 -04:00 |
jasquat
|
cdc5493eb2
|
moved auth header stuff to user service to make injecting the keycloak auth header easier w/ cullerton
|
2022-07-15 11:49:44 -04:00 |
jasquat
|
f762b13b80
|
build the docker image before stopping the old to avoid downtime
|
2022-07-15 09:55:44 -04:00 |
jasquat
|
c5cd891a25
|
Revert "attempting to run form builder from local source"
This reverts commit 58888c14d4 .
|
2022-07-15 09:16:14 -04:00 |
jasquat
|
58888c14d4
|
attempting to run form builder from local source
|
2022-07-15 09:15:13 -04:00 |
github-actions[bot]
|
f5f5e86524
|
Merge pull request #39 from sartography/dependabot/npm_and_yarn/typescript-eslint/parser-5.30.6
Bump @typescript-eslint/parser from 5.30.5 to 5.30.6
|
2022-07-14 05:14:45 +01:00 |
dependabot[bot]
|
688e407c70
|
Bump @typescript-eslint/parser from 5.30.5 to 5.30.6
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.30.5 to 5.30.6.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.6/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-14 04:04:12 +00:00 |
github-actions[bot]
|
d1b7a194df
|
Merge pull request #38 from sartography/dependabot/npm_and_yarn/types/node-18.0.4
Bump @types/node from 18.0.1 to 18.0.4
|
2022-07-14 05:03:01 +01:00 |
dependabot[bot]
|
7d1ce55a0b
|
Bump @types/node from 18.0.1 to 18.0.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.1 to 18.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-14 03:52:26 +00:00 |
burnettk
|
e6f7835162
|
lint
|
2022-07-13 23:35:43 -04:00 |
burnettk
|
7e46ed7d90
|
bump
|
2022-07-13 22:54:06 -04:00 |
jasquat
|
fa3508f89b
|
updated bpmn-js-spiffworkflow for data object rules fix w/ burnettk cullerton
|
2022-07-13 16:48:34 -04:00 |