summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Fix milestone references with HTML entities in the namefix-milestone-references-with-escaped-html-entitiesSean McGivern2019-05-241-0/+5
| | | | | | | | | When a milestone name contained an HTML entity that would be escaped (&, <, >), then it wasn't possible to refer to this milestone by name, or use it in a quick action. This already worked for labels, but not for milestones. We take care to re-escape un-matched milestones, too.
* Fix issue importing members with owner accessJames Lopez2019-05-231-0/+5
|
* Merge branch '49041-issue-board-input-height' into 'master'Phil Hughes2019-05-231-0/+5
|\ | | | | | | | | | | | | Reduce height of issue board input to align with buttons Closes #49041 See merge request gitlab-org/gitlab-ce!28604
| * Reduce height of issue board input to align with buttons49041-issue-board-input-heightAnnabel Dunstone Gray2019-05-221-0/+5
| |
* | Update smiley icons to new onesJarek Ostrowski2019-05-231-0/+5
| | | | | | | | | | | | | | | | | | | | Add new emoji icons Remove added SVGs Change to sprite_icons Prettify Fix text left behind Fix errors Remove background top level reaction icon
* | Change system notes to use relative urlsLuke Picciau2019-05-231-0/+5
| |
* | Merge branch '61049-links-activity-stream' into 'master'Phil Hughes2019-05-231-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Use blue for activity stream links; use monospace font for commit sha Closes #61049 See merge request gitlab-org/gitlab-ce!28558
| * | Use blue for activity stream links; use monospace font for commit sha61049-links-activity-streamAnnabel Dunstone Gray2019-05-221-0/+5
| | |
* | | Merge branch '61393-emoji-button' into 'master'Filipa Lacerda2019-05-231-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change default color of award emoji button Closes #61393 See merge request gitlab-org/gitlab-ce!28556
| * | | Change default color of award emoji buttonAnnabel Dunstone Gray2019-05-221-0/+5
| |/ /
* | | Added a content field to atom feedDevin Sylva2019-05-221-0/+5
| | |
* | | Merge branch '60250-remove-mr_push_options-flag' into 'master'Stan Hu2019-05-221-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove the mr_push_options feature flag Closes #60250 See merge request gitlab-org/gitlab-ce!28278
| * | | Add changelog entry60250-remove-mr_push_options-flagLuke Duncalfe2019-05-171-0/+5
| | | |
* | | | JupyterHub Repo IntegrationAmit Rathi2019-05-221-0/+5
| | | |
* | | | Fix loading.. dropdown at search fieldPavel Chausov2019-05-221-0/+5
| | | | | | | | | | | | | | | | Closes #61313
* | | | Merge branch 'sh-project-import-visibility-error' into 'master'Douglas Barbosa Alexandre2019-05-221-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix invalid visibility string comparison in project import Closes #61692 See merge request gitlab-org/gitlab-ce!28612
| * | | | Fix invalid visibility string comparison in project importStan Hu2019-05-221-0/+5
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves an "ArgumentError: comparison of String with 0 failed" issue where the visibility_level is stored as a string in the project import data because the value comes directly from the Web form. This problem happened upon creating a project from a template or restoring a project. We now cast the value to an integer to guard against these kinds of failures. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61692
* | | | Merge branch ↵Douglas Barbosa Alexandre2019-05-221-0/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | '62116-performance-issue-502-errors-on-rendering-of-issues-with-heavy-markdown-contents' into 'master' Resolve "Performance issue: 502 errors on rendering of issues with heavy markdown contents" Closes #62116 See merge request gitlab-org/gitlab-ce!28597
| * | | Fix page_description helper performance62116-performance-issue-502-errors-on-rendering-of-issues-with-heavy-markdown-contentsSean McGivern2019-05-221-0/+6
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helper is used for extracting part of the issue / MR / whatever description for use in the description meta tag: 1. To do that, we look at the source of the Markdown description. 2. We then strip out all HTML tags. 3. And then take the first 30 words. Doing that can be really slow - especially as Markdown is supposed to be treated as plain text. There are many better ways to do this, but the immediate performance fix is to swap steps 2 and 3. This does mean that the description may be less than 30 words (or even empty), but it is much faster when the description is very long.
* | | Update note actions icon colorJarek Ostrowski2019-05-221-0/+5
| | | | | | | | | | | | | | | Use gray-600 for color Ensure passes accessibility reqs
* | | Give 'New Snippet' button green outlineMarcel van Remmerden2019-05-221-0/+5
|/ /
* | Update CHANGELOG.md for 11.11.0GitLab Release Tools Bot2019-05-22165-832/+0
| | | | | | [ci skip]
* | Merge branch ↵Ash McKenzie2019-05-221-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '8723-geo-remove-gitlab-lfstoken-legacyredisdevisetoken-implementation-and-usage-geo' into 'master' Geo: Remove Gitlab::LfsToken::LegacyRedisDeviseToken implementation Closes gitlab-ee#8723 See merge request gitlab-org/gitlab-ce!28546
| * | Geo: Remove Gitlab::LfsToken::LegacyRedisDeviseToken implementationValery Sizov2019-05-221-0/+5
| | | | | | | | | | | | We kept it for smooth update only
* | | #61441 Allow user to set email ID before setting up 2FAKartikey Tanna2019-05-221-0/+5
|/ /
* | Merge branch 'dz-scope-project-routes' into 'master'Stan Hu2019-05-221-0/+5
|\ \ | | | | | | | | | | | | Move some project routes under /-/ scope See merge request gitlab-org/gitlab-ce!28435
| * | Move some project routes under /-/ scopeDmitriy Zaporozhets2019-05-201-0/+5
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch '58538-discussion-top-radius' into 'master'Fatih Acet2019-05-211-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix top border radius of discussions Closes #58538 See merge request gitlab-org/gitlab-ce!28490
| * | | Fix border radius of discussionsAnnabel Dunstone Gray2019-05-211-0/+5
| | | |
* | | | Merge branch '39304-broadcast-message-buttons' into 'master'Annabel Dunstone Gray2019-05-211-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update broadcast message icons Closes #39304 See merge request gitlab-org/gitlab-ce!28496
| * | | | Update broadcast message icons39304-broadcast-message-buttonsJarek Ostrowski2019-05-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add icons from gitlab-svgs Remove btn-sm class for better sizing Add changelog Update mr number changelog Change to sprite_icon
* | | | | Merge branch 'update-gitlab-runner-helm-chart-to-0-5-0' into 'master'Nick Thomas2019-05-211-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update GitLab Runner Helm Chart to 0.5.0/11.11.0 See merge request gitlab-org/gitlab-ce!28497
| * | | | | Update GitLab Runner Helm Chart to 0.5.0update-gitlab-runner-helm-chart-to-0-5-0Steve Azzopardi2019-05-201-0/+5
| | | | | |
* | | | | | Merge branch '61928-remove-throttle-from-dirty-submit' into 'master'Kushal Pandya2019-05-211-0/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make throttling in the dirty_submit form check smarter Closes #61928 See merge request gitlab-org/gitlab-ce!28377
| * | | | | Fix throttling issue in form dirty checking61928-remove-throttle-from-dirty-submitNathan Friend2019-05-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes an issue that was causing the "Save changes" button to be incorrectly enabled or disabled when changes were made to a form. (Specifically, some of the subsections in the project settings pages.)
* | | | | | Jobs should be better isolated to avoid interference with other `image` or ↵Luca Orlandi2019-05-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | `before_script` statements.
* | | | | | Add allow_failure attribute to Job APIFabio Pitino2019-05-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50813
* | | | | | Merge branch 'mark-comment-resolved' into 'master'Filipa Lacerda2019-05-211-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change resolve button text to mark comment as resolved Closes #61084 See merge request gitlab-org/gitlab-ce!28484
| * | | | | | Change resolve button text to mark comment as resolvedmark-comment-resolvedAnnabel Dunstone Gray2019-05-201-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'revert-47e5eedc' into 'master'Grzegorz Bizon2019-05-211-5/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch '55127-add-delay-after-mr-creation-for-async-tasks-to-complete' into 'master'" See merge request gitlab-org/gitlab-ce!28492
| * | | | | | Revert "Merge branch ↵revert-47e5eedcKerri Miller2019-05-201-5/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | '55127-add-delay-after-mr-creation-for-async-tasks-to-complete' into 'master'" This reverts merge request !27978
* | | | | | Merge branch '62038-chevron-down' into 'master'Phil Hughes2019-05-211-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds arrow icons to select menu in CI/CD settings Closes #62038 See merge request gitlab-org/gitlab-ce!28476
| * | | | | | Adds arrow icons to select option in CI/CD settings62038-chevron-downFilipa Lacerda2019-05-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds custom-select class to the select menu for variables type in CI/CD settings
* | | | | | | Merge branch '61990-spinner' into 'master'Phil Hughes2019-05-211-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates loading icon in commit's page Closes #61990 See merge request gitlab-org/gitlab-ce!28475
| * | | | | | | Updates loading icon in commit's page61990-spinnerFilipa Lacerda2019-05-201-0/+5
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the dropdowns in the mini pipeline graph it updates the loading icon to use the new orange version
* | | | | | | Merge branch '60750-milestone-header' into 'master'Phil Hughes2019-05-211-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix layout of group milestone header Closes #60750 See merge request gitlab-org/gitlab-ce!28487
| * | | | | | | Fix layout of group milestone header60750-milestone-headerAnnabel Dunstone Gray2019-05-201-0/+5
| | | | | | | |
* | | | | | | | Make env vars consistentPhilippe Lafoucrière2019-05-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `DAST_TARGET_AVAILABILITY_TIMEOUT` already defaults to 60 in `analyze`
* | | | | | | | Merge branch '61697-add-project-id-to-le-common-name' into 'master'Robert Speicher2019-05-201-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Cert Manager problems with Group/Instance cluster" Closes #61697 See merge request gitlab-org/gitlab-ce!28373
| * | | | | | | | Add project ID to Let's Encrypt common name61697-add-project-id-to-le-common-nameTiger2019-05-161-0/+5
| | |_|_|/ / / / | |/| | | | | |