summaryrefslogtreecommitdiff
path: root/spec/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Add retry:0 for controller specs n+163475-fix-n-1Thong Kuah2019-07-081-1/+1
* Restore fallback to deployment_platform_clusterThong Kuah2019-07-081-3/+4
* Could not address last 5 queriesThong Kuah2019-07-081-1/+4
* Extract deployment_metrics into own objectThong Kuah2019-07-081-48/+26
* Add failing test showing N+1Thong Kuah2019-07-081-0/+12
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2019-07-035-12/+216
|\
| * Add username to deploy tokensKrasimir Angelov2019-07-021-0/+20
| * Merge branch '58583-confidential-mr-branch-backend' into 'master'Rémy Coutable2019-07-012-7/+108
| |\
| | * Check if user can `update_issue` on projectPatrick Bajao2019-07-011-3/+3
| | * Fix issues when creating system notes58583-confidential-mr-branch-backendPatrick Bajao2019-06-291-1/+1
| | * Support branch creation from confidential issuePatrick Bajao2019-06-292-6/+107
| * | Merge branch 'id-stale-branches' into 'master'Grzegorz Bizon2019-07-011-0/+23
| |\ \ | | |/ | |/|
| | * Add endpoint for fetching diverging commit countsid-stale-branchesIgor Drozdov2019-06-281-0/+23
| * | Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-281-5/+5
| * | Merge branch 'id-extract-widget-into-different-request' into 'master'Ash McKenzie2019-06-281-0/+60
| |\ \
| | * | Extract MR's widget into a separate endpointid-extract-widget-into-different-requestIgor Drozdov2019-06-281-0/+60
| | |/
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2019-07-032-30/+82
|\ \ \ | |/ / |/| |
| * | Merge branch 'security-notes-in-private-snippets' into 'master'Marin Jankovski2019-07-021-1/+1
| |\ \
| | * | Correctly check permissions when creating snippet notesMarkus Koller2019-06-061-1/+1
| * | | Merge branch 'security-prevent-detection-of-merge-request-template-name' into...Marin Jankovski2019-07-021-29/+81
| |\ \ \
| | * | | Authorize access before serving project templateLuke Duncalfe2019-06-111-29/+81
* | | | | Merge branch '53811-issue-boards-to-core-projects-backend-ce' into 'master'Stan Hu2019-06-271-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ceAlexandru Croitor2019-06-261-1/+1
| | |_|/ | |/| |
* | | | Support redirect paths starting with a dash51952-forking-via-webideMarkus Koller2019-06-251-3/+13
|/ / /
* | | Merge branch '60617-enable-project-cluster-jit' into 'master'Thong Kuah2019-06-241-2/+0
|\ \ \
| * | | Enable project-level JIT resource creation60617-enable-project-cluster-jitTiger2019-06-181-2/+0
* | | | Enable Gitaly ref name caching for discussions.jsonsh-enable-ref-name-caching-discussionsStan Hu2019-06-221-0/+2
* | | | Merge branch 'bw-issue-reorder' into 'master'Kamil Trzciński2019-06-211-0/+84
|\ \ \ \
| * | | | Add reorder action to Project IssuesControllerbw-issue-reorderBrett Walker2019-06-211-0/+84
* | | | | Don't show private keys for letsencrypt certsVladimir Shushlin2019-06-211-25/+39
* | | | | Add embedding flag and filter to CPU/MemSarah Yasonik2019-06-201-0/+13
* | | | | Fix N+1 problem in `JobsController#index`fix-jobs-controller-index-n-1Kamil Trzciński2019-06-191-4/+10
|/ / / /
* | | | Introduce default: for gitlab-ci.ymlKamil Trzciński2019-06-181-1/+1
|/ / /
* | | Merge branch '60617-allow-switching-from-gitlab-managed-to-unmanaged-clusters...Thong Kuah2019-06-181-0/+4
|\ \ \
| * | | Allow switching clusters between managed/unmanagedTiger2019-06-181-0/+4
* | | | Make KubernetesService readonlyJames Fargher2019-06-182-42/+6
|/ / /
* | | Merge branch 'generate-spans-for-sections' into 'master'Sean McGivern2019-06-171-1/+1
|\ \ \
| * | | Fix integration specs for tracingFabio Pitino2019-06-141-1/+1
* | | | Merge branch 'expose-project-git-depth-via-api' into 'master'Kamil Trzciński2019-06-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Expose ci_default_git_depth via project APIexpose-project-git-depth-via-apiFabio Pitino2019-06-121-1/+1
| |/ /
* | | Update merge options for auto merge strategiesShinya Maeda2019-06-121-1/+25
* | | Merge branch 'prom-api-1' into 'master'Sean McGivern2019-06-111-2/+2
|\ \ \ | |/ / |/| |
| * | Return no_content from prometheus API empty responseSimon Knox2019-06-061-2/+2
* | | Merge branch '62418-project-default-git-depth' into 'master'Kamil Trzciński2019-06-071-0/+15
|\ \ \
| * | | Add project level git depth settingKrasimir Angelov2019-06-061-0/+15
| |/ /
* | | Remove metrics_time_window feature flagSarah Yasonik2019-06-071-14/+0
|/ /
* | CE backport for changes in EE MR 133899490-store-designs-in-lfs-ceLuke Duncalfe2019-06-062-2/+2
|/
* Merge branch '58941-use-gitlab-serverless-with-existing-knative-installation'...Grzegorz Bizon2019-06-041-17/+75
|\
| * Adapt functions to work for external KnativeJoão Cunha2019-05-291-17/+75
* | Merge dev.gitlab.org master into GitLab.com masterYorick Peterse2019-06-033-1/+52
|\ \