Update CHANGELOG-EE.md for 11.8.0-ee

[ci skip]
parent 07a383d6
Please view this file on the master branch, on stable branches it's out of date.
## 11.8.0 (2019-02-22)
### Security (2 changes)
- Sanitize user full name to clean up any URL to prevent mail clients from auto-linking URLs. !790
- Hide personal access tokens from other maintainers.
### Fixed (28 changes, 1 of them is from the community)
- Add keyboard navigation to issue board switcher and remove duplicate scroll bar. !8591
- Geo: Always update the default branch on the secondary. !9064
- Fix public group milestones not shown in epics autocomplete. !9068
- Check hosts file for nameserver IP. !9071
- Fixes the icon for fixed vulnerability in Container Scanning report. !9120
- Return 400 error instead of 500 when upload maven package with invalid version. !9125
- Fix mirrors that have invalid SSH public auth mode set. !9135
- Hide packages without version from UI. !9151
- Remove duplicate "Operations Dashboard" header/breadcrumb. !9152 (Nathan Friend)
- Create UTC date in subscription table. !9166
- Display epic icon in related epics list. !9166
- Don't validate Jenkins username if password is blank. !9198
- Don't show Alert widget for non-licensed users. !9224
- Group security dashboard: Fix overflow for Vulnerabilities with long titles. !9271
- Geo - Respect shard restriction while loading new resources to verify on the Geo secondary node. !9343
- When cleaning up repositories, ensure orphaned entries do not remain in the tracking database. !9344
- Geo - Make sure project does not meet selective sync rule before deleting it. !9345
- Fix alert notification emails are not being sent. !9393
- Fix alert notifications for managed Prometheus. !9402
- Replacing old blob methods in ElasticSerach module. !9418
- Add checks to prevent cycling hierarchy in epics structure. !9438
- Fix bug where users could not be added in protected branch rules. !9474
- Avoid SAML required_groups indiscriminately unblocking users on login. !9489
- Resolve Cannot scroll forwards in time for roadmap view. !9530
- Fix unleash server side cannot return feature flags. !9532
- Show alerts settings only for manual configuration. !9538
- Fix access to constant Gitlab::RepositorySizeError. !9579
- Clear our import data credentials when adding new mirrors. !24339
### Deprecated (1 change)
- Geo: Show hashed storage warnings on geo nodes page. !8433
### Changed (14 changes)
- Prevent commit authors from self approvaling merge requests. !9007
- Add docs link to explain legacy and new email format. !9020
- Recursively expands upstream and downstream pipelines. !9073
- Geo: Don't show external link icon on current node. !9130
- Issues created from vulnerabilities are now confidential by default. !9157
- Validate custom metrics. !9178
- Change paginate number to 20. !9213
- Convert buttons to button group on Group Security Dashboard. !9220
- Make it possible to edit Geo primary through API. !9328
- Geo: Handle repository and wiki sync separately in Geo::ProjectSyncWorker. !9360
- Geo: Add settings page empty state. !9415
- Renders New and Edit forms for feature flag in Vue and allow to define scopes.
- Improves title in feature flags empty states.
- Adds environment column to the feature flags page.
### Performance (5 changes)
- Solve a N+1 issue in Groups::AnalyticsController. !4508
- Refactored Epic app in Vuex for better performance and maintenance. !9361
- Optimize slow pipelines.js response. !9387
- Disable commit checks when no push rules are active. !9569
- Enable some frozen string in ee/lib.
### Added (22 changes, 1 of them is from the community)
- Elasticsearch: Support for Gitaly. !7434
- Canary deployment callout on the environments page. !8457
- Allow to filter notes in epics. !8978
- Multiple blocking merge request approval rules (behind feature flag). !9001
- Add support for auto-expanding Roadmap timeline on horizontal scroll. !9018
- Added Snowplow tracking to issues import. !9067
- Persist Group Level Security Dashboard state in URL. !9108
- Multiple environments support for feature flags (Unleash API standpoint). !9110
- Shows the approval given/required counts and its status for each MR when viewing the Merge Requests page. !9142 (Glavin Wiechert, Andy Steele)
- Support CURD operation for feature flag scopes. !9182
- Add epic links API endpoints. !9188
- Store DAST scan results in the database. !9192
- Add LDAP integration to smartcard authentication. !9235
- Allow SSO enforcement in group settings for GitLab.com. !9240
- Add API endpoint for project packages. !9259
- Add upvote/downvote information to epics API. !9264
- Resolve Implement access controls when SSO enforcement enabled. !9270
- Add package files API endpoint. !9305
- Support alerts from external Prometheus servers. !9334
- Cross-project pipelines support in .gitlab-ci.yml. !9374
- Enable mails for external alerts. !9457
- Moving repository across shards leaves the pool.
### Other (13 changes, 7 of them are from the community)
- Gather JIRA DVCS integration usage data. !8949
- ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddAlertManagerTokenToClustersApplicationPrometheus and EnqueuePrometheusUpdates. !9049 (Jasper Maes)
- Track navbar links in Snowplow. !9059
- Adds snowplough tracking for the group security dashboard filters. !9119
- Support Ajax endpoints for FeatureFlagsController. !9127
- Fix deprecation: Passing an argument to force an association to reload is now deprecated. !9140 (Jasper Maes)
- Fix deprecation: #original_exception is deprecated. Use #cause instead. !9141 (Jasper Maes)
- Uses GLDropdown for licence management. !9237
- Replace deprecated render text. !9346 (Jasper Maes)
- Fix several ActionController::Parameters deprecations. !9347 (Jasper Maes)
- Fix deprecation: uniq is deprecated and will be removed from Rails 5.1. !9348 (Jasper Maes)
- Turn on rubocop for frozen string in ee/. (gfyoung)
- Creates an EE component for the pipeline graph.
## 11.7.5 (2019-02-05)
### Fixed (2 changes)
......
---
title: Multiple blocking merge request approval rules (behind feature flag)
merge_request: 9001
author:
type: added
---
title: Add docs link to explain legacy and new email format
merge_request: 9020
author:
type: changed
---
title: Prevent commit authors from self approvaling merge requests
merge_request: 9007
author:
type: changed
---
title: Hide personal access tokens from other maintainers
merge_request:
author:
type: security
---
title: Allow SSO enforcement in group settings for GitLab.com
merge_request: 9240
author:
type: added
---
title: Canary deployment callout on the environments page
merge_request: 8457
author:
type: added
---
title: Add upvote/downvote information to epics API
merge_request: 9264
author:
type: added
---
title: Store DAST scan results in the database
merge_request: 9192
author:
type: added
---
title: Uses GLDropdown for licence management
merge_request: 9237
author:
type: other
---
title: Add support for auto-expanding Roadmap timeline on horizontal scroll
merge_request: 9018
author:
type: added
---
title: Gather JIRA DVCS integration usage data
merge_request: 8949
author:
type: other
---
title: Don't show Alert widget for non-licensed users
merge_request: 9224
author:
type: fixed
---
title: "Geo: Add settings page empty state"
merge_request: 9415
author:
type: changed
---
title: Fixes the icon for fixed vulnerability in Container Scanning report
merge_request: 9120
author:
type: fixed
---
title: Change paginate number to 20
merge_request: 9213
author:
type: changed
---
title: Adds environment column to the feature flags page
merge_request:
author:
type: changed
---
title: Renders New and Edit forms for feature flag in Vue and allow to define scopes
merge_request:
author:
type: changed
---
title: Add API endpoint for project packages
merge_request: 9259
author:
type: added
---
title: Recursively expands upstream and downstream pipelines
merge_request: 9073
author:
type: changed
---
title: Creates an EE component for the pipeline graph
merge_request:
author:
type: other
---
title: Issues created from vulnerabilities are now confidential by default
merge_request: 9157
author:
type: changed
---
title: Added Snowplow tracking to issues import
merge_request: 9067
author:
type: added
---
title: Return 400 error instead of 500 when upload maven package with invalid version
merge_request: 9125
author:
type: fixed
---
title: Track navbar links in Snowplow
merge_request: 9059
author:
type: other
---
title: 'Group security dashboard: Fix overflow for Vulnerabilities with long titles'
merge_request: 9271
author:
type: fixed
---
title: Persist Group Level Security Dashboard state in URL
merge_request: 9108
author:
type: added
---
title: Create UTC date in subscription table
merge_request: 9166
author:
type: fixed
---
title: Hide packages without version from UI
merge_request: 9151
author:
type: fixed
---
title: Fix public group milestones not shown in epics autocomplete
merge_request: 9068
author:
type: fixed
---
title: Adds snowplough tracking for the group security dashboard filters
merge_request: 9119
author:
type: other
---
title: Remove duplicate "Operations Dashboard" header/breadcrumb
merge_request: 9152
author: Nathan Friend
type: fixed
---
title: Display epic icon in related epics list
merge_request: 9166
author:
type: fixed
---
title: Resolve Implement access controls when SSO enforcement enabled
merge_request: 9270
author:
type: added
---
title: Support alerts from external Prometheus servers
merge_request: 9334
author:
type: added
---
title: Improves title in feature flags empty states
merge_request:
author:
type: changed
---
title: 'Geo: Handle repository and wiki sync separately in Geo::ProjectSyncWorker'
merge_request: 9360
author:
type: changed
---
title: Geo - Respect shard restriction while loading new resources to verify on the
Geo secondary node
merge_request: 9343
author:
type: fixed
---
title: When cleaning up repositories, ensure orphaned entries do not remain in the tracking database
merge_request: 9344
author:
type: fixed
---
title: Geo - Make sure project does not meet selective sync rule before deleting it
merge_request: 9345
author:
type: fixed
---
title: Fix alert notification emails are not being sent
merge_request: 9393
author:
type: fixed
---
title: Fix alert notifications for managed Prometheus
merge_request: 9402
author:
type: fixed
---
title: Add checks to prevent cycling hierarchy in epics structure
merge_request: 9438
author:
type: fixed
---
title: Resolve Cannot scroll forwards in time for roadmap view
merge_request: 9530
author:
type: fixed
---
title: Fix access to constant Gitlab::RepositorySizeError
merge_request: 9579
author:
type: fixed
---
title: Support Ajax endpoints for FeatureFlagsController
merge_request: 9127
author:
type: other
---
title: Multiple environments support for feature flags (Unleash API standpoint)
merge_request: 9110
author:
type: added
---
title: Convert buttons to button group on Group Security Dashboard
merge_request: 9220
author:
type: changed
---
title: ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddAlertManagerTokenToClustersApplicationPrometheus
and EnqueuePrometheusUpdates
merge_request: 9049
author: Jasper Maes
type: other
---
title: 'Fix deprecation: #original_exception is deprecated. Use #cause instead.'
merge_request: 9141
author: Jasper Maes
type: other
---
title: 'Fix deprecation: Passing an argument to force an association to reload is
now deprecated'
merge_request: 9140
author: Jasper Maes
type: other
---
title: Replace deprecated render text
merge_request: 9346
author: Jasper Maes
type: other
---
title: 'Fix deprecation: uniq is deprecated and will be removed from Rails 5.1'
merge_request: 9348
author: Jasper Maes
type: other
---
title: Add package files API endpoint
merge_request: 9305
author:
type: added
---
title: Add LDAP integration to smartcard authentication
merge_request: 9235
author:
type: added
---
title: 'Elasticsearch: Support for Gitaly'
merge_request: 7434
author:
type: added
---
title: Cross-project pipelines support in .gitlab-ci.yml
merge_request: 9374
author:
type: added
---
title: Fix several ActionController::Parameters deprecations
merge_request: 9347
author: Jasper Maes
type: other
---
title: Fix unleash server side cannot return feature flags
merge_request: 9532
author:
type: fixed
---
title: Replacing old blob methods in ElasticSerach module
merge_request: 9418
author:
type: fixed
---
title: Enable some frozen string in ee/lib
merge_request:
author:
type: performance
---
title: Turn on rubocop for frozen string in ee/
merge_request:
author: gfyoung
type: other
---
title: Solve a N+1 issue in Groups::AnalyticsController
merge_request: 4508
author:
type: performance
---
title: Add epic links API endpoints
merge_request: 9188
author:
type: added
---
title: Allow to filter notes in epics
merge_request: 8978
author:
type: added
---
title: Avoid SAML required_groups indiscriminately unblocking users on login
merge_request: 9489
author:
type: fixed
---
title: Validate custom metrics
merge_request: 9178
author:
type: changed
---
title: Refactored Epic app in Vuex for better performance and maintenance
merge_request: 9361
author:
type: performance
---
title: 'Geo: Show hashed storage warnings on geo nodes page'
merge_request: 8433
author:
type: deprecated
---
title: Shows the approval given/required counts and its status for each MR when
viewing the Merge Requests page
merge_request: 9142
author: Glavin Wiechert, Andy Steele
type: added
---
title: Show alerts settings only for manual configuration
merge_request: 9538
author:
type: fixed
---
title: Enable mails for external alerts
merge_request: 9457
author:
type: added
---
title: Sanitize user full name to clean up any URL to prevent mail clients from auto-linking
URLs
merge_request: 790
author:
type: security
---
title: Disable commit checks when no push rules are active
merge_request: 9569
author:
type: performance
---
title: 'Geo: Always update the default branch on the secondary'
merge_request: 9064
author:
type: fixed
---
title: Don't validate Jenkins username if password is blank
merge_request: 9198
author:
type: fixed
---
title: Fix bug where users could not be added in protected branch rules
merge_request: 9474
author:
type: fixed
---
title: Clear our import data credentials when adding new mirrors
merge_request: 24339
author:
type: fixed
---
title: Fix mirrors that have invalid SSH public auth mode set
merge_request: 9135
author:
type: fixed
---
title: Support CURD operation for feature flag scopes
merge_request: 9182
author:
type: added
---
title: Make it possible to edit Geo primary through API
merge_request: 9328
author:
type: changed
---
title: 'Geo: Don''t show external link icon on current node'
merge_request: 9130
author:
type: changed
---
title: Optimize slow pipelines.js response
merge_request: 9387
author:
type: performance
---
title: Check hosts file for nameserver IP
merge_request: 9071
author:
type: fixed
---
title: Add keyboard navigation to issue board switcher and remove duplicate scroll
bar
merge_request: 8591
author:
type: fixed
---
title: Moving repository across shards leaves the pool
merge_request:
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