You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] Run tests against golang sdk (all compatible versions)
125
127
- [ ] Update SaaS config
126
128
- [ ] Update to tables checked for user count / or to know if a deployment is being used or not
127
-
- [ ] Update logic for deleting all data in dev env if a new table was added and if the data should be removed from it too
129
+
- [ ] Update logic for deleting all data in dev env if a new table was added and if the data should be removed from
130
+
it too
128
131
- [ ] Update logic for exporting csv file for registered users
129
132
- [ ] Update SaaS instances to use the latest docker images.
130
-
- [ ] Change [checklist in contributing guide for which tables to pick when migrating data from dev to prod instance](https://test.supertokens.com/docs/contribute/checklists/saas/tables-to-consider-for-data-migration-dev-to-prod).
133
+
- [ ]
134
+
Change [checklist in contributing guide for which tables to pick when migrating data from dev to prod instance](https://test.supertokens.com/docs/contribute/checklists/saas/tables-to-consider-for-data-migration-dev-to-prod).
131
135
- [ ] Update license key used for cores to include nea feature.
132
136
- [ ] Update table schema in mysql / postgresql section for self hosted in docs.
133
137
- [ ] Update paid feature to min version mapping in /st/features GET.
134
138
- [ ] Update API that returns the list of paid features in saas dashboard
135
139
- [ ] Update logic for core to core migration for new saas architecture:
136
-
- [ ] transfer of master database information
137
-
- [ ] deletion of master database information related to the CUD being transferred
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,15 @@ highlighting the necessary changes)
29
29
-[ ] Had installed and ran the pre-commit hook
30
30
-[ ] If there are new dependencies that have been added in `build.gradle`, please make sure to add them
31
31
in `implementationDependencies.json`.
32
-
-[ ] Update function `getValidFields` in `io/supertokens/config/CoreConfig.java` if new aliases were added for any core config (similar to the `access_token_signing_key_update_interval` config alias).
32
+
-[ ] Update function `getValidFields` in `io/supertokens/config/CoreConfig.java` if new aliases were added for any core
33
+
config (similar to the `access_token_signing_key_update_interval` config alias).
33
34
-[ ] Issue this PR against the latest non released version branch.
34
35
- To know which one it is, run find the latest released tag (`git tag`) in the format `vX.Y.Z`, and then find the
35
36
latest branch (`git branch --all`) whose `X.Y` is greater than the latest released tag.
36
37
- If no such branch exists, then create one from the latest released branch.
37
-
-[ ] If added a foreign key constraint on `app_id_to_user_id` table, make sure to delete from this table when deleting the user as well if `deleteUserIdMappingToo` is false.
38
+
-[ ] If added a foreign key constraint on `app_id_to_user_id` table, make sure to delete from this table when deleting
39
+
the user as well if `deleteUserIdMappingToo` is false.
0 commit comments