4302 Commits

Author SHA1 Message Date
Bret Mogilefsky
4c24a6c53c
Refactor image build to use a matrix build, add security scanning (#2174)
* Refactor image build GH Action to use a matrix build

With a little help from Claude.AI

* Improve description of connector-proxy-demo image

Per suggestion from CodeRabbit.AI

* Add caching to image build step

Another suggestion from CodeRabbit.AI... I haven't seen this feature in use, but it seems reasonable to try it!

* Scan for vulns before pushing images

Don't push if there are Critical or High findings

* Comment on the new permission required

A suggestion from CodeRabbit.AI
2024-12-04 07:56:46 -08:00
Twentyninehairs
7cd38a3a22
Changed recreate_db to skip non sqlite attributes (#2168)
* Changed recreate_db to skip non sqlite attributes

* reverted package-lock.json

* reverted poetry.lock

* reverted pyproject.toml

* reverted frontend config.tsx and vite.config.ts

* Removed my personal debugging echo statements from recreate_db
2024-12-04 06:39:12 -08:00
jasquat
bdb010fda1
updated snyk configs to ignore werkzeug issues since we cannot upgrade it w/ burnettk (#2173)
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2024-12-03 11:44:08 -05:00
Bret Mogilefsky
a3c5219a94
Enable using read-only HTTPS repositories (#2171)
* Enable using read-only HTTPS repositories

If someone wants to clone read-only from an `https://github.com/...` URL, that should be permitted, and in that case they shouldn't be required to provide an SSH key.

* Add comment on ssh vs https behavior
2024-12-03 03:48:56 -08:00
dependabot[bot]
995a980007
Bump flask-jwt-extended from 4.6.0 to 4.7.1 in /spiffworkflow-backend (#2167)
Bumps [flask-jwt-extended](https://github.com/vimalloc/flask-jwt-extended) from 4.6.0 to 4.7.1.
- [Release notes](https://github.com/vimalloc/flask-jwt-extended/releases)
- [Commits](https://github.com/vimalloc/flask-jwt-extended/compare/4.6.0...4.7.1)

---
updated-dependencies:
- dependency-name: flask-jwt-extended
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 19:52:05 +00:00
jasquat
48532485f7
remove the version restriction for gunicorn (#2170)
* remove the version restriction for gunicorn w/ burnettk

* ignore werkzeug safety issues w/ burnettk

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2024-12-02 11:26:53 -08:00
jasquat
def33b235f
Message race (#2165)
* repro message race condition

* some more debugging w/ burnettk

* safe exception handling

* more deubbing w/ burnettk

* add failure log

* load script

* current state, db.session.begin did not actually help w/ burnettk

* do not save items on message start event w/ burnettk

* fixed tests w/ burnettk

* some cleanup w/ burnettk

* avoid test load script w/ burnettk

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
v0.0.62
2024-12-02 11:10:10 -05:00
dependabot[bot]
ee3d545cf4
Bump safety from 3.2.7 to 3.2.11 in /spiffworkflow-backend (#2164)
Bumps [safety](https://github.com/pyupio/safety) from 3.2.7 to 3.2.11.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyupio/safety/compare/3.2.7...3.2.11)

---
updated-dependencies:
- dependency-name: safety
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 14:51:39 +00:00
dependabot[bot]
a0a9943328
Bump docker/build-push-action from 6.9.0 to 6.10.0 (#2161)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 15:06:46 +00:00
dependabot[bot]
0bcbfd48aa
Bump coverage from 7.6.2 to 7.6.8 in /spiffworkflow-backend (#2160)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.2 to 7.6.8.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.2...7.6.8)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 14:33:24 +00:00
jasquat
4c01492bc4
use command separated list for envs (#2157)
* use command separated list for envs w/ burnettk

* mention new variable is comman separated w/ burnettk

* fixes for scopes w/ burnettk

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2024-11-25 13:57:58 -08:00
Dan Funk
4cbe586b58
be consistent about how the redirect uri is generated. (#2153)
* be consistent about how the redirect uri is generated.

* fix pyl
2024-11-25 13:49:13 -05:00
dependabot[bot]
6c4cdbead3
Bump pytest from 8.3.2 to 8.3.3 in /spiffworkflow-backend (#2156)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 15:37:04 +00:00
dependabot[bot]
3d354f825c
Bump bandit from 1.7.9 to 1.7.10 in /spiffworkflow-backend (#2155)
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.9 to 1.7.10.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 14:45:37 +00:00
dependabot[bot]
f4ca7a115a
Bump mypy from 1.11.2 to 1.13.0 in /spiffworkflow-backend (#2144)
* Bump mypy from 1.11.2 to 1.13.0 in /spiffworkflow-backend

Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.13.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* mypy updates

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2024-11-21 09:49:53 -05:00
dependabot[bot]
ac0d3430d0
Bump codecov/codecov-action from 5.0.2 to 5.0.7 (#2151)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.0.2...v5.0.7)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 14:28:50 +00:00
dependabot[bot]
11e5f02f85
Bump docker/metadata-action from 5.5.1 to 5.6.1 (#2150)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.1 to 5.6.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.1)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 14:42:18 +00:00
dependabot[bot]
b59a8a5415
Bump codecov/codecov-action from 5.0.1 to 5.0.2 (#2149)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 16:07:47 +00:00
Kevin Burnett
4b19094aa5
allow valid url combos (#2148)
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2024-11-17 15:37:23 -08:00
dependabot[bot]
334fd2e5eb
Bump codecov/codecov-action from 4.6.0 to 5.0.1 (#2147)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.6.0...v5.0.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 14:44:19 +00:00
Usama Ahmad
329c464d06
Service Task Documentation (#2146)
* Service Task Documentation

* Service task update
2024-11-14 01:34:57 +00:00
dependabot[bot]
f46795b121
Bump types-requests in /spiffworkflow-backend (#2143)
Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240914 to 2.32.0.20241016.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 15:09:20 +00:00
dependabot[bot]
140fdfaeed
Bump pre-commit-hooks from 4.6.0 to 5.0.0 in /spiffworkflow-backend (#2138)
Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.6.0 to 5.0.0.
- [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases)
- [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0)

---
updated-dependencies:
- dependency-name: pre-commit-hooks
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2024-11-04 14:03:20 -05:00
Kevin Burnett
e702404b16
update virtualenv to fix safety (#2142)
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2024-11-03 05:24:10 -08:00
Usama Ahmad
8d803a73a6
Update Forms Section: (#2141) 2024-11-03 05:21:22 -08:00
dependabot[bot]
7195bd6a02
Bump psycopg2 from 2.9.9 to 2.9.10 in /spiffworkflow-backend (#2137)
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 14:52:23 +00:00
dependabot[bot]
254fcde327
Bump pip from 24.2 to 24.3.1 in /.github/workflows (#2136)
Bumps [pip](https://github.com/pypa/pip) from 24.2 to 24.3.1.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/24.2...24.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 14:26:50 +00:00
dependabot[bot]
87792568d4
Bump mysqlclient from 2.2.4 to 2.2.5 in /spiffworkflow-backend (#2135)
Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/PyMySQL/mysqlclient/releases)
- [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst)
- [Commits](https://github.com/PyMySQL/mysqlclient/compare/v2.2.4...v2.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 14:58:54 +00:00
dependabot[bot]
04cda8a3ac
Bump actions/setup-python from 5.2.0 to 5.3.0 (#2133)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 15:06:20 +00:00
dependabot[bot]
740458d41c
Bump gunicorn from 21.2.0 to 23.0.0 in /spiffworkflow-backend (#2132)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 23.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...23.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 14:59:31 +00:00
dependabot[bot]
821610ac49
Bump @types/react-dom from 18.3.0 to 18.3.1 in /spiffworkflow-frontend (#2130)
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.3.0 to 18.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 15:24:27 +00:00
dependabot[bot]
ae7f2f3897
Bump jsonschema from 4.22.0 to 4.23.0 in /spiffworkflow-backend (#2129)
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.22.0 to 4.23.0.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.22.0...v4.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 15:20:31 +00:00
dependabot[bot]
947c8520bd
Bump cryptography from 43.0.1 to 43.0.3 in /spiffworkflow-backend (#2128)
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 43.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/43.0.1...43.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 15:00:21 +00:00
dependabot[bot]
e62ac46229
Bump eslint-plugin-react in /spiffworkflow-frontend (#2127)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.37.0 to 7.37.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.0...v7.37.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 14:53:11 +00:00
Dan Funk
37f1001f1b
just some notes for getting windows setup correctly. (#2126) 2024-10-22 01:15:01 +00:00
dependabot[bot]
d5dff2de22
Bump @mui/x-charts from 7.9.0 to 7.21.0 in /spiffworkflow-frontend (#2125)
Bumps [@mui/x-charts](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts) from 7.9.0 to 7.21.0.
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v7.21.0/packages/x-charts)

---
updated-dependencies:
- dependency-name: "@mui/x-charts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.0.61
2024-10-21 15:00:03 +00:00
dependabot[bot]
098868bef2
Bump pytz from 2024.1 to 2024.2 in /spiffworkflow-backend (#2124)
Bumps [pytz](https://github.com/stub42/pytz) from 2024.1 to 2024.2.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2024.1...release_2024.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 14:44:11 +00:00
dependabot[bot]
a704ed4574
Bump types-pytz in /spiffworkflow-backend (#2123)
Bumps [types-pytz](https://github.com/python/typeshed) from 2024.1.0.20240417 to 2024.2.0.20241003.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pytz
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-18 15:20:05 +00:00
dependabot[bot]
7e05525e5a
Bump autoprefixer from 10.4.19 to 10.4.20 in /spiffworkflow-frontend (#2122)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.19 to 10.4.20.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-18 15:10:44 +00:00
dependabot[bot]
5a8b237280
Bump diagram-js from 14.8.0 to 14.11.3 in /spiffworkflow-frontend (#2115)
Bumps [diagram-js](https://github.com/bpmn-io/diagram-js) from 14.8.0 to 14.11.3.
- [Release notes](https://github.com/bpmn-io/diagram-js/releases)
- [Changelog](https://github.com/bpmn-io/diagram-js/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/bpmn-io/diagram-js/compare/v14.8.0...v14.11.3)

---
updated-dependencies:
- dependency-name: diagram-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-18 13:50:58 +00:00
Kevin Burnett
42accefbcc
bump spiff to fix inclusive gateways (#2121)
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2024-10-17 21:47:01 +00:00
dependabot[bot]
cd3ba6ae10
Bump types-pyyaml in /spiffworkflow-backend (#2120)
Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240808 to 6.0.12.20240917.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pyyaml
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 14:33:35 +00:00
dependabot[bot]
9b5937a737
Bump pre-commit from 3.8.0 to 4.0.1 in /spiffworkflow-backend (#2119)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.0 to 4.0.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-16 15:19:16 +00:00
Usama Ahmad
5934c84db1
note update in inclusive gateway (#2118) 2024-10-16 10:30:58 +00:00
dependabot[bot]
46c54e9b94
Bump cryptography from 43.0.0 to 43.0.1 in /spiffworkflow-backend (#2117)
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-15 15:14:29 +00:00
dependabot[bot]
11cd36b247
Bump poetry from 1.8.3 to 1.8.4 in /.github/workflows (#2116)
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/1.8.4/CHANGELOG.md)
- [Commits](https://github.com/python-poetry/poetry/compare/1.8.3...1.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-15 14:45:46 +00:00
Usama Ahmad
a45f9651f0
message_event_example (#2111)
* message_event_example

* update corelation properties
2024-10-15 11:13:04 +00:00
dependabot[bot]
935d37f5c2
Bump sentry-sdk from 2.13.0 to 2.16.0 in /spiffworkflow-backend (#2114)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.13.0 to 2.16.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/2.13.0...2.16.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 14:41:27 +00:00
dependabot[bot]
c55bc05dfb
Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#2113)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 14:39:37 +00:00
Kevin Burnett
2e9047248c
Codespaces (#2112)
* grab files from sartography/spiff-codespaces

* build images for codespaces w/ burnettk

* use codespaces image w/ burnettk

* use correct image for frontend w/ burnettk

* use alternate proxy_set_header approach

* new image

* fix image

* revert a couple files back to main version

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2024-10-14 07:02:07 -07:00