Commit Graph

126 Commits

Author SHA1 Message Date
burnettk 9723de230d fix bug and make cypress test a bit more stable by ensuring we are not seeing the result from the last request 2022-06-23 17:10:49 -04:00
burnettk fa81f89ea8 update readme 2022-06-23 16:43:58 -04:00
jasquat 318bb0c324 added filters to process instance list w/ burnettk 2022-06-23 14:01:25 -04:00
github-actions[bot] 2133a14fae
Merge pull request #19 from sartography/dependabot/npm_and_yarn/cypress-10.2.0
Bump cypress from 10.1.0 to 10.2.0
2022-06-22 04:47:31 +01:00
dependabot[bot] 115766b98a
Bump cypress from 10.1.0 to 10.2.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 10.1.0 to 10.2.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.1.0...v10.2.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-06-22 03:38:56 +00:00
jasquat f5771c9cab fixed compile issue 2022-06-21 09:20:24 -04:00
burnettk 82bec803ba lint 2022-06-20 23:22:19 -04:00
jasquat 849011f69e added test to delete a process instance w/ burnettk 2022-06-20 16:43:47 -04:00
jasquat 2471dff174 moved delete buttons to edit pages and added the update portion to the crud tests w/ burnettk 2022-06-20 15:07:09 -04:00
jasquat 8f1ad42d6d added tests for new bpmn and dmn diagrams and added edit functionality to groups and models w/ burnettk 2022-06-20 14:45:15 -04:00
Kevin Burnett 0819d44a33
Merge pull request #18 from sartography/dependabot/npm_and_yarn/testing-library/user-event-14.2.1
Bump @testing-library/user-event from 14.2.0 to 14.2.1
2022-06-20 15:48:19 +00:00
jasquat 78b6ccb3c8 pass process group id into process model calls and wait 500ms before saving diagrams in tests 2022-06-20 10:57:08 -04:00
jasquat 49fc889456 added a wait in the tests for after saving dmn and bpmn diagrams w/ burnettk 2022-06-20 09:21:35 -04:00
dependabot[bot] 76a0a70b3e
Bump @testing-library/user-event from 14.2.0 to 14.2.1
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.2.0 to 14.2.1.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v14.2...v14.2.1)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 03:46:41 +00:00
burnettk 893c345ba8 add report of process instances that grabs some specific data, but can be generalized 2022-06-19 22:12:10 -04:00
jasquat c717721ba5 only load the diagram editor once and added tests to test editing and running a process model 2022-06-17 17:03:20 -04:00
jasquat 5501de431f added some cypress tests and added note in readme that this is still being developed w/ burnettk 2022-06-17 14:28:47 -04:00
jasquat a398cf4e3c use cypress.io for artifacts instead of github w/ burnettk 2022-06-17 11:33:59 -04:00
jasquat acb13c363f checkout samples as well w/ burnettk 2022-06-17 11:18:34 -04:00
jasquat ac81d69e61 attempt to send data to cypress.io w/ burnettk 2022-06-17 11:05:14 -04:00
jasquat 5d2ffa3111 attempt to wait for backend and frontend to be up w/ burnettk 2022-06-17 10:35:38 -04:00
jasquat edf6293d33 put working-directory under with for cypress w/ burnettk 2022-06-17 10:13:35 -04:00
jasquat 2a5308b7cb fixed tests.yml w/ burnettk 2022-06-17 10:12:18 -04:00
jasquat 305e5a9073 attempt to run cypress tests in ci w/ burnettk 2022-06-17 10:07:05 -04:00
jasquat ab6a3fdb2b add pagination to process models and added some cypress tests w/ burnettk 2022-06-16 17:31:13 -04:00
burnettk 588f868ca0 add favicon 2022-06-16 12:52:15 -04:00
jasquat 8ad5dd9816 added pagination for process groups w/ burnettk 2022-06-16 11:24:23 -04:00
jasquat eada473ef6 some updates to the script editor w/ burnettk 2022-06-16 10:28:02 -04:00
burnettk a48de27264 undo double fix 2022-06-16 09:42:38 -04:00
jasquat 5f0bb5a342 Merge branch 'main' of github.com:sartography/spiffworkflow-frontend 2022-06-16 09:29:59 -04:00
burnettk 3482781bcf bump lib 2022-06-16 09:29:07 -04:00
burnettk 0964473b06 whenever the text changes in the model update the script text in memory, updating size 2022-06-15 18:41:20 -04:00
burnettk cb8f30da1a use pagination 2022-06-15 17:49:05 -04:00
jasquat e4a1261658 added nicer script editor w/ burnettk 2022-06-15 17:34:25 -04:00
jasquat 2a3fe23963 cleaned up the react diagram editor and removed bpmn-js manual edit for scriptTasks without properties-panel w/ burnettk 2022-06-15 15:31:26 -04:00
jasquat 2ab8c20ed1 mostly using spiffworkflow prop panel 2022-06-15 13:52:00 -04:00
github-actions[bot] 85a7abe1a3
Merge pull request #15 from sartography/dependabot/npm_and_yarn/react-dom-18.2.0
Bump react-dom from 18.1.0 to 18.2.0
2022-06-15 04:37:33 +01:00
dependabot[bot] ce159531f1
Bump react-dom from 18.1.0 to 18.2.0
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.1.0 to 18.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-15 03:34:55 +00:00
github-actions[bot] bc56829519
Merge pull request #14 from sartography/dependabot/npm_and_yarn/react-18.2.0
Bump react from 18.1.0 to 18.2.0
2022-06-15 04:33:56 +01:00
dependabot[bot] 4de9e12544
Bump react from 18.1.0 to 18.2.0
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.1.0 to 18.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-15 03:31:48 +00:00
jasquat ced1e79db9 added header button to props panel, using craco now, and added an editor to the bpmn edit page w/ burnettk 2022-06-14 17:15:44 -04:00
jasquat c41a6752a3 we can add a text field to the panel w/ burnettk 2022-06-14 17:00:08 -04:00
jasquat 0bf3336cbe wip added some test code to added properties to bpmn xml w/ burnettk 2022-06-13 17:35:35 -04:00
jasquat 1f242f3a60 renamed docker_restart to deploy and added a git pull to it w/ burnettk 2022-06-13 14:26:16 -04:00
jasquat 0c9350b53c use the same diagram editor for bpmn and dmn w/ burnettk 2022-06-13 14:04:08 -04:00
jasquat 9554ada481 attempting to use the same diagram editor for both bpmn and dmn w/ burnettk 2022-06-13 12:27:26 -04:00
jasquat 59ec791d6e dmn and bpmn diagrams can be created and edited w/ burnettk 2022-06-13 12:10:39 -04:00
jasquat f40e56fcdf added some dmn support but disabled bpmn for right now w/ burnettk 2022-06-13 10:52:48 -04:00
Kevin Burnett 990441a631
Merge pull request #6 from sartography/dependabot/npm_and_yarn/testing-library/user-event-14.2.0
Bump @testing-library/user-event from 13.5.0 to 14.2.0
2022-06-10 21:36:37 +00:00
burnettk 7987af1a99 update meta description 2022-06-10 17:28:32 -04:00