Commit Graph

405 Commits

Author SHA1 Message Date
Dan Funk 74f64ea024
Merge pull request #17 from sartography/feature/script_unit_tests
Feature/script unit tests
2022-10-11 10:25:14 -04:00
dependabot[bot] e3aa76e051
Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 04:45:14 +00:00
burnettk 777e341798 dedup eslint config 2022-10-01 00:09:57 -04:00
burnettk 2db50cb738 minor cleanup 2022-09-30 16:16:16 -04:00
Dan 9de648c5c6 Allow setting the variable that will contain the result of a service call, and add a quick sanity test on the Service Task properties panel. 2022-09-30 12:53:12 -04:00
burnettk 5c91a2d0fd Merge remote-tracking branch 'origin/main' into feature/script_unit_tests 2022-09-30 10:18:45 -04:00
Kevin Burnett 4e26fc225f
Merge pull request #16 from sartography/feature/avoid-generic-styles
this class is used by bootstrap and has been the thing screwing up our margins
2022-09-30 14:18:07 +00:00
burnettk c0192a2ff3 Merge remote-tracking branch 'origin/main' into feature/script_unit_tests 2022-09-29 23:23:59 -04:00
Kevin Burnett 77425bca7e
Merge pull request #15 from sartography/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-09-30 03:20:07 +00:00
burnettk 65070fbba0 this class is used by bootstrap and has been the thing screwing up our margins 2022-09-29 23:19:04 -04:00
jasquat 19cc2e3961 fixes to add and update script unit tests w/ burnettk 2022-09-27 17:40:12 -04:00
jasquat 28eccc0d00 merged in main and resolved conflicts w/ burnettk 2022-09-27 10:31:45 -04:00
Dan dd34b6182b Undoing mistakes from yesterday and today. 2022-09-23 14:32:25 -04:00
Dan d804a48f96 Revert "clean up git."
This reverts commit e21aa6fe54.
2022-09-23 14:28:56 -04:00
Dan 749e5bdc11 Revert "Fixing a bad package file."
This reverts commit a9ba008788.
2022-09-23 14:28:49 -04:00
Dan 84d071e912 Revert "fix publish action."
This reverts commit dc1d381c31.
2022-09-23 14:28:42 -04:00
Dan e3edeb3e2f Revert "Bumping version."
This reverts commit d5b0a91d52.
2022-09-23 14:28:31 -04:00
Dan d5b0a91d52 Bumping version. 2022-09-22 11:09:35 -04:00
Dan dc1d381c31 fix publish action. 2022-09-22 11:06:27 -04:00
Dan a9ba008788 Fixing a bad package file. 2022-09-22 10:45:19 -04:00
Dan e21aa6fe54 clean up git. 2022-09-22 10:36:31 -04:00
Dan 3fc09c271d Clean up dependencies, and assure build / package process creates something that is easy to import and use. 2022-09-22 10:36:00 -04:00
Dan bd9d530a50 prep for release. 2022-09-21 13:44:10 -04:00
Dan a2824cb8ec A little more clean up of code and examples. 2022-09-21 09:10:34 -04:00
Dan 00c9b7638a Moving file operations into a seperate javscript file to help clean up the example. 2022-09-20 16:18:59 -04:00
jasquat cfb2badc72 remove all related messageRefs when removing a message 2022-09-20 09:35:58 -04:00
burnettk e7b08a13de update script task naming 2022-09-19 14:34:10 -04:00
burnettk f65ee39133 update bpmn script task 2022-09-19 14:27:14 -04:00
burnettk 4ce085017d Merge remote-tracking branch 'origin/main' into feature/script_unit_tests 2022-09-19 14:05:18 -04:00
jasquat 1f86a459eb show placeholder help message if no correlation keys exist when editing a property w/ burnettk 2022-09-19 11:17:56 -04:00
jasquat 5b155c040f update the prop panel when selecting a correlation key for a property w/ burnettk 2022-09-19 11:04:30 -04:00
jasquat 4b377a80aa started adding tests 2022-09-15 14:00:47 -04:00
jasquat 9926fb900f unit tests can be added and deleted from script tasks w/ burnettk 2022-09-12 17:14:26 -04:00
jasquat 58e3e7c158 some initial work to support script unit tests w/ burnettk 2022-09-12 15:31:01 -04:00
jasquat a9196834ff some minor cleanup w/ burnettk cullerton 2022-09-08 16:23:06 -04:00
dependabot[bot] 6522963d4f
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 05:10:09 +00:00
jasquat c4f46a4d52 added support for call activities w/ burnettk cullerton 2022-09-06 15:43:04 -04:00
Dan 44e3680df8 fixing tests. 2022-09-06 13:06:11 -04:00
jasquat 1b7973ade5 fixed setting updating message properties and removed service_tasks since that is handled as an extension now 2022-09-02 14:35:21 -04:00
jasquat 4e68e61781 added ability to add instructions to manual task w/ burnettk 2022-09-01 17:34:32 -04:00
jasquat 8fc6cdbbf8
Merge pull request #14 from sartography/feature/service_tasks
Feature/service tasks
2022-09-01 14:19:40 -04:00
jasquat e17c9c8d01 sort service task lists w/ burnettk 2022-08-31 17:10:58 -04:00
jasquat 7ea8891f5c use id instead of name for service task parameters w/ burnettk 2022-08-31 12:41:49 -04:00
jasquat 70d7ae8491 store the service task parameter values so we can remember when switching between operators w/ burnettk 2022-08-31 12:23:53 -04:00
jasquat f89104742b a little refactor for service tasks w/ burnettk 2022-08-31 12:06:53 -04:00
jasquat 8407ead54b we can add service operator from scratch as well w/ burnettk 2022-08-31 11:55:01 -04:00
jasquat 2f04b9a172 we can update the service task operator w/ burnettk 2022-08-31 11:51:27 -04:00
jasquat 0208ee7dfb we can modify the service task parameter value w/ burnettk 2022-08-31 11:05:27 -04:00
jasquat d3598f39da call the group items from the serve properties file w/ burnettk 2022-08-30 17:31:52 -04:00
jasquat bdeb584485 some support to communicate service tasks with the app using the event bus w/ burnettk 2022-08-30 17:04:31 -04:00