summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix no newline in changelogrebase-conflict-messagePaul Slaughter2019-08-211-1/+1
|
* Improve messaging about why rebase button is missingBen Bodenmiller2019-08-204-3/+8
|
* Merge branch 'rf-remove-gl-sast-report-json' into 'master'Yorick Peterse2019-08-201-861/+0
|\ | | | | | | | | Remove file that was accidentally added back See merge request gitlab-org/gitlab-ce!32014
| * Remove file that was accidentally added backrossfuhrman2019-08-201-861/+0
|/ | | | | | This file was moved to the EE project namespace, but https://gitlab.com/gitlab-org/gitlab-ce/commit/ce50d5c45158723925b098f7e0033963841137ff brought it back. It should not be present in this repo.
* Merge branch 'pb-update-gitlab-shell-9-4-0' into 'master'Nick Thomas2019-08-202-1/+6
|\ | | | | | | | | Update to GitLab Shell v9.4.0 See merge request gitlab-org/gitlab-ce!32009
| * Update to GitLab Shell v9.4.0Patrick Bajao2019-08-202-1/+6
| |
* | Merge branch ↵Filipa Lacerda2019-08-202-1/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '62373-badge-counter-very-low-contrast-between-foreground-and-background-colors-2' into 'master' Resolve "Badge counter: Very low contrast between foreground and background colors" Closes #62373 See merge request gitlab-org/gitlab-ce!31922
| * | Resolve "Badge counter: Very low contrast between foreground and background ↵Jeremy Elder2019-08-202-1/+7
|/ / | | | | | | colors"
* | Merge branch 'tr-param-undefined-fix' into 'master'Clement Ho2019-08-203-2/+27
|\ \ | | | | | | | | | | | | | | | | | | Embed metrics undefined param fix Closes #66177 See merge request gitlab-org/gitlab-ce!31975
| * | Embed metrics undefined param fixTristan Read2019-08-203-2/+27
|/ /
* | Merge branch 'an-fix-sidekiq-histogram-buckets' into 'master'61061-links-to-sha-commits-in-release-notes-don-t-display-in-the-new-releases-page-but-do-display-on-the-tags-pageKamil Trzciński2019-08-203-2/+11
|\ \ | | | | | | | | | | | | Allow measurement of sidekiq jobs taking > 2.5s See merge request gitlab-org/gitlab-ce!32001
| * | Allow measurement for Sidekiq jobs taking > 2.5sAndrew Newdigate2019-08-203-2/+11
|/ / | | | | | | Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/66319.
* | Merge branch 'rf-move-sast-reports-to-mr-widget-backend' into 'master'Paul Slaughter2019-08-201-86/+0
|\ \ | | | | | | | | | | | | Move SAST reports logic for MR widget to backend See merge request gitlab-org/gitlab-ce!31770
| * | Move SAST reports logic for MR widget to backendrossfuhrman2019-08-201-86/+0
|/ / | | | | | | Update spec that is changed in corresponding EE MR
* | Merge branch 'sh-fix-issues-api-gitaly-nplusone' into 'master'Sean McGivern2019-08-207-5/+26
|\ \ | |/ |/| | | | | | | | | Fix Gitaly N+1 calls with listing issues/MRs via API Closes #66202 See merge request gitlab-org/gitlab-ce!31938
| * Fix Gitaly N+1 calls with listing issues/MRs via APIsh-fix-issues-api-gitaly-nplusoneStan Hu2019-08-177-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In GitLab 9.0, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the `subscribed` flag from the API when the user requested a list of issues or merge requests since calculating this value triggers extensive Markdown processing. In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this performance regression by changing `IssueBasic` to `Issue` in `entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown processing would attempt to extract a commit if it detected a regex that matched a commit. We restore the prior behavior by once again removing the `subscribed` flag for the bulk list of issues and merge requests and add a test to ensure they aren't reintroduced. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
* | Merge branch 'docs-testing-n-1-request-sepcs' into 'master'Lin Jen-Shin2019-08-202-1/+8
|\ \ | | | | | | | | | | | | Docs: Require request specs when testing N+1 for controllers See merge request gitlab-org/gitlab-ce!31940
| * | Require request specs when testing N+1 for controllersThong Kuah2019-08-202-1/+8
| |/
* | Merge branch 'pl-remove-virtus' into 'master'Thong Kuah2019-08-206-37/+46
|\ \ | | | | | | | | | | | | Prefer ActiveModel's attributes over Virtus See merge request gitlab-org/gitlab-ce!31835
| * | Use ActiveModel's type instead of virtusPeter Leitzen2019-08-206-37/+46
|/ / | | | | | | | | | | The virtus project has been discontinued: https://github.com/solnic/virtus/commit/a6f896984
* | Merge branch 'kp-add-vue-input-autofocus-directive' into 'master'Filipa Lacerda2019-08-202-0/+77
|\ \ | | | | | | | | | | | | Add `autofocusonshow` directive for input elements See merge request gitlab-org/gitlab-ce!31584
| * | Add `autofocus` directive for input elementskp-add-vue-input-autofocus-directiveKushal Pandya2019-08-192-0/+77
| | |
* | | Merge branch 'fe-fix-merge-url-params-with-plus' into 'master'Kushal Pandya2019-08-204-6/+43
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix `mergeUrlParams` handling of '+' Closes #66152 See merge request gitlab-org/gitlab-ce!31973
| * | | Add feature spec for search with spacefe-fix-merge-url-params-with-plusminghuan lei2019-08-191-5/+25
| | | |
| * | | Fix mergeUrlParams handling of `+`Paul Slaughter2019-08-193-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | **What was the issue?** If a param value had `+`, it would be encoded as a literal `+` instead of a space.
* | | | Merge branch 'update-sast-env-variables' into 'master'Jan Provaznik2019-08-201-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add missing SAST environment variables See merge request gitlab-org/gitlab-ce!31954
| * | | | Add missing SAST environment variablesCameron Swords2019-08-201-0/+3
|/ / / /
* | | | Merge branch 'chore/fix-typo' into 'master'Marin Jankovski2019-08-201-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix minor typo: CE -> EE See merge request gitlab-org/gitlab-ce!31952
| * | | | Fix minor typo: CE -> EEArun Kumar Mohan2019-08-191-1/+1
| | | | |
* | | | | Merge branch 'docs/add-docker-auth-config-notice' into 'master'Evan Read2019-08-201-8/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs DOCKER_AUTH_CONFIG not available for k8s See merge request gitlab-org/gitlab-ce!31961
| * | | | | Docs DOCKER_AUTH_CONFIG not available for k8sSteve Azzopardi2019-08-201-8/+11
|/ / / / /
* | | | | Merge branch 'patch-74' into 'master'Ray Paik2019-08-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in doc/ci/yaml/README.md See merge request gitlab-org/gitlab-ce!31923
| * | | | | Update README.mdAlex Harford2019-08-161-1/+1
| | | | | |
| * | | | | Fix typo in doc/ci/yaml/README.mdAlex Harford2019-08-160-0/+0
| | | | | |
* | | | | | Merge branch 'winh-combine-frontend-testing-docs' into 'master'64171-remove-is_ee-flag-from-app-assets-javascripts-monitoring-components-dashboard-vueEvan Read2019-08-202-359/+363
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Combine old and new frontend testing guide (docs) See merge request gitlab-org/gitlab-ce!31852
| * | | | | | Combine old and new frontend testing guide (docs)Winnie Hellmann2019-08-202-359/+363
|/ / / / / /
* | | | | | Merge branch 'username_suggests' into 'master'Ash McKenzie2019-08-201-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Back porting Username suggestion API changes See merge request gitlab-org/gitlab-ce!31986
| * | | | | | Back porting Username suggestion API changesAishwarya Subramanian2019-08-201-0/+1
|/ / / / / /
* | | | | | Merge branch 'initial-docs-for-auto-devops-sidekiq' into 'master'Evan Read2019-08-201-0/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial docs for sidekiq worker with Auto DevOps Closes gitlab-org/charts/auto-deploy-app#1 See merge request gitlab-org/gitlab-ce!31949
| * | | | | | Initial docs for sidekiq worker with Auto DevOpsinitial-docs-for-auto-devops-sidekiqDylan Griffith2019-08-201-0/+46
| | | | | | |
* | | | | | | Merge branch 'docs-66076-expansion-options' into 'master'Evan Read2019-08-202-0/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for incrementally expand mr diffs See merge request gitlab-org/gitlab-ce!31878
| * | | | | | | Add documentation for incrementally expand mr diffsSamantha Ming2019-08-202-0/+9
|/ / / / / / /
* | | | | | | Merge branch '66161-replace-expand-icons' into 'master'Mike Greiling2019-08-192-4/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Use new "Expand up" and "Expand down" icons for diff expansion icons" Closes #66161 See merge request gitlab-org/gitlab-ce!31907
| * | | | | | | Add expand up and expand down icons66161-replace-expand-iconsJarek Ostrowski2019-08-162-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add changelog Add MR to changelog Remove stray file
* | | | | | | | Merge branch 'docs-lists-cleanup-4' into 'master'Evan Read2019-08-1913-328/+331
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Standardize markdown in /development and /workflow See merge request gitlab-org/gitlab-ce!31705
| * | | | | | | | Standardize markdown in dev and workflowMarcel Amirault2019-08-1913-328/+331
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete trailing whitespace, fix blockquotes, fix note boxes, with indentation, clean up tables, etc.
* | | | | | | | Merge branch 'sentry-extra-data' into 'master'Thong Kuah2019-08-192-3/+43
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for sentry_extra_data in exceptions See merge request gitlab-org/gitlab-ce!31899
| * | | | | | | | Add support for sentry_extra_data in exceptionsAlex Kalderimis2019-08-192-3/+43
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows exceptions to advertise their support for sentry and provide structured data.
* | | | | | | | Merge branch 'fix-file-row-styling' into 'master'Paul Slaughter2019-08-192-6/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update file row styling See merge request gitlab-org/gitlab-ce!31884
| * | | | | | | | Update file row stylingfix-file-row-stylingIllya Klymov2019-08-192-6/+7
| | | | | | | | |