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-07-19Merge branch 'bvl-security-9-0-remove-appearance-symlink' into 'security-9-0'Douwe Maan
(security-9-0) Remove the `appearance` symlink that was previously missed See merge request !2127
2017-06-07Merge branch 'bvl-fix-typo-renaming-appearance' into 'security-9-2'Douwe Maan
Fix typo in moving the`appearance` folder in migrations See merge request !2116
2017-05-31Merge branch '28917-contain-uploads-in-system-dir' into 'security'Douwe Maan
Upload files into `public/upload/system` instead of `public/upload` See merge request !2073
2017-05-30Revert "Merge remote-tracking branch 'dev/security-9-0' into 9-0-stable"Timothy Andrew
This reverts commit f6ba1e081c96bd0a8c3561d92f97aa11d6688bc5, reversing changes made to 810cc51be37e03ebbe99711a53663956e4ffde8c.
2017-05-26Merge branch '28917-contain-uploads-in-system-dir' into 'security'Douwe Maan
Upload files into `public/upload/system` instead of `public/upload` See merge request !2073
2017-04-19fix migrationJames Lopez
2017-04-19fix migrationJames Lopez
2017-04-19Merge branch 'fix/orphan-notification-settings' into 'master'Yorick Peterse
Fix orphaned notification settings Closes #29688 See merge request !10763
2017-04-19fix migration failureJames Lopez
2017-04-19Merge branch '29976-fix-dropping-job_id' into 'master' Kamil Trzciński
Do try to drop it if ci_builds.job_id isn't there Closes #29976 See merge request !10216
2017-04-10fix migrationJames Lopez
2017-04-10Merge remote-tracking branch 'origin/9-0-stable' into 9-0-stableJames Lopez
2017-04-10match migration in master branchJames Lopez
2017-04-10Fix schema versionSean McGivern
2017-04-10Merge branch ↵Sean McGivern
'30024-owner-can-t-initialize-git-repo-for-new-project-in-group' into 'master' Disable invalid service templates (again) Closes #30024 See merge request !10339
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