summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add DAST to Auto DevOps docsdocs/sast-dastAchilleas Pipinellis2018-01-151-3/+34
* Port the SAST DAST doc examples from EE to CEAchilleas Pipinellis2018-01-123-0/+103
* Merge branch 'disable-pages-on-jobs' into 'master'Yorick Peterse2018-01-123-2/+8
|\
| * Use simple Next/Prev paging for jobs to avoid large count queries on arbitrar...disable-pages-on-jobsGreg Stark2018-01-113-2/+8
* | Merge branch 'docs-api-users' into 'master'Achilleas Pipinellis2018-01-121-0/+4
|\ \
| * | Update missing API documentation on `GET /users/:id/projects`Onuwa Nnachi Isaac2018-01-121-0/+4
* | | Merge branch 'docs-remove-duplicate-ci-examples' into 'master'Achilleas Pipinellis2018-01-123-171/+97
|\ \ \ | |/ / |/| |
| * | Docs: remove duplicate CI examplesMarcia Ramos2018-01-123-171/+97
|/ /
* | Merge branch 'gitignore-rej' into 'master'Sean McGivern2018-01-121-0/+1
|\ \
| * | Added .rej files to gitignorePhil Hughes2018-01-121-0/+1
* | | Merge branch '41937-vue-prop-type' into 'master'Phil Hughes2018-01-122-9/+31
|\ \ \ | |/ / |/| |
| * | Fix boolean prop being provided as string41937-vue-prop-typeFilipa Lacerda2018-01-112-9/+31
* | | Merge branch '41797-prometheus-wording-fixes' into 'master'Kamil Trzciński2018-01-121-2/+1
|\ \ \
| * | | Fixes minor aspects on Prometheus description41797-prometheus-wording-fixesMayra Cabrera2018-01-111-2/+1
| |/ /
* | | Merge branch 'grpc-1.8.3' into 'master'Sean McGivern2018-01-121-2/+5
|\ \ \
| * | | Update the grpc gem to 1.8.3grpc-1.8.3Jacob Vosmaer2018-01-101-2/+5
* | | | Merge branch 'docs/qa/gb/add-note-about-qa-selectors-validation-to-docs' into...Rémy Coutable2018-01-121-0/+11
|\ \ \ \
| * | | | Add a note about GitLab QA page objects validator to docsGrzegorz Bizon2018-01-121-0/+11
|/ / / /
* | | | Merge branch '41956-fix-ctrl-enter-binding-to-save-comment' into 'master'Phil Hughes2018-01-125-4/+26
|\ \ \ \
| * | | | Fix Ctrl+Enter keyboard shortcut saving comment/note edit41956-fix-ctrl-enter-binding-to-save-commentEric Eastwood2018-01-115-4/+26
* | | | | Merge branch 'dispatcher-project-branches' into 'master'Phil Hughes2018-01-122-4/+10
|\ \ \ \ \
| * | | | | Refactor dispatcher project branches pathdispatcher-project-branchesClement Ho2018-01-112-4/+10
* | | | | | Merge branch 'dispatcher-blame-blob' into 'master'Phil Hughes2018-01-124-34/+52
|\ \ \ \ \ \
| * | | | | | Refactor dispatcher projects blame and blob pathClement Ho2018-01-124-34/+52
|/ / / / / /
* | | | | | Merge branch 'fix/export-message' into 'master'Stan Hu2018-01-121-1/+1
|\ \ \ \ \ \
| * | | | | | Update export message to mention we can download the file from the UIJames Lopez2018-01-121-1/+1
|/ / / / / /
* | | | | | Merge branch '41882-respect-only-path-in-relative-link-filter' into 'master'Douwe Maan2018-01-123-17/+51
|\ \ \ \ \ \
| * | | | | | Ensure that emails contain absolute, rather than relative, links to user uploadsNick Thomas2018-01-113-17/+51
* | | | | | | Merge branch 'mk-fix-permanent-redirect-validation' into 'master'Douwe Maan2018-01-124-1/+81
|\ \ \ \ \ \ \
| * | | | | | | Add changelog entrymk-fix-permanent-redirect-validationMichael Kozono2018-01-111-0/+5
| * | | | | | | Add RedirectRoute factoryMichael Kozono2018-01-112-3/+18
| * | | | | | | Fix Rubocop offenseMichael Kozono2018-01-111-1/+1
| * | | | | | | Revert "Revert "Fix Route validation for unchanged path""Michael Kozono2018-01-112-1/+61
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch '37077-subscribe-button-tooltip-on-issues-page-causes-visual-stu...Fatih Acet2018-01-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix case where tooltip messes up :last-child selector37077-subscribe-button-tooltip-on-issues-page-causes-visual-stutteringMike Greiling2018-01-111-1/+1
* | | | | | | | Merge branch '41749-postgres-9.6-for-ci-tests' into 'master'Rémy Coutable2018-01-122-0/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add reason to keep postgresql 9.2 for CITakuya Noguchi2018-01-122-0/+8
* | | | | | | | Merge branch 'feature/migrate-is-rebase-in-progress-to-gitaly' into 'master'Robert Speicher2018-01-113-24/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | Migrate rebase_in_progress? to Gitalyfeature/migrate-is-rebase-in-progress-to-gitalyAhmad Sherif2018-01-103-24/+53
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'feature/migrate-rebase-to-gitaly' into 'master'Robert Speicher2018-01-113-59/+133
|\ \ \ \ \ \ \ \
| * | | | | | | | Migrate Gitlab::Git::Repository#rebase to Gitalyfeature/migrate-rebase-to-gitalyAhmad Sherif2018-01-103-59/+133
| |/ / / / / / /
* | | | | | | | Merge branch 'sh-remove-import-retry-count-warning' into 'master'Robert Speicher2018-01-111-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove warning noise in ProjectImportOptionsStan Hu2018-01-111-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'dispatcher-dashboard-mr' into 'master'Fatih Acet2018-01-112-3/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove initLegacyFilters reference in dispatcherdispatcher-dashboard-mrClement Ho2018-01-101-1/+0
| * | | | | | | | Refactor dispatcher dashboard mr pathClement Ho2018-01-102-2/+10
* | | | | | | | | Merge branch 'dispatcher-boards' into 'master'Fatih Acet2018-01-112-2/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Refactor dispatcher project boards pathdispatcher-boardsClement Ho2018-01-102-2/+11
| |/ / / / / / / /
* | | | | | | | | Merge branch '41163-improve-cluster-ingress-extra-cost-language' into 'master'Fatih Acet2018-01-112-6/+12
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Update Ingress extra cost note to be more generic41163-improve-cluster-ingress-extra-cost-languageEric Eastwood2018-01-112-6/+12
| | |_|_|_|_|/ / | |/| | | | | |