Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Expand)Author
2018-02-02Merge branch 'master' into 38175-add-domain-field-to-auto-devops-application-...Matija Čupić
2018-02-02Merge branch '32283-trending-projects-unique-constraint2' into 'master'Yorick Peterse
2018-02-02fix schemaJames Lopez
2018-02-02add migrationJames Lopez
2018-02-02fix the schema.rbMicaël Bergeron
2018-02-02add the uploader context to the upload modelMicaël Bergeron
2018-02-02Add unique constraint to trending_projects#project_id.Andreas Brandl
2018-02-02Merge branch 'master' into '3867-port-to-ce'Sean McGivern
2018-02-02Remove dismissed_state from Callout modelMatija Čupić
2018-02-01fix the migration from not reverting correctlyMicaël Bergeron
2018-02-01fix the schema.rbMicaël Bergeron
2018-02-01fix specsMicaël Bergeron
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2018-02-01Finish any remaining jobs for issues.closed_atYorick Peterse
2018-01-28Merge branch 'master' into 38175-add-domain-field-to-auto-devops-application-...Matija Čupić
2018-01-27Update database schemaMatija Čupić
2018-01-27Add Callout modelMatija Čupić
2018-01-25Remove unique index not added in a migration from schemaGrzegorz Bizon
2018-01-25Fix indentation in migration removing duplicated stagesGrzegorz Bizon
2018-01-25Fix migration removing duplicate stages on MySQL againGrzegorz Bizon
2018-01-25Add an unique index on pipeline stage nameGrzegorz Bizon
2018-01-25Fix removing redundant pipeline stages on MySQLGrzegorz Bizon
2018-01-24Optimize SQL query that removes duplicated stagesGrzegorz Bizon
2018-01-24Remove redundant pipeline stages from the databaseGrzegorz Bizon
2018-01-24Use limit for search count queriesJan Provaznik
2018-01-22Add auto_devops_domain to ApplicationSettings modelMatija Čupić
2018-01-19Merge branch 'fix-redirect-routes-schema' into 'master'Yorick Peterse
2018-01-19Rework indexes on redirect_routes to be more effective and enforce a case ins...Greg Stark
2018-01-18Get rid of a Rails 5 deprecation warning in db/migrate/20170425112128_create_...Rémy Coutable
2018-01-17Applied fixFrancisco Javier López
2018-01-17Resolve conflicts in VERSION, db/schema.rb, and spec/models/service_spec.rbStan Hu
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan
2018-01-16Last push widget will show banner for new pushes to previously merged branchDrew Blessing
2018-01-12Display related merge requests in commit detail pageHiroyuki Sato
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-11Merge branch 'remove-soft-removals' into 'master'Douwe Maan
2018-01-10Denormalize commits count for merge request diffsJan Provaznik
2018-01-10Added tests for removing soft removed objectsYorick Peterse
2018-01-09Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan
2018-01-08Avoid adding index if already existsPaco Guzman
2018-01-08Backport authorized_keys_enabled defaults to true'Michael Kozono
2018-01-08Backport option to disable writing to `authorized_keys` fileMichael Kozono
2018-01-08Backport authorized_keys branch 'find-key-by-fingerprint'Pablo Carranza
2018-01-08Merge branch 'osw-merge-request-metrics-population-scheduler-improvement' int...Stan Hu
2018-01-08Remove unnecessary queries on Merge Request Metrics population schedulerOswaldo Ferreira
2018-01-08Remove soft removals related codeYorick Peterse
2018-01-08Add memoization for propertiesShinya Maeda
2018-01-08Disable STI of ActiveRecord. Refactoring specs.Shinya Maeda
2018-01-08Fix StaticSnalysysShinya Maeda
2018-01-08Revert bulk_insert and bring back AR insert(one by one)Shinya Maeda