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
feat/11039-list-sessions-to-relational
d68f7a3c Merge dbca999f575a2c1d94fde15528d172073ca5a337 into 6877f09c8448f0f6b67756293b359f12bd328527
19 hours ago
by Marco A.
M
Succeeded
feat/11039-list-sessions-to-relational
b403a854 Merge 6743f250ec7e022ae856682b650e19c302df4821 into 6877f09c8448f0f6b67756293b359f12bd328527
20 hours ago
by Marco A.
M
Succeeded
feat/system-user-x509-via-env-file-paths
2518a90b feat(session): TOTP Check API with relation tables (#11886) # Which Problems Are Solved As part of #11035 , this PR implements the TOTP check logic for session validation # How the Problems Are Solved - Implement TOTP check logic and tests - The tarpit function has been moved to a common file so that it can be used by both TOTP and password checks - Manual transaction management to avoid stalling the DB while verifier function is executed - Update `database.Change` `Matches()` function to allow comparison of `time.Time` values - A converter package from GRPC to Domain model has been added # Additional Context This is a cherry-picked PR + changes, coming from https://github.com/zitadel/zitadel/pull/11164 - Relates to #11035
6 days ago
by Marco A.
M
Succeeded
feat-session-challenge-passkey
cddf65a2 feat(session): TOTP Check API with relation tables (#11886) # Which Problems Are Solved As part of #11035 , this PR implements the TOTP check logic for session validation # How the Problems Are Solved - Implement TOTP check logic and tests - The tarpit function has been moved to a common file so that it can be used by both TOTP and password checks - Manual transaction management to avoid stalling the DB while verifier function is executed - Update `database.Change` `Matches()` function to allow comparison of `time.Time` values - A converter package from GRPC to Domain model has been added # Additional Context This is a cherry-picked PR + changes, coming from https://github.com/zitadel/zitadel/pull/11164 - Relates to #11035
6 days ago
by Marco A.
M
Succeeded
main
701bca60 feat(session): TOTP Check API with relation tables (#11886) # Which Problems Are Solved As part of #11035 , this PR implements the TOTP check logic for session validation # How the Problems Are Solved - Implement TOTP check logic and tests - The tarpit function has been moved to a common file so that it can be used by both TOTP and password checks - Manual transaction management to avoid stalling the DB while verifier function is executed - Update `database.Change` `Matches()` function to allow comparison of `time.Time` values - A converter package from GRPC to Domain model has been added # Additional Context This is a cherry-picked PR + changes, coming from https://github.com/zitadel/zitadel/pull/11164 - Relates to #11035
6 days ago
by Marco A.
M
Succeeded
feat/11035-totp-check-to-relational
ccbb6c5a Merge 27890bc7d0dad1d92681d38250bb3905cdcb4800 into 8c8fc47884b91f2a93a56f6d09f3a1ebeedc437d
6 days ago
by Marco A.
M
Succeeded
feat/11035-totp-check-to-relational
c75fe3b2 Merge b70f30a0b4a8f15d3962cf2a2689c5f505395b8b into 5344a7f584b1858ee68ad1a904cb519e09ab8dbe
6 days ago
by Marco A.
M
Succeeded
feat/11035-totp-check-to-relational
9dccd852 Merge 97be113126136847fbbe49592b00b0a05b4402e6 into 330548e13c34c57d7bda6ce66c0ecc560832c376
6 days ago
by Marco A.
M
Succeeded
main
7a15a06d fix: reducer for PasskeyVerified sets `VerifiedAt` (#11929) # Which Problems Are Solved In https://github.com/zitadel/zitadel/pull/11858#discussion_r2993742914 we discussed on how to translate the ES passkey state to a relational one. That is used to filter out passkeys during convertion to webauthn credentials. It was decided to consider passkeys in ready state those that have a verified at `time.Time` set. The change required fixing the reducer for the eventstore event. # How the Problems Are Solved - Set `VerifiedAt` once `HumanWebAuthNVerifiedEvent` is received - Also set the verification to `nil` # Additional Context - Discussion #11858 - Follow-up for PR #11858
6 days ago
by Marco A.
M
Succeeded
feat/11035-totp-check-to-relational
76dc1305 Merge 4e08818d9c9b0099e0a17c203e04234395fa9ff7 into 330548e13c34c57d7bda6ce66c0ecc560832c376
6 days ago
by Marco A.
M
Succeeded
feat/support-standard-otel-vars
e73a91ed fix: reducer for PasskeyVerified sets `VerifiedAt` (#11929) # Which Problems Are Solved In https://github.com/zitadel/zitadel/pull/11858#discussion_r2993742914 we discussed on how to translate the ES passkey state to a relational one. That is used to filter out passkeys during convertion to webauthn credentials. It was decided to consider passkeys in ready state those that have a verified at `time.Time` set. The change required fixing the reducer for the eventstore event. # How the Problems Are Solved - Set `VerifiedAt` once `HumanWebAuthNVerifiedEvent` is received - Also set the verification to `nil` # Additional Context - Discussion #11858 - Follow-up for PR #11858
6 days ago
by Marco A.
M
Succeeded
main
7a15a06d fix: reducer for PasskeyVerified sets `VerifiedAt` (#11929) # Which Problems Are Solved In https://github.com/zitadel/zitadel/pull/11858#discussion_r2993742914 we discussed on how to translate the ES passkey state to a relational one. That is used to filter out passkeys during convertion to webauthn credentials. It was decided to consider passkeys in ready state those that have a verified at `time.Time` set. The change required fixing the reducer for the eventstore event. # How the Problems Are Solved - Set `VerifiedAt` once `HumanWebAuthNVerifiedEvent` is received - Also set the verification to `nil` # Additional Context - Discussion #11858 - Follow-up for PR #11858
6 days ago
by Marco A.
M
Succeeded
main
7a15a06d fix: reducer for PasskeyVerified sets `VerifiedAt` (#11929) # Which Problems Are Solved In https://github.com/zitadel/zitadel/pull/11858#discussion_r2993742914 we discussed on how to translate the ES passkey state to a relational one. That is used to filter out passkeys during convertion to webauthn credentials. It was decided to consider passkeys in ready state those that have a verified at `time.Time` set. The change required fixing the reducer for the eventstore event. # How the Problems Are Solved - Set `VerifiedAt` once `HumanWebAuthNVerifiedEvent` is received - Also set the verification to `nil` # Additional Context - Discussion #11858 - Follow-up for PR #11858
7 days ago
by Marco A.
M
Succeeded
main
7a15a06d fix: reducer for PasskeyVerified sets `VerifiedAt` (#11929) # Which Problems Are Solved In https://github.com/zitadel/zitadel/pull/11858#discussion_r2993742914 we discussed on how to translate the ES passkey state to a relational one. That is used to filter out passkeys during convertion to webauthn credentials. It was decided to consider passkeys in ready state those that have a verified at `time.Time` set. The change required fixing the reducer for the eventstore event. # How the Problems Are Solved - Set `VerifiedAt` once `HumanWebAuthNVerifiedEvent` is received - Also set the verification to `nil` # Additional Context - Discussion #11858 - Follow-up for PR #11858
7 days ago
by Marco A.
M
Failed
feat/support-standard-otel-vars
e73a91ed fix: reducer for PasskeyVerified sets `VerifiedAt` (#11929) # Which Problems Are Solved In https://github.com/zitadel/zitadel/pull/11858#discussion_r2993742914 we discussed on how to translate the ES passkey state to a relational one. That is used to filter out passkeys during convertion to webauthn credentials. It was decided to consider passkeys in ready state those that have a verified at `time.Time` set. The change required fixing the reducer for the eventstore event. # How the Problems Are Solved - Set `VerifiedAt` once `HumanWebAuthNVerifiedEvent` is received - Also set the verification to `nil` # Additional Context - Discussion #11858 - Follow-up for PR #11858
7 days ago
by Marco A.
M
Succeeded
feat/11035-totp-check-to-relational
f1f9a5d3 Merge 1b3558048e14cf37153d249686cafd805acba6f6 into 7a15a06d6934e64a56068156f147f7ca723a0ba2
7 days ago
by Marco A.
M
Succeeded
feat/11035-totp-check-to-relational
257cf0e4 fix: reducer for PasskeyVerified sets `VerifiedAt` (#11929) # Which Problems Are Solved In https://github.com/zitadel/zitadel/pull/11858#discussion_r2993742914 we discussed on how to translate the ES passkey state to a relational one. That is used to filter out passkeys during convertion to webauthn credentials. It was decided to consider passkeys in ready state those that have a verified at `time.Time` set. The change required fixing the reducer for the eventstore event. # How the Problems Are Solved - Set `VerifiedAt` once `HumanWebAuthNVerifiedEvent` is received - Also set the verification to `nil` # Additional Context - Discussion #11858 - Follow-up for PR #11858
7 days ago
by Marco A.
M
Succeeded
feat/11035-totp-check-to-relational
257cf0e4 Merge dace33cad6f6cfbca855367ed45e578d85dd3852 into 7a15a06d6934e64a56068156f147f7ca723a0ba2
7 days ago
by Marco A.
M
Succeeded
feat/system-user-x509-via-env-file-paths
87824378 fix: reducer for PasskeyVerified sets `VerifiedAt` (#11929) # Which Problems Are Solved In https://github.com/zitadel/zitadel/pull/11858#discussion_r2993742914 we discussed on how to translate the ES passkey state to a relational one. That is used to filter out passkeys during convertion to webauthn credentials. It was decided to consider passkeys in ready state those that have a verified at `time.Time` set. The change required fixing the reducer for the eventstore event. # How the Problems Are Solved - Set `VerifiedAt` once `HumanWebAuthNVerifiedEvent` is received - Also set the verification to `nil` # Additional Context - Discussion #11858 - Follow-up for PR #11858
7 days ago
by Marco A.
M
Succeeded
main
7a15a06d fix: reducer for PasskeyVerified sets `VerifiedAt` (#11929) # Which Problems Are Solved In https://github.com/zitadel/zitadel/pull/11858#discussion_r2993742914 we discussed on how to translate the ES passkey state to a relational one. That is used to filter out passkeys during convertion to webauthn credentials. It was decided to consider passkeys in ready state those that have a verified at `time.Time` set. The change required fixing the reducer for the eventstore event. # How the Problems Are Solved - Set `VerifiedAt` once `HumanWebAuthNVerifiedEvent` is received - Also set the verification to `nil` # Additional Context - Discussion #11858 - Follow-up for PR #11858
7 days ago
by Marco A.
M
Previous page
Previous
Next
Next page