* display error messages on the ArrayFieldTemplate for item list errors
* do not change things that do not need it
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* add debounce to date input fields in date range picker to properly format dates w/ burnettk
* use descriptive ruff ids for pre-commit w/ burnettk
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* added formatting to filewidget when it gives an error w/ burnettk
* use the mui icon button for the file remove rjsf button w/ burnettk
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* some better error logging when the background processor fails w/ burnettk
* handle process model not found issues better and do not raise in handle exception if it is missing w/ burnettk
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* fixed the select widget and text fields so they are no longer so slow when typing
* attempt to wait a little after typing in cypress tests for the debounce w/ burnettk
* fixed onChangeOverride issue w/ burnettk
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* handle file upload more like the way rjsf core is now handling it w/ burnettk
* removed unused module w/ burnettk
* use onChangeOverride if given w/ burnettk
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* upgrade rjsf and mui
* add jsdom
* smaller change to package-lock
* update processSelectValue with code direct from rjsf
---------
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
* check to ensure the value entered in a numeric range is a number
* save the regex number matcher so it can be used in multiple places w/ burnettk
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* tweaks to help with layout for numeric ranges
* use negative infinity for min
* remove some debug code
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* carbon supports the counter field natively so use that w/ burnettk
* added docs for character counter fields w/ burnettk
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* added support to toggle full and collapsed instructions on the task show page w/ burnettk
* collapse task show instructions by default w/ burnettk
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* check for mi tasks first before checking more newest in task show api w/ burnettk
* remove console
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
* some base updates for vite w/ burnettk
* i can log in w/ burnettk
* a couple more fixes w/ burnettk
* make sure selectedTabIndex has been set before using it w/ burnettk
* fixed active-users db issue, added type module to package json to fix prerender issues, and various other issues w/ burnettk
* fixed issues with building and running from compiled w/ burnettk
* pyl
* eslint fix is running and removed both inferno and navigationBar warnings
* vim likes the Dockerfile suffix by default
* use process.env.HOME
* probably do not need alias
* a little clean up and fixed font warnings w/ burnettk
* updated elements to remove warnings in the console w/ burnettk
* fixed es lint issues w/ burnettk
* update docker build in frontend w/ burnettk
* set the specific tag of nginx w/ burnettk
* build docker imgaes for this branch to test w/ burnettk
* added vitest and updated Dockerfile to be nginx w/ burnettk
* tests are passing w/ burnettk
* add prefresh and more keys
* added cypress-vite to attempt to get cypress working again
* some coderabbit suggestions
* hopefully there is no reason to use PUBLIC_URL at all when using vite
* use the correct location of the index file in the docker image
* spaces are fine in index.html file variable declaration
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
* added new api to show secrets so we can use that in permissions
* updated frontend to use new secret show value api
* cleaned up secret_show method
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* attmept to figure out what date format the user is inputting w/ burnettk
* reverted default date config w/ burnettk
* added tests for the new date formatter function
* fixed outdated comment
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
* added most of the code needed to generate a bpmn unit test from a process instance w/ burnettk
* pyl and tests are passing
* renamed some files and some clean up
* added api method to generate test case w/ burnettk
* debugging the generate test api w/ burnettk
* test case generator test case is now passing w/ burnettk
* added test for TaskMismatchError w/ burnettk
* added support for extension to create bpmn unit tests with the api w/ burnettk
* coderabbit and typeguard fixes w/ burnettk
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>