-
-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(schemas): add saml_application_configs
table
#6817
Merged
darcyYe
merged 4 commits into
master
from
yemq-log-10113-add-saml-application-proxies-table
Nov 22, 2024
Merged
feat(schemas): add saml_application_configs
table
#6817
darcyYe
merged 4 commits into
master
from
yemq-log-10113-add-saml-application-proxies-table
Nov 22, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
darcyYe
requested review from
simeng-li,
wangsijie and
gao-sun
as code owners
November 18, 2024 04:32
COMPARE TO
|
Name | Diff |
---|---|
packages/schemas/alterations/next-1731904029-add-saml-application-configs-table.ts | 📈 +1.13 KB |
packages/schemas/src/foundations/jsonb-types/index.ts | 📈 +47 Bytes |
packages/schemas/src/foundations/jsonb-types/saml-application-configs.ts | 📈 +616 Bytes |
packages/schemas/tables/saml_application_configs.sql | 📈 +802 Bytes |
darcyYe
force-pushed
the
yemq-log-10113-add-saml-application-proxies-table
branch
from
November 18, 2024 04:52
3272ad1
to
c1b10ae
Compare
darcyYe
changed the base branch from
yemq-log-10133-add-isVisible-to-applications-table
to
yemq-log-7205-add-saml-application-secrets-table
November 18, 2024 04:52
darcyYe
force-pushed
the
yemq-log-10113-add-saml-application-proxies-table
branch
from
November 18, 2024 06:44
c1b10ae
to
75e7def
Compare
darcyYe
changed the title
feat(schemas): add
feat(schemas): add Nov 18, 2024
saml_application_proxies
tablesaml_application_configs
table
darcyYe
force-pushed
the
yemq-log-7205-add-saml-application-secrets-table
branch
from
November 19, 2024 06:06
9543eb7
to
f3d1c51
Compare
darcyYe
force-pushed
the
yemq-log-10113-add-saml-application-proxies-table
branch
2 times, most recently
from
November 19, 2024 06:16
d129075
to
61399b8
Compare
darcyYe
force-pushed
the
yemq-log-7205-add-saml-application-secrets-table
branch
from
November 19, 2024 07:57
f3d1c51
to
47dd64b
Compare
darcyYe
force-pushed
the
yemq-log-10113-add-saml-application-proxies-table
branch
from
November 19, 2024 08:00
61399b8
to
97dfb47
Compare
simeng-li
reviewed
Nov 20, 2024
packages/schemas/src/foundations/jsonb-types/saml-application-configs.ts
Outdated
Show resolved
Hide resolved
darcyYe
force-pushed
the
yemq-log-7205-add-saml-application-secrets-table
branch
from
November 20, 2024 07:42
47dd64b
to
2d7fae3
Compare
darcyYe
force-pushed
the
yemq-log-10113-add-saml-application-proxies-table
branch
from
November 20, 2024 07:45
97dfb47
to
c28b5dc
Compare
darcyYe
force-pushed
the
yemq-log-10113-add-saml-application-proxies-table
branch
from
November 20, 2024 08:28
e59349e
to
5554cf6
Compare
darcyYe
force-pushed
the
yemq-log-10113-add-saml-application-proxies-table
branch
from
November 20, 2024 09:32
5554cf6
to
4e3a6a6
Compare
darcyYe
force-pushed
the
yemq-log-7205-add-saml-application-secrets-table
branch
from
November 21, 2024 07:13
2d7fae3
to
7d8cc8d
Compare
darcyYe
force-pushed
the
yemq-log-10113-add-saml-application-proxies-table
branch
from
November 21, 2024 10:05
4e3a6a6
to
57a1561
Compare
darcyYe
force-pushed
the
yemq-log-7205-add-saml-application-secrets-table
branch
from
November 21, 2024 11:10
7d8cc8d
to
4de3026
Compare
Base automatically changed from
yemq-log-7205-add-saml-application-secrets-table
to
master
November 21, 2024 11:30
darcyYe
force-pushed
the
yemq-log-10113-add-saml-application-proxies-table
branch
from
November 21, 2024 14:36
57a1561
to
6faece8
Compare
simeng-li
reviewed
Nov 22, 2024
packages/schemas/src/foundations/jsonb-types/saml-application-configs.ts
Show resolved
Hide resolved
simeng-li
approved these changes
Nov 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
darcyYe
deleted the
yemq-log-10113-add-saml-application-proxies-table
branch
November 22, 2024 06:56
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
add
saml_application_configs
tableWe made
entity_id
andacs_url
nullable because:saml_application_configs
and SAML apps.saml_application_configs
, we would need to determine, based on the DB state at that time, when to insert asaml_application_configs
record. If these fields are not nullable, for a particular SAML app, when the SAML config record does not exist, it would be impossible to use the patch API to modify one of these fields individually.Testing
Covered by CI.
Checklist
.changeset