Commit Graph

409 Commits

Author SHA1 Message Date
jasquat 098104d1bf allow viewing and editing script unit tests from the script editor w/ burnettk 2022-09-27 14:39:42 -04:00
burnettk 986085c824 bump 2022-09-27 14:39:12 -04:00
jasquat 0f81dd2490 make the date ranges on the instance list page look like the status inputs w/ burnettk 2022-09-26 10:32:59 -04:00
burnettk 2f1ebffe73 spiff up process models new form 2022-09-25 22:49:52 -04:00
burnettk d5db55c32a spiff up process groups new form 2022-09-25 20:26:16 -04:00
Kevin Burnett 2d56988a57
Merge pull request #72 from sartography/feature/process_instance_list
Feature/process instance list
2022-09-23 19:40:43 +00:00
jasquat 2f71fd0e88 we no longer need all for process statuses w/ cullerton 2022-09-23 15:38:31 -04:00
jasquat 158e36db63 added tests for filtering by multiple statuses 2022-09-23 15:29:25 -04:00
jasquat 7bc0c98629 added ability to filter by multiple statuses 2022-09-23 14:20:29 -04:00
jasquat 59e3ae0fda fixed npm test 2022-09-23 11:48:28 -04:00
jasquat a93a2f06c9 show process model name if given on process intances page and fixed some tests 2022-09-23 11:27:19 -04:00
jasquat 5cf1d6f70a fixed several tests w/ burnettk 2022-09-22 17:24:00 -04:00
jasquat 7ae41c2b24 updates to send query params to list endpoints in api w/ burnettk 2022-09-22 15:41:12 -04:00
jasquat 830c30a650 some initial list all process intances w/ burnettk 2022-09-22 13:09:53 -04:00
jasquat f65013804d lint issue w/ burnettk cullerton 2022-09-21 17:27:31 -04:00
jasquat fe76cf0e11 display the correct username w/ burnettk cullerton 2022-09-21 17:27:07 -04:00
jasquat c52632338d
Merge pull request #71 from sartography/feature/message_instance_list
add view on process instance show page to view related messages
2022-09-20 15:23:52 -04:00
jasquat 215cb33630 removed console log 2022-09-20 15:23:18 -04:00
jasquat 08cefa8eb7 add view on process instance show page to view related messages 2022-09-20 13:26:59 -04:00
github-actions[bot] d47cddcbb1
Merge pull request #68 from sartography/dependabot/npm_and_yarn/cypress-10.8.0
Bump cypress from 10.6.0 to 10.8.0
2022-09-16 04:25:21 +00:00
dependabot[bot] 2cf60acbba
Bump cypress from 10.6.0 to 10.8.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 10.6.0 to 10.8.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v10.6.0...v10.8.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 04:09:05 +00:00
github-actions[bot] eedd23370a
Merge pull request #67 from sartography/dependabot/npm_and_yarn/web-vitals-3.0.2
Bump web-vitals from 2.1.4 to 3.0.2
2022-09-16 04:08:03 +00:00
dependabot[bot] 9fcd313e5f
Bump web-vitals from 2.1.4 to 3.0.2
Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.0.2.
- [Release notes](https://github.com/GoogleChrome/web-vitals/releases)
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.0.2)

---
updated-dependencies:
- dependency-name: web-vitals
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 03:50:17 +00:00
jasquat 4fa683e9dd Merge branch 'main' of github.com:sartography/spiffworkflow-frontend 2022-09-15 17:32:01 -04:00
jasquat 7c48189557 set error messages on diagram save 2022-09-15 17:31:57 -04:00
burnettk c6d221b9b3 frontend test fix 2022-09-15 14:19:44 -04:00
jasquat 0f34698d06 show task submitting error messages to users w/ burnettk 2022-09-15 09:29:06 -04:00
jasquat b9812b99cf use error instead of log for printing errors to the console w/ burnettk 2022-09-14 14:41:30 -04:00
burnettk 2352e0376c bump 2022-09-12 16:04:05 -04:00
jasquat 7c1495e215 updated remaining calls to file to use files and do not try to highlight tasks that exist in an external process w/ burnettk 2022-09-12 14:18:25 -04:00
burnettk 72f3fc59f4 rename file to files in paths, and allow deleting files 2022-09-12 08:53:26 -04:00
burnettk 8c40973275 WIP on file delete 2022-09-12 08:22:34 -04:00
burnettk 4a659f8739 use process_model_display_name in UI 2022-09-11 22:02:51 -04:00
burnettk d7ccefa817 fix lint 2022-09-09 16:35:12 -04:00
jasquat 722083a9dd added cypress test for process instance logs w/ burnettk 2022-09-09 16:18:49 -04:00
jasquat e3ccb5db44 added log list page w/ burnettk cullerton 2022-09-09 13:17:31 -04:00
burnettk 2bf74e9915 pull in called activity update in properties panel 2022-09-07 19:47:13 -04:00
jasquat 42441a2be4 updated bpmn-js-spiffworkflow w/ burnettk 2022-09-02 14:40:33 -04:00
jasquat be279e098d fixed cypress tests 2022-09-02 09:22:57 -04:00
jasquat ecb7020a6e update bpmn-js-spiffworkflow 2022-09-02 08:56:15 -04:00
jasquat eb697458eb added ability to show the instructions for a manual task w/ burnettk 2022-09-01 17:34:17 -04:00
jasquat 95f3c75732 removed onkeyup w/ burnettk 2022-09-01 16:13:10 -04:00
jasquat 57d576e653 lint issue w/ burnettk 2022-09-01 16:10:36 -04:00
jasquat cb207766c7 show confirmation when deleting items w/ burnettk 2022-09-01 15:54:02 -04:00
jasquat b5d6e1cb2e
Merge pull request #64 from sartography/feature/service_tasks
Feature/service tasks
2022-09-01 14:29:03 -04:00
jasquat 88afa8d7c9 fixed lint issue w/ burnettk 2022-09-01 14:23:58 -04:00
jasquat 6c77638902 additional support for service tasks w/ burnettk 2022-08-31 17:14:08 -04:00
jasquat 16fca37017 Merge remote-tracking branch 'origin/main' into feature/service_tasks 2022-08-31 09:44:26 -04:00
burnettk 94f2ac8430 use the task title, which is the bpmn name, instead of the name, which is the id 2022-08-30 18:42:16 -04:00
jasquat 4f27f5d103 initial work to get service tasks from backend w/ burnettk 2022-08-30 17:32:13 -04:00