Commit a9888416 authored by James Lopez's avatar James Lopez

Update CHANGELOG-EE.md for 10.7.0-ee

[ci skip]
parent 9d31965d
Please view this file on the master branch, on stable branches it's out of date.
## 10.7.0 (2018-04-22)
### Fixed (25 changes)
- Issue Boards: Ensure that horizontal scroll bars are shown on overflow. !4944
- Fix validation error message when historical data is empty. !4961
- Fixes incorrect assignation of cluster details. !5047
- Fixed personal snippets uploads when background upload is enabled. !5049
- Fixed incorrect count of verified wikis on a Geo secondary node. !5084
- Fix unapproved unassigned merge request emails failing to send. !5092
- Geo secondary repository verification messages now appear in geo.log. !5095
- Geo: Sync wiki when it is enabled. !5139
- Geo: Make synced/failed scopes more consistent. !5171
- Updates style of arrown in downstream pipeline. !5172
- Add better LDAP connection handling in EE and fixing some LDAP group syncing problems. !5173
- Fix an exception in the Geo repository sync worker. !5223
- Geo - Fix wiki repository verification on a secondary node. !5315
- Show repository checksum UI elements only when feature is enabled. !5341
- Fix a bug migrating CI job artifact registry entries to a separate table. !5345
- Render show all report for sast and dependency scanning. !5363
- Fix label and issuable referencing in epics and epic notes.
- Add icons to epic system notes issue actions.
- [Geo] Fix project rename when wiki does not exist.
- Catch errors in LoadBalancing::Host#online?.
- Fix Scoped Boards bug filtering by No Milestone.
- Skip repository-changing events on Geo secondaries if the repository hasn't been backfilled yet.
- Ensure Geo secondary nodes only run cron jobs appropriate for secondaries.
- Geo - Returns a dummy checksum when there is no repository on disk.
- Fix Elasticsearch missing terms with special characters.
### Deprecated (1 change)
- Rename SAST:container to Container Scannning.
### Changed (9 changes)
- Geo - Perform the repository verification per shard on a secondary node. !5068
- Allow enabling classification policy control without external authorization service. !5083
- Update Geo nodes layout for better usability. !5199
- Document manual disaster recovery process for systems with multiple secondaries.
- Don't send schedule confirmations for chat jobs.
- Geo - Switch from time-based checking of outdated checksums to the nil-checksum-based approach.
- Make /-/ delimiter optional for epics and search endpoints.
- Order boards dropdown alphabetically.
- Renders grouped security reports in MR widget & split security reports in CI view.
### Performance (3 changes)
- Geo - Improve the query performance to find unsynced job artifacts. !5350
- Reimplement Roadmap timeline rendering for better performance.
- Geo: Migrate CI job artifacts into their own registry table.
### Added (11 changes)
- Geo ensure files moved to object storage are cleaned up. !4689
- Timeout for external authorization is now configurable. !4971
- Add system header and footer as new appearance options. !4972
- Authenticate using TLS certificate for requests to external authorization service. !5028
- Add admin setting for custom additional text in emails. !5031
- Mark files missing on primary as synced, but retry them. !5050
- Log every access when external authorization is enabled. !5117
- Add total CPU/Memory metrics, adds weighting for proper sorting. !5260
- Add comment thread to Epics.
- Render dependency scanning in MR widget and CI view.
- Add a Go back button to WebIDE to allow returning to where it was launched from.
### Other (4 changes, 1 of them is from the community)
- Move default group project creation level to Starter. !5148
- Replace the `project/issues/weight.feature` spinach test with an rspec analog. !5194 (blackst0ne)
- [Geo] Log JID for sync related jobs.
- Breaks utils function to parse codeclimate and sast into separate functions.
## 10.6.4 (2018-04-09)
### Fixed (4 changes)
......
---
title: 'Issue Boards: Ensure that horizontal scroll bars are shown on overflow'
merge_request: 4944
author:
type: fixed
---
title: Fix unapproved unassigned merge request emails failing to send
merge_request: 5092
author:
type: fixed
---
title: Updates style of arrown in downstream pipeline
merge_request: 5172
author:
type: fixed
---
title: Add comment thread to Epics
merge_request:
author:
type: added
---
title: Fix Elasticsearch missing terms with special characters
merge_request:
author:
type: fixed
---
title: Breaks utils function to parse codeclimate and sast into separate functions
merge_request:
author:
type: other
---
title: Renders grouped security reports in MR widget & split security reports in CI
view
merge_request:
author:
type: changed
---
title: Document manual disaster recovery process for systems with multiple secondaries
merge_request:
author:
type: changed
---
title: Add admin setting for custom additional text in emails
merge_request: 5031
author:
type: added
---
title: Render show all report for sast and dependency scanning
merge_request: 5363
author:
type: fixed
---
title: Add a Go back button to WebIDE to allow returning to where it was launched
from
merge_request:
author:
type: added
---
title: Skip repository-changing events on Geo secondaries if the repository hasn't
been backfilled yet
merge_request:
author:
type: fixed
---
title: Rename SAST:container to Container Scannning
merge_request:
author:
type: deprecated
---
title: Add system header and footer as new appearance options
merge_request: 4972
author:
type: added
---
title: Reimplement Roadmap timeline rendering for better performance
merge_request:
author:
type: performance
---
title: Render dependency scanning in MR widget and CI view
merge_request:
author:
type: added
---
title: Update Geo nodes layout for better usability
merge_request: 5199
author:
type: changed
---
title: Fixed incorrect count of verified wikis on a Geo secondary node
merge_request: 5084
author:
type: fixed
---
title: Geo secondary repository verification messages now appear in geo.log
merge_request: 5095
author:
type: fixed
---
title: Fix validation error message when historical data is empty
merge_request: 4961
author:
type: fixed
---
title: Fixed personal snippets uploads when background upload is enabled.
merge_request: 5049
author:
type: fixed
---
title: Geo - Perform the repository verification per shard on a secondary node
merge_request: 5068
author:
type: changed
---
title: Show repository checksum UI elements only when feature is enabled
merge_request: 5341
author:
type: fixed
---
title: 'Ensure Geo secondary nodes only run cron jobs appropriate for secondaries'
merge_request:
author:
type: fixed
---
title: Fix an exception in the Geo repository sync worker
merge_request: 5223
author:
type: fixed
---
title: Geo - Returns a dummy checksum when there is no repository on disk
merge_request:
author:
type: fixed
---
title: Geo - Fix wiki repository verification on a secondary node
merge_request: 5315
author:
type: fixed
---
title: Fix a bug migrating CI job artifact registry entries to a separate table
merge_request: 5345
author:
type: fixed
---
title: Replace the `project/issues/weight.feature` spinach test with an rspec analog
merge_request: 5194
author: blackst0ne
type: other
---
title: Allow enabling classification policy control without external authorization
service
merge_request: 5083
author:
type: changed
---
title: Timeout for external authorization is now configurable
merge_request: 4971
author:
type: added
---
title: Authenticate using TLS certificate for requests to external authorization service
merge_request: 5028
author:
type: added
---
title: Log every access when external authorization is enabled
merge_request: 5117
author:
type: added
---
title: Don't send schedule confirmations for chat jobs
merge_request:
author:
type: changed
---
title: Geo - Improve the query performance to find unsynced job artifacts
merge_request: 5350
author:
type: performance
---
title: Geo - Switch from time-based checking of outdated checksums to the nil-checksum-based
approach
merge_request:
author:
type: changed
---
title: Add total CPU/Memory metrics, adds weighting for proper sorting
merge_request: 5260
author:
type: added
---
title: Add better LDAP connection handling in EE and fixing some LDAP group syncing problems
merge_request: 5173
author:
type: fixed
---
title: Fix label and issuable referencing in epics and epic notes
merge_request:
author:
type: fixed
---
title: Add icons to epic system notes issue actions
merge_request:
author:
type: fixed
---
title: Move default group project creation level to Starter
merge_request: 5148
author:
type: other
---
title: Catch errors in LoadBalancing::Host#online?
merge_request:
author:
type: fixed
---
title: Mark files missing on primary as synced, but retry them
merge_request: 5050
author:
type: added
---
title: 'Geo: Sync wiki when it is enabled'
merge_request: 5139
author:
type: fixed
---
title: Make /-/ delimiter optional for epics and search endpoints
merge_request:
author:
type: changed
---
title: Order boards dropdown alphabetically
merge_request:
author:
type: changed
---
title: 'Geo: Migrate CI job artifacts into their own registry table'
merge_request:
author:
type: performance
---
title: Geo ensure files moved to object storage are cleaned up
merge_request: 4689
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