[openSUSE/open-build-service] 9eb4fe: Index in_beta and in_rollout fields in users table
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 9eb4fede7c454958dee1800299a1e7208ab047be https://github.com/openSUSE/open-build-service/commit/9eb4fede7c454958dee180... Author: Eduardo Navarro <enavarro@suse.com> Date: 2021-06-23 (Wed, 23 Jun 2021) Changed paths: M src/api/.rubocop_todo.yml M src/api/app/models/unregistered_user.rb M src/api/app/models/user.rb M src/api/db/migrate/20180814112739_add_in_beta_to_user.rb M src/api/db/migrate/20190704072437_add_column_in_rollout_to_users.rb A src/api/db/migrate/20210623134455_add_missing_indices_to_users.rb M src/api/db/schema.rb Log Message: ----------- Index in_beta and in_rollout fields in users table These fields were not indexed before. Fix Rails/AddColumnIndex RuboCop offenses. Commit: f8b500d8cd7778f49e2219f041dc370f42e006f3 https://github.com/openSUSE/open-build-service/commit/f8b500d8cd7778f49e2219... Author: Victor Pereira <vpereira@suse.de> Date: 2021-06-24 (Thu, 24 Jun 2021) Changed paths: M src/api/.rubocop_todo.yml M src/api/app/models/unregistered_user.rb M src/api/app/models/user.rb M src/api/db/migrate/20180814112739_add_in_beta_to_user.rb M src/api/db/migrate/20190704072437_add_column_in_rollout_to_users.rb A src/api/db/migrate/20210623134455_add_missing_indices_to_users.rb M src/api/db/schema.rb Log Message: ----------- Merge pull request #11281 from eduardoj/add_missing_indices_to_users Index in_beta and in_rollout fields in users table Compare: https://github.com/openSUSE/open-build-service/compare/e12a9618af4b...f8b500...
participants (1)
-
Victor Pereira