jbirddog
228a06b876
Start of DevOps/Connector Proxy docs ( #301 )
...
* WIP, moving over connector proxy docs
* Updated docs
2023-06-06 10:21:08 -07:00
usama9500
2da64ca183
fixing column symbols
2023-06-06 18:55:09 +05:00
usama9500
f4bb2c36f5
adding content in basics
2023-06-06 13:42:22 +05:00
Madhurya Liyanage
2d55040c6d
Fixed an issue in a test cases and updated numbering
2023-06-05 16:58:24 +05:30
Madhurya Liyanage
5abec3046b
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
5549072059
Updated wait time for file upload related test cases and added numbering for test cases.
2023-06-05 16:13:12 +05:30
usama950
ec9298ee0f
Updating structure of getting started section
2023-06-03 13:51:24 +05:00
jasquat
a528792257
added a little error handling to the typeahead widget w/ burnettk
2023-06-02 14:07:44 -04:00
jasquat
5dfd96ca9e
upgrade cryptography for security w/ burnettk
2023-06-02 12:09:24 -04:00
Kevin Burnett
70bca9832d
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
6bfefb962e
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
32a2154134
pyl w/ burnettk
2023-06-02 11:24:49 -04:00
jasquat
2f4e824863
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
8e2b94b866
add some ids to completed instances tables for testability
2023-06-02 10:59:26 -04:00
burnettk
609e75c108
add some ids to homepage tables for testability
2023-06-02 10:52:17 -04:00
jasquat
6eb0ab0286
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
784ae0ce99
include json in script task imports
2023-06-02 10:18:33 -04:00
danfunk
7743b6c87f
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
64f9ef2705
allow turning off restricted python
2023-06-01 17:52:01 -04:00
jasquat
cfd95a22f2
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
f2118e6185
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
37668b14e1
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
0c758f34da
Merge branch 'main' of github.com:sartography/spiff-arena
2023-06-01 15:10:05 -04:00
jasquat
470795a6e6
do not save unwanted fields to process json files on disk w/ burnettk
2023-06-01 15:10:01 -04:00
danfunk
c7db6f9bdd
updaing the wishlist.
2023-06-01 15:08:55 -04:00
danfunk
542babba28
Merge remote-tracking branch 'origin/main' into feature/better_interstitial_spinner_and_suspend_message
2023-06-01 15:07:25 -04:00
danfunk
6e9a5bd590
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
c95f602cfc
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
0fde46acc0
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
b756e594ab
removed useless def comments that started with and underscore as well
2023-06-01 13:52:07 -04:00
jasquat
e45d6c4732
also support placeholder text w/ burnettk
2023-06-01 11:09:58 -04:00
jasquat
80ab47aeff
a little cleanup w/ burnettk
2023-06-01 10:55:46 -04:00
Kevin Burnett
80577c6389
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
7e2b4724b5
Merge remote-tracking branch 'origin/main' into feature/typeahead_in_custom_widgets
2023-06-01 10:43:37 -04:00
jasquat
391cf4987c
added missing rjsf elements into typeahead widget
2023-06-01 10:43:34 -04:00
burnettk
b02c28697d
use icons for running unit tests, w/ lantz
2023-06-01 10:43:27 -04:00
burnettk
619f7e41bd
update UX after feedback from team
2023-06-01 10:07:01 -04:00
Madhurya Liyanage
e16598d5e9
Updates to match the new UI changes
2023-06-01 12:16:09 +05:30
jasquat
6dea9098bb
only run eslint if there is a change in frontend w/ burnettk
2023-05-31 16:28:56 -04:00
jasquat
43f23cd630
removed useless class and def comments from python code w/ burnettk
2023-05-31 16:28:06 -04:00
jasquat
4894a07f90
attempt to store typeahead item as json object string w/ burnettk
2023-05-31 15:58:35 -04:00
jasquat
ff61ba35b7
moved carbon theme items around w/ burnettk
2023-05-31 15:16:51 -04:00
danfunk
247735b0d4
adding wishlist to the documentation.
2023-05-31 14:04:37 -04:00
burnettk
e74c642a1d
Merge remote-tracking branch 'origin/main' into feature/new-ux-options-for-adding-files
2023-05-31 12:38:34 -04:00
jasquat
fb6fa7da8b
go to the for-me page when submitting a task w/ burnettk
2023-05-31 12:25:30 -04:00
jasquat
dc9ce04728
redirect to the non-for-me page if allowed when performing an admin action w/ burnettk
2023-05-31 12:11:27 -04:00
burnettk
e6ef26e5c6
move after unit tests and use upload icon, w/ lantz
2023-05-31 10:44:25 -04:00
Dan Funk
5d19d7cd61
Merge pull request #291 from sartography/feature/fix_process_instance_terminate
...
allow not redirecting to home page at all in interstitial component a…
2023-05-31 10:31:32 -04:00
danfunk
2be9bb6267
just reuse allowRedirect.
2023-05-31 10:28:16 -04:00
jasquat
375e6febe9
stop refreshing homepage if unauthorized to metadata
2023-05-31 09:42:20 -04:00