summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Convert migration to populate latest merge request ID into a background migra...Stan Hu2017-11-171-0/+62
* Merge branch 'bvl-isolate-fork-network-background-migrations' into 'master'Rémy Coutable2017-11-161-11/+11
|\
| * Isolate the fork network background migrationsbvl-isolate-fork-network-background-migrationsBob Van Landuyt2017-11-151-11/+11
* | Add total_time_spent to the `changes` hash in issuable Webhook payloads40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-addedRémy Coutable2017-11-151-1/+6
|/
* Merge branch 'bvl-fork-network-memberships-for-deleted-source' into 'master'Yorick Peterse2017-11-141-1/+8
|\
| * Don't try to create fork network memberships for forks of forksbvl-fork-network-memberships-for-deleted-sourceBob Van Landuyt2017-11-141-1/+8
* | Merge branch 'jej/fix-lfs-integrity-with-forks' into 'master'Douwe Maan2017-11-142-37/+80
|\ \
| * | Handle forks in Gitlab::Checks::LfsIntegrityjej/fix-lfs-integrity-with-forksJames Edwards-Jones2017-11-091-0/+21
| * | Moved LfsIntegrity specs to own fileJames Edwards-Jones2017-11-082-37/+59
* | | Merge branch 'gitaly-wiki-get-all-pages' into 'master'Rémy Coutable2017-11-141-0/+88
|\ \ \
| * | | Incorporate Gitaly's WikiService.WikiGetAllPages RPCgitaly-wiki-get-all-pagesAlejandro Rodríguez2017-11-131-0/+44
| * | | Add spec examples for Gitlab::Gitaly::WikiServiceAlejandro Rodríguez2017-11-131-0/+44
* | | | Add Gitlab::Utils::StrongMemoizeLin Jen-Shin (godfat)2017-11-131-0/+52
| |_|/ |/| |
* | | Prepare Repository#fetch_source_branch for migrationJacob Vosmaer (GitLab)2017-11-102-27/+142
* | | Merge branch 'cleanup-issues-schema' into 'master'Sean McGivern2017-11-101-1/+0
|\ \ \ | |/ / |/| |
| * | Clean up schema of the "issues" tablecleanup-issues-schemaYorick Peterse2017-11-091-1/+0
* | | Merge branch '39958-updatemergerequestsworker-are-failing-on-metric-tagging' ...Sean McGivern2017-11-091-16/+24
|\ \ \ | |/ / |/| |
| * | Revert "add metrics tagging to the sidekiq middleware"39958-updatemergerequestsworker-are-failing-on-metric-taggingmicael.bergeron2017-11-081-16/+24
* | | Merge branch 'github-rake-task-rate-limiting' into 'master'Douwe Maan2017-11-091-0/+27
|\ \ \
| * | | Support importing GH projects without rate limitsgithub-rake-task-rate-limitingYorick Peterse2017-11-081-0/+27
| |/ /
* | | Merge branch 'ssrf-protections-round-2' into 'security-10-1'Douwe Maan2017-11-081-0/+16
|/ /
* | Merge branch 'fix-issues-api-list-performance' into 'master'Stan Hu2017-11-081-4/+8
|\ \
| * | Fail when issuable_meta_data is called on an unlimited collectionfix-issues-api-list-performanceSean McGivern2017-11-071-4/+8
* | | Restore Enterprise support in the GH importerYorick Peterse2017-11-081-11/+90
* | | Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu2017-11-081-2/+26
* | | Merge branch 'github-importer-refactor' into 'master'Douwe Maan2017-11-0851-100/+4516
|\ \ \
| * | | Replace old GH importer with the parallel importergithub-importer-refactorYorick Peterse2017-11-071-1/+1
| * | | Rewrite the GitHub importer from scratchYorick Peterse2017-11-0750-99/+4495
| * | | Add returning IDs to Gitlab::Database.bulk_insertYorick Peterse2017-11-071-0/+20
* | | | Merge branch 'feature-change-signout-route' into 'master'Douwe Maan2017-11-081-7/+0
|\ \ \ \
| * | | | Updates tests to reflect sign_out route changeJoe Marty2017-11-071-7/+0
* | | | | Merge branch 'bvl-free-paths' into 'master'Douwe Maan2017-11-081-37/+9
|\ \ \ \ \
| * | | | | Remove EE-specific group pathsbvl-free-pathsBob Van Landuyt2017-11-071-12/+3
| * | | | | Update failure message when finding new routes in `PathRegex`Bob Van Landuyt2017-11-071-9/+4
| * | | | | Free up some group reserved wordsBob Van Landuyt2017-11-071-4/+4
| * | | | | Free up `avatar`, `group_members` and `milestones` as pathsBob Van Landuyt2017-11-071-14/+0
* | | | | | Merge branch 'pawel/fix_backend_transaction_protected_labels_method' into 'ma...Stan Hu2017-11-081-0/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Make BackgroundTransaction#labels publicPawel Chojnacki2017-11-071-0/+6
* | | | | | Improve GitLab Import rake task to work with Hashed Storage and SubgroupsJames Lopez2017-11-073-100/+219
| |/ / / / |/| | | |
* | | | | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-084-20/+18
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'fix/import-export-arguments' into 'master'Douwe Maan2017-11-071-1/+11
| |\ \ \ \
| | * | | | fix specsfix/import-export-argumentsJames Lopez2017-11-071-3/+3
| | * | | | Fix arguments error on Import/Export fetch_ref methodJames Lopez2017-11-071-1/+11
| | | |/ / | | |/| |
| * | | | Merge branch '39831-warning-icon-in-jobs-dropdown-has-incorrect-style' into '...Clement Ho2017-11-072-2/+2
| |\ \ \ \
| | * | | | Fixed Status Warning Icon39831-warning-icon-in-jobs-dropdown-has-incorrect-styleTim Zallmann2017-11-062-2/+2
| * | | | | Merge branch 'fix-mysql-grant-check' into 'master'Rémy Coutable2017-11-071-17/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fix TRIGGER checks for MySQLfix-mysql-grant-checkYorick Peterse2017-11-061-17/+5
* | | | | | Add Helm InstallCommandAlessio Caiazza2017-11-071-0/+100
* | | | | | Add k8s namespace implementation and testsAlessio Caiazza2017-11-071-0/+66
* | | | | | Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce into...Shinya Maeda2017-11-071-16/+0
|\ \ \ \ \ \