Update CHANGELOG.md for 11.8.0

[ci skip]
parent 9a4ef1e3
......@@ -2,6 +2,253 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 11.8.0 (2019-02-22)
### Security (7 changes, 1 of them is from the community)
- Sanitize user full name to clean up any URL to prevent mail clients from auto-linking URLs. !2793
- Update Helm to 2.12.2 to address Helm client vulnerability. !24418 (Takuya Noguchi)
- Use sanitized user status message for user popover.
- Validate bundle files before unpacking them.
- Alias GitHub and BitBucket OAuth2 callback URLs.
- Fixed XSS content in KaTex links.
- Disallows unauthorized users from accessing the pipelines section.
### Removed (2 changes, 1 of them is from the community)
- Removed deprecated Redcarpet markdown engine.
- Remove Cancel all jobs button in general jobs list view. (Jordi Llull)
### Fixed (84 changes, 20 of them are from the community)
- Fix ambiguous brackets in task lists. !18514 (Jared Deckard <jared.deckard@gmail.com>)
- Fix lost line number when navigating to a specific line in a protected file before authenticating. !19165 (Scott Escue)
- Fix suboptimal handling of checkbox and radio input events causing group general settings submit button to stay disabled after changing its visibility. !23022
- Fix upcoming milestones filter not including group milestones. !23098 (Heinrich Lee Yu)
- Update runner admin page to make description field larger. !23593 (Sascha Reynolds)
- Fix Bitbucket Server import not allowing personal projects. !23601
- Fix bug causing repository mirror settings UI to break. !23712
- Fix foreground color for labels to ensure consistency of label appearance. !23873 (Nathan Friend)
- Resolve In Merge Request diff screen, master is not a hyperlink. !23874
- Show the correct error page when access is denied. !23932
- Increase reliability and performance of toggling task items. !23938
- Modify file restore to rectify tar issue. !24000
- Fix default visibility_level for new projects. !24120 (Fabian Schneider @fabsrc)
- Footnotes now render properly in markdown. !24168
- Emoji and cancel button are taller than input in set user status modal. !24173 (Dhiraj Bodicherla)
- Adjusts duplicated line when commenting on unfolded diff lines (in the bottom). !24201
- Adjust height of "Add list" dropdown in issue boards. !24227
- Improves restriction of multiple Kubernetes clusters through API. !24251
- Fix files/blob api endpoints content disposition. !24267
- Cleanup stale +deleted repo paths on project removal (adjusts project removal bug). !24269
- Handle regular job dependencies next to parallelized job dependencies. !24273
- Proper align Projects dropdown on issue boards page. !24277 (Johann Hubert Sonntagbauer)
- Resolve When merging an MR, the squash checkbox isnt always supported. !24296
- Fix Bitbucket Server importer error handling. !24343
- Fix syntax highlighting for suggested changes preview. !24358
- API: Support dots in wiki slugs. !24383 (Robert Schilling)
- Show CI artifact file size with 3 significant digits on 'browse job artifacts' page. !24387
- API: Support username with dots. !24395 (Robert Schilling)
- API: Fix default_branch_protection admin setting. !24398 (Robert Schilling)
- Remove unwanted margin above suggested changes. !24419
- Prevent checking protected_ref? for ambiguous refs. !24437
- Update metrics environment dropdown to show complete option set. !24441
- Fix empty labels of CI builds for gitlab-pages on pipeline page. !24451
- Do not run spam checks on confidential issues. !24453
- Upgrade KaTeX to version 0.10.0. !24478 (Andrew Harmon)
- Avoid overwriting default jaeger values with nil. !24482
- Display SAML failure messages instead of expecting CSRF token. !24509
- Adjust vertical alignment for project visibility icons. !24511 (Martin Hobert)
- Load initUserInternalRegexPlaceholder only when required. !24522
- Hashed Storage: `AfterRenameService` was receiving the wrong `old_path` under some circunstances. !24526
- Resolve Runners IPv6 address overlaps other values. !24531
- Fix 404s with snippet uploads in object storage. !24550
- Fixed oversized custom project notification selector dropdown. !24557
- Allow users with full private access to read private personal snippets. !24560
- Resolve Pipeline stages job action button icon is not aligned. !24577
- Fix cluster page non-interactive on form validation error. !24583
- Fix 404s for snippet uploads when relative URL root used. !24588
- Fix markdown table border. !24601
- Fix CSS grid on a new Project/Group Milestone. !24614 (Takuya Noguchi)
- Prevent unload when Recaptcha is open. !24625
- Clean up unicorn sampler metric labels. !24626 (bjk-gitlab)
- Support bamboo api polymorphism. !24680 (Alex Lossent)
- Ensure Cert Manager works with Auto DevOps URLs greater than 64 bytes. !24683
- Fix failed LDAP logins when nil user_id present. !24749
- fix display comment avatars issue in IE 11. !24777 (Gokhan Apaydin)
- Fix template labels not being created on new projects. !24803
- Fix cluster installation processing spinner. !24814
- Append prioritized label before pagination. !24815
- Resolve UI bug adding group members with lower permissions. !24820
- Make `ActionController::Parameters` serializable for sidekiq jobs. !24864
- Fix Jira Service password validation on project integration services. !24896 (Daniel Juarez)
- Fix potential Addressable::URI::InvalidURIError. !24908
- Update Workhorse to v8.2.0. !24909
- Encode Content-Disposition filenames. !24919
- Avoid race conditions when creating GpgSignature. !24939
- Create the source branch for a GitHub import. !25064
- Fix suggested changes syntax highlighting. !25116
- Fix counts in milestones dashboard. !25230
- Fixes incorrect TLD validation errors for Kubernetes cluster domain. !25262
- Fix 403 errors when adding an assignee list in project boards. !25263
- Prevent Auto DevOps from trying to deploy without a domain name. !25308
- Fix uninitialized constant with GitLab Pages.
- Increase line height of project summaries. (gfyoung)
- Remove extra space between MR tab bar and sticky file headers.
- Correct spacing for comparison page.
- Update CI YAML param table with include.
- Return bottom border on MR Tabs.
- Fixes z-index and margins of archived alert in job page.
- Fixes archived sticky top bar without perfomance bar.
- Fixed rebase button not showing in merge request widget.
- Fixed double tooltips on note awards buttons.
- Allow suggestions to be copied and pasted as GFM.
- Fix bug that caused Suggestion Markdown toolbar button to insert snippet with leading +/-/<space>.
- Moved primary button for labels to follow the design patterns used on rest of the site. (Martin Hobert)
### Changed (37 changes, 11 of them are from the community)
- Change spawning of tooltips to be top by default. !21223
- Standardize filter value capitlization in filter bar in both issues and boards pages. !23846 (obahareth)
- Refresh group overview to match project overview. !23866
- Build number does not need to be tweaked anymore for the TeamCity integration to work properly. !23898
- Added empty project illustration and updated text to user profile overview. !23973 (Fernando Arias)
- Modified Knative list view to provide more details. !24072 (Chris Baumbauer)
- Move cancel & new issue button on job page. !24074
- Make issuable empty states actionable. !24077
- Fix code search when text is larger than max gRPC message size. !24111
- Update string structure for available group runners. !24187 (George Tsiolis)
- Remove multilingual translation from the word "in" in the job details sidebar. !24192 (Nathan Friend)
- Fix duplicate project disk path in BackfillLegacyProjectRepositories. !24213
- Ensured links to a comment or system note anchor resolves to the right note if a user has a discussion filter. !24228
- Remove expansion hover animation from pipeline status icon buttons. !24268 (Nathan Friend)
- Redesigned related merge requests in issue page. !24270
- Return the maximum group access level in the projects API. !24403
- Update project topics styling to use badges design. !24415
- Display "commented" only for commit discussions on merge requests. !24427
- Upgrade js-regex gem to version 3.1. !24433 (rroger)
- Prevent Sidekiq arguments over 10 KB in size from being logged to JSON. !24493
- Added Avatar in the settings sidebar. !24515 (Yoginth)
- Refresh empty states for profile page tabs. !24549
- remove red/green colors from diff view of no-color syntax theme. !24582 (khm)
- Get remote IP address of runner. !24624
- Update last_activity_on for Users on some main GET endpoints. !24642
- Update metrics dashboard graph design. !24653
- Update to GitLab SVG icon from Font Awesome in profile for location and work. !24671 (Yoginth)
- Add template for Android with Fastlane. !24722
- Display timestamps to messages printed by gitlab:backup:restore rake tasks. (Will Chandler)
- Show MR statistics in diff comparisons.
- Make possible to toggle file tree while scrolling through diffs.
- Use delete instead of remove when referring to `git branch -D`.
- Add folder header to files in merge request tree list.
- Added fuzzy file finder to merge requests.
- Collapse directory structure in merge request file tree.
- Adds skeleton loading to releases page.
- Support multiple outputs in jupyter notebooks.
### Performance (8 changes, 1 of them is from the community)
- Remove unused button classes `btn-create` and `comment-btn`. !23232 (George Tsiolis)
- [API] Omit `X-Total` and `X-Total-Pages` headers when items count is more than 10,000. !23931
- Improve efficiency of GitHub importer by reducing amount of locks needed. !24102
- Improve milestone queries using subqueries instead of separate queries for ids. !24325
- Efficiently remove expired artifacts in `ExpireBuildArtifactsWorker`. !24450
- Eliminate N+1 queries in /api/groups/:id. !24513
- Use deployment relation to get an environment name. !24890
- Do not reload daemon if configuration file of pages does not change.
### Added (35 changes, 18 of them are from the community)
- Add badge count to projects. !18425 (George Tsiolis)
- API: Add support for group labels. !21368 (Robert Schilling)
- Add setting for first day of the week. !22755 (Fabian Schneider @fabsrc)
- Pages for subgroups. !23505
- Add support for customer provided encryption keys for Amazon S3 remote backups. !23797 (Pepijn Van Eeckhoudt)
- Add Knative detailed view. !23863 (Chris Baumbauer)
- Add group full path to project's shared_with_groups. !24052 (Mathieu Parent)
- Added feature to specify a custom Auto DevOps chart repository. !24162 (walkafwalka)
- Add flat-square badge style. !24172 (Fabian Schneider @fabsrc)
- Display last activity and created at datetimes for users. !24181
- Allow setting of feature gates per project. !24184
- Save issues/merge request sorting options to backend. !24198
- Added support for custom hosts/domains to Auto DevOps. !24248 (walkafwalka)
- Adds milestone search. !24265 (Jacopo Beschi @jacopo-beschi)
- Allow merge request diffs to be placed into an object store. !24276
- Add Container Registry API with cleanup function. !24303
- GitLab now supports the profile and email scopes from OpenID Connect. !24335 (Goten Xiao)
- Add 'in' filter that modifies scope of 'search' filter to issues and merge requests API. !24350 (Hiroyuki Sato)
- Add `with_programming_language` filter for projects to API. !24377 (Dylan MacKenzie)
- API: Support searching for tags. !24385 (Robert Schilling)
- Document graphicsmagick installation for source installation. !24404 (Alexis Reigel)
- Redirect GET projects/:id to project page. !24467
- Indicate on Issue Status if an Issue was Moved. !24470
- Redeploy Auto DevOps deployment on variable updates. !24498 (walkafwalka)
- Don't create new merge request pipeline without commits. !24503 (Hiroyuki Sato)
- Add GitLab Pages predefined CI variables 'CI_PAGES_DOMAIN' and 'CI_PAGES_URL'. !24504 (Adrian Moisey)
- Moves domain setting from Auto DevOps to Cluster's page. !24580
- API allows setting the squash commit message when squashing a merge request. !24784
- Added ability to upgrade cluster applications. !24789
- Add argument iids for issues in GraphQL. !24802
- Add repositories count to usage ping data. !24823
- Add support for extensionless pages URLs. !24876
- Add templates for most popular Pages templates. !24906
- Introduce Internal API for searching environment names. !24923
- Allow admins to invalidate markdown texts by setting local markdown version.
### Other (50 changes, 18 of them are from the community)
- Externalize strings from `/app/views/projects/project_members`. !23227 (Tao Wang)
- Add CSS & JS global flags to represent browser and platform. !24017
- Fix deprecation: Passing an argument to force an association to reload is now deprecated. !24136 (Jasper Maes)
- Cleanup legacy artifact background migration. !24144
- Bump kubectl in Auto DevOps to 1.11.6. !24176
- Conditionally initialize the global opentracing tracer. !24186
- Remove horizontal whitespace on user profile overview on small breakpoints. !24189
- Bump nginx-ingress chart to 1.1.2. !24203
- Use monospace font for registry table tag id and tag name. !24205
- Rename project tags to project topics. !24219
- Add uniqueness validation to url column in Releases::Link model. !24223
- Update sidekiq-cron to 1.0.4 and use fugit to replace rufus-scheduler to parse cron syntax. !24235
- Adds inter-service OpenTracing propagation. !24239
- Fixes Auto DevOps title on CI/CD admin settings. !24249
- Upgrade kubeclient to 4.2.2 and swap out monkey-patch to disallow redirects. !24284
- i18n: externalize strings from 'app/views/search'. !24297 (Tao Wang)
- Fix several ActionController::Parameters deprecations. !24332 (Jasper Maes)
- Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}`. !24333 (George Tsiolis)
- Update gitlab-styles to 2.5.1. !24336 (Jasper Maes)
- Modifies environment scope UI on cluster page. !24376
- Extract process_name from GitLab::Sentry. !24422
- Upgrade Gitaly to 1.13.0. !24429
- Actually set raise_on_unfiltered_parameters to true. !24443 (Jasper Maes)
- Refactored NoteableDiscussion by extracting ResolveDiscussionButton. !24505 (Martin Hobert)
- Extracted JumpToNextDiscussionButton to its own component. !24506 (Martin Hobert)
- Extracted ReplyPlaceholder to its own component. !24507 (Martin Hobert)
- Block emojis and symbol characters from users full names. !24523
- Update GitLab Runner Helm Chart to 0.1.45. !24564
- Updated docs for fields in pushing mirror from GitLab to GitHub. !24566 (Joseph Yu)
- Upgrade gitlab-workhorse to 8.1.0. !24571
- Externalize strings from `/app/views/sent_notifications`. !24576 (George Tsiolis)
- Adds tracing support for ActiveRecord notifications. !24604
- Externalize strings from `/app/views/projects/ci`. !24617 (George Tsiolis)
- Move permission check of manual actions of deployments. !24660
- Externalize strings from `/app/views/clusters`. !24666 (George Tsiolis)
- Update UI for admin appearance settings. !24685
- Externalize strings from `/app/views/projects/pages_domains`. !24723 (George Tsiolis)
- Externalize strings from `/app/views/projects/milestones`. !24726 (George Tsiolis)
- Add OpenTracing instrumentation for Action View Render events. !24728
- Expose version for each application in cluster_status JSON endpoint. !24791
- Externalize strings from `/app/views/instance_statistics`. !24809 (George Tsiolis)
- Update cluster application version on updated and installed status. !24810
- Project list UI improvements. !24855
- Externalize strings from `/app/views/email_rejection_mailer`. !24869 (George Tsiolis)
- Update Gitaly to v1.17.0. !24873
- Update Workhorse to v8.3.0. !24959
- Upgrade gitaly to 1.18.0. !24981
- Update Workhorse to v8.3.1.
- Upgraded Codesandbox smooshpack package.
- Creates mixin to reduce code duplication between CE and EE in graph component.
## 11.7.5 (2019-02-06)
### Fixed (8 changes)
......
---
title: Increase reliability and performance of toggling task items
merge_request: 23938
author:
type: fixed
---
title: Add setting for first day of the week
merge_request: 22755
author: Fabian Schneider @fabsrc
type: added
---
title: "Support bamboo api polymorphism"
merge_request: 24680
author: Alex Lossent
type: fixed
\ No newline at end of file
---
title: Append prioritized label before pagination
merge_request: 24815
author:
type: fixed
---
title: Make issuable empty states actionable
merge_request: 24077
author:
type: changed
---
title: Use delete instead of remove when referring to `git branch -D`
merge_request: !23966
author:
type: changed
---
title: Footnotes now render properly in markdown
merge_request: 24168
author:
type: fixed
---
title: Refresh empty states for profile page tabs
merge_request: 24549
author:
type: changed
---
title: Add flat-square badge style
merge_request: 24172
author: Fabian Schneider @fabsrc
type: added
---
title: Indicate on Issue Status if an Issue was Moved
merge_request: 24470
author:
type: added
---
title: Fix ambiguous brackets in task lists
merge_request: 18514
author: Jared Deckard <jared.deckard@gmail.com>
type: fixed
---
title: Fix empty labels of CI builds for gitlab-pages on pipeline page
merge_request: 24451
author:
type: fixed
---
title: Remove expansion hover animation from pipeline status icon buttons
merge_request: 24268
author: Nathan Friend
type: changed
---
title: Display last activity and created at datetimes for users
merge_request: 24181
author:
type: added
---
title: GitLab now supports the profile and email scopes from OpenID Connect
merge_request: 24335
author: Goten Xiao
type: added
---
title: Prevent unload when Recaptcha is open
merge_request: 24625
author:
type: fixed
---
title: Fix default visibility_level for new projects
merge_request: 24120
author: Fabian Schneider @fabsrc
type: fixed
---
title: Add repositories count to usage ping data
merge_request: 24823
author:
type: added
---
title: Display timestamps to messages printed by gitlab:backup:restore rake tasks
merge_request:
author: Will Chandler
type: changed
---
title: Redesigned related merge requests in issue page.
merge_request: 24270
author:
type: changed
---
title: Improve milestone queries using subqueries instead of separate queries for ids
merge_request: 24325
author:
type: performance
---
title: Add CSS & JS global flags to represent browser and platform
merge_request: 24017
author:
type: other
---
title: Save issues/merge request sorting options to backend
merge_request: 24198
author:
type: added
---
title: Block emojis and symbol characters from users full names
merge_request: 24523
author:
type: other
---
title: Allow users with full private access to read private personal snippets.
merge_request: 24560
author:
type: fixed
---
title: Add `with_programming_language` filter for projects to API
merge_request: 24377
author: Dylan MacKenzie
type: added
---
title: 'API: Support username with dots'
merge_request: 24395
author: Robert Schilling
type: fixed
---
title: Resolve In Merge Request diff screen, master is not a hyperlink
merge_request: 23874
author:
type: fixed
---
title: Resolve When merging an MR, the squash checkbox isnt always supported
merge_request: 24296
author:
type: fixed
---
title: Show MR statistics in diff comparisons
merge_request: !24569
author:
type: changed
---
title: Modifies environment scope UI on cluster page
merge_request: 24376
author:
type: other
---
title: Moves domain setting from Auto DevOps to Cluster's page
merge_request: 24580
author:
type: added
---
title: Allow merge request diffs to be placed into an object store
merge_request: 24276
author:
type: added
---
title: "[API] Omit `X-Total` and `X-Total-Pages` headers when items count is more than 10,000"
merge_request: 23931
author:
type: performance
---
title: Make possible to toggle file tree while scrolling through diffs
merge_request: !24103
author:
type: changed
---
title: Refresh group overview to match project overview
merge_request: 23866
author:
type: changed
---
title: Fix upcoming milestones filter not including group milestones
merge_request: 23098
author: Heinrich Lee Yu
type: fixed
---
title: Redirect GET projects/:id to project page
merge_request: 24467
author:
type: added
---
title: Get remote IP address of runner
merge_request: 24624
author:
type: changed
---
title: Fix foreground color for labels to ensure consistency of label appearance
merge_request: 23873
author: Nathan Friend
type: fixed
---
title: Fix suboptimal handling of checkbox and radio input events causing
group general settings submit button to stay disabled after changing its visibility
merge_request: 23022
author:
type: fixed
---
title: Display "commented" only for commit discussions on merge requests
merge_request: 24427
author:
type: changed
---
title: Rename project tags to project topics
merge_request: 24219
author:
type: other
---
title: Standardize filter value capitlization in filter bar in both issues and boards pages
merge_request: 23846
author: obahareth
type: changed
---
title: Upgrade kubeclient to 4.2.2 and swap out monkey-patch to disallow redirects
merge_request: 24284
author:
type: other
---
title: Ensured links to a comment or system note anchor resolves to the right note if a user has a discussion filter.
merge_request: 24228
author:
type: changed
---
title: Update project topics styling to use badges design
merge_request: 24415
author:
type: changed
---
title: Adds milestone search
merge_request: 24265
author: Jacopo Beschi @jacopo-beschi
type: added
---
title: Resolve UI bug adding group members with lower permissions
merge_request: 24820
author:
type: fixed
---
title: 'API: Fix default_branch_protection admin setting'
merge_request: 24398
author: Robert Schilling
type: fixed
---
title: Adds skeleton loading to releases page
merge_request:
author:
type: changed
---
title: Build number does not need to be tweaked anymore for the TeamCity integration to work properly.
merge_request: 23898
author:
type: changed
---
title: Handle regular job dependencies next to parallelized job dependencies.
merge_request: 24273
author:
type: fixed
---
title: Ensure Cert Manager works with Auto DevOps URLs greater than 64 bytes
merge_request: 24683
author:
type: fixed
---
title: Emoji and cancel button are taller than input in set user status modal
merge_request: 24173
author: Dhiraj Bodicherla
type: fixed
---
title: Fix syntax highlighting for suggested changes preview
merge_request: 24358
author:
type: fixed
---
title: Prevent checking protected_ref? for ambiguous refs.
merge_request: 24437
author:
type: fixed
---
title: Remove horizontal whitespace on user profile overview on small breakpoints
merge_request: 24189
author:
type: other
---
title: API allows setting the squash commit message when squashing a merge request
merge_request: 24784
author:
type: added
---
title: Fixes z-index and margins of archived alert in job page
merge_request:
author:
type: fixed
title: Remove multilingual translation from the word "in" in the job details sidebar.
merge_request: 24192
author: Nathan Friend
type: changed
---
title: Improves restriction of multiple Kubernetes clusters through API
merge_request: 24251
author:
type: fixed
---
title: Update CI YAML param table with include
merge_request: !24309
author:
type: fixed
---
title: Fix counts in milestones dashboard
merge_request: 25230
author:
type: fixed
---
title: Resolve Runners IPv6 address overlaps other values
merge_request: 24531
author:
type: fixed
---
title: Show CI artifact file size with 3 significant digits on 'browse job artifacts'
page
merge_request: 24387
author:
type: fixed
---
title: Do not run spam checks on confidential issues
merge_request: 24453
author:
type: fixed
---
title: Resolve Pipeline stages job action button icon is not aligned
merge_request: 24577
author:
type: fixed
---
title: Remove unwanted margin above suggested changes.
merge_request: 24419
author:
type: fixed
---
title: Fix cluster installation processing spinner
merge_request: 24814
author:
type: fixed
---
title: Update Helm to 2.12.2 to address Helm client vulnerability
merge_request: 24418
author: Takuya Noguchi
type: security
---
title: Upgrade KaTeX to version 0.10.0
merge_request: 24478
author: Andrew Harmon
type: fixed
\ No newline at end of file
---
title: Project list UI improvements
merge_request: 24855
author:
type: other
---
title: Prevent Sidekiq arguments over 10 KB in size from being logged to JSON
merge_request: 24493
author:
type: changed
---
title: Fix markdown table border.
merge_request: 24601
author:
type: fixed
---
title: Load initUserInternalRegexPlaceholder only when required
merge_request: 24522
author:
type: fixed
---
title: 'Hashed Storage: `AfterRenameService` was receiving the wrong `old_path` under some circunstances'
merge_request: 24526
author:
type: fixed
---
title: Fix CSS grid on a new Project/Group Milestone
merge_request: 24614
author: Takuya Noguchi
type: fixed
---
title: Clean up unicorn sampler metric labels
merge_request: 24626
author: bjk-gitlab
type: fixed
---
title: Correct spacing for comparison page
merge_request: !24783
author:
type: fixed
---
title: Add argument iids for issues in GraphQL
merge_request: 24802
author:
type: added
---
title: Return bottom border on MR Tabs
merge_request: !25198
author:
type: fixed
---
title: Fix potential Addressable::URI::InvalidURIError
merge_request: 24908
author:
type: fixed
---
title: Fixes archived sticky top bar without perfomance bar
merge_request:
author:
type: fixed
---
title: Update Workhorse to v8.3.1
merge_request:
author:
type: other
---
title: Fixes incorrect TLD validation errors for Kubernetes cluster domain
merge_request: 25262
author:
type: fixed
---
title: Prevent Auto DevOps from trying to deploy without a domain name
merge_request: 25308
author:
type: fixed
---
title: Creates mixin to reduce code duplication between CE and EE in graph component
merge_request:
author:
type: other
---
title: Proper align Projects dropdown on issue boards page
merge_request: 24277
author: Johann Hubert Sonntagbauer
type: fixed
---
title: Improve efficiency of GitHub importer by reducing amount of locks needed.
merge_request: 24102
author:
type: performance
---
title: Pages for subgroups
merge_request: 23505
author:
type: added
---
title: Fix several ActionController::Parameters deprecations
merge_request: 24332
author: Jasper Maes
type: other
---
title: Add badge count to projects
merge_request: 18425
author: George Tsiolis
type: added
---
title: Add uniqueness validation to url column in Releases::Link model
merge_request: 24223
author:
type: other
---
title: Add GitLab Pages predefined CI variables 'CI_PAGES_DOMAIN' and 'CI_PAGES_URL'
merge_request: 24504
author: Adrian Moisey
type: added
---
title: Update metrics dashboard graph design
merge_request: 24653
author:
type: changed
---
title: Avoid overwriting default jaeger values with nil
merge_request: 24482
author:
type: fixed
---
title: Extract process_name from GitLab::Sentry
merge_request: 24422
author:
type: other
---
title: Adds tracing support for ActiveRecord notifications
merge_request: 24604
author:
type: other
---
title: Conditionally initialize the global opentracing tracer
merge_request: 24186
author:
type: other
---
title: Adds inter-service OpenTracing propagation
merge_request: 24239
author:
type: other
---
title: Add OpenTracing instrumentation for Action View Render events
merge_request: 24728
author:
type: other
---
title: 'API: Add support for group labels'
merge_request: 21368
author: Robert Schilling
type: added
---
title: Return the maximum group access level in the projects API
merge_request: 24403
author:
type: changed
---
title: 'API: Support searching for tags'
merge_request: 24385
author: Robert Schilling
type: added
---
title: 'API: Support dots in wiki slugs'
merge_request: 24383
author: Robert Schilling
type: fixed
---
title: Added support for custom hosts/domains to Auto DevOps
merge_request: 24248
author: walkafwalka
type: added
---
title: Bump kubectl in Auto DevOps to 1.11.6
merge_request: 24176
author:
type: other
title: Add support for customer provided encryption keys for Amazon S3 remote backups
merge_request: 23797
author: Pepijn Van Eeckhoudt
type: added
---
title: Modify file restore to rectify tar issue
merge_request: 24000
author:
type: fixed
---
title: Bump nginx-ingress chart to 1.1.2
merge_request: 24203
author:
type: other
---
title: Avoid race conditions when creating GpgSignature
merge_request: 24939
author:
type: fixed
---
title: Upgrade js-regex gem to version 3.1
merge_request: 24433
author: rroger
type: changed
---
title: Cleanup legacy artifact background migration
merge_request: 24144
author:
type: other
---
title: Update cluster application version on updated and installed status
merge_request: 24810
author:
type: other
---
title: Expose version for each application in cluster_status JSON endpoint
merge_request: 24791
author:
type: other
---
title: Add Container Registry API with cleanup function
merge_request: 24303
author:
type: added
---
title: Added feature to specify a custom Auto DevOps chart repository
merge_request: 24162
author: walkafwalka
type: added
---
title: 'Fix deprecation: Passing an argument to force an association to reload is
now deprecated'
merge_request: 24136
author: Jasper Maes
type: other
---
title: Added fuzzy file finder to merge requests
merge_request:
author:
type: changed
---
title: Collapse directory structure in merge request file tree
merge_request:
author:
type: changed
---
title: Allow suggestions to be copied and pasted as GFM
merge_request:
author:
type: fixed
---
title: Fix bug that caused Suggestion Markdown toolbar button to insert snippet with leading +/-/<space>
merge_request:
author:
type: fixed
---
title: Updated docs for fields in pushing mirror from GitLab to GitHub
merge_request: 24566
author: Joseph Yu
type: other
---
title: Efficiently remove expired artifacts in `ExpireBuildArtifactsWorker`
merge_request: 24450
author:
type: performance
---
title: Document graphicsmagick installation for source installation
merge_request: 24404
author: Alexis Reigel
type: added
---
title: Adjust vertical alignment for project visibility icons
merge_request: 24511
author: Martin Hobert
type: fixed
---
title: Show the correct error page when access is denied
merge_request: 23932
author:
type: fixed
---
title: Update metrics environment dropdown to show complete option set
merge_request: 24441
author:
type: fixed
---
title: Fixed oversized custom project notification selector dropdown
merge_request: 24557
author:
type: fixed
---
title: Moved primary button for labels to follow the design patterns used on rest of the site
merge_request:
author: Martin Hobert
type: fixed
---
title: Fixes Auto DevOps title on CI/CD admin settings
merge_request: 24249
author:
type: other
---
title: Fix bug causing repository mirror settings UI to break
merge_request: 23712
author:
type: fixed
---
title: Fix Jira Service password validation on project integration services.
merge_request: 24896
author: Daniel Juarez
type: fixed
---
title: Fix files/blob api endpoints content disposition
merge_request: 24267
author:
type: fixed
---
title: Redeploy Auto DevOps deployment on variable updates
merge_request: 24498
author: walkafwalka
type: added
---
title: Upgrade Gitaly to 1.13.0
merge_request: 24429
author:
type: other
---
title: Upgrade gitaly to 1.18.0
merge_request: 24981
author:
type: other
---
title: Upgrade gitlab-workhorse to 8.1.0
merge_request: 24571
author:
type: other
---
title: Externalize strings from `/app/views/clusters`
merge_request: 24666
author: George Tsiolis
type: other
---
title: Externalize strings from `/app/views/email_rejection_mailer`
merge_request: 24869
author: George Tsiolis
type: other
---
title: Externalize strings from `/app/views/instance_statistics`
merge_request: 24809
author: George Tsiolis
type: other
---
title: Externalize strings from `/app/views/projects/ci`
merge_request: 24617
author: George Tsiolis
type: other
---
title: Externalize strings from `/app/views/projects/milestones`
merge_request: 24726
author: George Tsiolis
type: other
---
title: Externalize strings from `/app/views/projects/pages_domains`
merge_request: 24723
author: George Tsiolis
type: other
---
title: Externalize strings from `/app/views/projects/project_members`
merge_request: 23227
author: Tao Wang
type: other
---
title: Externalize strings from `/app/views/sent_notifications`
merge_request: 24576
author: George Tsiolis
type: other
---
title: Remove unused button classes `btn-create` and `comment-btn`
merge_request: 23232
author: George Tsiolis
type: performance
---
title: Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}`
merge_request: 24333
author: George Tsiolis
type: other
---
title: Update string structure for available group runners
merge_request: 24187
author: George Tsiolis
type: changed
---
title: Update runner admin page to make description field larger
merge_request: 23593
author: Sascha Reynolds
type: fixed
---
title: Increase line height of project summaries
merge_request:
author: gfyoung
type: fixed
---
title: Introduce Internal API for searching environment names
merge_request: 24923
author:
type: added
---
title: Fix lost line number when navigating to a specific line in a protected file
before authenticating.
merge_request: 19165
author: Scott Escue
type: fixed
---
title: Fix template labels not being created on new projects
merge_request: 24803
author:
type: fixed
---
title: Display SAML failure messages instead of expecting CSRF token
merge_request: 24509
author:
type: fixed
---
title: Add templates for most popular Pages templates
merge_request: 24906
author:
type: added
---
title: Add template for Android with Fastlane
merge_request: 24722
author:
type: changed
---
title: Removed deprecated Redcarpet markdown engine.
merge_request:
author:
type: removed
---
title: Modified Knative list view to provide more details
merge_request: 24072
author: Chris Baumbauer
type: changed
---
title: Add Knative detailed view
merge_request: 23863
author: Chris Baumbauer
type: added
---
title: Allow admins to invalidate markdown texts by setting local markdown version.
merge_request:
author:
type: added
---
title: Fix cluster page non-interactive on form validation error
merge_request: 24583
author:
type: fixed
---
title: Use monospace font for registry table tag id and tag name
merge_request: 24205
author:
type: other
---
title: Move cancel & new issue button on job page
merge_request: 24074
author:
type: changed
---
title: Move permission check of manual actions of deployments
merge_request: 24660
author:
type: other
---
title: Add folder header to files in merge request tree list
merge_request:
author:
type: changed
---
title: Fixed rebase button not showing in merge request widget
merge_request:
author:
type: fixed
---
title: Don't create new merge request pipeline without commits
merge_request: 24503
author: Hiroyuki Sato
type: added
---
title: Support multiple outputs in jupyter notebooks
merge_request:
author:
type: changed
---
title: Fixed double tooltips on note awards buttons
merge_request:
author:
type: fixed
---
title: Cleanup stale +deleted repo paths on project removal (adjusts project removal bug)
merge_request: 24269
author:
type: fixed
---
title: Adjusts duplicated line when commenting on unfolded diff lines (in the bottom)
merge_request: 24201
author:
type: fixed
---
title: fix display comment avatars issue in IE 11
merge_request: 24777
author: Gokhan Apaydin
type: fixed
---
title: Make `ActionController::Parameters` serializable for sidekiq jobs
merge_request: 24864
author:
type: fixed
---
title: Added empty project illustration and updated text to user profile overview
merge_request: 23973
author: Fernando Arias
type: changed
---
title: Actually set raise_on_unfiltered_parameters to true
merge_request: 24443
author: Jasper Maes
type: other
---
title: Update last_activity_on for Users on some main GET endpoints
merge_request: 24642
author:
type: changed
---
title: Refactored NoteableDiscussion by extracting ResolveDiscussionButton
merge_request: 24505
author: Martin Hobert
type: other
---
title: Extracted JumpToNextDiscussionButton to its own component
author: Martin Hobert
merge_request: 24506
type: other
---
title: Extracted ReplyPlaceholder to its own component
merge_request: 24507
author: Martin Hobert
type: other
---
title: Remove Cancel all jobs button in general jobs list view
merge_request:
author: Jordi Llull
type: removed
---
title: 'remove red/green colors from diff view of no-color syntax theme'
merge_request: 24582
author: khm
type: changed
---
title: Remove extra space between MR tab bar and sticky file headers
merge_request:
author:
type: fixed
---
title: Add 'in' filter that modifies scope of 'search' filter to issues and merge requests API
merge_request: 24350
author: Hiroyuki Sato
type: added
---
title: Sanitize user full name to clean up any URL to prevent mail clients from auto-linking
URLs
merge_request: 2793
author:
type: security
---
title: Validate bundle files before unpacking them
merge_request:
author:
type: security
---
title: Use sanitized user status message for user popover
merge_request:
author:
type: security
---
title: Fixed XSS content in KaTex links
merge_request:
author:
type: security
---
title: Fix failed LDAP logins when nil user_id present
merge_request: 24749
author:
type: fixed
---
title: Encode Content-Disposition filenames
merge_request: 24919
author:
type: fixed
---
title: Fix duplicate project disk path in BackfillLegacyProjectRepositories
merge_request: 24213
author:
type: changed
---
title: Fix Bitbucket Server importer error handling
merge_request: 24343
author:
type: fixed
---
title: Fix 403 errors when adding an assignee list in project boards
merge_request: 25263
author:
type: fixed
---
title: Alias GitHub and BitBucket OAuth2 callback URLs
merge_request:
author:
type: security
---
title: Fix uninitialized constant with GitLab Pages
merge_request:
author:
type: fixed
---
title: Fix 404s with snippet uploads in object storage
merge_request: 24550
author:
type: fixed
---
title: Fix 404s for snippet uploads when relative URL root used
merge_request: 24588
author:
type: fixed
---
title: Create the source branch for a GitHub import
merge_request: 25064
author:
type: fixed
---
title: Fix Bitbucket Server import not allowing personal projects
merge_request: 23601
author:
type: fixed
---
title: Eliminate N+1 queries in /api/groups/:id
merge_request: 24513
author:
type: performance
---
title: Add group full path to project's shared_with_groups
merge_request: 24052
author: Mathieu Parent
type: added
---
title: Fix code search when text is larger than max gRPC message size
merge_request: 24111
author:
type: changed
---
title: Fix suggested changes syntax highlighting
merge_request: 25116
author:
type: fixed
---
title: Disallows unauthorized users from accessing the pipelines section.
merge_request:
author:
type: security
---
title: Change spawning of tooltips to be top by default
merge_request: 21223
author:
type: changed
---
title: 'i18n: externalize strings from ''app/views/search'''
merge_request: 24297
author: Tao Wang
type: other
---
title: Update Gitaly to v1.17.0
merge_request: 24873
author:
type: other
---
title: Update GitLab Runner Helm Chart to 0.1.45
merge_request: 24564
author:
type: other
---
title: Update gitlab-styles to 2.5.1
merge_request: 24336
author: Jasper Maes
type: other
---
title: Do not reload daemon if configuration file of pages does not change
merge_request:
author:
type: performance
---
title: Add support for extensionless pages URLs
merge_request: 24876
author:
type: added
---
title: Update sidekiq-cron to 1.0.4 and use fugit to replace rufus-scheduler to parse
cron syntax
merge_request: 24235
author:
type: other
---
title: Upgraded Codesandbox smooshpack package
merge_request:
author:
type: other
---
title: Update to GitLab SVG icon from Font Awesome in profile for location and work
merge_request: 24671
author: Yoginth
type: changed
---
title: Update UI for admin appearance settings
merge_request: 24685
author:
type: other
---
title: Update Workhorse to v8.2.0
merge_request: 24909
author:
type: fixed
---
title: Use deployment relation to get an environment name
merge_request: 24890
author:
type: performance
---
title: Added ability to upgrade cluster applications
merge_request: 24789
author:
type: added
---
title: Adjust height of "Add list" dropdown in issue boards
merge_request: 24227
author:
type: fixed
---
title: Update Workhorse to v8.3.0
merge_request: 24959
author:
type: other
---
title: Added Avatar in the settings sidebar
merge_request: 24515
author: Yoginth
type: changed
---
title: Allow setting of feature gates per project
merge_request: 24184
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment