summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only renders Next badge for gitlab.comFilipa Lacerda2019-05-033-5/+23
* Merge branch '61365-consider-setting-rspec-full_backtrace-only-in-ci' into 'm...Stan Hu2019-05-031-1/+1
|\
| * Show full Rspec backtrace only in CIHeinrich Lee Yu2019-05-031-1/+1
* | Merge branch 'js-i18n-javascript-s-directories' into 'master'Filipa Lacerda2019-05-034-5/+20
|\ \
| * | Internationalisation of javascript/s* directoriesBrandon Labuschagne2019-05-034-5/+20
|/ /
* | Merge branch '9971-move-ee-differences-for-app-assets-javascripts-notes-compo...Phil Hughes2019-05-033-38/+103
|\ \ | |/ |/|
| * EE Backport to CE of Note Form EE Diffs9971-move-ee-differences-for-app-assets-javascripts-notes-components-note_form-vue-ceSam Bigelow2019-05-023-38/+103
* | Merge branch '18432-switch-to-sassc-rails' into 'master'Stan Hu2019-05-033-10/+16
|\ \
| * | Switch to sassc-rails for faster stylesheet compilation18432-switch-to-sassc-railsGabriel Mazetto2019-04-273-10/+16
* | | Merge branch 'patch-20' into 'master'Evan Read2019-05-031-1/+1
|\ \ \
| * | | Clarify gitlab.rb settings for modifying pipeline schedule workerZac Sturgess2019-05-021-1/+1
* | | | Merge branch 'sh-whitelist-internal-api' into 'master'Stan Hu2019-05-032-1/+5
|\ \ \ \
| * | | | Whitelist query limits for internal APIStan Hu2019-05-032-1/+5
|/ / / /
* | | | Merge branch 'docs/modify-versions-guidance' into 'master'Mike Lewis2019-05-031-18/+26
|\ \ \ \
| * | | | Final review feedback applieddocs/modify-versions-guidanceEvan Read2019-05-021-3/+3
| * | | | Adjust guidance based on feedbackEvan Read2019-05-021-2/+3
| * | | | Change the guidance for version textEvan Read2019-05-021-23/+13
| * | | | Adjust how we do version text in docsEvan Read2019-05-021-6/+23
* | | | | Merge branch '56557-disable-kubernetes-namespace-service-account-backend' int...Stan Hu2019-05-0324-22/+224
|\ \ \ \ \
| * | | | | Add gitlab-managed option to clusters formMayra Cabrera2019-05-0324-22/+224
|/ / / / /
* | | | | Merge branch 'docs-jc-document-gitaly-log' into 'master'Evan Read2019-05-021-0/+2
|\ \ \ \ \
| * | | | | Document where Gitaly instance writes logs during rspecJohn Cai2019-05-021-0/+2
|/ / / / /
* | | | | Merge branch 'docs-update-pages-comm-contribution' into 'master'Evan Read2019-05-021-2/+3
|\ \ \ \ \
| * | | | | Need to change only the pathdocs-update-pages-comm-contributionMarcia Ramos2019-04-301-3/+3
| * | | | | Clarify instructions for making user/group siteBrandon Houghton2019-04-171-2/+3
* | | | | | Merge branch 'use-pg-10.7' into 'master'Stan Hu2019-05-022-1/+6
|\ \ \ \ \ \
| * | | | | | Use PostgreSQL 10.7use-pg-10.7Balasankar "Balu" C2019-05-022-1/+6
* | | | | | | Merge branch 'pack-refs' into 'master'Stan Hu2019-05-026-4/+47
|\ \ \ \ \ \ \
| * | | | | | | Use git_garbage_collect_worker to run pack_refsJan Provaznik2019-05-026-4/+47
|/ / / / / / /
* | | | | | | Merge branch 'jc-upgrade-gitaly-1.38.0' into 'master'Stan Hu2019-05-021-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Upgrade Gitaly to 1.40.0John Cai2019-05-021-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '28741-play-all-manual-jobs' into 'master'Douglas Barbosa Alexandre2019-05-0228-8/+600
|\ \ \ \ \ \
| * | | | | | Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-0228-8/+600
|/ / / / / /
* | | | | | Merge branch '5966-rebase-with-block' into 'master'Douwe Maan2019-05-029-20/+219
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add support for two-step Gitaly Rebase RPCLuke Duncalfe2019-05-029-20/+219
|/ / / / /
* | | | | Merge branch '27777-drop-projects-ci_id-column' into 'master'Douglas Barbosa Alexandre2019-05-025-54/+30
|\ \ \ \ \
| * | | | | Remove unused projects.ci_id column27777-drop-projects-ci_id-columnDmitriy Zaporozhets2019-05-025-54/+30
* | | | | | Merge branch 'remove-comment-personal-snippet-permission' into 'master'Douwe Maan2019-05-025-37/+44
|\ \ \ \ \ \
| * | | | | | Remove the `comment_personal_snippet` permissionremove-comment-personal-snippet-permissionSean McGivern2019-05-025-37/+44
* | | | | | | Merge branch 'issue-61038-deploy-chat-message-update' into 'master'Douglas Barbosa Alexandre2019-05-026-8/+31
|\ \ \ \ \ \ \
| * | | | | | | Update deployment chat message notificationJason Goodman2019-05-026-8/+31
|/ / / / / / /
* | | | | | | Merge branch 'ac-package-storage-stats' into 'master'Andreas Brandl2019-05-0212-30/+96
|\ \ \ \ \ \ \
| * | | | | | | Add packages_size to ProjectStatisticsAlessio Caiazza2019-05-0212-30/+96
|/ / / / / / /
* | | | | | | Merge branch '9932-fix-deprecated-attribute_changed-ce' into 'master'Andreas Brandl2019-05-0216-66/+77
|\ \ \ \ \ \ \
| * | | | | | | Remove deprecated uses of attribute_changed?9932-fix-deprecated-attribute_changed-ceHeinrich Lee Yu2019-04-3016-66/+77
* | | | | | | | Merge branch '10694-propagate-env-vars-for-gitlab-own-ci-sast-depscan-ce' int...Douwe Maan2019-05-021-8/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | Update ENV vars syntax for reports.ci.ymlVictor Zagorodny2019-05-021-8/+46
|/ / / / / / / /
* | | | | | | | Merge branch '60777-uninstall-button' into 'master'Phil Hughes2019-05-0219-143/+591
|\ \ \ \ \ \ \ \
| * | | | | | | | Uninstall application confirm modal componentEnrique Alcántara2019-05-0219-143/+591
|/ / / / / / / /
* | | | | | | | Merge branch 'js-i18n-diff-notes' into 'master'Phil Hughes2019-05-027-14/+50
|\ \ \ \ \ \ \ \