summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable CSRF protection in JS tests43966-enable-csrf-in-testsLin Jen-Shin2018-03-081-0/+8
* Merge branch 'ce-rubocop-naming-filename' into 'master'Nick Thomas2018-03-0828-147/+224
|\
| * [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-0828-147/+224
|/
* Merge branch 'sh-add-missing-acts-as-taggable-indices' into 'master'Yorick Peterse2018-03-083-0/+28
|\
| * Adding missing indexes on taggings tablesh-add-missing-acts-as-taggable-indicesStan Hu2018-03-073-0/+28
* | Merge branch 'sh-add-section-name-index' into 'master'Yorick Peterse2018-03-083-1/+29
|\ \
| * | Add index on section_name_id on ci_build_trace_sections tablesh-add-section-name-indexStan Hu2018-03-083-1/+29
| |/
* | Merge branch 'docs-exception-request-labels' into 'master'Sean McGivern2018-03-081-0/+3
|\ \
| * | Clarify that the Pick Into X.Y label is added after approvalSean McGivern2018-03-081-0/+3
* | | Merge branch 'sh-remove-double-caching-repo-empty' into 'master'Sean McGivern2018-03-083-5/+10
|\ \ \ | |/ / |/| |
| * | Memoize Repository#empty? instead of double caching the valuesh-remove-double-caching-repo-emptyStan Hu2018-03-073-5/+10
* | | Merge branch 'patch-28' into 'master'Filipa Lacerda2018-03-081-1/+1
|\ \ \
| * | | Fix link to Merge Request CoachFabien Catteau2018-03-081-1/+1
| | |/ | |/|
* | | Merge branch '43770-change-clear-runners-cache-ujs-action-to-an-axios-request...Kamil Trzciński2018-03-088-51/+91
|\ \ \
| * | | Fix broken tests43770-change-clear-runners-cache-ujs-action-to-an-axios-requestFilipa Lacerda2018-03-072-9/+9
| * | | [ci skip] Merge branch 'master' into 43770-change-clear-runners-cache-ujs-act...Filipa Lacerda2018-03-07120-920/+2712
| |\ \ \
| * | | | Removes UJS from reset cache buttonFilipa Lacerda2018-03-075-26/+73
| * | | | [ci skip] Merge branch 'master' into 43770-change-clear-runners-cache-ujs-act...Filipa Lacerda2018-03-07240-3048/+25824
| |\ \ \ \
| * \ \ \ \ [ci skip] Merge branch 'master' into 43770-change-clear-runners-cache-ujs-act...Filipa Lacerda2018-03-06670-13299/+11571
| |\ \ \ \ \
| * | | | | | Update Projects::Settings::CiCdController#reset_cache specsMatija Čupić2018-03-011-14/+5
| * | | | | | Make Projects::Settings:CiCdController#reset_cache a json endpointMatija Čupić2018-03-011-4/+6
* | | | | | | Merge branch 'fix-mattermost-delete-team' into 'master'Sean McGivern2018-03-084-3/+117
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add missing delete method in mattermost sessionjulien MILLAU2018-03-084-3/+117
|/ / / / / /
* | | | | | Merge branch 'ce-jej/github-project-service-for-ci' into 'master'Douwe Maan2018-03-0811-15/+98
|\ \ \ \ \ \
| * | | | | | Hides Triggers if integration only has one eventJames Edwards-Jones2018-03-084-2/+54
| * | | | | | Service integration displays validation errors on test failJames Edwards-Jones2018-03-073-13/+29
| * | | | | | Backport changes from EE's GithubService integrationJames Edwards-Jones2018-03-075-0/+15
* | | | | | | Merge branch 'unassign-when-leaving' into 'master'Robert Speicher2018-03-087-116/+95
|\ \ \ \ \ \ \
| * | | | | | | Don't delete todos or unassign issues and MRs when a user leaves a projectunassign-when-leavingDouwe Maan2018-03-077-116/+95
* | | | | | | | Merge branch 'bvl-port-ee-improvements-from-maintainer-push' into 'master'Douwe Maan2018-03-086-18/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | Validate `:push_code` before checking protected branchesbvl-port-ee-improvements-from-maintainer-pushBob Van Landuyt2018-03-081-6/+3
| * | | | | | | | Address frontend feedbackBob Van Landuyt2018-03-085-12/+29
|/ / / / / / / /
* | | | | | | | Merge branch 'jivl-backport-custom-metrics-frontend' into 'master'Filipa Lacerda2018-03-076-32/+60
|\ \ \ \ \ \ \ \
| * | | | | | | | backport of custom metrics for the common metrics section of CEjivl-backport-custom-metrics-frontendJose Ivan Vargas2018-03-076-32/+60
* | | | | | | | | Merge branch 'da-update-project-activity' into 'master'Stan Hu2018-03-072-1/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update project activity when pushing to a wiki repositoryda-update-project-activityDouglas Barbosa Alexandre2018-03-072-1/+13
* | | | | | | | | | Merge branch 'ce-3839-ci-cd-only-github-projects-fe' into 'master'Douwe Maan2018-03-0711-59/+194
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into 'ce-3839-ci-cd-only-github-projects-fe'ce-3839-ci-cd-only-github-projects-feDouwe Maan2018-03-07120-275/+1694
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CE backport for creating CI/CD projects from GitHubRubén Dávila2018-03-0711-94/+214
* | | | | | | | | | | | Merge branch 'docs-fe-typo' into 'master'Jacob Schatz2018-03-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix accessibility typodocs-fe-typoClement Ho2018-03-071-1/+1
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'backport-ee-3892-to-ce' into 'master'Douwe Maan2018-03-072-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Backport relevant changes from EE https://gitlab.com/gitlab-org/gitlab-ee/mer...backport-ee-3892-to-ceTiago Botelho2018-03-072-0/+11
* | | | | | | | | | | | | Merge branch 'refactor/move-sidebar-assignee-vue-component' into 'master'Clement Ho2018-03-074-45/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Move SidebarAssignees vue componentGeorge Tsiolis2018-03-074-45/+53
* | | | | | | | | | | | | Merge branch '43780-add-a-paragraph-about-clusters-security-implications' int...Kamil Trzciński2018-03-073-3/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Resolve "Add a mention and link to doc for security implications in the Kuber...Mayra Cabrera2018-03-073-3/+50
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'docs-new-fe-guide' into 'master'Jacob Schatz2018-03-0718-0/+111
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add new frontend guide structureClement Ho2018-03-0718-0/+111
* | | | | | | | | | | | | Merge branch 'bvl-allow-maintainer-to-push' into 'master'Douwe Maan2018-03-0758-118/+911
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |