Update CHANGELOG-EE.md for 11.2.0-ee

[ci skip]
parent 26ba504e
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 11.2.0 (2018-08-22)
### Security (1 change)
- Don't expose project names in EE counters.
### Fixed (32 changes, 11 of them are from the community)
- Allow Geo node to be edited once the database is failed over. !6248
- Fix a bug where user was unable to delete a branch when repo size was above the limit. !6373
- Rails5 fix AttachmentRegistryFinder arel queries. !6396 (Jasper Maes)
- Add Premium license checks for system messages. !6460
- Fixes arrow-icon color and alignment in linked pipeline in merge request widget. !6479
- Rails 5 fix the matcher expected the ApplicationSetting to be invalid, but it was valid instead. !6488 (Jasper Maes)
- Geo: Gracefully handle deleted events from Geo event log. !6506
- Rails5 fix NoMethodError: undefined method 'message' for nil:NilClass. !6507 (Jasper Maes)
- Fix billing card title colors. !6563
- Rails5 fix undefined method 'namespace_project_settings_repository_path'. !6581 (Jasper Maes)
- Rails5 fix no implicit conversion of Symbol into Integer. !6582 (Jasper Maes)
- Rails 5 fix NoMethodError: undefined method 'message' for nil:NilClass in host_spec.rb. !6589 (Jasper Maes)
- Fix mobile view of pod logs. !6597
- Add left-padding to diverged-from-upstream label. !6647
- List groups with developer maintainer access on project creation. !6678
- no longer fail when setting up Geo database with GDK. !6680
- Allow Pseudonymizer to write to a bucket without having permissions to see all buckets. !6682
- Hide Expand button on empty MR widget Performance section. !6685
- Ensure that Create issue button is shown in vulnerability dialog. !6708
- Use same gem versions for Rails 5 as for Rails 4. !6712 (Jasper Maes)
- Rails5 correct wrong geo job name. !6713 (Jasper Maes)
- Elasticsearch: Fix a bug causing some types of note to miss being indexed. !6736
- Rails 5 fix product array method delagation by manually calling .to_a in NotificationService. !6753 (Jasper Maes)
- Adjust self-hosted Jira development panel integration. !6756
- Ensure that push size checks only count the size of newly-pushed files. !6767
- Fix the UI for listing system-level labels. !6805
- Rails5: fix slice in burndown fixture. !6813 (Jasper Maes)
- Rails5: fix Arel::UpdateManager in MigrateOldElasticsearchSettings migration. !6815 (Jasper Maes)
- Corrected URL for snowplow client side JS. !6899
- [Geo] Fix the Storage config parameter in Geo nodes admin page.
- Fix exporting issues to CSV when sorting by label priority is used.
- Fix handling of annotated tags when Gitaly is not in use.
### Changed (9 changes, 2 of them are from the community)
- Add related issues loading icon top margin. !6527 (George Tsiolis)
- Add security products to usage ping. !6602
- Changed copy for "Approved" state in merge request widget. !6635 (Constance Okoghenun)
- Track the Geo event log gaps in redis and handle them later. !6640
- Replace clipboard icon in Service Desk settings. !6643
- Removes "show all" on security reports and adds a button to take you to the pipeline page. !6675
- Shows license reports when there are no reports in the source branch. !6720
- Removes status text from licence reports. !6802
- Opens "view full report" links in a new window. !6806
### Performance (2 changes)
- Geo: Improve Geo Status API performance with cached counters in SiteStatistic. !6328
- Geo: Improve performance in Log Cursor gap tracking. !6754
### Added (19 changes)
- Geo: Add repository verification failures to API. !6137
- Add support for todos on epics. !6142
- Summed issue weights in board columns. !6218
- Add an API endpoint for managed licenses of a project. !6246
- Implement custom project templates. !6436
- Projects page under Admin > Geo Nodes to display detailed synchronization information. !6452
- Enables configuration of pull mirroring through API. !6485
- Adds SLI alerts to custom prometheus metrics. !6590
- Add support for milestones lists on the issue boards. !6615
- Persist Epic Roadmap timescale choice. !6637
- Add license management frontend. !6638
- Add Snowplow integration. !6642
- Add Security Dashboard to project quick links. !6652
- Show License Management at pipeline level. !6688
- Add Frontend for Instance-level project templates. !6740
- Geo - Actively try to correct verification failures on the secondary. !6759
- Add Prometheus metrics to track Geo autocorrect numbers. !6778
- Link the License Management report in the MR widget with the pipeline level one. !6800
- Allow creating assignee lists via API.
### Other (8 changes, 1 of them is from the community)
- Move merge requests EE helper methods. !6461 (George Tsiolis)
- Add additional logging for Geo Log Cursor. !6513
- Ensure no weight change system notes end with a superfluous comma. !6571
- Track registries marked as synced when repository does not found. !6694
- Removes EE specific CSS that was moved to CE. !6723
- Geo: Add rake task to resync projects where verification has failed. !6727
- updates column sizes in licence and security modals. !6808
- Geo: Log to geo.log when the Log Cursor skips an event.
## 11.1.4 (2018-07-30) ## 11.1.4 (2018-07-30)
- No changes. - No changes.
......
---
title: Enables configuration of pull mirroring through API
merge_request: 6485
author:
type: added
---
title: Summed issue weights in board columns
merge_request: 6218
author:
type: added
---
title: Add left-padding to diverged-from-upstream label
merge_request: 6647
author:
type: fixed
---
title: Adds SLI alerts to custom prometheus metrics
merge_request: 6590
author:
type: added
---
title: Geo - Actively try to correct verification failures on the secondary
merge_request: 6759
author:
type: added
---
title: Add Prometheus metrics to track Geo autocorrect numbers
merge_request: 6778
author:
type: added
---
title: 'Geo: Add rake task to resync projects where verification has failed'
merge_request: 6727
author:
type: other
---
title: Changed copy for "Approved" state in merge request widget
merge_request: 6635
author: Constance Okoghenun
type: changed
---
title: Add support for todos on epics
merge_request: 6142
author:
type: added
---
title: Add an API endpoint for managed licenses of a project.
merge_request: 6246
author:
type: added
---
title: Add license management frontend
merge_request: 6638
author:
type: added
---
title: Show License Management at pipeline level
merge_request: 6688
author:
type: added
---
title: 'Geo: Add repository verification failures to API'
merge_request: 6137
author:
type: added
---
title: Add security products to usage ping
merge_request: 6602
author:
type: changed
---
title: 'Geo: Improve Geo Status API performance with cached counters in SiteStatistic'
merge_request: 6328
author:
type: performance
---
title: Add Premium license checks for system messages
merge_request: 6460
author:
type: fixed
---
title: Allow Geo node to be edited once the database is failed over
merge_request: 6248
author:
type: fixed
---
title: Persist Epic Roadmap timescale choice
merge_request: 6637
author:
type: added
---
title: Add support for milestones lists on the issue boards
merge_request: 6615
author:
type: added
---
title: Shows license reports when there are no reports in the source branch
merge_request: 6720
author:
type: changed
---
title: Link the License Management report in the MR widget with the pipeline level
one
merge_request: 6800
author:
type: added
---
title: Hide Expand button on empty MR widget Performance section
merge_request: 6685
author:
type: fixed
---
title: Add Security Dashboard to project quick links
merge_request: 6652
author:
type: added
---
title: Ensure no weight change system notes end with a superfluous comma
merge_request: 6571
author:
type: other
---
title: Fixes arrow-icon color and alignment in linked pipeline in merge request widget
merge_request: 6479
author:
type: fixed
---
title: Projects page under Admin > Geo Nodes to display detailed synchronization information
merge_request: 6452
author:
type: added
---
title: Add Frontend for Instance-level project templates
merge_request: 6740
author:
type: added
---
title: "[Geo] Fix the Storage config parameter in Geo nodes admin page"
merge_request:
author:
type: fixed
---
title: Fix mobile view of pod logs
merge_request: 6597
author:
type: fixed
---
title: Ensure that Create issue button is shown in vulnerability dialog
merge_request: 6708
author:
type: fixed
---
title: Removes status text from licence reports
merge_request: 6802
author:
type: changed
---
title: Opens "view full report" links in a new window
merge_request: 6806
author:
type: changed
---
title: updates column sizes in licence and security modals
merge_request: 6808
author:
type: other
title: Corrected URL for snowplow client side JS
merge_request: 6899
author:
type: fixed
---
title: Add related issues loading icon top margin
merge_request: 6527
author: George Tsiolis
type: changed
---
title: no longer fail when setting up Geo database with GDK
merge_request: 6680
author:
type: fixed
---
title: Allow creating assignee lists via API
merge_request:
author:
type: added
---
title: Track registries marked as synced when repository does not found
merge_request: 6694
author:
type: other
---
title: Fix the UI for listing system-level labels
merge_request: 6805
author:
type: fixed
---
title: List groups with developer maintainer access on project creation
merge_request: 6678
author:
type: fixed
---
title: Add Snowplow integration
merge_request: 6642
author:
type: added
---
title: Don't expose project names in EE counters
merge_request:
author:
type: security
---
title: Removes "show all" on security reports and adds a button to take you to the
pipeline page
merge_request: 6675
author:
type: changed
---
title: 'Elasticsearch: Fix a bug causing some types of note to miss being indexed'
merge_request: 6736
author:
type: fixed
---
title: Fix billing card title colors
merge_request: 6563
author:
type: fixed
---
title: Fix exporting issues to CSV when sorting by label priority is used.
merge_request:
author:
type: fixed
---
title: Implement custom project templates
merge_request: 6436
author:
type: added
---
title: Move merge requests EE helper methods
merge_request: 6461
author: George Tsiolis
type: other
---
title: Adjust self-hosted Jira development panel integration
merge_request: 6756
author:
type: fixed
---
title: Use same gem versions for Rails 5 as for Rails 4
merge_request: 6712
author: Jasper Maes
type: fixed
---
title: Rails5 correct wrong geo job name
merge_request: 6713
author: Jasper Maes
type: fixed
---
title: 'Rails5 fix NoMethodError: undefined method ''message'' for nil:NilClass'
merge_request: 6507
author: Jasper Maes
type: fixed
---
title: Rails5 fix AttachmentRegistryFinder arel queries
merge_request: 6396
author: Jasper Maes
type: fixed
---
title: Rails 5 fix the matcher expected the ApplicationSetting to be invalid, but
it was valid instead
merge_request: 6488
author: Jasper Maes
type: fixed
---
title: Rails5 fix no implicit conversion of Symbol into Integer
merge_request: 6582
author: Jasper Maes
type: fixed
---
title: Rails5 fix undefined method 'namespace_project_settings_repository_path'
merge_request: 6581
author: Jasper Maes
type: fixed
---
title: 'Rails5: fix slice in burndown fixture'
merge_request: 6813
author: Jasper Maes
type: fixed
---
title: 'Rails 5 fix NoMethodError: undefined method ''message'' for nil:NilClass in
host_spec.rb'
merge_request: 6589
author: Jasper Maes
type: fixed
---
title: 'Rails5: fix Arel::UpdateManager in MigrateOldElasticsearchSettings migration'
merge_request: 6815
author: Jasper Maes
type: fixed
---
title: Rails 5 fix product array method delagation by manually calling .to_a in NotificationService
merge_request: 6753
author: Jasper Maes
type: fixed
---
title: Fix a bug where user was unable to delete a branch when repo size was above the limit
merge_request: 6373
author:
type: fixed
---
title: Ensure that push size checks only count the size of newly-pushed files
merge_request: 6767
author:
type: fixed
---
title: Removes EE specific CSS that was moved to CE
merge_request: 6723
author:
type: other
---
title: Add additional logging for Geo Log Cursor
merge_request: 6513
author:
type: other
---
title: Fix handling of annotated tags when Gitaly is not in use
merge_request:
author:
type: fixed
---
title: Allow Pseudonymizer to write to a bucket without having permissions to see
all buckets
merge_request: 6682
author:
type: fixed
---
title: 'Geo: Gracefully handle deleted events from Geo event log'
merge_request: 6506
author:
type: fixed
---
title: 'Geo: Log to geo.log when the Log Cursor skips an event'
merge_request:
author:
type: other
---
title: "Geo: Improve performance in Log Cursor gap tracking"
merge_request: 6754
author:
type: performance
---
title: Track the Geo event log gaps in redis and handle them later
merge_request: 6640
author:
type: changed
---
title: Replace clipboard icon in Service Desk settings
merge_request: 6643
author:
type: changed
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