summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Added code for defining SHA attributesYorick Peterse2017-06-291-0/+33
* Merge branch 'bvl-rename-all-reserved-paths' into 'master'Sean McGivern2017-06-294-17/+233
|\
| * Adjust for new static-analysis failuresbvl-rename-all-reserved-paths-mysqlBob Van Landuyt2017-06-271-6/+6
| * Keep failed renames in redisBob Van Landuyt2017-06-261-0/+19
| * Use the migration name as a key in redisBob Van Landuyt2017-06-261-1/+1
| * Don't break rolling back when a namespace or project was renamedBob Van Landuyt2017-06-262-0/+14
| * Revert renames from a migrationBob Van Landuyt2017-06-261-0/+22
| * Revert namespace renamesBob Van Landuyt2017-06-263-16/+65
| * Add methods to revert project renamesBob Van Landuyt2017-06-262-16/+97
| * Track all renames in redisBob Van Landuyt2017-06-263-0/+31
* | Merge branch 'gitaly-encodings' into 'master'Robert Speicher2017-06-281-0/+24
|\ \
| * | Fix gitaly ref encoding bugsJacob Vosmaer2017-06-281-0/+24
* | | Merge branch 'dm-dependency-linker-newlines' into 'master'Robert Speicher2017-06-281-0/+4
|\ \ \
| * | | Fix diff of requirements.txt file by not matching newlines as part of package...dm-dependency-linker-newlinesDouwe Maan2017-06-271-0/+4
* | | | Merge branch 'bvl-fix-ldap-login' into 'master'Douwe Maan2017-06-281-0/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix setting `last_credential_check` on LDAP-loginbvl-fix-ldap-loginBob Van Landuyt2017-06-281-0/+10
| |/ /
* | | Merge branch 'submodules-private' into 'master'Sean McGivern2017-06-281-4/+4
|\ \ \ | |/ / |/| |
| * | Make Gitlab::Ggit::Repository#submodules privateJacob Vosmaer2017-06-271-4/+4
* | | Merge branch 'gitlab-git-find-commits' into 'master'Sean McGivern2017-06-272-49/+27
|\ \ \ | |/ / |/| |
| * | Remove 'contains' option from Commit.find_allJacob Vosmaer2017-06-271-20/+0
| * | Remove Gitlab::Git::Repository#find_allJacob Vosmaer2017-06-272-29/+27
* | | Merge branch 'zj-review-apps-usage-data' into 'master'Grzegorz Bizon2017-06-271-0/+1
|\ \ \
| * | | Add in_review_folder to usage pingzj-review-apps-usage-dataZ.J. van de Weg2017-06-271-0/+1
* | | | Merge branch '34324-gitlab-db-seed-is-broken' into 'master'Rémy Coutable2017-06-271-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix Gitlab::Database.bulk_insert for non-UTF-8 data34324-gitlab-db-seed-is-brokenSean McGivern2017-06-261-0/+4
| | |/ | |/|
* | | Merge branch '34052-store-mr-ref-fetched-in-database' into 'master'Sean McGivern2017-06-271-1/+3
|\ \ \
| * | | Store merge request ref_fetched status in the database34052-store-mr-ref-fetched-in-databaseAdam Niedzielski2017-06-261-1/+3
* | | | Introduce #renew for ExclusiveLeasebackport-renew-exclusive-leaseGabriel Mazetto2017-06-241-0/+13
| |/ / |/| |
* | | Merge branch 'dm-requirements-txt-tilde' into 'master'Grzegorz Bizon2017-06-231-0/+4
|\ \ \
| * | | Don't match tilde and exclamation mark as part of requirements.txt package namedm-requirements-txt-tildeDouwe Maan2017-06-231-0/+4
* | | | Merge branch 'tc-refactor-projects-finder-init-collection' into 'master'Douwe Maan2017-06-231-3/+3
|\ \ \ \
| * | | | Add User#full_private_access? to check if user has Private accesstc-refactor-projects-finder-init-collectionToon Claes2017-06-231-3/+3
| | |/ / | |/| |
* | | | Merge branch 'fix/gb/improve-updating-column-in-batches-helper' into 'master'Yorick Peterse2017-06-235-27/+47
|\ \ \ \ | |/ / / |/| | |
| * | | Fix Rubocop offense in migration helpers specsfix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-221-1/+1
| * | | Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-2253-605/+612
| |\ \ \ | | |/ /
| * | | Disable transaction in specs for some migrationsGrzegorz Bizon2017-06-221-1/+1
| * | | Fix specs for database migration helpers with transactionsGrzegorz Bizon2017-06-221-2/+8
| * | | Fix migration specs that can not run within transactionGrzegorz Bizon2017-06-213-3/+3
| * | | Raise if updating columns in batches within a transactionGrzegorz Bizon2017-06-211-21/+35
* | | | Merge branch 'fix/properly-encode-gitaly-diffs' into 'master'Robert Speicher2017-06-221-0/+8
|\ \ \ \
| * | | | Encode Gitaly diff patches properlyfix/properly-encode-gitaly-diffsAhmad Sherif2017-06-221-0/+8
* | | | | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...28717-additional-metrics-review-branchPawel Chojnacki2017-06-2281-649/+1039
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'feature/migrate-blob-find-to-gitaly' into 'master'Robert Speicher2017-06-222-2/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Migrate Gitlab::Git::Blob.find to Gitalyfeature/migrate-blob-find-to-gitalyAhmad Sherif2017-06-212-2/+11
| | |/ /
| * | | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-2152-603/+601
| |/ /
| * | Replace invalid chars while seeding environmentsZeger-Jan van de Weg2017-06-211-0/+12
| * | Merge branch 'gitaly-auth-token' into 'master'Sean McGivern2017-06-214-11/+15
| |\ \
| | * | Send gitaly token to workhorse when neededJacob Vosmaer2017-06-201-1/+5
| | * | Pass Gitaly token on Ruby gRPC requestsJacob Vosmaer2017-06-193-10/+10
| * | | Merge branch 'bugfix/html-email-brackets' into 'master'Douwe Maan2017-06-201-0/+4
| |\ \ \