Commit b19001ef authored by James Lopez's avatar James Lopez

Update CHANGELOG-EE.md for 10.6.0-ee

[ci skip]
parent d1f3c4d4
Please view this file on the master branch, on stable branches it's out of date.
## 10.6.0 (2018-03-22)
### Security (2 changes)
- Prevent new push rules from using non-RE2 regexes.
- Project can no longer be shared between groups when both member and group locks are active.
### Fixed (47 changes)
- Geo - Add a rake task to update Geo primary node URL. !4097
- Capture push rule regex errors and present them to user. !4102
- Fixed membership Lock should propagate from parent group to sub-groups. !4111
- Fix Epic sidebar toggle button icon positioning. !4138
- Update the Geo documentation to replicate all secrets to the secondary. !4188
- Update Geo documentation to reuse the primary node SSH host key on secondary node. !4198
- Improve Geo Disaster Recovery docs for systems in multi-secondary configurations. !4285
- Fix 500 errors caused by large replication slot wal retention. !4347
- Report the correct version and revision for Geo node status requests. !4353
- Don't show Member Lock setting for unlicensed system. !4355
- Fix the background_upload configuration being ignored. !4507
- Fix canary legends for single series charts. !4522
- Fixes and enhancements for Geo admin dashboard. !4536
- Fix license expiration duration to show trial info only for trial license. !4573
- File uploads in remote storage now support project renaming. !4597
- Use unique keys for token inputs while add same value twice to an epic. !4618
- Fix multiple assignees avatar alignment in issues list. !4664
- Improve security reports to handle big links and to work on mobile devices. !4671
- Supresses error being raised due to async remote removal being run outside a transaction. !4747
- Mark empty repos as synced in Geo. !4757
- Mirror owners now get assigned as mirror users when the assigned mirror users disable their accounts. !4827
- Geo: Ignore remote stored objects when calculating counts. !4864
- Fix Epics not getting created in a Group with existing Epics. !4865
- Generate ObjectStorage URL based on user provided schema. !4932
- Make Epic start and finish dates on Roadmap to be timezone neutral. !4964
- Support SendURL for performing indirect download of artifacts if clients does not specify that it supports that.
- Fix LDAP group sync no longer configurable for regular users.
- [Geo] Skip attachments that is stored in the object storage.
- Fix: Geo WikiSyncService attempts to sync projects that have no Wiki.
- Fix broken CSS in modal for DAST report.
- Improve SAST description for no new vulnerabilities.
- Fix 'Geo: Don't attempt to expire the cache after a failed clone'.
- Geo - Remove duplicated message on on geo:update_primary_node_url rake task.
- Fix the geo::db:seeds rake task.
- Geo - Fix repository synchronization order for projects updated recently.
- Geo - Respect backoff time when repository have never been synced successfully.
- Ensure mirror can transition out of the started state when last_update_started_at is nil.
- Fix bug causing 'Import in progress' to be shown while a mirror is updating.
- Include epics from subgroups on Epic index page.
- Fix proxy_download support for lfs controller.
- Fixed IDE command palette options being hidden.
- Fixed IDE file list when multiple files have same name but different paths.
- Fixed IDE not showing the correct changes and diff markers.
- Update epic issue reference when moving an issue.
- Fix Geo Log Cursor not reconnecting after pgbouncer dies.
- Fix audit and Geo project deletion events not being logged under certain conditions.
- Geo: Fix Wiki resync when Wiki repository does not exist.
### Changed (15 changes)
- Geo Logger will use the same log level defined in Rails. !4066
- Approve merge requests additionally. !4134
- Geo: sync .gitattributes to info/attributes in secondary nodes. !4159
- Update behavior of MR widgets that require pipeline artifacts to allow jobs with multiple artifacts. !4203
- Add details on how to disable GitLab to the DR documentation. !4239
- Add users stats page for admin area with per role amount. !4539
- Group Roadmap enhancements. !4651
- Adds support to show added, fixed and all vulnerabilties for SAST in merge request widget.
- Ports remote removal to a background job.
- Update UI for merge widget reports.
- Geo: Improve formatting of can't push to secondary warning message.
- Replace check_name key with description in codeclimate results for a more human readable description.
- Add license ID number to usage ping.
- Schedule mirror updates in parallel.
- Geo: Don't attempt to schedule a repository sync for downed Gitaly shards.
### Performance (8 changes, 3 of them are from the community)
- Move Assignees vue component. !4467 (George Tsiolis)
- Speed up approvals calculations. !4492
- Move BoardNewIssue vue component. !16947 (George Tsiolis)
- Move RecentSearchesDropdownContent vue component. !16951 (George Tsiolis)
- Bump Geo JWT timeout from 1 minute to 10 minutes.
- Cache column_exists? for Elasticsearch columns.
- FIx N+1 queries with /api/v4/groups endpoint.
- Properly memoize ChangeAccess#validate_path_locks? to avoid excessive queries.
### Added (39 changes, 1 of them is from the community)
- Add ability to add Custom Metrics to environment and deployment metrics dashboards. !3799
- Add object storage support for uploads. !3867
- Add support within Browser Performance Testing for metrics where smaller is better. !3891 (joshlambert)
- Add more endpoints for Geo Nodes API. !3923
- (EEP) Allow developers to create projects in group. !4046
- Integrate current File Locking feature with LFS File Locking. !4091
- Add Epic information for selected issue in Issue boards sidebar. !4104
- Update CI/CD secret variables list to be dynamic and save without reloading the page. !4110
- Add object storage migration task for uploads. !4215
- Filtered search support for Epics list page. !4223
- Add multi-file editor usage metrics. !4226
- Dry up CI/CD gitlab-ci.yml configuration by allowing inclusion of external files. !4262
- Geo: FDW issues are displayed in the Geo Node Admin UI. !4266
- Implement selective synchronization by repository shard for Geo. !4286
- Show Group level Roadmap. !4361
- Add Geo Prometheus metrics about the various number of events. !4413
- Geo - Calculate repositories checksum on primary node. !4428
- If admin note exists, display it in admin user view. !4546
- Add option to overwrite diverged branches for pull mirrors. !4559
- Adds GitHub Service to send status updates for pipelines. !4591
- Projects and MRs Approvers API. !4636
- Add CI/CD for external repositories. !4642
- Authorize project access with an external service. !4675
- GitHub CI/CD import sets up pipeline notification integration. !4687
- Add GitHub support to CI/CD for external repositories. !4688
- Repository mirroring notifies when hard failed. !4699
- Query cluster status. !4701
- Geo - Verify repository checksums on the secondary node. !4749
- Move support of external gitlab-ci files from Premium to Starter. !4841
- Geo - Improve node status report by adding one more indicator of health: last time when primary pulled the status of the secondary.
- Render SAST report in Pipeline page.
- Add system notes when moving issues between epics.
- Add rake task to print Geo node status.
- Add basic searching and sorting to Epics API.
- gitlab:geo:check checks connection to the Geo tracking DB.
- Added basic implementation of GitLab Chatops.
- Add discussions API for Epics.
- Add proxy_download to enable passing all data through Workhorse.
- Add support for direct uploading of LFS artifacts.
### Other (8 changes)
- Geo: Improve replication status. Using pg_stat_wal_receiver.
- Remove unaproved typo check in sast:container report.
- Allow clicking on Staged Files in WebIDE to open them in the Editor.
- Translate Locked files page.
- Increase minimum mirror update interval from 15 to 30 minutes.
- Geo - add documentation about using shared a S3 bucket with GitLab Container Registry.
- Allow use of system git for git fetch if USE_SYSTEM_GIT_FOR_FETCH is defined.
- Rename "Approve Additionally" to "Add approval".
## 10.5.6 (2018-03-16)
- No changes.
......
---
title: Project can no longer be shared between groups when both member and group locks
are active
merge_request:
author:
type: security
---
title: Add option to overwrite diverged branches for pull mirrors
merge_request: 4559
author:
type: added
---
title: Use unique keys for token inputs while add same value twice to an epic
merge_request: 4618
author:
type: fixed
---
title: Authorize project access with an external service
merge_request: 4675
author:
type: added
---
title: Speed up approvals calculations
merge_request: 4492
author:
type: performance
---
title: Move Assignees vue component
merge_request: 4467
author: George Tsiolis
type: performance
---
title: Prevent new push rules from using non-RE2 regexes
merge_request:
author:
type: security
---
title: Fix LDAP group sync no longer configurable for regular users
merge_request:
author:
type: fixed
---
title: Repository mirroring notifies when hard failed
merge_request: 4699
author:
type: added
---
title: Projects and MRs Approvers API
merge_request: 4636
author:
type: added
---
title: Integrate current File Locking feature with LFS File Locking
merge_request: 4091
author:
type: added
---
title: Dry up CI/CD gitlab-ci.yml configuration by allowing inclusion of external files
merge_request: 4262
author:
type: added
---
title: "(EEP) Allow developers to create projects in group"
merge_request: 4046
author:
type: added
---
title: Update behavior of MR widgets that require pipeline artifacts to allow jobs
with multiple artifacts
merge_request: 4203
author:
type: changed
---
title: Don't show Member Lock setting for unlicensed system
merge_request: 4355
author:
type: fixed
---
title: 'Geo: Improve replication status. Using pg_stat_wal_receiver'
merge_request:
author:
type: other
---
title: 'Geo - Improve node status report by adding one more indicator of health: last
time when primary pulled the status of the secondary'
merge_request:
author:
type: added
---
title: Show Group level Roadmap
merge_request: 4361
author:
type: added
---
title: Render SAST report in Pipeline page
merge_request:
author:
type: added
---
title: Add GitHub support to CI/CD for external repositories
merge_request: 4688
author:
type: added
---
title: Add CI/CD for external repositories
merge_request: 4642
author:
type: added
---
title: Mirror owners now get assigned as mirror users when the assigned mirror users disable their accounts
merge_request: 4827
author:
type: fixed
---
title: Update CI/CD secret variables list to be dynamic and save without reloading
the page
merge_request: 4110
author:
type: added
---
title: Adds support to show added, fixed and all vulnerabilties for SAST in merge
request widget
merge_request:
author:
type: changed
---
title: Filtered search support for Epics list page
merge_request: 4223
author:
type: added
---
title: Ports remote removal to a background job
merge_request:
author:
type: changed
---
title: 'Geo: sync .gitattributes to info/attributes in secondary nodes'
merge_request: 4159
author:
type: changed
---
title: Approve merge requests additionally
merge_request: 4134
author:
type: changed
---
title: "[Geo] Skip attachments that is stored in the object storage"
merge_request:
author:
type: fixed
---
title: Add object storage support for uploads.
merge_request: 3867
author:
type: added
---
title: Update the Geo documentation to replicate all secrets to the secondary
merge_request: 4188
author:
type: fixed
---
title: Add system notes when moving issues between epics
merge_request:
author:
type: added
---
title: Add Epic information for selected issue in Issue boards sidebar
merge_request: 4104
author:
type: added
---
title: 'Geo: FDW issues are displayed in the Geo Node Admin UI'
merge_request: 4266
author:
type: added
---
title: Update UI for merge widget reports
merge_request:
author:
type: changed
---
title: Remove unaproved typo check in sast:container report
merge_request:
author:
type: other
---
title: Move support of external gitlab-ci files from Premium to Starter
merge_request: 4841
author:
type: added
---
title: Geo - Add a rake task to update Geo primary node URL
merge_request: 4097
author:
type: fixed
---
title: Update Geo documentation to reuse the primary node SSH host key on secondary
node
merge_request: 4198
author:
type: fixed
---
title: Add rake task to print Geo node status
merge_request:
author:
type: added
---
title: Add details on how to disable GitLab to the DR documentation
merge_request: 4239
author:
type: changed
---
title: Geo Logger will use the same log level defined in Rails
merge_request: 4066
author:
type: changed
---
title: Fixed membership Lock should propagate from parent group to sub-groups
merge_request: 4111
author:
type: fixed
---
title: If admin note exists, display it in admin user view
merge_request: 4546
author:
type: added
---
title: Add multi-file editor usage metrics
merge_request: 4226
author:
type: added
---
title: Allow clicking on Staged Files in WebIDE to open them in the Editor
merge_request:
author:
type: other
---
title: Fix license expiration duration to show trial info only for trial license
merge_request: 4573
author:
type: fixed
---
title: Fix Epic sidebar toggle button icon positioning
merge_request: 4138
author:
type: fixed
---
title: Implement selective synchronization by repository shard for Geo
merge_request: 4286
author:
type: added
---
title: Fixes and enhancements for Geo admin dashboard
merge_request: 4536
author:
type: fixed
---
title: Improve Geo Disaster Recovery docs for systems in multi-secondary configurations
merge_request: 4285
author:
type: fixed
---
title: Add basic searching and sorting to Epics API
merge_request:
author:
type: added
---
title: Fix 500 errors caused by large replication slot wal retention
merge_request: 4347
author:
type: fixed
---
title: Report the correct version and revision for Geo node status requests
merge_request: 4353
author:
type: fixed
---
title: Group Roadmap enhancements
merge_request: 4651
author:
type: changed
---
title: gitlab:geo:check checks connection to the Geo tracking DB
merge_request:
author:
type: added
---
title: 'Geo: Improve formatting of can''t push to secondary warning message'
merge_request:
author:
type: changed
---
title: Fix the background_upload configuration being ignored.
merge_request: 4507
author:
type: fixed
---
title: Add users stats page for admin area with per role amount
merge_request: 4539
author:
type: changed
---
title: Translate Locked files page
merge_request:
author:
type: other
---
title: Replace check_name key with description in codeclimate results for a more human
readable description
merge_request:
author:
type: changed
---
title: Fix broken CSS in modal for DAST report
merge_request:
author:
type: fixed
---
title: Improve SAST description for no new vulnerabilities
merge_request:
author:
type: fixed
---
title: Improve security reports to handle big links and to work on mobile devices
merge_request: 4671
author:
type: fixed
---
title: Fix multiple assignees avatar alignment in issues list
merge_request: 4664
author:
type: fixed
---
title: Query cluster status
merge_request: 4701
author:
type: added
---
title: Fix Epics not getting created in a Group with existing Epics
merge_request: 4865
author:
type: fixed
---
title: Generate ObjectStorage URL based on user provided schema
merge_request: 4932
author:
type: fixed
---
title: Make Epic start and finish dates on Roadmap to be timezone neutral
merge_request: 4964
author:
type: fixed
---
title: 'Fix ''Geo: Don''t attempt to expire the cache after a failed clone'''
merge_request:
author:
type: fixed
---
title: Add license ID number to usage ping
merge_request:
author:
type: changed
---
title: Add support within Browser Performance Testing for metrics where smaller is
better
merge_request: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3891
author: joshlambert
type: added
---
title: Added basic implementation of GitLab Chatops
merge_request:
author:
type: added
---
title: Geo - Remove duplicated message on on geo:update_primary_node_url rake task
merge_request:
author:
type: fixed
---
title: Fix the geo::db:seeds rake task.
merge_request:
author:
type: fixed
---
title: Geo - Calculate repositories checksum on primary node
merge_request: 4428
author:
type: added
---
title: Geo - Respect backoff time when repository have never been synced successfully
merge_request:
author:
type: fixed
---
title: Increase minimum mirror update interval from 15 to 30 minutes
merge_request:
author:
type: other
---
title: Ensure mirror can transition out of the started state when last_update_started_at
is nil
merge_request:
author:
type: fixed
---
title: Fix bug causing 'Import in progress' to be shown while a mirror is updating
merge_request:
author:
type: fixed
---
title: Capture push rule regex errors and present them to user
merge_request: 4102
author:
type: fixed
---
title: Schedule mirror updates in parallel
merge_request:
author:
type: changed
---
title: Geo - add documentation about using shared a S3 bucket with GitLab Container Registry
merge_request:
author:
type: other
---
title: Add discussions API for Epics
merge_request:
author:
type: added
---
title: Include epics from subgroups on Epic index page
merge_request:
author:
type: fixed
---
title: Fix proxy_download support for lfs controller
merge_request:
author:
type: fixed
---
title: Geo - Verify repository checksums on the secondary node
merge_request: 4749
author:
type: added
---
title: Fixed IDE command palette options being hidden
merge_request:
author:
type: fixed
---
title: Fixed IDE file list when multiple files have same name but different paths
merge_request:
author:
type: fixed
---
title: Fixed IDE not showing the correct changes and diff markers
merge_request:
author:
type: fixed
---
title: GitHub CI/CD import sets up pipeline notification integration
merge_request: 4687
author:
type: added
---
title: Adds GitHub Service to send status updates for pipelines
merge_request: 4591
author:
type: added
---
title: Fix canary legends for single series charts
merge_request: 4522
author:
type: fixed
---
title: Update epic issue reference when moving an issue
merge_request:
author:
type: fixed
---
title: Add ability to add Custom Metrics to environment and deployment metrics dashboards
merge_request: 3799
author:
type: added
---
title: File uploads in remote storage now support project renaming.
merge_request: 4597
author:
type: fixed
---
title: Add proxy_download to enable passing all data through Workhorse
merge_request:
author:
type: added
---
title: Move BoardNewIssue vue component
merge_request: 16947
author: George Tsiolis
type: performance
---
title: Move RecentSearchesDropdownContent vue component
merge_request: 16951
author: George Tsiolis
type: performance
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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