summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'keyval-labels' into 'master'Sean McGivern2019-04-051-0/+3
|\
| * [backend] backport of scoped labelsJan Provaznik2019-04-041-0/+3
* | Merge branch '58375-api-controller' into 'master'Sean McGivern2019-04-051-0/+37
|\ \
| * | Allow message strings to be translatedrpereira22019-04-051-2/+2
| * | Call permit! on paramsrpereira22019-04-051-1/+1
| * | Remove permitting of paramsrpereira22019-04-051-12/+5
| * | Add spec for invalid environment idrpereira22019-04-051-2/+1
| * | Streamline controller specsPeter Leitzen2019-04-051-4/+2
| * | Add a Prometheus API per environmentrpereira22019-04-051-0/+47
* | | Merge branch 'extend-cte-optimisations-to-projects' into 'master'Dmitriy Zaporozhets2019-04-051-0/+1
|\ \ \
| * | | Extend CTE search optimisation to projectsextend-cte-optimisations-to-projectsSean McGivern2019-04-041-0/+1
* | | | Fix and expand Gitaly FindCommit cachingsh-fix-ref-name-cachingStan Hu2019-04-043-9/+15
| |/ / |/| |
* | | Renamed terminal_specification to channel_specificationFrancisco Javier López2019-04-042-2/+2
* | | Allow to sort wiki pages by date and titleIgor2019-04-041-1/+4
* | | Merge branch 'xanf/gitlab-ce-transfer-disables-js' into 'master'Sean McGivern2019-04-041-2/+2
|\ \ \
| * | | Redirect to edit page on group transfer failurexanf/gitlab-ce-transfer-disables-jsIllya Klymov2019-04-031-2/+2
* | | | Consider array params on rendering MR list on dashboardIgor2019-04-041-1/+4
* | | | Fixed test specsOswaldo Ferreira2019-04-041-1/+1
* | | | Merge branch '24704-download-repository-path' into 'master'Kushal Pandya2019-04-041-1/+1
|\ \ \ \
| * | | | Download a folder from repositoryPatrick Bajao2019-04-021-1/+1
| * | | | Add download directory in menuKia Mei Somabes2019-04-021-1/+1
* | | | | Merge branch 'support-time-windows-api' into 'master'James Lopez2019-04-041-1/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Specify time window for additional metrics apisupport-time-windows-apisyasonik2019-04-031-1/+11
| | |/ / | |/| |
* | | | Merge branch '13784-validate-variables-for-masking' into 'master'Clement Ho2019-04-032-2/+2
|\ \ \ \
| * | | | Add control for variable value maskingmfluharty2019-03-292-2/+2
* | | | | Remove reply_to_individual_notes feature flag58644-remove-reply_to_individual_notes-feature-flagHeinrich Lee Yu2019-04-031-3/+0
| |/ / / |/| | |
* | | | Merge branch 'sh-cache-pipeline-find-commits' into 'master'Kamil Trzciński2019-04-021-4/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Cache FindCommit results in pipelines viewsh-cache-pipeline-find-commitsStan Hu2019-04-021-4/+10
* | | | Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher2019-04-023-11/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitl...jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-023-11/+11
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'security-56224' into 'master'GitLab Release Tools Bot2019-04-021-0/+1
| | |\ \
| | | * | Hide related branches when user does not have permissionMark Chao2019-03-211-0/+1
| | * | | Merge branch 'security-id-potential-denial-languages' into 'master'GitLab Release Tools Bot2019-04-021-6/+2
| | |\ \ \
| | | * | | Return cached languages if they've been detected beforeIgor Drozdov2019-03-201-6/+2
| | * | | | Merge branch 'security-mass-assignment-on-project-update' into 'master'GitLab Release Tools Bot2019-04-021-5/+8
| | |\ \ \ \
| | | * | | | Add cr remarksMałgorzata Ksionek2019-03-251-3/+3
| | | * | | | Disallow changing namespace of a project in update methodMałgorzata Ksionek2019-03-201-5/+8
| | | |/ / /
* | | | | | (CE Port) "Follow-up from "(EE port) Externalize strings in projects controll...Martin Wortschack2019-04-021-2/+2
|/ / / / /
* | | | | Allow streaming io objects into GitalyBob Van Landuyt2019-04-011-2/+1
* | | | | Renames Cluster#managed? to provided_by_user?Mayra Cabrera2019-03-291-5/+5
* | | | | Merge branch 'ce-1607-elastic_feature_flag_per_group' into 'master'Nick Thomas2019-03-291-2/+0
|\ \ \ \ \
| * | | | | Backport of 1607-elastic_feature_flag_per_groupce-1607-elastic_feature_flag_per_groupMario de la Ossa2019-03-281-2/+0
* | | | | | Merge branch 'sh-fix-gitaly-find-commit-caching' into 'master'Kamil Trzciński2019-03-291-1/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Allow ref name caching CommitService#find_commitStan Hu2019-03-271-1/+3
* | | | | | Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"Kamil Trzciński2019-03-272-2/+2
|/ / / / /
* | | | | Scaffold UI elements for minimal versionMiranda Fluharty2019-03-272-2/+2
* | | | | Externalize strings in projects controllersMartin Wortschack2019-03-2735-108/+134
* | | | | Add API access check to GraphqlFelipe Artur2019-03-271-0/+5
* | | | | Merge branch 'remove-expand-diff-feature-flag' into 'master'Filipa Lacerda2019-03-271-4/+0
|\ \ \ \ \
| * | | | | Remove expand diff to full file feature flagPhil Hughes2019-03-261-4/+0
| | |/ / / | |/| | |