Commit Graph

121 Commits

Author SHA1 Message Date
jasquat 37341a24cc
removed commented out variables w/ burnettk 2023-05-03 15:13:06 -04:00
jasquat 90abf11d35
added script to demonstrate how to use message start events w/ burnettk 2023-05-03 15:12:41 -04:00
jasquat 1ec0deaf3c
added script to query db for tasks on the most recent process instance w/ burnettk 2023-05-02 15:31:25 -04:00
jasquat afc13bb751
merged in main and resolved conflicts w/ burnettk 2023-05-01 12:35:10 -04:00
jasquat bb1642c458
lint fixes w/ burnettk 2023-05-01 12:29:48 -04:00
burnettk 31caff037e
make this thing a config and clean up lint 2023-05-01 11:25:37 -04:00
jasquat b233c70305
Merge remote-tracking branch 'origin/main' into feature/home_page_filter_links 2023-05-01 07:45:42 -04:00
burnettk 337e497d1d
start a list of file patterns to ignore 2023-04-28 22:48:02 -04:00
burnettk 66ca74e18c
iterate on function crusher script 2023-04-28 22:37:17 -04:00
burnettk b88f9e9664
scripts to find and process dead code 2023-04-28 22:29:46 -04:00
jasquat 53dde1f56a
remove a lot of unused code and fixed linting issues w/ burnettk 2023-04-27 17:33:25 -04:00
jasquat a47a00bd7f
a couple minor fixes w/ burnettk 2023-04-06 15:45:16 -04:00
burnettk e0d96ed837
i am terrible 2023-03-29 14:18:37 -04:00
burnettk a90d568bde
delete postgres container if it is there 2023-03-29 14:17:26 -04:00
jasquat 199cf05960
couple fixes for running a process model from script w/ burnettk 2023-03-24 12:09:27 -04:00
jasquat 17dd287541
added check result function when running a process model from the shell script 2023-03-23 07:41:59 -04:00
jasquat 1a84f4802f
added script to create and run a process model w/ burnettk 2023-03-22 15:52:00 -04:00
jasquat 2e4b0a507b
do not fail if cannot get a token for a user in login w/ burnettk 2023-03-22 12:22:27 -04:00
jasquat 4b64f725f4
increase line length from 88 to 119 for black w/ burnettk 2023-03-15 16:24:08 -04:00
burnettk cec72d7dba
no op cipher for testing 2023-03-12 18:20:29 -04:00
burnettk b92a371d07
bump sentry version 2023-03-07 22:56:48 -05:00
jasquat e80c402782
minor tweaks to get_token w/ burnettk 2023-03-07 12:14:12 -05:00
jasquat d3bbdf79cf
check if aud has any valid value when authing w/ burnettk 2023-03-07 11:58:59 -05:00
jasquat 9ae87f859e
some pyl issues 2023-03-02 10:06:05 -05:00
jasquat cbbcd93d7b
avoid creating new processors if it is not necessary 2023-03-02 10:00:08 -05:00
jasquat 0fbe7a3e76
prefer the bpmn process name over the identifier on the logs list page w/ burnettk 2023-03-01 16:28:42 -05:00
jasquat 596e3d580d
fixed the downgrade in new migration w/ burnettk 2023-03-01 15:54:50 -05:00
jasquat 5c5e36c067
do not run mysql commands if not doing mysql w/ burnettk 2023-02-27 17:19:03 -05:00
burnettk 2098cd209f
fix postgres db name and comment out debug job 2023-02-24 16:57:53 -05:00
jasquat 68f4868692
set git user configs explicitly using the env vars w/ burnettk 2023-02-22 15:34:47 -05:00
jasquat e506c37265
fix git bash script unbound error w/ burnettk 2023-02-21 17:08:09 -05:00
Jakub Sokołowski b0a9f440cb
backend: create SSH key file when contents provided
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-21 20:02:16 +01:00
Jakub Sokołowski e54965f8ec
backend: use sensible lock filename for git
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-21 19:58:39 +01:00
Jakub Sokołowski 2f88ba3013
backend: fix use of SSH private key for git ops
Primarily this is supposed to fix the `git pull` aciton triggered by
webhooks from GitHub. But in addition to that the point is to simplify
that committing wrapper which has far too much in it.

Instead of passing everything as CLI arguments one should make use of
already supported environment variables and the `env` argument to
`subprocess` functions like `run()`. Writing extra logic in the wrapper
only makes it unnecessarily complicated.

By passing both user, email, and the SSH options in `run_shell_command`
we avoid the need to repeat the same boilerplate to provide Git config
and SSH credentials.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-21 19:58:36 +01:00
jasquat bf6052d2cb
put the env vars in the env section of the github action configs w/ burnettk 2023-02-16 15:19:01 -05:00
jasquat 311a5b060d
added test for quickstart guide w/ burnettk 2023-02-16 15:05:55 -05:00
jasquat 59a166ddf6
more config updates w/ burnettk 2023-02-16 10:21:02 -05:00
jasquat fb5d902ce4
fixed some env vars for ci 2023-02-16 07:59:51 -05:00
jasquat 3abd4c92c6
updated remaining configs manually w/ burnettk 2023-02-15 17:21:37 -05:00
jasquat 497389ceb9
updated configs to use the prefix using the script w/ burnettk 2023-02-15 17:07:12 -05:00
jasquat 4f7b2bdc8a updates to user import scripts w/ burnettk 2023-02-14 17:39:42 -05:00
jasquat b06929ec08 added script to import users w/ burnettk 2023-02-13 12:15:00 -05:00
jasquat a39ae63bde added api endpoint to allow logging in for the first time with an openid access_token w/ burnettk 2023-02-13 11:57:31 -05:00
jasquat 22dad8ac8a added additional columns to spiff_step_details w/ burnettk jbirddog 2023-02-08 12:43:30 -05:00
jasquat fbe2bbfb34 allow configuring gunicorn configs in boot_server_in_docker w/ burnettk 2023-02-07 15:38:29 -05:00
jasquat 03b265a522 renamed development env to local_development and testing to unit_testing w/ burnettk 2023-02-07 15:02:47 -05:00
burnettk 9faea2c1f7 update get_token 2023-02-06 17:55:07 -05:00
Dan b59cca0212 Merge remote-tracking branch 'origin/main' into feature/jinja_errors 2023-01-25 15:38:52 -05:00
Dan 4badc7e645 Added useMemo to error context
No longer clear errors in the task bar, as that will constantly remove them as soon as they are shown.
2023-01-25 15:09:05 -05:00
jasquat 46549486b3 strip off newlines and spaces when importing secrets and pinning spiffworkflow to working version until we can debug issues with new one w/ burnettk 2023-01-23 17:18:47 -05:00