Commit Graph

1046 Commits

Author SHA1 Message Date
jasquat 50529d04c3 added test to make sure api gives a 403 if a permission is not found w/ burnettk 2022-10-13 14:46:23 -04:00
jasquat 6a9d0a68a7 api calls are somewhat respecting permissions now and the process api tests are passing 2022-10-13 14:15:31 -04:00
mike cullerton 344f8045b2 Merge branch 'feature/secrets' 2022-10-13 11:07:45 -04:00
mike cullerton 08f112aa5a remove unused import 2022-10-13 11:06:13 -04:00
burnettk 326c88cd62 lint 2022-10-13 09:52:47 -04:00
mike cullerton 516ee5fcd7 Remove allowed process stuff from secrets 2022-10-13 08:20:42 -04:00
mike cullerton 85808cb6b4 Merge branch 'main' into feature/secrets 2022-10-13 07:45:25 -04:00
jasquat d07fbbeff9 attempting to respect permissions w/ burnettk 2022-10-12 17:19:05 -04:00
mike cullerton 6da486fd99 Merge branch 'main' into feature/secrets 2022-10-12 16:57:56 -04:00
burnettk 8fb5c86126 add environ 2022-10-12 16:37:20 -04:00
burnettk 1500e234ac update staging configs 2022-10-12 16:34:48 -04:00
jbirddog eb89e95297
Some changes from Dan (#133)
* Updaging the jinja processing so it doesn't leave a bunch of blank lines in the markdown that has strong feelings about white space.  Updating the front end to render markdown formatted instructions.  And adding a little css love to tables that are generated in Markdown.

* pre-commit updates

Co-authored-by: Dan <daniel.h.funk@gmail.com>
2022-10-12 15:59:21 -04:00
Kevin Burnett 10c443a2d8
Merge pull request #130 from sartography/feature/data
data setup on app boot
2022-10-12 18:41:02 +00:00
jasquat 71c803aa93 allow passing in the log level into the app w/ burnettk 2022-10-12 14:40:25 -04:00
github-actions[bot] daeb82d9db
Merge pull request #126 from sartography/dependabot/pip/typing-extensions-4.4.0
Bump typing-extensions from 4.3.0 to 4.4.0
2022-10-12 18:27:50 +00:00
github-actions[bot] 14c8f52c6b
Merge pull request #123 from sartography/dependabot/pip/dot-github/workflows/poetry-1.2.2
Bump poetry from 1.2.1 to 1.2.2 in /.github/workflows
2022-10-12 18:26:31 +00:00
jasquat 92d204e696 Merge remote-tracking branch 'origin/main' into feature/data 2022-10-12 14:20:09 -04:00
jasquat 1cb779015f run the save all bpmn script on server boot w/ burnettk 2022-10-12 14:19:51 -04:00
dependabot[bot] 16a6f476a6
Bump typing-extensions from 4.3.0 to 4.4.0
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.3.0...4.4.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 18:06:26 +00:00
dependabot[bot] d8ac61fc9a
Bump poetry from 1.2.1 to 1.2.2 in /.github/workflows
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-poetry/poetry/compare/1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: poetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 18:02:00 +00:00
jasquat 3be2778649
Merge pull request #131 from sartography/feature/permissions2
Feature/permissions2
2022-10-12 14:01:04 -04:00
jasquat 1fd8fc7896 Merge remote-tracking branch 'origin/main' into feature/permissions2 2022-10-12 13:54:12 -04:00
burnettk d29621aef9 data setup on app boot 2022-10-12 13:26:04 -04:00
burnettk 0b21a5d4c5 refactor bin/save_all_bpmn.py into service code 2022-10-12 13:09:13 -04:00
burnettk 02fb9d61c4 lint 2022-10-12 12:36:53 -04:00
burnettk c95db46110 refactor scripts 2022-10-12 12:34:24 -04:00
mike cullerton 98628fc276 This caused a problem with scopes when token timed out. 2022-10-12 12:19:09 -04:00
jasquat d8b2323bde merged in main and resolved conflicts 2022-10-12 10:26:16 -04:00
burnettk 03bf7a61da this is supposed to be optional 2022-10-12 10:22:32 -04:00
burnettk 50f28073ad update sentry lib and support unversioned config file 2022-10-12 10:04:00 -04:00
jasquat d01b4fc761 updated sentry-sdk to resolve deprecation warnings 2022-10-12 09:56:33 -04:00
jasquat 5851ddf5c2 update for mypy in python 3.9 2022-10-12 09:46:31 -04:00
jasquat 508f99000a merged in main and resolved conflicts 2022-10-12 09:41:07 -04:00
jasquat 68d699784e precommit w/ burnettk 2022-10-11 17:03:28 -04:00
jasquat 85a4ee166c removed debug print statements w/ burnettk 2022-10-11 17:00:32 -04:00
jasquat 93eb91f486 added keycloak configs and user perms for staging w/ burnettk 2022-10-11 16:00:52 -04:00
jasquat e4ded8fc05 added method to import permissions from yml file w/ burnettk 2022-10-11 15:18:32 -04:00
Kevin Burnett 7f1d576820
Merge pull request #129 from sartography/feature/sentry
Capture errors in sentry
2022-10-11 18:01:24 +00:00
burnettk b31a6dae7f fix poet pre and poet mypy 2022-10-11 14:01:02 -04:00
Dan ff04654ea8 Capture errors in sentry 2022-10-11 13:41:42 -04:00
jbirddog d0add0fed6
Bump to latest spiff on main (#128) 2022-10-11 13:28:12 -04:00
jbirddog 552631d967
Forward task data to connectors (#121) 2022-10-11 12:40:48 -04:00
jasquat 22ba89ae4f use percents instead of asterisks to better support db syntax w/ burnettk 2022-10-11 11:51:12 -04:00
jasquat 0c116ae804 postgres does not use backticks w/ burnettk 2022-10-11 11:48:19 -04:00
jasquat 621ad3ef2e attempting to see if sql like statement works in other dbs as well w/ burnettk 2022-10-11 11:43:52 -04:00
jasquat 50fadc55e7 throw descriptive error when failing to load json shema form w/ burnettk 2022-10-11 10:46:54 -04:00
Kevin Burnett 097ca916bd
Merge pull request #124 from sartography/feature/permissions
Feature/permissions
2022-10-11 14:37:53 +00:00
jasquat f652f3e56f Merge remote-tracking branch 'origin/main' into feature/permissions 2022-10-11 10:31:22 -04:00
Kevin Burnett 2fa27a7d03
Merge pull request #125 from sartography/feature/fix-issue-with-security-code
Feature/fix issue with security code
2022-10-11 14:26:16 +00:00
jasquat e6cc68fc9d merged in main and resolved conflicts 2022-10-11 10:18:20 -04:00