summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* consolidate all behavior imports into an index.js filerefactor-behaviorsMike Greiling2017-04-042-8/+10
|
* refactor and fix eslint violations in behaviors directoryMike Greiling2017-04-045-197/+175
|
* Merge branch 'fix-github-importer-slowness' into 'master' Robert Speicher2017-04-0315-58/+159
|\ | | | | | | | | | | | | Improve performance of GitHub importer Closes #28183 See merge request !10273
| * Fix Rubocop offensesDouglas Barbosa Alexandre2017-04-031-1/+1
| |
| * Set the right timeout for Gitlab::Shell#fetch_remoteDouglas Barbosa Alexandre2017-04-031-1/+2
| |
| * Refactoring Projects::ImportServiceDouglas Barbosa Alexandre2017-04-034-70/+75
| |
| * Move methods that are not related to mirroring to the repository modelDouglas Barbosa Alexandre2017-04-032-25/+25
| |
| * Fix GitHub pull request formatter specDouglas Barbosa Alexandre2017-04-031-3/+6
| |
| * Rename skip_metrics to imported on the importable concernDouglas Barbosa Alexandre2017-04-033-4/+4
| |
| * Add CHANGELOGDouglas Barbosa Alexandre2017-04-031-0/+4
| |
| * Remove unused include from RepositoryImportWorkerDouglas Barbosa Alexandre2017-04-031-1/+0
| |
| * Skip MR metrics when importing projects from GitHubDouglas Barbosa Alexandre2017-04-034-3/+7
| |
| * Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre2017-04-036-2/+87
| |
* | Merge branch 'fix/gb/remove-deprecated-pipeline-processing-code' into 'master' Kamil Trzciński2017-04-033-74/+4
|\ \ | | | | | | | | | | | | | | | | | | Remove deprecated code from pipeline processing service Closes #30052 See merge request !10266
| * | Add changelog entry for deprecating legacy pipelinesfix/gb/remove-deprecated-pipeline-processing-codeGrzegorz Bizon2017-04-021-0/+4
| | |
| * | Remove code deprecated in pipeline process serviceGrzegorz Bizon2017-04-022-74/+0
| | |
* | | Merge branch 'namespace-race-condition' into 'master' Douwe Maan2017-04-032-1/+8
|\ \ \ | | | | | | | | | | | | | | | | Fix race condition in namespace directory creation See merge request !10268
| * | | Fix race condition in namespace directory creationRobin Bobbitt2017-04-032-1/+8
| | | |
* | | | Merge branch 'feature/support-grpc-calls-over-tcp-conn' into 'master' Robert Speicher2017-04-034-3/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Gitaly calls over TCP connection Closes gitaly#166 See merge request !10410
| * | | | Add support for Gitaly calls over TCP connectionfeature/support-grpc-calls-over-tcp-connAhmad Sherif2017-04-034-3/+31
| | | | | | | | | | | | | | | | | | | | Closes gitaly#166
* | | | | Merge branch 'feature/add-feature-flags-for-upload-receive-pack' into 'master' Robert Speicher2017-04-033-10/+66
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Add feature flags for enabling (Upload|Receive)Pack Closes gitaly#168 See merge request !10341
| * | | | Add feature flags for enabling (Upload|Receive)Pack for Gitalyfeature/add-feature-flags-for-upload-receive-packAhmad Sherif2017-04-033-10/+66
| |/ / / | | | | | | | | | | | | Closes gitaly#168
* | | | Merge branch '25332-make-file-templates-easy-to-use-and-discover' into 'master' Alfredo Sumaran2017-04-0331-217/+832
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make file templates easy to use and discover Closes #25332 See merge request !9782
| * | | | Make file templates easy to use and discoverBryce Johnson2017-04-0331-217/+832
|/ / / /
* | | | Merge branch 'style-proc-cop' into 'master' Rémy Coutable2017-04-039-13/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Enable Style/Proc cop for rubocop See merge request !10382
| * | | | Enable Style/Proc cop for rubocopmhasbini2017-04-029-13/+16
| | |_|/ | |/| |
* | | | Merge branch '22303-symbolic-in-tree' into 'master' Douwe Maan2017-04-034-2/+7
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | #22303 fix mode representation git::tree ( in base 8 ) Closes #22303 See merge request !9780
| * | | Fix symlink icon in project treemhasbini2017-04-024-2/+7
| |/ /
* | | Merge branch 'master' into 'master' Rémy Coutable2017-04-031-1/+1
|\ \ \ | | | | | | | | | | | | | | | | fix spelling CI_REPOSITORY_URL (line:355) gitab-ci-token to gitlab-ci-token. See merge request !10409
| * | | fix spelling CI_REPOSITORY_URL (line:355) gitab-ci-token to gitlab-ci-token. Mustafa YILDIRIM2017-04-031-1/+1
| | | |
* | | | Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern2017-04-0313-7/+146
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce "polling_interval_multiplier" as application setting Closes #29759 See merge request !10280
| * | | | Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-0313-7/+146
| | |_|/ | |/| | | | | | | | | | | | | | Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
* | | | Merge branch 'workhorse-gitaly-repository' into 'master' Robert Speicher2017-04-034-6/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass Gitaly 'Repository' messages to workhorse for Git HTTP Closes gitaly#148 See merge request !10343
| * | | | Pass Gitaly Repository messages to workhorseJacob Vosmaer2017-04-032-3/+17
| | | | |
| * | | | Use gitaly 0.5.0Jacob Vosmaer2017-04-032-3/+3
| | | | |
* | | | | Merge branch '29541-fix-github-importer-deleted-fork' into 'master' Robert Speicher2017-04-035-23/+73
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GitHub importer for PRs of deleted forked repositories Closes #29541 See merge request !9992
| * | | | | Fix specs29541-fix-github-importer-deleted-forkGabriel Mazetto2017-04-031-1/+1
| | | | | |
| * | | | | Improve specs examplesGabriel Mazetto2017-04-031-3/+3
| | | | | |
| * | | | | Minor refactorGabriel Mazetto2017-04-032-12/+7
| | | | | |
| * | | | | Fix BrachFormatter for removed usersDouglas Barbosa Alexandre2017-04-031-1/+1
| | | | | |
| * | | | | ChangelogGabriel Mazetto2017-04-031-0/+4
| | | | | |
| * | | | | Fix specsGabriel Mazetto2017-04-031-2/+2
| | | | | |
| * | | | | One more change to the branch names to preserve metadataGabriel Mazetto2017-04-032-9/+9
| | | | | |
| * | | | | Prefixes source branch name with short SHA to avoid collisionDouglas Barbosa Alexandre2017-04-033-18/+28
| | | | | |
| * | | | | Fix GitHub importer for PRs of deleted forked repositoriesGabriel Mazetto2017-04-033-4/+45
| | | | | |
* | | | | | Merge branch 'sh-fix-destroy-user-race' into 'master' Douwe Maan2017-04-037-12/+48
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix race condition where a namespace would be deleted before a project was deleted Closes #30334 and #30306 See merge request !10389
| * | | | | | Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-024-8/+24
| | | | | | |
| * | | | | | Fix race condition where a namespace would be deleted before a project was ↵Stan Hu2017-04-023-4/+24
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deleted When deleting a user, the following sequence could happen: 1. Project `mygroup/myproject` is scheduled for deletion 2. The group `mygroup` is deleted 3. Sidekiq worker runs to delete `mygroup/myproject`, but the namespace and routes have been destroyed. Closes #30334
* | | | | | Merge branch 'fix-nplusone-queries' into 'master' Robert Speicher2017-04-034-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few N+1 queries identified by Bullet See merge request !10361
| * | | | | | Fix a few N+1 queries identified by Bulletfix-nplusone-queriesStan Hu2017-04-024-1/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | See !10263