summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-193-4/+11
* Merge branch 'zj-update-project-settings' into 'master'Grzegorz Bizon2017-09-191-1/+1
|\
| * Allow updating of project auto devops settingsZeger-Jan van de Weg2017-09-151-1/+1
* | Merge branch 'sh-optimize-discussion-json' into 'master'Yorick Peterse2017-09-181-1/+1
|\ \
| * | Eliminate N+1 queries in loading discussions.json endpointsh-optimize-discussion-jsonStan Hu2017-09-181-1/+1
* | | Merge branch '37789-followup-for-read-registry-change' into 'master'Rémy Coutable2017-09-181-1/+1
|\ \ \
| * | | Clean up read_registry scope changesRobin Bobbitt2017-09-181-1/+1
* | | | Merge branch 'operation-service-merge' into 'master'Rémy Coutable2017-09-181-37/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | Prepare Repository#merge for migration to Gitalyoperation-service-mergeJacob Vosmaer2017-09-151-37/+20
| | |/ | |/|
* | | Merge branch 'master' into 'issue_37640'issue_37640Felipe Artur2017-09-1528-58/+93
|\ \ \
| * \ \ Merge branch 'fix-share-with-group-lock-update' into 'master'Robert Speicher2017-09-151-1/+8
| |\ \ \
| | * | | Fix setting share_with_group_lockfix-share-with-group-lock-updateYorick Peterse2017-09-151-1/+8
| | |/ /
| * | | created services for keyshaseeb2017-09-153-16/+0
| * | | Merge branch 'projects-controller-show' into 'master'Rémy Coutable2017-09-152-0/+21
| |\ \ \ | | |/ / | |/| |
| | * | Memoize the latest builds of a pipelineprojects-controller-showYorick Peterse2017-09-141-0/+4
| | * | Memoize pipelines for project download buttonsYorick Peterse2017-09-141-0/+17
| * | | Merge branch 'ci-environment-status-performance' into 'master'Stan Hu2017-09-141-1/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Constrain environment deployments to project IDsYorick Peterse2017-09-131-1/+4
| * | | Merge branch 'gitlab-git-user' into 'master'Rémy Coutable2017-09-141-4/+4
| |\ \ \
| | * | | Rename Gitlab::Git::Committer to UserJacob Vosmaer2017-09-141-4/+4
| * | | | Merge branch '37759-also-treat-newlines-as-separator' into 'master'Kamil Trzciński2017-09-141-1/+1
| |\ \ \ \
| | * | | | Also treat newlines as separator, as people would do thatLin Jen-Shin2017-09-131-1/+1
| | | |/ / | | |/| |
| * | | | Restore has_visible_content? to improve performance (cache)repo-cache-fixJarka Kadlecova2017-09-141-0/+6
| | |_|/ | |/| |
| * | | Merge branch '34510-board-issues-sql-speedup' into 'master'Douwe Maan2017-09-141-1/+6
| |\ \ \ | | |_|/ | |/| |
| | * | fix another N+1 query for label priorities34510-board-issues-sql-speedupmicael.bergeron2017-09-121-1/+6
| * | | Merge branch 'patch-26' into 'master'Rémy Coutable2017-09-131-3/+0
| |\ \ \ | | |_|/ | |/| |
| | * | Delete duplicated lines.Shinichi Maeshima2017-09-111-3/+0
| * | | Merge branch 'zj-usage-data-auto-devops' into 'master'Kamil Trzciński2017-09-131-0/+3
| |\ \ \
| | * | | Add auto devops enabled/disabled to usage pingZeger-Jan van de Weg2017-09-121-0/+3
| * | | | Merge branch '5836-move-lib-ci-into-gitlab-namespace' into 'master'Grzegorz Bizon2017-09-1313-16/+16
| |\ \ \ \
| | * | | | move `lib/ci/mask_secret.rb` into `lib/gitlab/ci/mask_secret.rb`Maxim Rydkin2017-09-121-2/+2
| | * | | | move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`Maxim Rydkin2017-09-122-3/+3
| | * | | | move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin2017-09-1211-11/+11
| | | |_|/ | | |/| |
| * | | | Merge branch 'revert-2f46c3a8' into 'master'Robert Speicher2017-09-121-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-0/+1
| * | | | Decrease Perceived Complexity threshold to 15Maxim Rydkin2017-09-121-12/+20
| * | | | Merge branch 'housekeeping_settings' into 'master'Douwe Maan2017-09-121-2/+2
| |\ \ \ \
| | * | | | Allow to use same periods for housekeeping tasksAlex Lossent2017-09-111-2/+2
| * | | | | Merge branch 'hide-read-registry-scope-when-registry-disabled' into 'master'Kamil Trzciński2017-09-121-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Hide read_registry scope when registry is disabled on instanceRobin Bobbitt2017-08-211-1/+1
* | | | | | Fix project feature being deleted when updating project with invalid visibili...Felipe Artur2017-09-122-2/+4
|/ / / / /
* | | | | Merge branch 'import-sources-fix' into 'master'Rémy Coutable2017-09-111-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Read import sources from setting at first initializationVisay Keo2017-09-091-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'user-recent-push' into 'master'Douwe Maan2017-09-113-14/+45
|\ \ \ \
| * | | | Rework how recent push events are retrieveduser-recent-pushYorick Peterse2017-09-083-14/+45
| | |_|/ | |/| |
* | | | Merge branch 'feature/gpg-verification-status-remove-ignore-rule' into 'master'Douwe Maan2017-09-111-3/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "make valid_signature an ignored column"Alexis Reigel2017-09-051-3/+0
* | | | Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...revert-f2421b2bRubén Dávila2017-09-081-1/+0
* | | | Merge branch '29943-environment-folder' into 'security-9-5'Kamil Trzciński2017-09-071-7/+6
| |/ / |/| |
* | | Merge branch 'improve-share-locking-feature-for-subgroups' into 'master'Douwe Maan2017-09-071-0/+14
|\ \ \