-
Notifications
You must be signed in to change notification settings - Fork 2
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
Make groups&items propagations twice faster, do not join groups table to determine group memberships, do not mark new items for propagation + testing-related fixes #1210
base: master
Are you sure you want to change the base?
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7198eb6 - Browse repository at this point
Copy the full SHA 7198eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b88353 - Browse repository at this point
Copy the full SHA 8b88353View commit details -
modify trigger before_update_groups_groups to disallow modifying grou…
…ps_groups.is_team_membership
Configuration menu - View commit details
-
Copy full SHA for cf5c1f2 - Browse repository at this point
Copy the full SHA cf5c1f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf492d - Browse repository at this point
Copy the full SHA 7cf492dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c23612 - Browse repository at this point
Copy the full SHA 3c23612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8962d59 - Browse repository at this point
Copy the full SHA 8962d59View commit details -
change the DB username for migration-tests to match the definer of tr…
…iggers in the dump file
Configuration menu - View commit details
-
Copy full SHA for 8e9bcf2 - Browse repository at this point
Copy the full SHA 8e9bcf2View commit details -
make groups&items propagations twice faster: 1) move the 'processing'…
… state into a new temporary table, 2) always filter *_propagate tables by exact values of ancestors_propagation_state, 3) perform covering index lookups on groups_groups instead of index lookups (create an index for this)
Configuration menu - View commit details
-
Copy full SHA for 621ed68 - Browse repository at this point
Copy the full SHA 621ed68View commit details
Commits on Nov 7, 2024
-
sort all the data returned by currentUserDataExport & currentUserFull…
…DataExport to make tests stable
Configuration menu - View commit details
-
Copy full SHA for 89e27c8 - Browse repository at this point
Copy the full SHA 89e27c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 373af70 - Browse repository at this point
Copy the full SHA 373af70View commit details -
do not join the groups table to detect team membership, use the group…
…s_groups.is_team_membership column instead
Configuration menu - View commit details
-
Copy full SHA for c8c74c8 - Browse repository at this point
Copy the full SHA c8c74c8View commit details -
drop unnecessary trigger after_insert_items as there is no reason for…
… marking a newly created item as "todo" for items propagation, only call the items propagation in itemCreate if new items_items rows are created
Configuration menu - View commit details
-
Copy full SHA for add7e16 - Browse repository at this point
Copy the full SHA add7e16View commit details