zitadel
Team
zitadel/zitadel
Sign in / Sign up
Open main menu
zitadel/zitadel
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
8e41d288 fix: use preparation filter for org existence check during setup (#11932) <!-- Please inform yourself about the contribution guidelines on submitting a PR here: https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md#submit-a-pull-request-pr. Take note of how PR/commit titles should be written and replace the template texts in the sections below. Don't remove any of the sections. It is important that the commit history clearly shows what is changed and why. Important: By submitting a contribution you agree to the terms from our Licensing Policy as described here: https://github.com/zitadel/zitadel/blob/main/LICENSING.md#community-contributions. --> # Which Problems Are Solved - Creating an organization via `SetUpOrg` failed when a custom domain was provided in the same request. - The org-domain setup path checked org existence only against persisted state, so it could not see the newly created organization before the batch was pushed. # How the Problems Are Solved - Added a preparation-aware org existence check that resolves the org through the validation filter instead of the direct persisted-state lookup. - Reused the transaction-aware preparation filter so later validations can see earlier in-flight commands from the same `PrepareCommands` batch. fixes #11677 --------- Co-authored-by: abhishek kumar gupta <abhishek818t@gmail.com> Co-authored-by: Wim Van Laer <wim+github@zitadel.com>
6 days ago
by Abhishek K...
A
Succeeded
lgn-imprv-error-classification
94149eeb fix: use preparation filter for org existence check during setup (#11932) <!-- Please inform yourself about the contribution guidelines on submitting a PR here: https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md#submit-a-pull-request-pr. Take note of how PR/commit titles should be written and replace the template texts in the sections below. Don't remove any of the sections. It is important that the commit history clearly shows what is changed and why. Important: By submitting a contribution you agree to the terms from our Licensing Policy as described here: https://github.com/zitadel/zitadel/blob/main/LICENSING.md#community-contributions. --> # Which Problems Are Solved - Creating an organization via `SetUpOrg` failed when a custom domain was provided in the same request. - The org-domain setup path checked org existence only against persisted state, so it could not see the newly created organization before the batch was pushed. # How the Problems Are Solved - Added a preparation-aware org existence check that resolves the org through the validation filter instead of the direct persisted-state lookup. - Reused the transaction-aware preparation filter so later validations can see earlier in-flight commands from the same `PrepareCommands` batch. fixes #11677 --------- Co-authored-by: abhishek kumar gupta <abhishek818t@gmail.com> Co-authored-by: Wim Van Laer <wim+github@zitadel.com>
6 days ago
by Abhishek K...
A
Succeeded
main
8e41d288 fix: use preparation filter for org existence check during setup (#11932) <!-- Please inform yourself about the contribution guidelines on submitting a PR here: https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md#submit-a-pull-request-pr. Take note of how PR/commit titles should be written and replace the template texts in the sections below. Don't remove any of the sections. It is important that the commit history clearly shows what is changed and why. Important: By submitting a contribution you agree to the terms from our Licensing Policy as described here: https://github.com/zitadel/zitadel/blob/main/LICENSING.md#community-contributions. --> # Which Problems Are Solved - Creating an organization via `SetUpOrg` failed when a custom domain was provided in the same request. - The org-domain setup path checked org existence only against persisted state, so it could not see the newly created organization before the batch was pushed. # How the Problems Are Solved - Added a preparation-aware org existence check that resolves the org through the validation filter instead of the direct persisted-state lookup. - Reused the transaction-aware preparation filter so later validations can see earlier in-flight commands from the same `PrepareCommands` batch. fixes #11677 --------- Co-authored-by: abhishek kumar gupta <abhishek818t@gmail.com> Co-authored-by: Wim Van Laer <wim+github@zitadel.com>
6 days ago
by Abhishek K...
A
Succeeded
fix/user-relational-passkey-verified
79100242 fix: use preparation filter for org existence check during setup (#11932) <!-- Please inform yourself about the contribution guidelines on submitting a PR here: https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md#submit-a-pull-request-pr. Take note of how PR/commit titles should be written and replace the template texts in the sections below. Don't remove any of the sections. It is important that the commit history clearly shows what is changed and why. Important: By submitting a contribution you agree to the terms from our Licensing Policy as described here: https://github.com/zitadel/zitadel/blob/main/LICENSING.md#community-contributions. --> # Which Problems Are Solved - Creating an organization via `SetUpOrg` failed when a custom domain was provided in the same request. - The org-domain setup path checked org existence only against persisted state, so it could not see the newly created organization before the batch was pushed. # How the Problems Are Solved - Added a preparation-aware org existence check that resolves the org through the validation filter instead of the direct persisted-state lookup. - Reused the transaction-aware preparation filter so later validations can see earlier in-flight commands from the same `PrepareCommands` batch. fixes #11677 --------- Co-authored-by: abhishek kumar gupta <abhishek818t@gmail.com> Co-authored-by: Wim Van Laer <wim+github@zitadel.com>
6 days ago
by Abhishek K...
A
Succeeded
main
8e41d288 fix: use preparation filter for org existence check during setup (#11932) <!-- Please inform yourself about the contribution guidelines on submitting a PR here: https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md#submit-a-pull-request-pr. Take note of how PR/commit titles should be written and replace the template texts in the sections below. Don't remove any of the sections. It is important that the commit history clearly shows what is changed and why. Important: By submitting a contribution you agree to the terms from our Licensing Policy as described here: https://github.com/zitadel/zitadel/blob/main/LICENSING.md#community-contributions. --> # Which Problems Are Solved - Creating an organization via `SetUpOrg` failed when a custom domain was provided in the same request. - The org-domain setup path checked org existence only against persisted state, so it could not see the newly created organization before the batch was pushed. # How the Problems Are Solved - Added a preparation-aware org existence check that resolves the org through the validation filter instead of the direct persisted-state lookup. - Reused the transaction-aware preparation filter so later validations can see earlier in-flight commands from the same `PrepareCommands` batch. fixes #11677 --------- Co-authored-by: abhishek kumar gupta <abhishek818t@gmail.com> Co-authored-by: Wim Van Laer <wim+github@zitadel.com>
6 days ago
by Abhishek K...
A
Succeeded
fix-org-setup-existence-check
b70de0be Merge b6151fa244ce2a26b8c5053164dca8093ecf72f2 into 21b28b56acfa3506ecf69382a423aa8e4c2de882
6 days ago
by Abhishek K...
A
Succeeded
fix-org-setup-existence-check
2317aefe Merge 203eba728ce43dd47f97509f3e1bc16f1e4a842f into 022bf7406081b3a4efb9b2964f5b06db0e7c532c
6 days ago
by Abhishek K...
A
Previous page
Previous
Next
Next page