jasquat
4a8dbd4758
fixed pyl issues and set max threads based on cpu cores w/ burnettk
2023-05-17 14:04:48 -04:00
burnettk
f24282d012
default to 6 threads and set db pool the same, allowing overrides
2023-05-16 19:24:55 -04:00
burnettk
fcaf679418
update gunicorn configs to add threading
2023-05-14 22:19:53 -04:00
jasquat
60974ebfcb
ensure we remove corresponding bpmn processes when removing tasks from a process reset
2023-05-11 09:32:07 -04:00
jasquat
79c3a90e1e
Merge remote-tracking branch 'origin/main' into bug/improve_reset_to_previous_task
2023-05-10 10:57:55 -04:00
Dan
64e4df81cd
wip
2023-05-09 15:02:05 -04:00
burnettk
c5f15a346f
listen on all interfaces w/ jasquat
2023-05-08 15:36:57 -04:00
burnettk
e8d4840761
make logs less chatty and support new localopenid convenience arg when booting backend locally
2023-05-06 15:17:48 -04:00
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
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
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
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