Update CHANGELOG.md for 11.7.0

[ci skip]
parent c141d0af
......@@ -2,6 +2,192 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 11.7.0 (2019-01-22)
### Security (14 changes, 1 of them is from the community)
- Escape label and milestone titles to prevent XSS in GFM autocomplete. !2693
- Bump Ruby on Rails to 5.0.7.1. !23396 (@blackst0ne)
- Delete confidential todos for user when downgraded to Guest.
- Project guests no longer are able to see refs page.
- Set URL rel attribute for broken URLs.
- Prevent leaking protected variables for ambiguous refs.
- Authorize before reading job information via API.
- Allow changing group CI/CD settings only for owners.
- Fix SSRF with import_url and remote mirror url.
- Don't expose cross project repositories through diffs when creating merge reqeusts.
- Validate bundle files before unpacking them.
- Issuable no longer is visible to users when project can't be viewed.
- Escape html entities in LabelReferenceFilter when no label found.
- Prevent private snippets from being embeddable.
### Removed (3 changes, 1 of them is from the community)
- Removes all instances of deprecated Gitlab Upgrader calls. !23603 (@jwolen)
- Removed discard draft comment button form notes. !24185
- Remove migration to backfill project_repositories for legacy storage projects. !24299
### Fixed (42 changes, 7 of them are from the community)
- Prevent awards emoji being updated when updating status. !23470
- Allow merge after rebase without page refresh on FF repositories. !23572
- Prevent admins from attempting hashed storage migration on read only DB. !23597
- Correct the ordering of metrics on the performance dashboard. !23630
- Display empty files properly on MR diffs. !23671 (Sean Nichols)
- Allow GitHub imports via token even if OAuth2 provider not configured. !23703
- Update header navigation theme colors. !23734 (George Tsiolis)
- Fix login box bottom margins on signin page. !23739 (@gear54)
- Return an ApplicationSetting in CurrentSettings. !23766
- Fix bug commenting on LFS images. !23812
- Only prompt user once when navigating away from file editor. !23820 (Sam Bigelow)
- Display commit ID for discussions made on merge request commits. !23837
- Stop autofocusing on diff comment after initial mount. !23849
- Fix object storage not working properly with Google S3 compatibility. !23858
- Fix project calendar feed when sorted by priority. !23870
- Fix edit button disappearing in issue title. !23948 (Ruben Moya)
- Aligns build loader animation with the job log. !23959
- Allow 'rake gitlab:cleanup:remote_upload_files' to read bucket files without having permissions to see all buckets. !23981
- Correctly externalize pipeline tags. !24028
- Fix error when creating labels in a new issue in the boards page. !24039 (Ruben Moya)
- Use 'parsePikadayDate' to parse due date string. !24045
- Fix commit SHA not showing in merge request compare dropdown. !24084
- Remove top margin in modal header titles. !24108
- Drop Webhooks from project import/export config. !24121
- Only validate project visibility when it has changed. !24142
- Resolve About this feature link should open in new window. !24149
- Add syntax highlighting to suggestion diff. !24156
- Fix Bitbucket Server import only including first 25 pull requests. !24178
- Enable caching for records which primary key is not `id`. !24245
- Adjust applied suggestion reverting previous changes. !24250
- Fix unexpected exception by failure of finding an actual head pipeline. !24257
- Fix broken templated "Too many changes to show" text. !24282
- Fix requests profiler in admin page not rendering HTML properly. !24291
- Fix no avatar not showing in user selection box. !24346
- Upgrade to gitaly 1.12.1. !24361
- Fix runner eternal loop when update job result. !24481
- Fix notification email for image diff notes.
- Fixed merge request diffs empty states.
- Fixed diff suggestions removing dashes.
- Don't hide CI dropdown behind diff summary. (gfyoung)
- Fix spacing on discussions.
- Fixes missing margin in releases block.
### Changed (22 changes, 8 of them are from the community)
- Show clusters of ancestors in cluster list page. !22996
- Remove unnecessary line before reply holder. !23092 (George Tsiolis)
- Make the Pages permission setting more clear. !23146
- Disable merging of labels with same names. !23265
- Allow basic authentication on go get middleware. !23497 (Morty Choi @mortyccp)
- No longer require email subaddressing for issue creation by email. !23523
- Adjust padding of .dropdown-title to comply with design specs. !23546
- Make commit IDs in merge request discussion header monospace. !23562
- Update environments breadcrumb. !23751 (George Tsiolis)
- Add date range in milestone change email notifications. !23762
- Require Knative to be installed only on an RBAC kubernetes cluster. !23807 (Chris Baumbauer)
- Fix label and header styles in the job details sidebar. !23816 (Nathan Friend)
- Add % prefix to milestone reference links. !23928
- Reorder sidebar menu item for group clusters. !24001 (George Tsiolis)
- Support CURD operation for Links as one of the Release assets. !24056
- Upgrade Omniauth and JWT gems to switch away from Google+ API. !24068
- Renames Milestone sort into Milestone due date. !24080 (Jacopo Beschi @jacopo-beschi)
- Discussion filter only displayed in discussions tab for merge requests. !24082
- Make RBAC enabled default for new clusters. !24119
- Hashed Storage: Only set as `read_only` when starting the per-project migration. !24128
- Knative version bump 0.1.3 -> 0.2.2. (Chris Baumbauer)
- Show message on non-diff discussions.
### Performance (7 changes)
- Fix some N+1 queries related to Admin Dashboard, User Dashboards and Activity Stream. !23034
- Add indexes to speed up CI query. !23188
- Improve the loading time on merge request's discussion page by caching diff highlight. !23857
- Cache avatar URLs and paths within a request. !23950
- Improve snippet search performance by removing duplicate counts. !23952
- Skip per-commit validations already evaluated. !23984
- Fix timeout issues retrieving branches via API. !24034
### Added (29 changes, 6 of them are from the community)
- Handle ci.skip push option. !15643 (Jonathon Reinhart)
- Add NGINX 0.16.0 and above metrics. !22133
- Add project milestone link. !22552
- Support tls communication in gitaly. !22602
- Add option to make ci variables protected by default. !22744 (Alexis Reigel)
- Add project identifier as List-Id email Header to ease filtering. !22817 (Olivier Crête)
- Add markdown helper buttons to file editor. !23480
- Allow to include templates in gitlab-ci.yml. !23495
- Extend override check to also check arity. !23498 (Jacopo Beschi @jacopo-beschi)
- Add importing of issues from CSV file. !23532
- Add submit feedback link to help dropdown. !23547
- Send a notification email to project maintainers when a mirror update fails. !23595
- Restore Object Pools when restoring an object pool. !23682
- Creates component for release block. !23697
- Configure Auto DevOps deployed applications with secrets from prefixed CI variables. !23719
- Add name, author_id, and sha to releases table. !23763
- Display a list of Sentry Issues in GitLab. !23770
- Releases API. !23795
- Creates frontend app for releases. !23796
- Add new pipeline variable CI_COMMIT_SHORT_SHA. !23822
- Create system notes on issue / MR creation when labels, milestone, or due date is set. !23859
- Adds API documentation for releases. !23901
- Add API Support for Kubernetes integration. !23922
- Expose CI/CD predefined variable `CI_API_V4_URL`. !23936
- Add Knative metrics to Prometheus. !23972 (Chris Baumbauer)
- Use reports syntax for Dependency scanning in Auto DevOps. !24081
- Allow to include files from another projects in gitlab-ci.yml. !24101
- User Popovers for Commit Infos, Member Lists and Snippets. !24132
- Add no-color theme for syntax highlighting. (khm)
### Other (45 changes, 30 of them are from the community)
- Redesign project lists UI. !22682
- [Rails5.1] Update functional specs to use new keyword format. !23095 (@blackst0ne)
- Update a condition to visibility a merge request collaboration message. !23104 (Harry Kiselev)
- Remove framework/mobile.scss. !23301 (Takuya Noguchi)
- Passing the separator argument as a positional parameter is deprecated. !23334 (Jasper Maes)
- Clarifies docs about CI `allow_failure`. !23367 (C.J. Jameson)
- Refactor issuable sidebar to use serializer. !23379
- Refactor the logic of updating head pipelines for merge requests. !23502
- Allow user to add Kubernetes cluster for clusterable when there are ancestor clusters. !23569
- Adds explanatory text to input fields on user profile settings page. !23673
- Externalize strings from `/app/views/shared/notes`. !23696 (Tao Wang)
- Remove rails 4 support in CI, Gemfiles, bin/ and config/. !23717 (Jasper Maes)
- Fix calendar events fetching error on private profile page. !23718 (Harry Kiselev)
- Update GitLab Workhorse to v8.0.0. !23740
- Hide confidential events in the API. !23746
- Changed Userpopover Fixtures and shadow color. !23768
- Fix deprecation: Passing conditions to delete_all is deprecated. !23817 (Jasper Maes)
- Fix deprecation: Passing ActiveRecord::Base objects to sanitize_sql_hash_for_assignment. !23818 (Jasper Maes)
- Remove rails4 specific code. !23847 (Jasper Maes)
- Remove deprecated ActionDispatch::ParamsParser. !23848 (Jasper Maes)
- Fix deprecation: Comparing equality between ActionController::Parameters and a Hash is deprecated. !23855 (Jasper Maes)
- Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated. !23884 (Jasper Maes)
- Fix deprecation: alias_method_chain is deprecated. Please, use Module#prepend instead. !23887 (Jasper Maes)
- Update specs to exclude possible false positive pass. !23893 (@blackst0ne)
- Passing an argument to force an association to reload is now deprecated. !23894 (Jasper Maes)
- ActiveRecord::Migration -> ActiveRecord::Migration[5.0]. !23910 (Jasper Maes)
- Split bio into individual line in extended user tooltips. !23940
- Fix deprecation: redirect_to :back is deprecated. !23943 (Jasper Maes)
- Fix deprecation: insert_sql is deprecated and will be removed. !23944 (Jasper Maes)
- Upgrade @gitlab/ui to 1.16.2. !23946
- convert specs in javascripts/ and support/ to new syntax. !23947 (Jasper Maes)
- Remove deprecated xhr from specs. !23949 (Jasper Maes)
- Remove app/views/shared/issuable/_filter.html.haml. !24008 (Takuya Noguchi)
- Fix deprecation: Using positional arguments in integration tests. !24009 (Jasper Maes)
- UI improvements for redesigned project lists. !24011
- Update cert-manager chart from v0.5.0 to v0.5.2. !24025 (Takuya Noguchi)
- Hide spinner on empty activites list on user profile overview. !24063
- Don't show Auto DevOps enabled banner for projects with CI file or CI disabled. !24067
- Update GitLab Runner Helm Chart to 0.1.43. !24083
- Fix navigation style in docs. !24090 (Takuya Noguchi)
- Remove gem install bundler from Docker-based Ruby environments. !24093 (Takuya Noguchi)
- Fix deprecation: Using positional arguments in integration tests. !24110 (Jasper Maes)
- Fix deprecation: returning false in Active Record and Active Model callbacks will not implicitly halt a callback chain. !24134 (Jasper Maes)
- ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddIndexesToCiBuildsAndPipelines. !24167 (Jasper Maes)
- Update url placeholder for the sentry configuration page. !24338
## 11.6.5 (2019-01-17)
### Fixed (5 changes)
......
---
title: Handle ci.skip push option
merge_request: 15643
author: Jonathon Reinhart
type: added
---
title: Clarifies docs about CI `allow_failure`
merge_request: 23367
author: C.J. Jameson
type: other
---
title: Add markdown helper buttons to file editor
merge_request: 23480
author:
type: added
---
title: No longer require email subaddressing for issue creation by email
merge_request: 23523
author:
type: changed
---
title: Allow user to add Kubernetes cluster for clusterable when there are ancestor clusters
merge_request: 23569
author:
type: other
---
title: Show clusters of ancestors in cluster list page
merge_request: 22996
author:
type: changed
---
title: Removes all instances of deprecated Gitlab Upgrader calls
merge_request: 23603
author: '@jwolen'
type: removed
---
title: Add API Support for Kubernetes integration
merge_request: 23922
author:
type: added
---
title: Creates component for release block
merge_request: 23697
author:
type: added
---
title: Creates frontend app for releases
merge_request: 23796
author:
type: added
---
title: Extend override check to also check arity
merge_request: 23498
author: Jacopo Beschi @jacopo-beschi
type: added
---
title: Add submit feedback link to help dropdown
merge_request: 23547
author:
type: added
---
title: Improve snippet search performance by removing duplicate counts
merge_request: 23952
author:
type: performance
---
title: Refactor issuable sidebar to use serializer
merge_request: 23379
author:
type: other
---
title: Allow merge after rebase without page refresh on FF repositories
merge_request: 23572
author:
type: fixed
---
title: Configure Auto DevOps deployed applications with secrets from prefixed CI variables
merge_request: 23719
author:
type: added
---
title: Add importing of issues from CSV file
merge_request: 23532
author:
type: added
---
title: Create system notes on issue / MR creation when labels, milestone, or due date is set
merge_request: 23859
author:
type: added
---
title: Stop autofocusing on diff comment after initial mount
merge_request: 23849
author:
type: fixed
---
title: Redesign project lists UI
merge_request: 22682
author:
type: other
---
title: Correct the ordering of metrics on the performance dashboard
merge_request: 23630
author:
type: fixed
---
title: Disable merging of labels with same names
merge_request: 23265
author:
type: changed
---
title: Don't show Auto DevOps enabled banner for projects with CI file or CI disabled
merge_request: 24067
author:
type: other
---
title: Aligns build loader animation with the job log
merge_request: 23959
author:
type: fixed
---
title: Prevent awards emoji being updated when updating status
merge_request: 23470
author:
type: fixed
---
title: Adds explanatory text to input fields on user profile settings page
merge_request: 23673
author:
type: other
---
title: Add project identifier as List-Id email Header to ease filtering
merge_request: 22817
author: Olivier Crête
type: added
---
title: Make RBAC enabled default for new clusters
merge_request: 24119
author:
type: changed
---
title: Removed discard draft comment button form notes
merge_request: 24185
author:
type: removed
---
title: Add % prefix to milestone reference links
merge_request: 23928
author:
type: changed
---
title: Add date range in milestone change email notifications
merge_request: 23762
author:
type: changed
---
title: 'Hashed Storage: Only set as `read_only` when starting the per-project migration'
merge_request: 24128
author:
type: changed
---
title: Make the Pages permission setting more clear
merge_request: 23146
author:
type: changed
---
title: Fix project calendar feed when sorted by priority
merge_request: 23870
author:
type: fixed
---
title: Discussion filter only displayed in discussions tab for merge requests
merge_request: 24082
author:
type: changed
---
title: Fix error when creating labels in a new issue in the boards page
merge_request: 24039
author: Ruben Moya
type: fixed
---
title: Remove framework/mobile.scss
merge_request: 23301
author: Takuya Noguchi
type: other
---
title: Escape html entities in LabelReferenceFilter when no label found
merge_request:
author:
type: security
---
title: Fix login box bottom margins on signin page
merge_request: 23739
author: '@gear54'
type: fixed
---
title: Display empty files properly on MR diffs
merge_request: 23671
author: Sean Nichols
type: fixed
---
title: Fix label and header styles in the job details sidebar.
merge_request: 23816
author: Nathan Friend
type: changed
---
title: Use reports syntax for Dependency scanning in Auto DevOps
merge_request: 24081
author:
type: added
---
title: Return an ApplicationSetting in CurrentSettings
merge_request: 23766
author:
type: fixed
---
title: User Popovers for Commit Infos, Member Lists and Snippets
merge_request: 24132
author:
type: added
---
title: Update GitLab Workhorse to v8.0.0
merge_request: 23740
author:
type: other
---
title: Resolve About this feature link should open in new window
merge_request: 24149
author:
type: fixed
---
title: Use 'parsePikadayDate' to parse due date string
merge_request: 24045
author:
type: fixed
---
title: Split bio into individual line in extended user tooltips
merge_request: 23940
author:
type: other
---
title: Only prompt user once when navigating away from file editor
merge_request: 23820
author: Sam Bigelow
type: fixed
---
title: Renames Milestone sort into Milestone due date
merge_request: 24080
author: Jacopo Beschi @jacopo-beschi
type: changed
title: Fix edit button disappearing in issue title
merge_request: 23948
author: Ruben Moya
type: fixed
---
title: UI improvements for redesigned project lists
merge_request: 24011
author:
type: other
---
title: Remove app/views/shared/issuable/_filter.html.haml
merge_request: 24008
author: Takuya Noguchi
type: other
---
title: Update cert-manager chart from v0.5.0 to v0.5.2
merge_request: 24025
author: Takuya Noguchi
type: other
---
title: Correctly externalize pipeline tags
merge_request: 24028
author:
type: fixed
---
title: Hide spinner on empty activites list on user profile overview
merge_request: 24063
author:
type: other
---
title: Fix navigation style in docs
merge_request: 24090
author: Takuya Noguchi
type: other
---
title: Remove gem install bundler from Docker-based Ruby environments
merge_request: 24093
author: Takuya Noguchi
type: other
---
title: Remove top margin in modal header titles
merge_request: 24108
author:
type: fixed
---
title: Fix spacing on discussions
merge_request: !24197
author:
type: fixed
---
title: Fixes missing margin in releases block
merge_request:
author:
type: fixed
---
title: Add indexes to speed up CI query.
merge_request: 23188
author:
type: performance
---
title: Support CURD operation for Links as one of the Release assets
merge_request: 24056
author:
type: changed
---
title: Releases API
merge_request: 23795
author:
type: added
---
title: Add name, author_id, and sha to releases table
merge_request: 23763
author:
type: added
---
title: Add NGINX 0.16.0 and above metrics
merge_request: 22133
author:
type: added
---
title: Allow basic authentication on go get middleware
merge_request: 23497
author: Morty Choi @mortyccp
type: changed
---
title: Update a condition to visibility a merge request collaboration message
merge_request: 23104
author: Harry Kiselev
type: other
---
title: Bump Ruby on Rails to 5.0.7.1
merge_request: 23396
author: "@blackst0ne"
type: security
---
title: "[Rails5.1] Update functional specs to use new keyword format"
merge_request: 23095
author: "@blackst0ne"
type: other
---
title: Update specs to exclude possible false positive pass
merge_request: 23893
author: "@blackst0ne"
type: other
---
title: Hide confidential events in the API
merge_request: 23746
author:
type: other
---
title: Add project milestone link
merge_request: 22552
author:
type: added
---
title: Don't hide CI dropdown behind diff summary
merge_request:
author: gfyoung
type: fixed
---
title: ActiveRecord::Migration -> ActiveRecord::Migration[5.0]
merge_request: 23910
author: Jasper Maes
type: other
---
title: Remove deprecated ActionDispatch::ParamsParser
merge_request: 23848
author: Jasper Maes
type: other
---
title: 'Fix deprecation: alias_method_chain is deprecated. Please, use Module#prepend
instead'
merge_request: 23887
author: Jasper Maes
type: other
---
title: 'Fix deprecation: returning false in Active Record and Active Model callbacks
will not implicitly halt a callback chain'
merge_request: 24134
author: Jasper Maes
type: other
---
title: 'Fix deprecation: Comparing equality between ActionController::Parameters and
a Hash is deprecated'
merge_request: 23855
author: Jasper Maes
type: other
---
title: 'Fix deprecation: Passing conditions to delete_all is deprecated'
merge_request: 23817
author: Jasper Maes
type: other
---
title: 'Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated.'
merge_request: 23884
author: Jasper Maes
type: other
---
title: 'Fix deprecation: insert_sql is deprecated and will be removed'
merge_request: 23944
author: Jasper Maes
type: other
---
title: ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddIndexesToCiBuildsAndPipelines
merge_request: 24167
author: Jasper Maes
type: other
---
title: 'Fix deprecation: Passing ActiveRecord::Base objects to sanitize_sql_hash_for_assignment'
merge_request: 23818
author: Jasper Maes
type: other
---
title: Passing the separator argument as a positional parameter is deprecated
merge_request: 23334
author: Jasper Maes
type: other
---
title: 'Fix deprecation: Using positional arguments in integration tests'
merge_request: 24110
author: Jasper Maes
type: other
---
title: 'Fix deprecation: redirect_to :back is deprecated'
merge_request: 23943
author: Jasper Maes
type: other
---
title: Fixed merge request diffs empty states
merge_request:
author:
type: fixed
---
title: Fix notification email for image diff notes
merge_request:
author:
type: fixed
---
title: Adds API documentation for releases
merge_request: 23901
author:
type: added
---
title: Display a list of Sentry Issues in GitLab
merge_request: 23770
author:
type: added
---
title: Expose CI/CD predefined variable `CI_API_V4_URL`
merge_request: 23936
author:
type: added
---
title: Add option to make ci variables protected by default
merge_request: 22744
author: Alexis Reigel
type: added
---
title: Remove deprecated xhr from specs
merge_request: 23949
author: Jasper Maes
type: other
---
title: Fix calendar events fetching error on private profile page
merge_request: 23718
author: Harry Kiselev
type: other
---
title: Fix some N+1 queries related to Admin Dashboard, User Dashboards and Activity
Stream
merge_request: 23034
author:
type: performance
---
title: Fix runner eternal loop when update job result
merge_request: 24481
author:
type: fixed
---
title: Fix unexpected exception by failure of finding an actual head pipeline
merge_request: 24257
author:
type: fixed
---
title: Skip per-commit validations already evaluated
merge_request: 23984
author:
type: performance
---
title: Fix bug commenting on LFS images
merge_request: 23812
author:
type: fixed
---
title: Passing an argument to force an association to reload is now deprecated
merge_request: 23894
author: Jasper Maes
type: other
---
title: Externalize strings from `/app/views/shared/notes`
merge_request: 23696
author: Tao Wang
type: other
---
title: Remove unnecessary line before reply holder
merge_request: 23092
author: George Tsiolis
type: changed
---
title: Reorder sidebar menu item for group clusters
merge_request: 24001
author: George Tsiolis
type: changed
---
title: Update environments breadcrumb
merge_request: 23751
author: George Tsiolis
type: changed
---
title: Update header navigation theme colors
merge_request: 23734
author: George Tsiolis
type: fixed
---
title: Allow to include files from another projects in gitlab-ci.yml
merge_request: 24101
author:
type: added
---
title: Allow to include templates in gitlab-ci.yml
merge_request: 23495
author:
type: added
---
title: Update url placeholder for the sentry configuration page
merge_request: 24338
author:
type: other
---
title: Add new pipeline variable CI_COMMIT_SHORT_SHA
merge_request: 23822
author:
type: added
---
title: Add Knative metrics to Prometheus
merge_request: 23972
author: Chris Baumbauer
type: added
---
title: Require Knative to be installed only on an RBAC kubernetes cluster
merge_request: 23807
author: Chris Baumbauer
type: changed
---
title: Prevent admins from attempting hashed storage migration on read only DB
merge_request: 23597
author:
type: fixed
---
title: Add no-color theme for syntax highlighting.
merge_request: !20170
author: khm
type: added
---
title: Improve the loading time on merge request's discussion page by caching diff
highlight
merge_request: 23857
author:
type: performance
---
title: Adjust applied suggestion reverting previous changes
merge_request: 24250
author:
type: fixed
---
title: Enable caching for records which primary key is not `id`
merge_request: 24245
author:
type: fixed
---
title: Send a notification email to project maintainers when a mirror update fails
merge_request: 23595
author:
type: added
---
title: Remove rails4 specific code
merge_request: 23847
author: Jasper Maes
type: other
---
title: Remove rails 4 support in CI, Gemfiles, bin/ and config/
merge_request: 23717
author: Jasper Maes
type: other
---
title: Allow 'rake gitlab:cleanup:remote_upload_files' to read bucket files without
having permissions to see all buckets.
merge_request: 23981
author:
type: fixed
---
title: Prevent private snippets from being embeddable
merge_request:
author:
type: security
---
title: Issuable no longer is visible to users when project can't be viewed
merge_request:
author:
type: security
---
title: Escape label and milestone titles to prevent XSS in GFM autocomplete
merge_request: 2693
author:
type: security
---
title: Don't expose cross project repositories through diffs when creating merge reqeusts
merge_request:
author:
type: security
---
title: Fix SSRF with import_url and remote mirror url
merge_request:
author:
type: security
---
title: Allow changing group CI/CD settings only for owners.
merge_request:
author:
type: security
---
title: Authorize before reading job information via API.
merge_request:
author:
type: security
---
title: Prevent leaking protected variables for ambiguous refs.
merge_request:
author:
type: security
---
title: Set URL rel attribute for broken URLs.
merge_request:
author:
type: security
---
title: Project guests no longer are able to see refs page
merge_request:
author:
type: security
---
title: Delete confidential todos for user when downgraded to Guest
merge_request:
author:
type: security
---
title: Upgrade Omniauth and JWT gems to switch away from Google+ API
merge_request: 24068
author:
type: changed
---
title: Cache avatar URLs and paths within a request
merge_request: 23950
author:
type: performance
---
title: Fix object storage not working properly with Google S3 compatibility
merge_request: 23858
author:
type: fixed
---
title: Drop Webhooks from project import/export config
merge_request: 24121
author:
type: fixed
---
title: Fix timeout issues retrieving branches via API
merge_request: 24034
author:
type: performance
---
title: Allow GitHub imports via token even if OAuth2 provider not configured
merge_request: 23703
author:
type: fixed
---
title: Fix commit SHA not showing in merge request compare dropdown
merge_request: 24084
author:
type: fixed
---
title: Fix Bitbucket Server import only including first 25 pull requests
merge_request: 24178
author:
type: fixed
---
title: Only validate project visibility when it has changed
merge_request: 24142
author:
type: fixed
---
title: 'Fix deprecation: Using positional arguments in integration tests'
merge_request: 24009
author: Jasper Maes
type: other
---
title: convert specs in javascripts/ and support/ to new syntax
merge_request: 23947
author: Jasper Maes
type: other
---
title: Support tls communication in gitaly
merge_request: 22602
author:
type: added
---
title: Remove migration to backfill project_repositories for legacy storage projects
merge_request: 24299
author:
type: removed
---
title: Knative version bump 0.1.3 -> 0.2.2
merge_request:
author: Chris Baumbauer
type: changed
title: Changed Userpopover Fixtures and shadow color
merge_request: 23768
author:
type: other
---
title: Update GitLab Runner Helm Chart to 0.1.43
merge_request: 24083
author:
type: other
---
title: Refactor the logic of updating head pipelines for merge requests
merge_request: 23502
author:
type: other
---
title: Adjust padding of .dropdown-title to comply with design specs
merge_request: 23546
author:
type: changed
---
title: Display commit ID for discussions made on merge request commits
merge_request: 23837
author:
type: fixed
---
title: Make commit IDs in merge request discussion header monospace
merge_request: 23562
author:
type: changed
---
title: Upgrade @gitlab/ui to 1.16.2
merge_request: 23946
author:
type: other
---
title: Restore Object Pools when restoring an object pool
merge_request: 23682
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