Elio Bischof
53a3ba8acf
Merge branch 'v2-alpha' into cy10
2022-07-25 17:34:41 +02:00
Elio Bischof
b369ad60ba
use host from baseurl for setup ctx
2022-07-25 17:31:50 +02:00
Elio Bischof
f86c6189c2
derive e2e orgs domain from baseurl
2022-07-25 17:10:52 +02:00
Elio Bischof
df428a75e2
make cypress run
2022-07-25 16:33:53 +02:00
Florian Forster
0ebda7caaa
docs: improve template handling for search results ( #4043 )
...
* docs: improve template handling for search results
* chore: remove draft again
* chore: change configure
2022-07-25 15:59:45 +02:00
Elio Bischof
a3fb6dba12
pass created e2e sa key
2022-07-25 15:51:33 +02:00
Elio Bischof
e3942a0d9e
compose works until e2e-setup incl
2022-07-25 15:24:16 +02:00
Max Peintner
7c491381de
feat(console): show instance detail ( #4032 )
...
feat: instance detail
Co-authored-by: Livio Spring <livio.a@gmail.com>
2022-07-25 12:26:36 +00:00
Elio Bischof
6bb3220186
chore: speed up build ( #4017 )
...
* better cache dependencies
* ignore local statik.go
* remove previously generated statik.go file
* remove redundant .dockerignore
2022-07-25 11:54:05 +00:00
Livio Spring
ccde49b323
feat: extend claims of introspection response ( #4018 )
...
* feat: extend claims of introspection response
* update oidc lib
2022-07-25 09:38:15 +02:00
Elio Bischof
1f955ae3ac
run go tests
2022-07-22 17:17:25 +02:00
Max Peintner
955e4d483e
fix(console): show otp secret ( #4030 )
2022-07-22 15:44:16 +02:00
Livio Spring
9fc8a43642
fix: handle events of PATs correctly ( #4024 )
2022-07-22 13:47:55 +02:00
Max Peintner
3855ec2ab5
fix(console): SMS provider ( #3949 )
...
fix: console twilio
Co-authored-by: Livio Spring <livio.a@gmail.com>
v2.0.0-v2-alpha.43
2022-07-22 11:23:13 +00:00
Elio Bischof
7b1e22357d
make tests less flaky
2022-07-22 12:48:02 +02:00
Livio Spring
aed7010508
fix: scheduling ( #3978 )
...
* fix: improve scheduling
* build pre-release
* fix: locker
* fix: user handler and print stack in case of panic in reducer
* chore: remove sentry
* fix: improve handler projection and implement tests
* more tests
* fix: race condition in tests
* Update internal/eventstore/repository/sql/query.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* fix: implemented suggested changes
* fix: lock statement
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2022-07-22 10:08:39 +00:00
Max Peintner
0cc548e3f8
fix(console): asset path on signout route, stop event propagation in actions table ( #4016 )
...
fix: asset path, stop event propagation in actions table
2022-07-22 09:06:16 +02:00
Elio Bischof
69ac3444d2
fix references
2022-07-21 18:54:01 +02:00
Elio Bischof
1bb55bf30a
fix working directory
2022-07-21 17:07:50 +02:00
Christian Jakob
56283d4e5d
Merge branch 'cy10' of github.com:zitadel/zitadel into cy10
2022-07-21 17:05:10 +02:00
Christian Jakob
4653be966a
initial compose setup
2022-07-21 17:04:53 +02:00
mffap
5da72dee92
fix(docs): primary domain scope ( #3999 )
...
primary domain scope
2022-07-21 11:53:06 +00:00
Livio Spring
91206967b4
fix: reset custom org domain policy ( #4014 )
2022-07-21 13:46:59 +02:00
Elio Bischof
6a47d37a6c
fix some tests
2022-07-21 11:52:13 +02:00
Max Peintner
6a3689e05a
fix(console): username overflow when suffix is shown ( #4007 )
...
* fix(console): username overflow when suffix
* rm logs
2022-07-21 11:15:35 +02:00
Elio Bischof
960bb91de3
fix cypress configuration
2022-07-20 19:04:37 +02:00
Elio Bischof
66b574e813
fix awaiting ids
2022-07-20 18:15:25 +02:00
Elio Bischof
3505b7b423
await ids
2022-07-20 18:10:52 +02:00
Elio Bischof
dbda8757c4
correctly initialize org policy
2022-07-20 16:55:11 +02:00
Elio Bischof
cab8631650
add org default redirect uri
2022-07-20 16:32:54 +02:00
Elio Bischof
0f379f2db7
specify GOOS and GOARCH for dockerfile compatible binary
2022-07-20 14:40:30 +02:00
Elio Bischof
18364cc00a
add e2e-setup.sh
2022-07-20 14:20:45 +02:00
Elio Bischof
31b2e20b67
export projectRoot
2022-07-20 14:04:46 +02:00
Elio Bischof
8e55893bc2
export projectRoot path
2022-07-20 13:15:32 +02:00
Elio Bischof
b951179ac5
fix project root
2022-07-20 13:08:35 +02:00
Elio Bischof
f3697b14f4
merge branches
2022-07-20 12:22:57 +02:00
Elio Bischof
6e608030f7
fix escaping in id queries
2022-07-20 12:09:10 +02:00
Elio Bischof
246f95ea4e
don't read ids withing env file
2022-07-20 11:52:48 +02:00
Elio Bischof
bce76838c5
read ids from database if not provided
2022-07-20 11:50:49 +02:00
Livio Spring
95481c2e0b
feat: allow system config changes ( #3876 )
...
* feat: run repeatable setup steps
* feat: react to system config changes
* renaming
2022-07-20 11:20:49 +02:00
Silvan
2707461ea6
fix(login): trigger bulk on reset password ( #3970 )
...
Co-authored-by: Livio Spring <livio.a@gmail.com>
2022-07-19 09:07:37 +02:00
Fabi
931152bb73
chore: Update issue templates ( #3979 )
2022-07-18 19:30:19 +00:00
mffap
966bbec877
chore(docs): add chat and discussions to navi ( #3991 )
2022-07-18 17:16:45 +02:00
Elio Bischof
2dc106cb27
set user register to false
2022-07-18 13:22:06 +02:00
Elio Bischof
1349e4e6cb
Merge branch 'v2-alpha' into v2-alpha-run-e2e-tests
2022-07-18 10:59:17 +02:00
Elio Bischof
5fd90efab1
skip mfa
2022-07-18 10:58:43 +02:00
Livio Spring
9b6dad18cb
feat: provide metrics endpoint ( #3902 )
...
* feat: provide metrics endpoint
* config
* enable otel metrics by default
Co-authored-by: Florian Forster <florian@caos.ch>
v2.0.0-v2-alpha.42
2022-07-18 10:42:32 +02:00
Elio Bischof
7ef9dcbf50
docs(installation): inline file contents ( #3974 )
...
* docs(installation): align knative style
* some fixes in configure section
* show file contents inline
2022-07-15 13:59:58 +02:00
mffap
36d0f9668b
fix(docs): image zoom plugin ( #3946 )
...
fix: image zoom plugin
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
2022-07-14 09:52:04 +00:00
Jay
0ffdc97301
Docs UI ( #3901 )
...
* test css change
for max to have a look
* changed a font color
(just a test for git push)
* changing some UI colors according to CI/CD colors
* changing font color hero button
Co-authored-by: Jay <juerg.rinaldi@gmail.com>
2022-07-14 09:43:36 +00:00