ToolJet/server/migrations
Midhun G S 61158d8122
Merge main to develop (#4049)
* Fix: User group permissions error on Openshift platform (#4041)

* update dockerfile for file permissions on root group

* add permissions from the user group on dockerfile

* bump to v1.24.4

* bump to v1.25.0

* [feature] Added pagination and filtering features to users page (#3921)

* added pagination and filtering in backend

* added pagination
    - created a seperate component for users table
    - added pagination

* Added filter UI

* temporary css fix for pagination footer

* fixed pagination width issue

* now result will also clear when user clicks on clear icon

* Added seperate api for comment mentions

* Now we can search mentions by email, first and last names

* Fixed a bug
- email didn't send for comment mentions

* refactoring the code

* resolved PR changes

* Added isAdmin guard

* adding some checks

* fixed lint errors

* added wild card search

* Added no result found text

* fixed failing test case

* Working on PR changes

* Now users table avatars will load image too

* replaced skeleton classes with skeleton library component

* Completed PR changes

* added orderby

* Fixed some issues

* fixed failed test case

* have fixed some css issues

* replaced query with quersrting package

* fixed minor width issue

* Fixed some css issues

* fixed darkMode issue

* implemented on enter press search

* Refactored the code

* fixed white space issue

* refactored the code

* fixed overlapping issue

* refactored the code

* fixing some issues

* fixes

* removed guard

* code cleanup

* comments notification fix

* fixed conflict issues

* fixed css height issue

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>

* Remove signup guard from set-password-from-token API (#4050)

* Remove sign up guard set-password-from-token API

* test cases fix

* Bump to v1.25.1

* Feature: Add PG_DB_OWNER env var to disable db and extension creation (#4055)

* add PG_DB_OWNER env var to disable db and extension creation

* update docs

* bump to v1.25.2

Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
Co-authored-by: Muhsin Shah C P <muhsinshah21@gmail.com>
2022-09-16 21:08:45 +05:30
..
1625814801415-MaybeCreateExtension.ts Merge main to develop (#4049) 2022-09-16 21:08:45 +05:30
1625814801416-CreateOrganizations.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801417-CreateUsers.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801419-CreateApps.ts Feature: Collaboration ( realtime comments for canvas ) 🔥 (#810) 2021-11-01 12:58:03 +05:30
1625814801420-CreateAppVersions.ts Endpoint for fetching app versions 2021-07-23 20:21:24 +05:30
1625814801421-CreateCredentials.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801422-CreateFolders.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801423-CreateFolderApps.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801424-CreateMetadata.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801425-CreateOrganizationUsers.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801426-CreateAppUsers.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801427-CreateDataSources.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801428-CreateDataQueries.ts Policies and tests for running queries 2021-07-24 11:43:21 +05:30
1625814801429-CreateDataSourceUserOauth2s.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1632047749315-AddSsoIdToUser.ts Feature/merge google sso to community edition (#1420) 2021-11-17 16:51:50 +05:30
1632382322381-CreateGroupPermissions.ts Feature: User access management 🔥 (#918) 2021-10-11 20:45:58 +05:30
1632383798339-CreateUserGroupPermissions.ts Feature: User access management 🔥 (#918) 2021-10-11 20:45:58 +05:30
1632384954344-CreateAppGroupPermissions.ts Feature: User access management 🔥 (#918) 2021-10-11 20:45:58 +05:30
1632740447353-CreateThreadMigration.ts Feature: Collaboration ( realtime comments for canvas ) 🔥 (#810) 2021-11-01 12:58:03 +05:30
1634626774513-CreateCommentMigration.ts Feature: Collaboration ( realtime comments for canvas ) 🔥 (#810) 2021-11-01 12:58:03 +05:30
1634724636255-AddAppCreateAndAppDeleteToGroupPermissions.ts Feature: Group level permissions and related fixes (#1204) 2021-10-25 14:05:32 +05:30
1636607624055-AddFolderCreatePermissionToGroupPermissions.ts Chore: Revise and add specs for folders (#1391) 2021-11-15 11:43:48 +05:30
1639645231497-AddAppVersionIdColumnToDataSources.ts Feature: Versioning data sources & queries (#1620) 2022-01-04 13:34:12 +05:30
1639645243080-AddAppVersionIdColumnToDataQueries.ts Feature: Versioning data sources & queries (#1620) 2022-01-04 13:34:12 +05:30
1639734070614-AddApplicationIconColumn.ts Hotfix/fix for missing query reassociations (#2471) 2022-03-09 16:56:03 +05:30
1642432246029-CreateSSOField.ts Github OAuth integration (#1837) 2022-01-27 15:21:17 +05:30
1643117336290-AddRoleToUser.ts Added an organization 'role' field to the page that redirects after the email confirmation (#1944) 2022-01-27 20:56:35 +05:30
1645864719155-MultiOrganization.ts Support for multiple workspaces 🚀 (#2778) 2022-05-05 12:38:42 +05:30
1646823984673-OrganizationConfigs.ts Support for multiple workspaces 🚀 (#2778) 2022-05-05 12:38:42 +05:30
1649860649643-AddIsMaintenanceOnToApp.ts [Feature] Added a feature to show maintenance state of an app (#2820) 2022-04-21 22:08:54 +05:30
1650455299630-OrganizationEnableSignup.ts Support for multiple workspaces 🚀 (#2778) 2022-05-05 12:38:42 +05:30
1651048832554-AddAvatarIdToUser.ts feat: add user avatar (#2920) 2022-06-02 12:19:49 +05:30
1651056032050-CreateFiles.ts feat: add user avatar (#2920) 2022-06-02 12:19:49 +05:30
1652541462886-CreateOrgEnvironmentVariablesTable.ts [Feature] Organisation level environment variables 🚀 (#3068) 2022-07-01 16:20:37 +05:30
1653391166172-AddFolderUpdateAndDeletePermissionsToGroupPermissions.ts [Feature] Added ability to update and delete app folders (#3132) 2022-06-16 19:41:38 +05:30
1654150623035-AddOrgEnvironmentVariablesGroupPermissions.ts [Feature] Organisation level environment variables 🚀 (#3068) 2022-07-01 16:20:37 +05:30
1655320273619-PasswordPolicyRetryCount.ts Password retry limit (#3300) 2022-06-30 00:49:45 +05:30
1655726247638-AddUniqueConstraintToVersionName.ts Hotfix: Split data and db migrations (#3610) 2022-07-14 14:03:21 +05:30
1656083459220-tabsWidth.ts Feature :: Tabs widget enhancement (#3390) 2022-07-08 17:42:34 +05:30
1656268228782-OrganizationsInheritSSO.ts Instance level SSO for Multi-Workpsace (#3441) 2022-07-18 11:40:52 +05:30
1656312830147-CreateCommentUsers.ts feat: trigger mail when user is mentioned in comment (#3443) 2022-07-25 11:14:59 +05:30
1661448846469-AddReadOnDashboardToAppGroupPermissions.ts [feature] Hide apps in dashboard (#3888) 2022-09-08 15:03:03 +05:30
LockMigrationsTable1.ts introduce db migrations access lock to handle concurrent backfill (#1628) 2021-12-27 17:11:35 +05:30
LockMigrationsTable2.ts introduce db migrations access lock to handle concurrent backfill (#1628) 2021-12-27 17:11:35 +05:30