summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Bump rouge to 3.4.1Zoid2019-06-211-6/+7
* Merge branch '63406-selecting-a-line-in-ci-job-trace-using-triple-click-selec...Stan Hu2019-06-213-10/+10
|\
| * Merge branch 'master' into '63406-selecting-a-line-in-ci-job-trace-using-trip...63406-selecting-a-line-in-ci-job-trace-using-triple-click-selects-the-previous-line-alsoAdam Hegyi2019-06-1912-22/+26
| |\
| * | Fix copying a single line from FirefoxAdam Hegyi2019-06-193-10/+10
* | | Merge branch 'bw-issue-reorder' into 'master'Kamil Trzciński2019-06-213-0/+188
|\ \ \
| * | | Add reorder action to Project IssuesControllerbw-issue-reorderBrett Walker2019-06-213-0/+188
* | | | Don't show private keys for letsencrypt certsVladimir Shushlin2019-06-217-113/+234
* | | | Sanitize LDAP output in Rake tasksDrew Blessing2019-06-211-0/+9
* | | | Merge branch 'paginate-license-management' into 'master'Filipa Lacerda2019-06-211-0/+56
|\ \ \ \
| * | | | Paginate license management and add license searchpaginate-license-managementFernando2019-06-201-0/+56
* | | | | Add back trimChar method to remove trailing +/-Samantha Ming2019-06-211-0/+13
* | | | | Merge branch '63507-fix-race-condition-fetching-token' into 'master'Douwe Maan2019-06-212-6/+74
|\ \ \ \ \
| * | | | | Retry fetching Kubernetes Secret tokenDylan Griffith2019-06-212-6/+74
* | | | | | Merge branch 'bug/63162-duplicate_path_in_links' into 'master'Sean McGivern2019-06-211-0/+7
|\ \ \ \ \ \
| * | | | | | Do not rewrite relative links for system notesbug/63162-duplicate_path_in_linksMario de la Ossa2019-06-201-0/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'remove-kubernetes-service-deployment-platform' into 'master'Thong Kuah2019-06-212-56/+5
|\ \ \ \ \ \
| * | | | | | Update KubernetesService deprecation warningremove-kubernetes-service-deployment-platformTiger2019-06-211-3/+3
| * | | | | | Remove Kubernetes service from deployment platformTiger2019-06-212-53/+2
| | |/ / / / | |/| | | |
* | | | | | Remove project-level cluster credential fallbackTiger Watson2019-06-212-31/+5
|/ / / / /
* | | | | Merge branch '62772-migrate-managed-clusters-to-unmanaged' into 'master'Thong Kuah2019-06-211-0/+55
|\ \ \ \ \
| * | | | | Migrate project level clusters with no Kubernetes namespace to unmanaged62772-migrate-managed-clusters-to-unmanagedTiger2019-06-141-0/+55
* | | | | | Merge branch '63079-migrate-clusters-with-no-token-to-unmanaged' into 'master'Thong Kuah2019-06-211-0/+59
|\ \ \ \ \ \
| * | | | | | Migrate clusters with no token to unmanagedTiger2019-06-211-0/+59
* | | | | | | Omit issues links in merge request entity API responseStan Hu2019-06-201-0/+13
|/ / / / / /
* | | | | | Merge branch 'zj-gitaly-usage-data' into 'master'Stan Hu2019-06-202-0/+11
|\ \ \ \ \ \
| * | | | | | Add Gitaly data to the usage pingZeger-Jan van de Weg2019-06-202-0/+11
* | | | | | | Merge branch 'bvl-fix-application-setting-spec-ce' into 'master'Mayra Cabrera2019-06-201-2/+7
|\ \ \ \ \ \ \
| * | | | | | | Use next_instance_of instead of any_instance_ofBob Van Landuyt2019-06-201-2/+7
* | | | | | | | Merge branch 'config-yaml-differences' into 'master'Robert Speicher2019-06-202-2/+31
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Backport gitlab.yml.example from EEconfig-yaml-differencesYorick Peterse2019-06-202-2/+31
* | | | | | | | Merge branch '57973-errors-in-application-settings-panel-shows-wrong-panel' i...Sean McGivern2019-06-202-0/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | Update application settings using correct actionBrett Walker2019-06-192-0/+49
* | | | | | | | | Add embedding flag and filter to CPU/MemSarah Yasonik2019-06-206-4/+87
* | | | | | | | | Merge branch 'last-commit-repo-widget' into 'master'Filipa Lacerda2019-06-202-0/+201
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Render tree last commit widget with VuePhil Hughes2019-06-192-0/+201
* | | | | | | | | | Merge branch '63510-error-parsing-true-boolean-in-gitlab-jsoncache' into 'mas...Ash McKenzie2019-06-201-0/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Gitlab::JsonCache#parse_value ensure string63510-error-parsing-true-boolean-in-gitlab-jsoncacheAsh McKenzie2019-06-201-0/+10
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sh-remove-import-columns-from-projects' into 'master'Douwe Maan2019-06-201-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove import columns from projects tablesh-remove-import-columns-from-projectsStan Hu2019-06-191-2/+2
| |/ / / / / / / /
* | | | | | | | | Render GFM html in GraphQLBob Van Landuyt2019-06-208-18/+143
|/ / / / / / / /
* | | | | | | | Merge branch 'fix-jobs-controller-index-n-1' into 'master'Stan Hu2019-06-193-4/+76
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix N+1 problem in `JobsController#index`fix-jobs-controller-index-n-1Kamil Trzciński2019-06-193-4/+76
| |/ / / / / / /
* | | | | | | | CE backport for changes in EE MR 14017Luke Duncalfe2019-06-191-1/+11
* | | | | | | | Merge branch 'pderichs-52123' into 'master'Robert Speicher2019-06-191-0/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | Use NotesFinder to fetch notes on API and ControllersPatrick Derichs2019-06-191-0/+26
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'fe-vue-test-utils-for-tooltip-on-truncate-spec' into 'master'Mike Greiling2019-06-191-82/+98
|\ \ \ \ \ \ \ \
| * | | | | | | | Use @vue/test-utils for tooltip_on_truncate_specfe-vue-test-utils-for-tooltip-on-truncate-specPaul Slaughter2019-06-171-82/+98
* | | | | | | | | Merge branch 'api-js-forked-projects' into 'master'Filipa Lacerda2019-06-191-0/+23
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Added forked projects API call functionPhil Hughes2019-06-191-0/+23
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Resolve "Username availability checker breaks inline validation"Jiaan2019-06-191-3/+41
| |_|_|_|_|_|/ |/| | | | | |