-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Implemented group sync in for SAML and also changed border weak in default tooljet theme on platform #14574
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
base: lts-3.16
Are you sure you want to change the base?
Conversation
…k for default ToolJet theme on platform.
|
Bito Automatic Review Skipped - Branch Excluded |
server/data-migrations/1762960587101-AddGroupSyncEnabledToSAMLConfigs.ts
Outdated
Show resolved
Hide resolved
|
Bito Automatic Review Skipped - Branch Excluded |
|
Enterprise Edition : |
|
Bito Automatic Review Skipped - Branch Excluded |
|
Enterprise Edition (LTS): |
|
Bito Automatic Review Skipped - Branch Excluded |
|
Bito Automatic Review Skipped - Branch Excluded |
|
Bito Automatic Review Skipped - Branch Excluded |
shah21
left a comment
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.
Added a minor comment @Siddharthpl
| AND NOT (configs::jsonb ? 'groupSyncEnabled'); | ||
| `); | ||
|
|
||
| // Remove legacy snake_case key if exists (optional cleanup) |
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.
Did we have this key (group_sync_enabled) before? If not, we can remove this cleanup code.
|
@Siddharthpl Adding the sub-module PRs in the description would be helpful. |
|
Bito Automatic Review Skipped - Branch Excluded |
|
Bito Automatic Review Skipped - Branch Excluded |
shah21
left a comment
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. In case you work on migrations again in upcoming tasks, please note the TODO comment.
|
|
||
| public async up(queryRunner: QueryRunner): Promise<void> { | ||
|
|
||
| let data: any = process.env; |
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.
TODO: Next time, create a separate reusable function in scripts and reuse in migrations
Issues Resolved
https://github.com/ToolJet/tj-ee/issues/4482
https://github.com/ToolJet/tj-ee/issues/4476