summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-0456-281/+802
|\
| * Merge branch 'quiet-pipelines' into 'master' Rémy Coutable2017-04-045-18/+52
| |\
| | * Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-035-18/+52
| * | Merge branch 'pages-debug-log' into 'master' Rémy Coutable2017-04-032-0/+5
| |\ \
| | * | Log errors in UpdatePagesServiceDanilo Bargen2017-03-312-0/+5
| * | | Merge branch 'fix-github-importer-slowness' into 'master' Robert Speicher2017-04-038-15/+73
| |\ \ \
| | * | | Fix Rubocop offensesDouglas Barbosa Alexandre2017-04-031-1/+1
| | * | | Refactoring Projects::ImportServiceDouglas Barbosa Alexandre2017-04-032-32/+22
| | * | | Move methods that are not related to mirroring to the repository modelDouglas Barbosa Alexandre2017-04-032-25/+25
| | * | | Rename skip_metrics to imported on the importable concernDouglas Barbosa Alexandre2017-04-032-3/+3
| | * | | Remove unused include from RepositoryImportWorkerDouglas Barbosa Alexandre2017-04-031-1/+0
| | * | | Skip MR metrics when importing projects from GitHubDouglas Barbosa Alexandre2017-04-033-2/+5
| | * | | Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre2017-04-034-1/+67
| * | | | Merge branch 'fix/gb/remove-deprecated-pipeline-processing-code' into 'master' Kamil Trzciński2017-04-031-15/+0
| |\ \ \ \
| | * | | | Remove code deprecated in pipeline process serviceGrzegorz Bizon2017-04-021-15/+0
| * | | | | Merge branch 'feature/add-feature-flags-for-upload-receive-pack' into 'master' Robert Speicher2017-04-031-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Add feature flags for enabling (Upload|Receive)Pack for Gitalyfeature/add-feature-flags-for-upload-receive-packAhmad Sherif2017-04-031-1/+1
| * | | | | Make file templates easy to use and discoverBryce Johnson2017-04-0324-210/+619
| * | | | | Merge branch 'style-proc-cop' into 'master' Rémy Coutable2017-04-033-4/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Enable Style/Proc cop for rubocopmhasbini2017-04-023-4/+4
| | |/ / /
| * | | | Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern2017-04-033-1/+21
| |\ \ \ \
| | * | | | Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-033-1/+21
| | | |_|/ | | |/| |
| * | | | Merge branch 'sh-fix-destroy-user-race' into 'master' Douwe Maan2017-04-032-4/+4
| |\ \ \ \
| | * | | | Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-021-2/+2
| | * | | | Fix race condition where a namespace would be deleted before a project was de...Stan Hu2017-04-021-2/+2
| | | |/ / | | |/| |
| * | | | Merge branch 'fix-nplusone-queries' into 'master' Robert Speicher2017-04-034-1/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix a few N+1 queries identified by Bulletfix-nplusone-queriesStan Hu2017-04-024-1/+4
| | |/ /
| * | | Merge branch '30264-fix-vue-pagination' into 'master' Fatih Acet2017-04-031-10/+17
| |\ \ \
| | * | | Fixes method not replacing URL parameters correctlyFilipa Lacerda2017-04-031-10/+17
| * | | | Merge branch '29669-redirect-referer-params' into 'master' Rémy Coutable2017-04-031-1/+1
| |\ \ \ \
| | * | | | Fix redirection after login when the referer have paramsmhasbini2017-04-021-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'todo-update-order' into 'master' Yorick Peterse2017-04-031-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Remove unnecessary ORDER BY clause when updating todosmhasbini2017-04-021-1/+1
| | |/ /
* | | | Simplify registry-related code in project modelGrzegorz Bizon2017-04-041-5/+1
* | | | Fix wording in registry tags controller notificationsGrzegorz Bizon2017-04-041-2/+2
* | | | Remove legacy registry tags when deleting a projectGrzegorz Bizon2017-04-042-3/+24
* | | | Improve wording in partials related to the registryGrzegorz Bizon2017-04-042-3/+2
* | | | Improve wording in registry notifications in the UIGrzegorz Bizon2017-04-041-2/+2
* | | | Improve container registry repository view partialsGrzegorz Bizon2017-04-041-15/+10
* | | | Remove unecessary changes from project transfer serviceGrzegorz Bizon2017-04-031-1/+1
* | | | Remove changes unnecessary changes from namespace modelGrzegorz Bizon2017-04-031-3/+3
* | | | Revert changes in services related to moving projectsGrzegorz Bizon2017-04-033-5/+5
* | | | Refine method for checking project registry tagsGrzegorz Bizon2017-04-031-0/+20
* | | | Fix Rubocop offenses in code related to the registryGrzegorz Bizon2017-04-031-1/+1
* | | | Ensure root container repository when visiting registryGrzegorz Bizon2017-04-032-2/+26
* | | | Validate uniqueness of container repository nameGrzegorz Bizon2017-04-031-0/+1
* | | | Add missing test example for container repository tagsGrzegorz Bizon2017-04-031-2/+0
* | | | Refactor feature specs for container registryGrzegorz Bizon2017-04-031-1/+1
* | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-03159-810/+1774
|\ \ \ \ | |/ / /
| * | | Merge branch 'use-gitaly-commit-is-ancestor' into 'master' Robert Speicher2017-04-021-1/+7
| |\ \ \