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-03-22Merge branch 'fix-routes-index-migration' into 'master' Douwe Maan
Fix routes index migration See merge request !10121
2017-03-21Merge branch 'dz-improve-rename-projects-migration' into 'master' Yorick Peterse
Improve rename projects migration Closes #29556 See merge request !10009
2017-03-21Merge branch 'index-routes-path-for-like' into 'master'Douwe Maan
Add LIKE index for routes.path Closes #29554 See merge request !10060
2017-03-21Merge branch 'perf/add-index-to-user-ghost' into 'master' Douwe Maan
add an index to the ghost column See merge request !9910
2017-03-18Merge branch 'all-ci-offline-migrations' into 'master' Robert Speicher
All CI offline migrations See merge request !9730
2017-03-16Merge branch 'fix_relative_position_calculation' into 'master' Douwe Maan
Fix relative position calculation Closes #29269 See merge request !9837
2017-03-16Merge branch 'fix/gb/fix-timeouts-in-manual-actions-migration' into 'master' Yorick Peterse
Fix statements timeout in manual actions migration Closes #29526 See merge request !9989
2017-03-16Merge branch 'dz-blacklist--names' into 'master'Douwe Maan
Blacklist nested groups and project names that can cause ambiguous routing for HA Closes #29324 See merge request !9898
2017-03-16Merge branch 'rs-revert-notified-of-own-activity-migration' into 'master'Robert Speicher
Revert the AddNotifiedOfOwnActivityToUsers migration See merge request !9973
2017-03-16Merge branch '8836-mr-revert' into 'master' Robert Speicher
Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master' See merge request !9974
2017-03-15Merge branch 'fix-migration-rc1-rollback' into 'master' Stan Hu
Fixing two migrations that could not be rolled back See merge request !9953
2017-03-08Merge branch 'master' into orderable-issuesDouwe Maan
2017-03-07Merge branch 'dm-add-concurrent-index-cop' into 'master' Yorick Peterse
Add cop to ensure reversibility of add_concurrent_index See merge request !9771
2017-03-07Merge branch 'zj-variables-build-job' into 'master' Kamil Trzciński
Rename BUILD to JOB in CI Variables Closes #29053 See merge request !9756
2017-03-07Add downtime constantsDouwe Maan
2017-03-07Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern
Update storage settings to allow extra values per shard See merge request !9597
2017-03-07Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern
2017-03-07Add cop to ensure reversibility of add_concurrent_indexDouwe Maan
2017-03-07Merge remote-tracking branch ↵Douwe Maan
'origin/personal_access_token_api_and_impersonation_token'
2017-03-07Rename BUILD to JOB in CI VariablesZ.J. van de Weg
Given GitLab moves away from using the term build, everywhere, also the CI variables are being renamed. For now, both `CI_BUILD_X` and `CI_JOB_X` are supported, with the same values. However, in about 3 months, support will be dropped.
2017-03-07Implement OpenID Connect identity providerMarkus Koller
2017-03-07Fix AddRelativePositionToIssues migrationValery Sizov
2017-03-07Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-03-07Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda
Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569
2017-03-07Fix up @DouweM reviewEric Eastwood
2017-03-07Merge branch 'master' into 'rs-carrierwave-db'Douwe Maan
# Conflicts: # spec/models/group_spec.rb
2017-03-06Merge branch 'zj-create-mattermost-team' into 'master' Kamil Trzciński
Create Mattermost Team from GitLab Closes #23964 See merge request !8746
2017-03-06Add Upload model and UploadChecksumWorker workerRobert Speicher
2017-03-06apply codestyle and implementation changes to the respective feature codeTiago Botelho
2017-03-06Merge branch 'pipeline-blocking-actions' into 'master' Kamil Trzciński
Make manual actions blocking Closes #26360 and #22628 See merge request !9585
2017-03-06Migrate legacy actions in post deployment migrationGrzegorz Bizon
2017-03-06Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-03-06Remove unecessary defaults for uniq ip block, cleanup refactoring leftoversPawel Chojnacki
2017-03-06align schema.rb with upstream and fix rubocop warning about not freezing ↵Pawel Chojnacki
mutable constants and empty error classes
2017-03-06Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ↵Pawel Chojnacki
review - cleanup formating in haml - clarify time window is in seconds - cleanup straneous chunks in db/schema - rename count_uniqe_ips to update_and_return_ips_count - other
2017-03-06Allow limiting logging in users from too many different IPs.Pawel Chojnacki
2017-03-06Merge branch 'master' into pipeline-blocking-actionsGrzegorz Bizon
* master: (26 commits) Fix UserBasic Rename `/take` to `/take_ownership`, expose `owner` in `v3`. Update after review Fix values being called at Array instead of Hash Fix json response in branches controller Improve docs and specs related to pages artifacts Add MR fo changelog about removing pages artifacts Delete artifacts for pages unless expiry date is specified Lint doc Improved team selection Move foreign key to separate migration Fix import model attributes Update documentation and expose ID Introduce tests for pipeline triggers Fix trigger model Update db/schema Make triggers to be user aware Make Pipeline Triggers to be user aware Update triggers API Remove remnants of git annex ... Conflicts: db/schema.rb
2017-03-06Merge branch 'master' into 'zj-create-mattermost-team'Zeger-Jan van de Weg
# Conflicts: # db/schema.rb
2017-03-06Add migration for manual actions with skipped statusGrzegorz Bizon
2017-03-06Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg
2017-03-06Minor edits, incorporate reviewZ.J. van de Weg
2017-03-05Move foreign key to separate migrationKamil Trzcinski
2017-03-05Update db/schemaKamil Trzcinski
2017-03-05Make triggers to be user awareKamil Trzcinski
2017-03-05Make Pipeline Triggers to be user awareKamil Trzcinski
- they can have owner, - they can be edited, - they have description, - you can take ownership of them
2017-03-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-03-03Update storage settings to allow extra values per shardAlejandro Rodríguez
This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
2017-03-03Fix the `Gitlab::Seeder` monkey patch to disable mail deliveryRobert Speicher
2017-03-02Satisfy rubocopValery Sizov
2017-03-02Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg