Commit Graph

3046 Commits

Author SHA1 Message Date
Dan Funk 89822059d9
File tree update (#306)
* File tree update

* Update learn_basics.md

---------

Co-authored-by: Phillana26 <134319064+Phillana26@users.noreply.github.com>
2023-06-07 12:39:43 +05:00
jbirddog 764373c630
npm update bpmn-js-spiffworkflow (#308) 2023-06-06 18:26:20 -07:00
jasquat d6eafcafaa
allow specifying multiple minimum date checks for a field w/ burnettk (#305)
* allow specifying multiple minimum date checks for a field w/ burnettk

* show title of field to compare minimum date with

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2023-06-06 18:25:54 -07:00
jbirddog 57d16e3c93
Fix issue when timer start event is greater than a day (#303)
* Fix issue when start time is greater than a day

* Add some cycle timer tests

* Add some more tests

* Getting ./bin/pyl to pass
2023-06-06 18:25:26 -07:00
jbirddog dd1195a44b
Bump flask for safety (#304)
* Bump flask for safety

* let snyk check flask again w/ burnettk

* attempt to use the same revision for front w/ burnettk

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2023-06-06 17:33:48 -07:00
Kevin Burnett a7ff273a96
let dependabot update packages in one directory just to dip our toes (#300)
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-06-06 16:26:05 -07:00
jbirddog 844defa3ed
Start of DevOps/Connector Proxy docs (#301)
* WIP, moving over connector proxy docs

* Updated docs
2023-06-06 10:21:08 -07:00
usama9500 51f5963f20 fixing column symbols 2023-06-06 18:55:09 +05:00
usama9500 566e1bd7a3 adding content in basics 2023-06-06 13:42:22 +05:00
Madhurya Liyanage 0f3e6adb44 Fixed an issue in a test cases and updated numbering 2023-06-05 16:58:24 +05:30
Madhurya Liyanage 8b3e1932c7 Added validations to check the user entered data for special character related test case and edit request test cases 2023-06-05 16:14:45 +05:30
Madhurya Liyanage 7de1134bb5 Updated wait time for file upload related test cases and added numbering for test cases. 2023-06-05 16:13:12 +05:30
usama950 fa691174e0 Updating structure of getting started section 2023-06-03 13:51:24 +05:00
jasquat 7f80f2b6df
added a little error handling to the typeahead widget w/ burnettk 2023-06-02 14:07:44 -04:00
jasquat 63bed1a385
upgrade cryptography for security w/ burnettk 2023-06-02 12:09:24 -04:00
Kevin Burnett 97021948ba
Merge pull request #297 from sartography/feature/allow-turning-off-restricted-python
allow turning off restricted python
2023-06-02 15:52:57 +00:00
jasquat 2811354da2
Merge pull request #299 from sartography/feature/fix_subprocesses_for_unit_tests
Feature/fix subprocesses for unit tests
2023-06-02 11:51:56 -04:00
jasquat 1fcb75e57a
pyl w/ burnettk 2023-06-02 11:24:49 -04:00
jasquat bbb0ff30ae
synced unit tests with sample and added support for subprocesses for bpmn unit tests w/ burnettk 2023-06-02 11:20:41 -04:00
burnettk 1658de6101
add some ids to completed instances tables for testability 2023-06-02 10:59:26 -04:00
burnettk a6aac1d730
add some ids to homepage tables for testability 2023-06-02 10:52:17 -04:00
jasquat 6c5ddc65c4
Merge pull request #294 from sartography/feature/typeahead_in_custom_widgets
Feature/typeahead in custom widgets
2023-06-02 10:34:00 -04:00
jasquat 7de1a52c6e
include json in script task imports 2023-06-02 10:18:33 -04:00
danfunk ebb8b243b2 Documentation Updates
- updated conf.py with some new settings
- updated the documentation
- provided an example of section heading
- added a few additional requirements
2023-06-02 08:25:39 -04:00
burnettk d8e96c3b9e
allow turning off restricted python 2023-06-01 17:52:01 -04:00
jasquat 3c83557b30
added admin guide doc to explain how to delete and terminate a process instance w/ burnettk 2023-06-01 16:55:30 -04:00
jasquat 3860acd926
use sqlite for docker compose db and use a volume so data persists w/ burnettk 2023-06-01 16:36:37 -04:00
Dan Funk d5e4d3a4ee
Merge pull request #296 from sartography/feature/better_interstitial_spinner_and_suspend_message
Feature/better interstitial spinner and suspend message
2023-06-01 15:47:10 -04:00
jasquat e939652d99
Merge branch 'main' of github.com:sartography/spiff-arena 2023-06-01 15:10:05 -04:00
jasquat f01ac50efb
do not save unwanted fields to process json files on disk w/ burnettk 2023-06-01 15:10:01 -04:00
danfunk c0102587ef updaing the wishlist. 2023-06-01 15:08:55 -04:00
danfunk 3178ce2573 Merge remote-tracking branch 'origin/main' into feature/better_interstitial_spinner_and_suspend_message 2023-06-01 15:07:25 -04:00
danfunk 9aa52bcd27 Introduced a small spinner to the interstitial view on the Process Instance Show page.
Display reasonable messages when a processes is suspended or errored. Can't do much with terminated.
Show the spinner more frequently and consistently.
When running ruff, ignore everything in .gitignore
2023-06-01 15:05:59 -04:00
Kevin Burnett 7de9c8d156
Merge pull request #295 from sartography/ci/notify-discord-for-all-builds
ci: sent Discord notifications for all builds
2023-06-01 18:18:00 +00:00
Jakub Sokołowski 99911cba6f
ci: sent Discord notifications for all builds
Just for more clarity on build status. No more guessing.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-06-01 20:16:17 +02:00
jasquat 08f1cd8e50
removed useless def comments that started with and underscore as well 2023-06-01 13:52:07 -04:00
jasquat bff226c31c
also support placeholder text w/ burnettk 2023-06-01 11:09:58 -04:00
jasquat 02ef9f4ce1
a little cleanup w/ burnettk 2023-06-01 10:55:46 -04:00
Kevin Burnett 1de6eee991
Merge pull request #287 from sartography/feature/new-ux-options-for-adding-files
allow markdown uploads and add some different ux options for adding files
2023-06-01 14:44:35 +00:00
jasquat 27bd66d93b
Merge remote-tracking branch 'origin/main' into feature/typeahead_in_custom_widgets 2023-06-01 10:43:37 -04:00
jasquat 1a788cdcea
added missing rjsf elements into typeahead widget 2023-06-01 10:43:34 -04:00
burnettk 23545a0324
use icons for running unit tests, w/ lantz 2023-06-01 10:43:27 -04:00
burnettk 16056e427d
update UX after feedback from team 2023-06-01 10:07:01 -04:00
Madhurya Liyanage b7cb3c32b9 Updates to match the new UI changes 2023-06-01 12:16:09 +05:30
jasquat ab2a04f4fa
only run eslint if there is a change in frontend w/ burnettk 2023-05-31 16:28:56 -04:00
jasquat 35864d8abe
removed useless class and def comments from python code w/ burnettk 2023-05-31 16:28:06 -04:00
jasquat d5d4fdac39
attempt to store typeahead item as json object string w/ burnettk 2023-05-31 15:58:35 -04:00
jasquat 781a7be04a
moved carbon theme items around w/ burnettk 2023-05-31 15:16:51 -04:00
danfunk bf85a37a02 adding wishlist to the documentation. 2023-05-31 14:04:37 -04:00
burnettk 38c28c8054
Merge remote-tracking branch 'origin/main' into feature/new-ux-options-for-adding-files 2023-05-31 12:38:34 -04:00