summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Add Project#members_among to obtain only authorized users of the projectce-5382-approvers-from-code-ownersMark Chao2018-10-011-0/+43
* Merge branch 'sh-fix-forks-with-no-gravatar' into 'master'Rémy Coutable2018-10-012-24/+12
|\
| * Fix Error 500 when forking projects with Gravatar disabledsh-fix-forks-with-no-gravatarStan Hu2018-09-282-24/+12
* | Merge branch 'ide-fetch-templates-pages' into 'master'Filipa Lacerda2018-10-011-4/+42
|\ \
| * | Fixed file templates not being fully fetched in Web IDEPhil Hughes2018-09-281-4/+42
| |/
* | Merge branch '51651-fill-pipeline-source-for-external-pipelines' into 'master'Kamil Trzciński2018-09-301-0/+62
|\ \
| * | Reorganize background_migration specs51651-fill-pipeline-source-for-external-pipelinesMatija Čupić2018-09-291-19/+37
| * | Refactor pipeline id orderingMatija Čupić2018-09-281-1/+2
| * | Restyle background_migration specMatija Čupić2018-09-281-3/+4
| * | Refactor migration specs using ActiveRecord modelsMatija Čupić2018-09-281-12/+17
| * | Refactor external_pipelines queryMatija Čupić2018-09-271-1/+1
| * | Add frozen string literal commentMatija Čupić2018-09-251-0/+2
| * | Add background migration to fill pipeline sourceMatija Čupić2018-09-251-0/+35
* | | Fix job_details.json schemaSteve Azzopardi2018-09-281-1/+4
| |/ |/|
* | Merge branch 'rename-local-variable' into 'master'Filipa Lacerda2018-09-281-11/+11
|\ \
| * | Rename block scope local variable in table pagination specGeorge Tsiolis2018-09-271-11/+11
* | | Merge branch 'mk/asymmetric-exists-cache' into 'master'Stan Hu2018-09-284-1/+277
|\ \ \
| * | | Expire RequestStore cache properlyMichael Kozono2018-09-271-0/+7
| * | | Cache `Repository#exists?` false in RequestStoreMichael Kozono2018-09-274-1/+212
| * | | Extract `Repository.memoize_method` methodMichael Kozono2018-09-271-0/+58
* | | | Extend reports to support security featuresOlivier Gonzalez2018-09-279-99/+201
* | | | Merge branch '50904-use-vuex-store-job' into 'master'Phil Hughes2018-09-273-65/+7
|\ \ \ \
| * | | | Uses new Vuex store in job log pageFilipa Lacerda2018-09-273-65/+7
* | | | | Merge branch 'dz-expose-cluster-id-to-jupyter' into 'master'Dmitriy Zaporozhets2018-09-271-0/+7
|\ \ \ \ \
| * | | | | Add GitLab cluster id to jupyter configdz-expose-cluster-id-to-jupyterDmitriy Zaporozhets2018-09-181-0/+7
* | | | | | Updates Vue job components to match new APIFilipa Lacerda2018-09-274-97/+86
* | | | | | Merge branch '51925-expose-has_trace-in-job-api' into 'master'Kamil Trzciński2018-09-272-1/+21
|\ \ \ \ \ \
| * | | | | | Add has_trace to Projects::JobController#show.jsonSteve Azzopardi2018-09-272-1/+21
* | | | | | | Merge branch '43832-adds-chdmod-to-commits-actions-api' into 'master'Rémy Coutable2018-09-272-12/+104
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Adds chmod action to POST /projects/:id/repository/commits APIJacopo2018-09-272-12/+104
| |/ / / / /
* | | | | | Merge branch 'toon-copy-meta-data-fix' into 'master'Rémy Coutable2018-09-271-0/+9
|\ \ \ \ \ \
| * | | | | | Allow /copy_metadata for new issuesToon Claes2018-09-271-0/+9
* | | | | | | Merge branch '1801-allow-event_filter-to-be-set-in-the-url' into 'master'Douwe Maan2018-09-274-38/+109
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Refactor EventFilter and increase its test coverage1801-allow-event_filter-to-be-set-in-the-urlRémy Coutable2018-09-264-38/+109
* | | | | | | Merge branch 'jivl-fix-monitoring-dashboard-resizing-navbar' into 'master'Mike Greiling2018-09-262-19/+41
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Change forceRedraw key formatjivl-fix-monitoring-dashboard-resizing-navbarJose Vargas2018-09-251-2/+2
| * | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into jivl-fix-monito...Jose Vargas2018-09-25216-3359/+6481
| |\ \ \ \ \ \
| * | | | | | | Fix monitoring dashboard not working properlyJose Vargas2018-09-252-19/+41
* | | | | | | | Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński2018-09-263-59/+244
|\ \ \ \ \ \ \ \
| * | | | | | | | add type filter to admin runners pageAlexis Reigel2018-09-242-13/+69
| * | | | | | | | add status param to runners apiAlexis Reigel2018-09-151-0/+48
| * | | | | | | | cleanup runners api specsAlexis Reigel2018-09-151-64/+84
| * | | | | | | | add type param to runners apiAlexis Reigel2018-09-151-0/+45
| * | | | | | | | fix and add missing api specsAlexis Reigel2018-09-151-1/+17
* | | | | | | | | Resolve "Un-vendor CI templates"Dylan Griffith2018-09-266-24/+23
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'mk/backport-fix-safe-request-store-test' into 'master'Yorick Peterse2018-09-261-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix RequestStore-related test failuremk/backport-fix-safe-request-store-testMichael Kozono2018-09-251-3/+3
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Preserve order of project tags listDennis Tang2018-09-261-8/+6
* | | | | | | | Resolve "Commit details are not displayed when reviewing an MR commit by commit"Paul Slaughter2018-09-266-3/+216
* | | | | | | | Add gitlab-ui skeleton loadingClement Ho2018-09-252-112/+0
| |_|_|_|_|_|/ |/| | | | | |