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 (Collapse)Author
2017-05-11Fix MySQL build failureDouwe Maan
2017-05-11Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot
Retried in database Closes #25737 See merge request !11115
2017-05-11Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher
'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10No user needed to cleanup namespaceless pending delete projectsToon Claes
Since this is a cleanup, ran by a post-deploy, there is no need to lookup the admin to run the cleanup.
2017-05-10Use worker to destroy namespaceless projects in post-deployToon Claes
Destroying projects can be very time consuming. So instead of destroying them in the post-deploy, just schedule them and make Sidekiq do the hard work. They are scheduled in batches of 5000 records. This way the number of database requests is limited while also the amount data read to memory is limited.
2017-05-10No user is needed to delete a projectToon Claes
2017-05-10Add post-deploy migrate to cleanup projects in pending delete stateToon Claes
There are many projects in `pending_delete` state, this post-deploy migration cleans them up. The script is based on https://gitlab.com/gitlab-org/gitlab-ce/snippets/1648654 and https://gitlab.com/gitlab-org/gitlab-ce/snippets/1611429. The use of these scripts were described in https://gitlab.com/gitlab-com/infrastructure/issues/888.
2017-05-09Make retried to be nullableKamil Trzcinski
2017-05-09Merge branch 'master' into 'add-index-for-auto_canceled_by_id-mysql'Kamil Trzciński
# Conflicts: # db/schema.rb
2017-05-09Small code improvements and add migration specFelipe Artur
2017-05-08Fix specs 2Felipe Artur
2017-05-08Populate merge requests head_pipeline_idFelipe Artur
2017-05-08Preloads head pipeline for each merge requestFelipe Artur
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-07Store retried in database for CI buildsKamil Trzcinski
2017-05-06Merge branch 'master' into 'add-index-for-auto_canceled_by_id-mysql'Kamil Trzciński
# Conflicts: # db/schema.rb
2017-05-06Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern
Resolve "Redirect to new project link after a rename" Closes #17361 and #30317 See merge request !11136
2017-05-06Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern
2017-05-05Merge branch 'mia_backort' into 'master' Jacob Schatz
Backport of Multiple Assignees feature See merge request !11089
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Fix Rubocop failuresMichael Kozono
2017-05-05Index redirect_routes path for LIKEMichael Kozono
2017-05-05Add index for source association and for pathMichael Kozono
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-05-05Merge branch 'add-sentry-js-again-with-vue' into 'master' Phil Hughes
Add sentry JS See merge request !6764
2017-05-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵Valery Sizov
skip]
2017-05-05[Multiple issue assignee] Fix a number of specsValery Sizov
2017-05-05Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila
Conflicts: lib/gitlab/cycle_analytics/review_stage.rb lib/gitlab/cycle_analytics/staging_stage.rb lib/gitlab/cycle_analytics/test_stage.rb
2017-05-05Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett
# Conflicts: # db/schema.rb
2017-05-05More updates for translations plus small tweaks.Ruben Davila
2017-05-04Add index to last_repository_updated_at on projectsDouglas Barbosa Alexandre
2017-05-04Add last_repository_updated_at to projectsDouglas Barbosa Alexandre
2017-05-04Reject EE reserved namespace paths in CE as wellBob Van Landuyt
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-04clientside_sentry migration and schema changes commitLuke "Jared" Bennett
2017-05-04Reset migration to headLuke "Jared" Bennett
2017-05-04Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett
2017-05-04Reset schema and migrationLuke "Jared" Bennett
2017-05-04More updates for translations plus some refactoring.Ruben Davila
2017-05-04Add alias_attributes for notesblackst0ne
2017-05-04Add last_edited_at and last_edited_by attributesblackst0ne
2017-05-03Fixed schema diffsLuke "Jared" Bennett
2017-05-03Fix caching large snippet HTML content on MySQL databasesNick Thomas
2017-05-03Updated schema.rb with patch modeLuke "Jared" Bennett
2017-05-03[ci skip] Update migration to be reversible and use add_column_with_defaultLuke "Jared" Bennett
2017-05-03Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett
2017-05-03First round of updates from the code review.Ruben Davila
2017-05-02Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila
2017-05-02Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan
Reject more reserved paths Closes #30272 See merge request !10413