423 Commits

Author SHA1 Message Date
jasquat
d30bd05987 Merge branch 'main' of github.com:sartography/spiffworkflow-frontend 2022-09-28 17:37:26 -04:00
jasquat
61ab0456c3 create a script unit test for a given process instance w/ burnettk 2022-09-28 17:37:23 -04:00
mike cullerton
a6b7918392 add secret show 2022-09-28 16:52:21 -04:00
jasquat
8258f33f88 pass the current script to the backend for testing and not rely on what is saved to the bpmn file w/ burnettk 2022-09-28 15:59:15 -04:00
jasquat
c521e0f7fe added error to failing line number in script unit test w/ burnettk 2022-09-28 15:18:44 -04:00
jasquat
270708b2b8 added feedback to script unit tests 2022-09-28 10:48:55 -04:00
mike cullerton
813ca7a112 add secret new 2022-09-28 09:26:25 -04:00
mike cullerton
d6cc3f7a61 add secret list 2022-09-28 09:09:51 -04:00
burnettk
660384d22f use container and columns to organize 2022-09-27 21:54:15 -04:00
burnettk
fe6ea1ba96 center 2022-09-27 21:36:10 -04:00
burnettk
ef4910517f big and green 2022-09-27 21:30:15 -04:00
burnettk
4144f2c638 use script unit test branch of frontend lib 2022-09-27 17:58:26 -04:00
jasquat
8f2a5cd0f6 removed debug console log w/ burnettk 2022-09-27 17:41:47 -04:00
jasquat
9f28f191a4 added ability to run a unit test from the frontend w/ burnettk 2022-09-27 17:39:01 -04:00
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