Update CHANGELOG.md for 11.11.0

[ci skip]
parent 783283f0
......@@ -2,6 +2,191 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 11.11.0 (2019-05-22)
### Security (1 change)
- Destroy project remote mirrors instead of disabling. !27087
### Fixed (74 changes, 19 of them are from the community)
- Don't create a temp reference for branch comparisons within project. !24038
- Fix some label links not appearing on group labels page and label title being a link on project labels page. !24060 (Tanya Pazitny)
- Fix extra emails for custom notifications. !25607
- Rewind IID on Ci::Pipelines. !26490
- Fix duplicate merge request pipelines created by Sidekiq worker retry. !26643
- Catch and report OpenSSL exceptions while fetching external configuration files in CI::Config. !26750 (Drew Cimino)
- stop rendering download links for expired artifacts on the project tags page. !26753 (Drew Cimino)
- Format extra help page text like wiki. !26782 (Bastian Blank)
- Always show instance configuration link. !26783 (Bastian Blank)
- Display maximum artifact size from runtime config. !26784 (Bastian Blank)
- Resolve issue where list labels did not have the correct text color on creation. !26794 (Tucker Chapman)
- Set release name when adding release notes to an existing tag. !26807
- Fix the bug that the project statistics is not updated. !26854 (Hiroyuki Sato)
- Client side changes for ListLastCommitsForTree response update. !26880
- Fix api group visibility. !26896
- Require all templates to use default stages. !26954
- Remove a "reopen merge request button" on a "merged" merge request. !26965 (Hiroyuki Sato)
- Fix misaligned image diff swipe view. !26969 (ftab)
- Add badge-pill class on group member count. !27019
- Remove leading / trailing spaces from heading when generating header ids. !27025 (Willian Balmant)
- Respect updated_at attribute in notes produced by API calls. !27124 (Ben Gamari)
- Fix GitHub project import visibility. !27133 (Daniel Wyatt)
- Fixes actions dropdowns in environments page. !27160
- Fixes create button background for Environments form. !27161
- Display scoped labels in Issue Boards. !27164
- Align UrlValidator to validate_url gem implementation. !27194 (Horatiu Eugen Vlad)
- Resolve Web IDE template dropdown showing duplicates. !27237
- Update GitLab Workhorse to v8.6.0. !27260
- Only show in autocomplete when author active. !27292
- Remove deadline for Git fsck. !27299
- Show prioritized labels to guests. !27307
- Properly expire all pipeline caches when pipeline is deleted. !27334
- Replaced icon for external URL with doc-text icon. !27365
- Add auto direction for issue title. !27378 (Ahmad Haghighi)
- fix wiki search result links in titles. !27400 (khm)
- Fix system notes timestamp when creating issue in the past. !27406
- Fix approvals sometimes being reset after a merge request is rebased. !27446
- Fix empty block in MR widget when user doesn't have permission. !27462
- Fix wrong use of ActiveRecord in PoolRepository. !27464
- Show proper preview for uploaded images in Web IDE. !27471
- Resolve Renaming an image via Web IDE corrupts it. !27486
- Clean up CarrierWave's import/export files. !27487
- Fix autocomplete dropdown for usernames starting with period. !27533 (Jan Beckmann)
- Disable password autocomplete in mirror repository form. !27542
- Always use internal ID tables in development and production. !27544
- Only show the "target branch has advanced" message when the merge request is open. !27588
- Resolve Misalignment on suggested changes diff table. !27612
- Update Workhorse to v8.7.0. !27630
- Fix FE API and IDE handling of '/' relative_url_root. !27635
- Hide ScopedBadge overflow notes. !27651
- Fix base domain help text update. !27746
- Upgrade letter_opener_web to support Rails 5.1. !27829
- Fix webpack assets handling when relative url root is '/'. !27909
- Fix IDE get file data with '/' as relative root. !27911
- Allow a member to have an access level equal to parent group. !27913
- Fix issuables state_id nil when importing projects from GitHub. !28027
- Fix uploading of LFS tracked file through UI. !28052
- Render Next badge only for gitlab.com. !28056
- Fix update head pipeline process of Pipelines for merge requests. !28057
- Fix visual issues in set status modal. !28147
- Use a path for the related merge requests endpoint. !28171
- disable SSH key validation in key details view. !28180 (Roger Meier)
- Fix MR discussion border missing in chrome sometimes. !28185
- Fix Error 500 when inviting user already present. !28198
- Remove non-semantic use of `.row` in member listing controls. !28204
- Properly handle LFS Batch API response in project import. !28223
- Fix project visibility level validation. !28305 (Peter Marko)
- Fix incorrect prefix used in new uploads for personal snippets. !28337
- Fix Rugged get_tree_entries recursive flag not working. !28494
- Fixes next badge being always visible.
- Next badge must visible when canary flag is true.
- Adds arrow icons to select option in CI/CD settings.
- Vertically aligns the play button for stages.
- Allow replying to individual notes from API.
### Changed (19 changes, 3 of them are from the community)
- Sort by due date and popularity in both directions for Issues and Merge requests. !25502 (Nermin Vehabovic)
- Improve pipelines table spacing, add triggerer column. !26136
- Allow extra arguments in helm commands when deploying the application in Auto-DevOps.gitlab-ci.yml. !26171 (tortuetorche)
- Switch to sassc-rails for faster stylesheet compilation. !26224
- Reorganize project merge request settings. !26834
- Display a toast message when the Kubernetes runner has successfully upgraded. !27206
- Allow guests users to access project releases. !27247
- Add help texts to K8 form fields. !27274
- Support prometheus for group level clusters. !27280
- Include link to raw job log in plain-text emails. !27409
- Only escape Markdown emphasis characters in autocomplete when necessary. !27457
- Move location of charts/auto-deploy-app -> gitlab-org/charts/auto-deploy-app. !27477
- Make canceled jobs not retryable. !27503
- Upgrade to Gitaly v1.36.0. !27831
- Update deployment event chat notification message. !27972
- Upgrade to Gitaly v1.42.0. !28135
- Resolve discussion when apply suggestion. !28160
- Improve expanding diff to full file performance.
- Knative version bump 0.3 -> 0.5. (Chris Baumbauer <cab@cabnetworks.net>)
### Performance (5 changes)
- Added list_pages method to avoid loading all wiki pages content. !22801
- Add gitaly session id & catfile-cache feature flag. !27472
- Add improvements to global search of issues and merge requests. !27817
- Disable method replacement in avatar loading. !27866
- Fix Blob.lazy always loading all previously-requested blobs when a new request is made.
### Added (36 changes, 10 of them are from the community)
- Add time preferences for user. !25381
- Added write_repository scope for personal access token. !26021 (Horatiu Eugen Vlad)
- Mark disabled pages domains for removal, but don't remove them yet. !26212
- Remove pages domains if they weren't verified for 1 week. !26227
- Expose pipeline variables via API. !26501 (Agustin Henze <tin@redhat.com>)
- Download a folder from repository. !26532 (kiameisomabes)
- Remove cleaned up OIDs from database and cache. !26555
- Disables kubernetes resources creation if a cluster is not managed. !26565
- Add CI_COMMIT_REF_PROTECTED CI variable. !26716 (Jason van den Hurk)
- Add new API endpoint to expose a single environment. !26887
- Allow Sentry configuration to be passed on gitlab.yml. !27091 (Roger Meier)
- CI variables of type file. !27112
- Allow linking to a private helm repository by providing credentials, and customisation of repository name. !27123 (Stuart Moore @stjm-cc)
- Add time tracking information to Issue Boards sidebar. !27166
- Play all manual jobs in a stage. !27188
- Instance level kubernetes clusters. !27196
- Adds if InfluxDB and Prometheus metrics are enabled to usage ping data. !27238
- Autosave description in epics. !27296
- Add deployment events to chat notification services. !27338
- Add packages_size to ProjectStatistics. !27373
- Added OmniAuth OpenID Connect strategy. !27383 (Horatiu Eugen Vlad)
- Test using Git 2.21. !27418
- Use official Gitea logo in importer. !27424 (Matti Ranta (@techknowlogick))
- Add option to set access_level of runners upon registration. !27490 (Zelin L)
- Add initial GraphQL query for Groups. !27492
- Enable Sidekiq Reliable Fetcher for background jobs by default. !27530
- Add backend support for a External Dashboard URL setting. !27550
- Implement UI for uninstalling Cluster’s managed apps. !27559
- Resolve Salesforce.com omniauth support. !27834
- Leave project/group from access granted email. !27892
- Allow Sentry client-side DSN to be passed on gitlab.yml. !27967
- GraphQL: improve evaluation of query complexity based on arguments and query limits. !28017
- Adds badge for Canary environment and help link.
- Support negative matches.
- Show category icons in user popover.
- Added Omniauth UltraAuth strategy to GitLab. (Kartikey Tanna)
### Other (29 changes, 8 of them are from the community)
- Validate refs used in controllers don't have spaces. !24037
- Migrate correlation and tracing code to LabKit. !25379
- Update node.js to 10.15.3 in CI template for Hexo. !25943 (Takuya Noguchi)
- Improve icons and button order in project overview. !26796
- Add instructions on how to contribute a Built-In template for project. !26976
- Extract DiscussionNotes component from NoteableDiscussion. !27066
- Bump gRPC to 1.19.0 and protobuf to 3.7.1. !27086
- Extract DiscussionActions component from NoteableDiscussion. !27227
- Show disabled project repo mirrors in settings. !27326
- Add backtrace to Gitaly performance bar. !27345
- Moved EE/CE differences for dropdown_value_collapsed into CE. !27367
- Remove "You are already signed in" banner. !27377
- Move ee-specific code from boards/components/issue_card_inner.vue. !27394 (Roman Rodionov)
- Upgrade to Rails 5.1. !27480 (Jasper Maes)
- Update GitLab Runner Helm Chart to 0.4.0. !27508
- Update GitLab Runner Helm Chart to 0.4.1. !27627
- Refactored notes tests from Karma to Jest. !27648 (Martin Hobert)
- refactor(issue): Refactored issue tests from Karma to Jest. !27673 (Martin Hobert)
- Refactored Karma spec files to Jest. !27688 (Martin Hobert)
- Add CSS fix for <wbr> elements on IE11. !27846
- Update clair-local-scan to v2.0.8 for container scanning. !27977
- Use PostgreSQL 10.7 in tests. !28020
- Document EE License Auto Import During Install. !28106
- Remove the note in the docs that multi-line suggestions are not yet available. !28119 (hardysim)
- Update gitlab-shell to v9.1.0. !28184
- Add EE fixtures to SeedFu list. !28241
- Replaces CSS with BS4 utility class for pipeline schedules.
- Creates a vendors folder for external CSS.
- Add some frozen string to spec/**/*.rb. (gfyoung)
## 11.10.4 (2019-05-01)
### Fixed (12 changes)
......
---
title: Move ee-specific code from boards/components/issue_card_inner.vue
merge_request: 27394
author: Roman Rodionov
type: other
---
title: Moved EE/CE differences for dropdown_value_collapsed into CE
merge_request: 27367
author:
type: other
---
title: Enable Sidekiq Reliable Fetcher for background jobs by default
merge_request: 27530
author:
type: added
---
title: Document EE License Auto Import During Install
merge_request: 28106
author:
type: other
---
title: Display scoped labels in Issue Boards
merge_request: 27164
author:
type: fixed
---
title: Hide ScopedBadge overflow notes
merge_request: 27651
author:
type: fixed
---
title: Switch to sassc-rails for faster stylesheet compilation
merge_request: 26224
author:
type: changed
---
title: Download a folder from repository
merge_request: 26532
author: kiameisomabes
type: added
---
title: "Align UrlValidator to validate_url gem implementation"
merge_request: 27194
author: Horatiu Eugen Vlad
type: fixed
---
title: Add .NET Core YAML template
merge_request: 25604
author: Piotr Wosiek
type: added
---
title: Added write_repository scope for personal access token
merge_request: 26021
author: Horatiu Eugen Vlad
type: added
---
title: Added OmniAuth OpenID Connect strategy
merge_request: 27383
author: Horatiu Eugen Vlad
type: added
---
title: "Use official Gitea logo in importer"
merge_request: 27424
author: Matti Ranta (@techknowlogick)
type: added
\ No newline at end of file
---
title: Remove the note in the docs that multi-line suggestions are not yet available
merge_request: 28119
author: hardysim
type: other
---
title: Play all manual jobs in a stage
merge_request: 27188
author:
type: added
---
title: Remove cleaned up OIDs from database and cache
merge_request: 26555
author:
type: added
---
title: 'Add new API endpoint to expose a single environment.'
merge_request: 26887
author:
type: added
---
title: Add time tracking information to Issue Boards sidebar
merge_request: 27166
author:
type: added
---
title: Adds badge for Canary environment and help link
merge_request:
author:
type: added
---
title: CI variables of type file
merge_request: 27112
author:
type: added
---
title: Fix GitHub project import visibility
merge_request: 27133
author: Daniel Wyatt
type: fixed
---
title: Resolve issue where list labels did not have the correct text color on creation
merge_request: 26794
author: Tucker Chapman
type: fixed
---
title: Add auto direction for issue title
merge_request: 27378
author: Ahmad Haghighi
type: fixed
---
title: Sort by due date and popularity in both directions for Issues and Merge requests
merge_request: 25502
author: Nermin Vehabovic
type: changed
---
title: Support prometheus for group level clusters
merge_request: 27280
author:
type: changed
---
title: Make canceled jobs not retryable
merge_request: 27503
author:
type: changed
---
title: Adds if InfluxDB and Prometheus metrics are enabled to usage ping data
merge_request: 27238
author:
type: added
---
title: "Respect updated_at attribute in notes produced by API calls"
merge_request: 27124
author: Ben Gamari
type: fixed
---
title: Fix MR discussion border missing in chrome sometimes
merge_request: 28185
author:
type: fixed
---
title: Resolve discussion when apply suggestion
merge_request: 28160
author:
type: changed
---
title: Format extra help page text like wiki
merge_request: 26782
author: Bastian Blank
type: fixed
---
title: Disables kubernetes resources creation if a cluster is not managed
merge_request: 26565
author:
type: added
---
title: Allow guests users to access project releases
merge_request: 27247
author:
type: changed
---
title: Display a toast message when the Kubernetes runner has successfully upgraded.
merge_request: 27206
author:
type: changed
---
title: Resolve Salesforce.com omniauth support
merge_request: 27834
author:
type: added
---
title: Add backend support for a External Dashboard URL setting
merge_request: 27550
author:
type: added
---
title: Show prioritized labels to guests
merge_request: 27307
author:
type: fixed
---
title: Resolve Renaming an image via Web IDE corrupts it
merge_request: 27486
author:
type: fixed
---
title: Add time preferences for user
merge_request: 25381
author:
type: added
---
title: Added Omniauth UltraAuth strategy to GitLab
merge_request:
author: Kartikey Tanna
type: added
---
title: Improve pipelines table spacing, add triggerer column
merge_request: 26136
author:
type: changed
---
title: Resolve Web IDE template dropdown showing duplicates
merge_request: 27237
author:
type: fixed
---
title: Extract DiscussionActions component from NoteableDiscussion
merge_request: 27227
author:
type: other
---
title: Extract DiscussionNotes component from NoteableDiscussion
merge_request: 27066
author:
type: other
---
title: Fix system notes timestamp when creating issue in the past
merge_request: 27406
author:
type: fixed
---
title: Update node.js to 10.15.3 in CI template for Hexo
merge_request: 25943
author: Takuya Noguchi
type: other
---
title: "Fix misaligned image diff swipe view"
merge_request: 26969
author: ftab
type: fixed
---
title: Replaced icon for external URL with doc-text icon
merge_request: 27365
author:
type: fixed
---
title: Add help texts to K8 form fields
merge_request: 27274
author:
type: changed
---
title: Show proper preview for uploaded images in Web IDE
merge_request: 27471
author:
type: fixed
---
title: Fix approvals sometimes being reset after a merge request is rebased
merge_request: 27446
author:
type: fixed
---
title: Creates a vendors folder for external CSS
merge_request:
author:
type: other
---
title: Replaces CSS with BS4 utility class for pipeline schedules
merge_request:
author:
type: other
---
title: Add badge-pill class on group member count
merge_request: 27019
author:
type: fixed
---
title: Fixes actions dropdowns in environments page
merge_request: 27160
author:
type: fixed
---
title: Fixes create button background for Environments form
merge_request: 27161
author:
type: fixed
---
title: Show category icons in user popover
merge_request:
author:
type: added
---
title: Fix empty block in MR widget when user doesn't have permission
merge_request: 27462
author:
type: fixed
---
title: Fix autocomplete dropdown for usernames starting with period
merge_request: 27533
author: Jan Beckmann
type: fixed
---
title: Implement UI for uninstalling Cluster’s managed apps
merge_request: 27559
author:
type: added
---
title: Only show the "target branch has advanced" message when the merge request is
open
merge_request: 27588
author:
type: fixed
---
title: Resolve Misalignment on suggested changes diff table
merge_request: 27612
author:
type: fixed
---
title: Fix base domain help text update
merge_request: 27746
author:
type: fixed
---
title: Fix uploading of LFS tracked file through UI
merge_request: 28052
author:
type: fixed
---
title: Render Next badge only for gitlab.com
merge_request: 28056
author:
type: fixed
---
title: Vertically aligns the play button for stages
merge_request:
author:
type: fixed
---
title: Fix visual issues in set status modal
merge_request: 28147
author:
type: fixed
---
title: Fixes next badge being always visible
merge_request:
author:
type: fixed
---
title: Adds arrow icons to select option in CI/CD settings
merge_request:
author:
type: fixed
---
title: Add packages_size to ProjectStatistics
merge_request: 27373
author:
type: added
---
title: Add CI_COMMIT_REF_PROTECTED CI variable
merge_request: 26716
author: Jason van den Hurk
type: added
---
title: Add option to set access_level of runners upon registration
merge_request: 27490
author: Zelin L
type: added
---
title: Allow replying to individual notes from API
merge_request:
author:
type: fixed
---
title: Always show instance configuration link
merge_request: 26783
author: Bastian Blank
type: fixed
---
title: Migrate correlation and tracing code to LabKit
merge_request: 25379
author:
type: other
---
title: Allow linking to a private helm repository by providing credentials, and customisation
of repository name
merge_request: 27123
author: Stuart Moore @stjm-cc
type: added
---
title: Add initial GraphQL query for Groups
merge_request: 27492
author:
type: added
---
title: Reorganize project merge request settings
merge_request: 26834
author:
type: changed
---
title: Update clair-local-scan to v2.0.8 for container scanning
merge_request: 27977
author:
type: other
---
title: Remove non-semantic use of `.row` in member listing controls
merge_request: 28204
author:
type: fixed
---
title: Autosave description in epics
merge_request: 27296
author:
type: added
---
title: Destroy project remote mirrors instead of disabling
merge_request: 27087
author:
type: security
---
title: Remove "You are already signed in" banner
merge_request: 27377
author:
type: other
---
title: Catch and report OpenSSL exceptions while fetching external configuration files
in CI::Config
merge_request: 26750
author: Drew Cimino
type: fixed
---
title: Allow Sentry client-side DSN to be passed on gitlab.yml
merge_request: 27967
author:
type: added
---
title: Fix the bug that the project statistics is not updated
merge_request: 26854
author: Hiroyuki Sato
type: fixed
---
title: Remove a "reopen merge request button" on a "merged" merge request
merge_request: 26965
author: Hiroyuki Sato
type: fixed
---
title: stop rendering download links for expired artifacts on the project tags page
merge_request: 26753
author: Drew Cimino
type: fixed
---
title: Improve expanding diff to full file performance
merge_request:
author:
type: changed
---
title: Expose pipeline variables via API
merge_request: 26501
author: Agustin Henze <tin@redhat.com>
type: added
---
title: Allow Sentry configuration to be passed on gitlab.yml
merge_request: 27091
author: Roger Meier
type: added
---
title: Fix api group visibility
merge_request: 26896
author:
type: fixed
---
title: Fix FE API and IDE handling of '/' relative_url_root
merge_request: 27635
author:
type: fixed
---
title: Fix extra emails for custom notifications
merge_request: 25607
author:
type: fixed
---
title: Fix IDE get file data with '/' as relative root
merge_request: 27911
author:
type: fixed
---
title: disable SSH key validation in key details view
merge_request: 28180
author: Roger Meier
type: fixed
---
title: Fix Blob.lazy always loading all previously-requested blobs when a new request
is made
merge_request:
author:
type: performance
---
title: Fix duplicate merge request pipelines created by Sidekiq worker retry
merge_request: 26643
author:
type: fixed
---
title: Fix project visibility level validation
merge_request: 28305
author: Peter Marko
type: fixed
---
title: Fix update head pipeline process of Pipelines for merge requests
merge_request: 28057
author:
type: fixed
---
title: Fix webpack assets handling when relative url root is '/'
merge_request: 27909
author:
type: fixed
---
title: Added list_pages method to avoid loading all wiki pages content
merge_request: 22801
author:
type: performance
---
title: Add improvements to global search of issues and merge requests
merge_request: 27817
author:
type: performance
---
title: Update GitLab Workhorse to v8.6.0
merge_request: 27260
author:
type: fixed
---
title: Next badge must visible when canary flag is true
merge_request:
author:
type: fixed
---
title: Add CSS fix for <wbr> elements on IE11
merge_request: 27846
author:
type: other
---
title: Add some frozen string to spec/**/*.rb
merge_request:
author: gfyoung
type: other
---
title: Upgrade to Gitaly v1.36.0
merge_request: 27831
author:
type: changed
---
title: Upgrade to Gitaly v1.42.0
merge_request: 28135
author:
type: changed
---
title: Fix some label links not appearing on group labels page and label title being
a link on project labels page
merge_request: 24060
author: Tanya Pazitny
type: fixed
---
title: 'GraphQL: improve evaluation of query complexity based on arguments and query
limits.'
merge_request: 28017
author:
type: added
---
title: Add EE fixtures to SeedFu list
merge_request: 28241
author:
type: other
---
title: Display maximum artifact size from runtime config
merge_request: 26784
author: Bastian Blank
type: fixed
---
title: Instance level kubernetes clusters
merge_request: 27196
author:
type: added
---
title: Add deployment events to chat notification services
merge_request: 27338
author:
type: added
---
title: Set release name when adding release notes to an existing tag
merge_request: 26807
author:
type: fixed
---
title: Update deployment event chat notification message
merge_request: 27972
author:
type: changed
---
title: Fix issuables state_id nil when importing projects from GitHub
merge_request: 28027
author:
type: fixed
---
title: Add gitaly session id & catfile-cache feature flag
merge_request: 27472
author:
type: performance
---
title: Client side changes for ListLastCommitsForTree response update
merge_request: 26880
author:
type: fixed
---
title: Fix wrong use of ActiveRecord in PoolRepository
merge_request: 27464
author:
type: fixed
---
title: Knative version bump 0.3 -> 0.5
merge_request:
author: Chris Baumbauer <cab@cabnetworks.net>
type: changed
---
title: Only escape Markdown emphasis characters in autocomplete when necessary
merge_request: 27457
author:
type: changed
---
title: Leave project/group from access granted email
merge_request: 27892
author:
type: added
---
title: Remove leading / trailing spaces from heading when generating header ids
merge_request: 27025
author: Willian Balmant
type: fixed
---
title: Upgrade letter_opener_web to support Rails 5.1
merge_request: 27829
author:
type: fixed
---
title: Upgrade to Rails 5.1
merge_request: 27480
author: Jasper Maes
type: other
---
title: 'refactor(issue): Refactored issue tests from Karma to Jest'
merge_request: 27673
author: Martin Hobert
type: other
---
title: 'Refactored notes tests from Karma to Jest'
merge_request: 27648
author: Martin Hobert
type: other
---
title: 'Refactored Karma spec files to Jest'
merge_request: 27688
author: Martin Hobert
type: other
---
title: Remove pages domains if they weren't verified for 1 week
merge_request: 26227
author:
type: added
---
title: Mark disabled pages domains for removal, but don't remove them yet
merge_request: 26212
author:
type: added
---
title: Move location of charts/auto-deploy-app -> gitlab-org/charts/auto-deploy-app
merge_request: 27477
author:
type: changed
---
title: Require all templates to use default stages
merge_request: 26954
author:
type: fixed
---
title: Rewind IID on Ci::Pipelines
merge_request: 26490
author:
type: fixed
---
title: Add backtrace to Gitaly performance bar
merge_request: 27345
author:
type: other
---
title: Allow a member to have an access level equal to parent group
merge_request: 27913
author:
type: fixed
---
title: Don't create a temp reference for branch comparisons within project
merge_request: 24038
author:
type: fixed
---
title: Clean up CarrierWave's import/export files
merge_request: 27487
author:
type: fixed
---
title: Disable method replacement in avatar loading
merge_request: 27866
author:
type: performance
---
title: Always use internal ID tables in development and production
merge_request: 27544
author:
type: fixed
---
title: Disable password autocomplete in mirror repository form
merge_request: 27542
author:
type: fixed
---
title: Fix Error 500 when inviting user already present
merge_request: 28198
author:
type: fixed
---
title: Properly handle LFS Batch API response in project import
merge_request: 28223
author:
type: fixed
---
title: Fix incorrect prefix used in new uploads for personal snippets
merge_request: 28337
author:
type: fixed
---
title: Properly expire all pipeline caches when pipeline is deleted
merge_request: 27334
author:
type: fixed
---
title: Use a path for the related merge requests endpoint
merge_request: 28171
author:
type: fixed
---
title: Fix Rugged get_tree_entries recursive flag not working
merge_request: 28494
author:
type: fixed
---
title: Bump gRPC to 1.19.0 and protobuf to 3.7.1
merge_request: 27086
author:
type: other
---
title: Validate refs used in controllers don't have spaces
merge_request: 24037
author:
type: other
---
title: Update gitlab-shell to v9.1.0
merge_request: 28184
author:
type: other
---
title: Show disabled project repo mirrors in settings
merge_request: 27326
author:
type: other
---
title: Support negative matches
merge_request:
author:
type: added
---
title: Include link to raw job log in plain-text emails
merge_request: 27409
author:
type: changed
---
title: Allow extra arguments in helm commands when deploying the application in Auto-DevOps.gitlab-ci.yml
merge_request: 26171
author: tortuetorche
type: changed
---
title: Update GitLab Runner Helm Chart to 0.4.0
merge_request: 27508
author:
type: other
---
title: Update GitLab Runner Helm Chart to 0.4.1
merge_request: 27627
author:
type: other
---
title: Update Workhorse to v8.7.0
merge_request: 27630
author:
type: fixed
---
title: Use PostgreSQL 10.7 in tests
merge_request: 28020
author:
type: other
---
title: Only show in autocomplete when author active
merge_request: 27292
author:
type: fixed
---
title: fix wiki search result links in titles
merge_request: 27400
author: khm
type: fixed
---
title: Add instructions on how to contribute a Built-In template for project
merge_request: 26976
author:
type: other
---
title: Improve icons and button order in project overview
merge_request: 26796
author:
type: other
---
title: Remove deadline for Git fsck
merge_request: 27299
author:
type: fixed
---
title: Test using Git 2.21
merge_request: 27418
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