Commit 115b7459 authored by Tiago Botelho's avatar Tiago Botelho

Update CHANGELOG-EE.md for 10.3.0-ee

[ci skip]
parent c90803d9
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.
## 10.3.0 (2017-12-22)
### Removed (2 changes)
- Remove the full-scan option from the Geo log cursor. !3412
- Remove Geo SSH repo sync support. !3553
### Fixed (14 changes)
- Hide Approvals section when Merge Request Widget is showing the empty state. !3376
- Fix error when entering an invalid url to push to or pull from a remote repository. !3389
- Update gitlab.yml.example to match the default settings for Geo sync workers. !3488
- Remove duplicate read-only flash message on admin pages. !3495
- Strip leading & trailing whitespaces in CI/CD secret variable's environment scope. !3563
- Fix Advanced Search Syntax documentation. !3571
- Fix Git message when pushing to Geo secondary. !3616
- Fix a bug in the Geo metrics update service. !3623
- Fix validation of environment scope for Ci::Variable. !3641
- Fix an exception in Geo scheduler workers. !3740
- Fix Merge Request Widget Approvals responsiveness on mobile.
- Geo - Does not sync repositories on unhealthy shards in non-backfill conditions.
- Record EE Ultimate usage pings correctly.
- Fix board filter for predefined milestones.
### Changed (4 changes)
- Improve Geo logging of repository errors. !3402
- ProtectedBranches API allows individual users and group to be specified. !3516
- EE Protected Branches API access levels include user_id/group_id where relevant. !3535
- Enhancements for Geo admin screen. !3545
### Performance (1 change)
- Geo - Improve performance when calculating the node status. !3595
### Added (20 changes)
- Show SAST results in MR widget. !3207
- Add option for projects to only mirror protected branches. !3326
- Add option to remote mirrors to only push protected branches. !3350
- Add warning when Geo is configured insecurely. !3368
- Added enpoint that triggers the pull mirroring process. !3453
- Add performance metrics to the merge request widget. !3507
- Geo: replicate Attachments migration to Hashed Storage in secondary node. !3544
- View, add, and edit weight on Issue from the Issue Board contextual sidebar. !3566
- Decrease scheduling delay and add rate limiting to push mirror. !3575
- Allow admins to disable mirroring. !3586
- Support multiple Kubernetes cluster per project. !3603
- Geo: Increase parallelism by scheduling project repositories by shard. !3606
- Geo: rake task to refresh foreign table schema (FDW support). !3626
- Support mentioning epics.
- Handle outdated replicas in the DB load balancer.
- Add geo:set_secondary_as_primary rake task.
- Transfer job archives to object storage after creation.
- Geo - Show GitLab version for each node in the Geo status page.
- Add epic information to issue sidebar.
- Add system notes for issue - epic association.
### Other (3 changes)
- Add fade mask to the bottom of the boards selector dropdown list if it can be scrolled down. !3384
- Document how to set up GitLab Geo for HA. !3468
- Add border for epic edit button.
## 10.2.5 (2017-12-15) ## 10.2.5 (2017-12-15)
### Fixed (1 change) ### Fixed (1 change)
......
---
title: View, add, and edit weight on Issue from the Issue Board contextual sidebar
merge_request: 3566
author:
type: added
---
title: Add geo:set_secondary_as_primary rake task
merge_request:
author:
type: added
---
title: Add performance metrics to the merge request widget
merge_request: 3507
author:
type: added
---
title: Add fade mask to the bottom of the boards selector dropdown list if it can
be scrolled down
merge_request: 3384
author:
type: other
---
title: Enhancements for Geo admin screen
merge_request: 3545
author:
type: changed
---
title: Fix Merge Request Widget Approvals responsiveness on mobile
merge_request:
author:
type: fixed
---
title: Allow admins to disable mirroring
merge_request: 3586
author:
type: added
---
title: Support multiple Kubernetes cluster per project
merge_request: 3603
author:
type: added
---
title: Show SAST results in MR widget
merge_request: 3207
author:
type: added
---
title: Decrease scheduling delay and add rate limiting to push mirror.
merge_request: 3575
author:
type: added
---
title: Add option to remote mirrors to only push protected branches
merge_request: 3350
author:
type: added
---
title: Add option for projects to only mirror protected branches.
merge_request: 3326
author:
type: added
---
title: Support mentioning epics
merge_request:
author:
type: added
---
title: Remove Geo SSH repo sync support
merge_request: 3553
author:
type: removed
---
title: Add system notes for issue - epic association
merge_request:
author:
type: added
---
title: Remove the full-scan option from the Geo log cursor
merge_request: 3412
author:
type: removed
---
title: Fix Advanced Search Syntax documentation
merge_request: 3571
author:
type: fixed
---
title: Fix an exception in Geo scheduler workers
merge_request: 3740
author:
type: fixed
---
title: Fix error when entering an invalid url to push to or pull from a remote repository
merge_request: 3389
author:
type: fixed
---
title: Record EE Ultimate usage pings correctly
merge_request:
author:
type: fixed
---
title: Add border for epic edit button
merge_request:
author:
type: other
---
title: Fix validation of environment scope for Ci::Variable
merge_request: 3641
author:
type: fixed
---
title: Geo - Improve performance when calculating the node status
merge_request: 3595
author:
type: performance
---
title: Geo - Show GitLab version for each node in the Geo status page
merge_request:
author:
type: added
---
title: Geo - Does not sync repositories on unhealthy shards in non-backfill conditions
merge_request:
author:
type: fixed
---
title: Hide Approvals section when Merge Request Widget is showing the empty state
merge_request: 3376
author:
type: fixed
---
title: Strip leading & trailing whitespaces in CI/CD secret variable's environment
scope
merge_request: 3563
author:
type: fixed
---
title: 'Geo: replicate Attachments migration to Hashed Storage in secondary node'
merge_request: 3544
author:
type: added
---
title: Add epic information to issue sidebar
merge_request:
author:
type: added
---
title: Add warning when Geo is configured insecurely
merge_request: 3368
author:
type: added
---
title: Improve Geo logging of repository errors
merge_request: 3402
author:
type: changed
---
title: Update gitlab.yml.example to match the default settings for Geo sync workers
merge_request: 3488
author:
type: fixed
---
title: Fix a bug in the Geo metrics update service
merge_request: 3623
author:
type: fixed
---
title: Fix Git message when pushing to Geo secondary
merge_request: 3616
author:
type: fixed
---
title: Added enpoint that triggers the pull mirroring process
merge_request: 3453
author:
type: added
---
title: 'Geo: rake task to refresh foreign table schema (FDW support)'
merge_request: 3626
author:
type: added
---
title: ProtectedBranches API allows individual users and group to be specified
merge_request: 3516
author:
type: changed
---
title: EE Protected Branches API access levels include user_id/group_id where relevant
merge_request: 3535
author:
type: changed
---
title: Handle outdated replicas in the DB load balancer
merge_request:
author:
type: added
---
title: 'Geo: Increase parallelism by scheduling project repositories by shard'
merge_request: 3606
author:
type: added
---
title: Document how to set up GitLab Geo for HA
merge_request: 3468
author:
type: other
---
title: Remove duplicate read-only flash message on admin pages
merge_request: 3495
author:
type: fixed
---
title: Transfer job archives to object storage after creation
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