summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Make GPG signature verification work with non-primary email (#36959)Brett Walker2017-09-231-4/+11
* Send a confirmation email when the user adds a secondary email address. Utili...Brett Walker2017-09-231-0/+3
* Reserve refs/replace cos `git-replace` is using it38234-reserve-refs-replaceLin Jen-Shin2017-09-221-0/+1
* Merge branch 'events-redundant-where' into 'master'Rémy Coutable2017-09-212-7/+7
|\
| * Remove redundant WHERE from event queriesevents-redundant-whereYorick Peterse2017-09-202-7/+7
* | Merge branch 'remove-use-key-worker' into 'master'Rémy Coutable2017-09-211-6/+1
|\ \
| * | Stop using Sidekiq for updating Key#last_used_atremove-use-key-workerYorick Peterse2017-09-201-6/+1
| |/
* | Merge branch 'fix-counts-caching' into 'master'Douwe Maan2017-09-202-4/+0
|\ \ | |/ |/|
| * Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-192-4/+0
* | Fix rewriting issue references with group milestonesGrzegorz Bizon2017-09-201-3/+5
* | Merge branch '37894-handle-if-auto-devops-domain-is-not-set' into 'master'Stan Hu2017-09-191-0/+4
|\ \
| * | Add warning message if domain or cluster are not configuredbokebilly2017-09-191-0/+4
| |/
* | Merge branch 'reoganize-deployment-indexes' into 'master'Stan Hu2017-09-191-3/+1
|\ \
| * | Reorganize indexes for the "deployments" tablereoganize-deployment-indexesYorick Peterse2017-09-191-3/+1
* | | Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)2017-09-191-74/+20
* | | Merge branch 'backstage/gb/jobs-triggering-policy-specifications' into 'master'Kamil Trzciński2017-09-191-1/+2
|\ \ \ | |_|/ |/| |
| * | Do not initialize YAML processor with project full pathGrzegorz Bizon2017-09-181-1/+1
| * | Do not pass project path from YAML processorGrzegorz Bizon2017-09-181-0/+1
* | | 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