dependabot[bot]
|
ac21dcc44f
|
web: bump @typescript-eslint/parser from 5.34.0 to 5.35.1 in /web (#3475)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.34.0 to 5.35.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.35.1/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-25 09:59:35 +02:00 |
dependabot[bot]
|
e9e7e25b27
|
core: bump twilio from 7.12.1 to 7.13.0 (#3476)
Bumps [twilio](https://github.com/twilio/twilio-python) from 7.12.1 to 7.13.0.
- [Release notes](https://github.com/twilio/twilio-python/releases)
- [Changelog](https://github.com/twilio/twilio-python/blob/main/CHANGES.md)
- [Commits](https://github.com/twilio/twilio-python/compare/7.12.1...7.13.0)
---
updated-dependencies:
- dependency-name: twilio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-25 09:59:24 +02:00 |
dependabot[bot]
|
7dc7d51cfa
|
core: bump uvicorn from 0.18.2 to 0.18.3 (#3477)
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.18.2 to 0.18.3.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.18.2...0.18.3)
---
updated-dependencies:
- dependency-name: uvicorn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-25 09:59:04 +02:00 |
Jens Langhammer
|
3eb3a9eab9
|
*: remove remaining default creation code in squashed migrations
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-24 23:02:34 +02:00 |
dependabot[bot]
|
30db3b543b
|
web: bump @rollup/plugin-typescript from 8.3.4 to 8.4.0 in /web (#3469)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 8.3.4 to 8.4.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v8.4.0/packages/typescript)
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-24 09:07:51 +02:00 |
dependabot[bot]
|
11aee98e0b
|
core: bump wsproto from 1.1.0 to 1.2.0 (#3470)
Bumps [wsproto](https://github.com/python-hyper/wsproto) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/python-hyper/wsproto/releases)
- [Changelog](https://github.com/python-hyper/wsproto/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/python-hyper/wsproto/compare/1.1.0...1.2.0)
---
updated-dependencies:
- dependency-name: wsproto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-24 09:07:42 +02:00 |
Jens Langhammer
|
a099b21671
|
lib: reset settings when error is raised in patch
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 21:21:28 +02:00 |
Jens Langhammer
|
b9294fd9ad
|
blueprints: fix unbound error
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 21:15:48 +02:00 |
Jens Langhammer
|
13a302cdad
|
sources/oauth: use UPN for username with azure AD source
closes #3468
breaking
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 20:55:25 +02:00 |
Jens Langhammer
|
e994a01e80
|
blueprints: handle blueprints without metadata
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 20:54:56 +02:00 |
Jens Langhammer
|
d49431cfc7
|
events: reset task info when not saving on success
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 19:22:14 +02:00 |
Jens Langhammer
|
ce2ce38b59
|
blueprints: improve error messages
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 19:21:57 +02:00 |
Jens Langhammer
|
2af4f28239
|
stages/invitation: don't use uuid.hex
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 19:14:46 +02:00 |
Jens Langhammer
|
1419910b29
|
blueprints: fix duplicate tasks
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 19:14:30 +02:00 |
Jens Langhammer
|
649835cc61
|
events: fix MonitoredTasks' save_on_success not behaving as expected
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 19:13:41 +02:00 |
Jens Langhammer
|
917c4ae835
|
ci: fix typos
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 18:49:23 +02:00 |
Jens Langhammer
|
ca2fce8be2
|
blueprints: always set metadata when attempting to apply
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 18:48:01 +02:00 |
Jens Langhammer
|
e70fcd1a6f
|
web/admin: enable blueprint instances by default
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-23 18:39:22 +02:00 |
dependabot[bot]
|
fd461d9a00
|
web: bump @formatjs/intl-listformat from 7.0.3 to 7.1.1 in /web (#3459)
Bumps [@formatjs/intl-listformat](https://github.com/formatjs/formatjs) from 7.0.3 to 7.1.1.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.0.3...@formatjs/intl-listformat@7.1.1)
---
updated-dependencies:
- dependency-name: "@formatjs/intl-listformat"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-23 09:30:07 +02:00 |
dependabot[bot]
|
8ea45b4dfe
|
core: bump ua-parser from 0.15.0 to 0.16.0 (#3461)
Bumps [ua-parser](https://github.com/ua-parser/uap-python) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/ua-parser/uap-python/releases)
- [Commits](https://github.com/ua-parser/uap-python/compare/0.15.0...0.16.0)
---
updated-dependencies:
- dependency-name: ua-parser
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-23 09:29:57 +02:00 |
dependabot[bot]
|
514d8f4569
|
web: bump rollup from 2.78.0 to 2.78.1 in /web (#3458)
Bumps [rollup](https://github.com/rollup/rollup) from 2.78.0 to 2.78.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.78.0...v2.78.1)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-23 09:24:47 +02:00 |
dependabot[bot]
|
2a43326da5
|
web: bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.34.0 in /web (#3465)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.33.1 to 5.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.34.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-23 09:24:35 +02:00 |
dependabot[bot]
|
06f4c0608f
|
web: bump @babel/core from 7.18.10 to 7.18.13 in /web (#3464)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.18.13.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.13/packages/babel-core)
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-23 09:23:28 +02:00 |
dependabot[bot]
|
dc8b8e8f13
|
web: bump rollup-plugin-cssimport from 1.0.2 to 1.0.3 in /web (#3460)
Bumps rollup-plugin-cssimport from 1.0.2 to 1.0.3.
---
updated-dependencies:
- dependency-name: rollup-plugin-cssimport
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-23 09:23:10 +02:00 |
dependabot[bot]
|
9f172e7ad0
|
web: bump @typescript-eslint/parser from 5.33.1 to 5.34.0 in /web (#3466)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.33.1 to 5.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.34.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-23 09:22:38 +02:00 |
dependabot[bot]
|
832d76ec2a
|
core: bump urllib3 from 1.26.11 to 1.26.12 (#3467)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.11 to 1.26.12.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.11...1.26.12)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-23 09:22:23 +02:00 |
dependabot[bot]
|
2545d85e8e
|
core: bump xmlsec from 1.3.12 to 1.3.13 (#3462)
Bumps [xmlsec](https://github.com/mehcode/python-xmlsec) from 1.3.12 to 1.3.13.
- [Release notes](https://github.com/mehcode/python-xmlsec/releases)
- [Commits](https://github.com/mehcode/python-xmlsec/compare/1.3.12...1.3.13)
---
updated-dependencies:
- dependency-name: xmlsec
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-22 20:48:09 +02:00 |
dependabot[bot]
|
9264acd00e
|
core: bump goauthentik.io/api/v3 from 3.2022081.1 to 3.2022082.1 (#3463)
Bumps [goauthentik.io/api/v3](https://github.com/goauthentik/client-go) from 3.2022081.1 to 3.2022082.1.
- [Release notes](https://github.com/goauthentik/client-go/releases)
- [Commits](https://github.com/goauthentik/client-go/compare/v3.2022081.1...v3.2022082.1)
---
updated-dependencies:
- dependency-name: goauthentik.io/api/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-08-22 20:47:54 +02:00 |
github-actions[bot]
|
51dd9473ce
|
web: bump API Client version (#3452)
|
2022-08-19 16:36:17 +01:00 |
Jens Langhammer
|
15c34c6f1f
|
release: 2022.8.2
|
2022-08-19 15:59:53 +01:00 |
Jens Langhammer
|
0ab8f4eed7
|
blueprints: add required password stage backends
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-19 15:59:41 +01:00 |
Jens Langhammer
|
070714abe4
|
website/docs: add more blueprint docs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-19 12:16:02 +01:00 |
Jens Langhammer
|
810c04bacf
|
blueprints: don't suggest models not inheriting serializermodel in schema
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-19 11:26:15 +01:00 |
Jens Langhammer
|
b624bf1cb7
|
website/docs: prepare 2022.8.2
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-19 11:19:23 +01:00 |
dependabot[bot]
|
f56a4b00ce
|
core: bump selenium from 4.4.1 to 4.4.3 (#3450)
|
2022-08-19 09:13:02 +01:00 |
dependabot[bot]
|
6ec0411930
|
web: bump @sentry/browser from 7.10.0 to 7.11.1 in /web (#3448)
|
2022-08-19 08:56:12 +01:00 |
dependabot[bot]
|
fb59969bce
|
web: bump lit from 2.3.0 to 2.3.1 in /web (#3449)
|
2022-08-19 08:54:46 +01:00 |
dependabot[bot]
|
eec9c46533
|
web: bump @sentry/tracing from 7.10.0 to 7.11.1 in /web (#3447)
|
2022-08-19 08:54:25 +01:00 |
dependabot[bot]
|
a3afd47850
|
core: bump docker from 5.0.3 to 6.0.0 (#3451)
|
2022-08-19 08:54:07 +01:00 |
Jens Langhammer
|
8ffae4505f
|
internal: set Host on url in envoy
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-18 23:20:12 +01:00 |
Jens Langhammer
|
0cc83c23c4
|
providers/proxy: fix duplicate proxy set default
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-18 21:13:45 +01:00 |
Jens Langhammer
|
514c48a986
|
internal: fix routing for requests with querystring signature to embedded outpost
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-18 20:43:01 +02:00 |
Jens Langhammer
|
fdb8fb4b4c
|
providers/oauth2: fix oauth2 requests being logged as unauthenticated
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-18 20:26:12 +02:00 |
Jens Langhammer
|
d8a68407f9
|
lifecycle: add worker-status command to debug worker cpu usage issues
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
#3125
|
2022-08-18 20:13:30 +02:00 |
Jens Langhammer
|
417156d659
|
web/elements: fix automatic slug not working on newly opened forms
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-18 19:36:56 +02:00 |
Jens Langhammer
|
9d58407e25
|
blueprints: remove _state from exporter blueprints
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-18 19:25:02 +02:00 |
Jens Langhammer
|
f4441c9fcf
|
providers/proxy: trigger proxy set_defaults task on startup
closes #3445
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-18 17:42:27 +02:00 |
Jens Langhammer
|
0e9762072a
|
blueprints: keep more modular state
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-18 17:42:27 +02:00 |
Jens Langhammer
|
0cfffa28ad
|
blueprints: fix exporter not ignoring non-SerializerModel objects
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-18 17:42:27 +02:00 |
Jens Langhammer
|
1ad4c8fc29
|
outposts: fix log level
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
2022-08-18 17:42:27 +02:00 |