Commit c1e08bc0 authored by Mayra Cabrera's avatar Mayra Cabrera

Update CHANGELOG-EE.md for 10.8.0-ee

[ci skip]
parent bdefdb44
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.8.0 (2018-05-22)
### Removed (1 change)
- Use of ENV['USE_SYSTEM_GIT_FOR_FETCH'] is no longer supported.
### Fixed (22 changes)
- Add missing fields to the API documentation for the status of Geo Nodes. !3865
- Large pushes were failing when max file size push rule was active. !4989
- Fix GITLAB_FEATURES CI/CD env var for public projects. !5242
- Reveal labels dropdown when labels icon is clicked on collapsed Epic sidebar. !5298
- Geo: Propagate broadcast messages to secondaries. !5303
- Geo: Exclude expired job artifacts from syncing and counts. !5380
- Exclude GroupSAML from sign in buttons. !5449
- Per-Group SAML (for GitLab.com) strips LRM chars from ADFS certificate fingerprints. !5466
- Refactor the Geo LogCursor Logger to make class more descriptive. !5483
- Geo - Returns a dummy checksum when there is no valid repository on disk. !5486
- ShaAttribute no longer stops startup if database is missing. !5502
- Fix network error message styling on Geo admin dashboard. !5530
- Fixes invalid link in html version of mirror was hard failed email. !5546
- During repository verification, ignore repositories/wikis that need to be resynced. !5568
- Group SAML skips forgery protection in production. !5621
- Does not log failed sign-in attempts when in a GitLab read-only instance. !5643
- [Geo] Fix rake geo:status when event_log is not found.
- Geo: Use a pre-built node status in admin area.
- [Geo] Mentioned in custom hooks doc that they won't be replicated to secondary.
- Fix: Geo: BaseSyncService should prune the @geo-temporary directory before fetching.
- Stop presenting burndown charts promotion for grouped by title milestones.
- Geo: When a repository or Wiki sync has failed, mark resync flag as true.
### Changed (13 changes, 1 of them is from the community)
- Shorten protected branch / tag access level dropdown text. !5091
- Improve tooltips on collapsible right sidebars. !5212
- Allow easier customization of included CI configurations. !5288 (King Chung Huang)
- Unprotect and update disabled in UI when prevented by branch unprotect rules. !5296
- Issues export CSV includes 'Weight' and 'Locked'. !5300
- Update item titles and add help text in Geo nodes admin dashboard. !5306
- Geo - Improve metrics for the checksum/verification feature. !5367
- Adds push mirrors to GitLab Community Edition. !5484
- Adds SSO page for GitLab.com per group SAML beta. !5508
- Adds authentication flow for GitLab.com per group SAML beta. !5575
- Add Geo information to console message. !5588
- Ability to edit, disable or remove Geo Nodes is now always available.
- Show pod name for each instance on deploy boards.
### Performance (4 changes)
- Port Group member contribution analytics table to Vue. !5269
- Improve performance of repository size limit check. !5476
- Improves database performance of mirrors, forks and imports. !5522
- Prevent Geo from unnecessarily syncing expired CI job artifacts.
### Added (11 changes)
- Geo: schedule a git repack after initial clone. !4266
- Present Burndown charts for group milestones. !5354
- Filtered search bar support for Roadmap view. !5417
- Allow user to dismiss a vulnerability or create an issue out of it. !5452
- Geo: enable housekeeping functionality when syncing repositories. !5461
- Enable username autocomplete inside Epics. !5475
- Present MRs on Jira development panel integration. !5534
- Run repository verification on Geo secondary. !5550
- Email notifications for epics.
- Add Epic count to usage pings.
- Add system note for weight change.
### Other (6 changes, 6 of them are from the community)
- Replace the `admin/license.feature` spinach test with an rspec analog. !5477 (@blackst0ne)
- Replace the `admin/push_rules.feature` spinach test with an rspec analog. !5512 (@blackst0ne)
- Replace the `admin/emails.feature` spinach test with an rspec analog. !5513 (@blackst0ne)
- Replace the `group_hooks.feature` spinach test with an rspec analog. !5515 (@blackst0ne)
- Replace the `groups_management.feature` spinach test with an rspec analog. !5516 (@blackst0ne)
- Remove `features/group_active_tab.feature`. !5554 (@blackst0ne)
## 10.7.4 (2018-05-21) ## 10.7.4 (2018-05-21)
### Fixed (2 changes) ### Fixed (2 changes)
......
---
title: Add missing fields to the API documentation for the status of Geo Nodes
merge_request: 3865
author:
type: fixed
---
title: Present MRs on Jira development panel integration
merge_request: 5534
author:
type: added
---
title: Present Burndown charts for group milestones
merge_request: 5354
author:
type: added
---
title: Filtered search bar support for Roadmap view
merge_request: 5417
author:
type: added
---
title: Enable username autocomplete inside Epics
merge_request: 5475
author:
type: added
---
title: Adds push mirrors to GitLab Community Edition
merge_request: 5484
author:
type: changed
---
title: Improves database performance of mirrors, forks and imports
merge_request: 5522
author:
type: performance
---
title: Port Group member contribution analytics table to Vue
merge_request: 5269
author:
type: performance
---
title: Prevent Geo from unnecessarily syncing expired CI job artifacts
merge_request:
author:
type: performance
---
title: Allow easier customization of included CI configurations
merge_request: 5288
author: King Chung Huang
type: changed
---
title: Update item titles and add help text in Geo nodes admin dashboard
merge_request: 5306
author:
type: changed
---
title: Allow user to dismiss a vulnerability or create an issue out of it
merge_request: 5452
author:
type: added
---
title: 'Geo: schedule a git repack after initial clone'
merge_request: 4266
author:
type: added
---
title: Use of ENV['USE_SYSTEM_GIT_FOR_FETCH'] is no longer supported
merge_request:
author:
type: removed
---
title: 'Geo: Use a pre-built node status in admin area'
merge_request:
author:
type: fixed
---
title: Ability to edit, disable or remove Geo Nodes is now always available
merge_request:
author:
type: changed
---
title: Geo - Improve metrics for the checksum/verification feature
merge_request: 5367
author:
type: changed
---
title: Email notifications for epics
merge_request:
author:
type: added
---
title: Reveal labels dropdown when labels icon is clicked on collapsed Epic sidebar
merge_request: 5298
author:
type: fixed
---
title: "[Geo] Mentioned in custom hooks doc that they won't be replicated to secondary"
merge_request:
author:
type: fixed
---
title: 'Geo: enable housekeeping functionality when syncing repositories'
merge_request: 5461
author:
type: added
---
title: Fixes invalid link in html version of mirror was hard failed email
merge_request: 5546
author:
type: fixed
---
title: Geo - Returns a dummy checksum when there is no valid repository on disk
merge_request: 5486
author:
type: fixed
---
title: ShaAttribute no longer stops startup if database is missing
merge_request: 5502
author:
type: fixed
---
title: Fix network error message styling on Geo admin dashboard
merge_request: 5530
author:
type: fixed
---
title: Add Epic count to usage pings
merge_request:
author:
type: added
---
title: 'Remove `features/group_active_tab.feature`'
merge_request: 5554
author: '@blackst0ne'
type: other
---
title: 'Replace the `admin/emails.feature` spinach test with an rspec analog'
merge_request: 5513
author: '@blackst0ne'
type: other
---
title: 'Replace the `admin/license.feature` spinach test with an rspec analog'
merge_request: 5477
author: "@blackst0ne"
type: other
---
title: 'Replace the `admin/push_rules.feature` spinach test with an rspec analog'
merge_request: 5512
author: "@blackst0ne"
type: other
---
title: 'Replace the `group_hooks.feature` spinach test with an rspec analog'
merge_request: 5515
author: '@blackst0ne'
type: other
---
title: Replace the `groups_management.feature` spinach test with an rspec analog
merge_request: 5516
author: '@blackst0ne'
type: other
---
title: Add Geo information to console message
merge_request: 5588
author:
type: changed
---
title: During repository verification, ignore repositories/wikis that need to be resynced
merge_request: 5568
author:
type: fixed
---
title: Add system note for weight change
merge_request: !5531
type: added
---
title: Improve tooltips on collapsible right sidebars
merge_request: 5212
author:
type: changed
---
title: Fix GITLAB_FEATURES CI/CD env var for public projects
merge_request: 5242
author:
type: fixed
---
title: "[Geo] Fix rake geo:status when event_log is not found"
merge_request:
author:
type: fixed
---
title: Show pod name for each instance on deploy boards
merge_request:
author:
type: changed
---
title: Issues export CSV includes 'Weight' and 'Locked'
merge_request: 5300
author:
type: changed
---
title: Unprotect and update disabled in UI when prevented by branch unprotect rules
merge_request: 5296
author:
type: changed
---
title: Exclude GroupSAML from sign in buttons
merge_request: 5449
author:
type: fixed
---
title: Adds authentication flow for GitLab.com per group SAML beta
merge_request: 5575
author:
type: changed
---
title: Group SAML skips forgery protection in production
merge_request: 5621
author:
type: fixed
---
title: Adds SSO page for GitLab.com per group SAML beta
merge_request: 5508
author:
type: changed
---
title: Per-Group SAML (for GitLab.com) strips LRM chars from ADFS certificate fingerprints
merge_request: 5466
author:
type: fixed
---
title: 'Geo: Exclude expired job artifacts from syncing and counts'
merge_request: 5380
author:
type: fixed
---
title: 'Geo: Propagate broadcast messages to secondaries'
merge_request: 5303
author:
type: fixed
---
title: Stop presenting burndown charts promotion for grouped by title milestones
merge_request:
author:
type: fixed
---
title: Large pushes were failing when max file size push rule was active
merge_request: 4989
author:
type: fixed
---
title: Improve performance of repository size limit check
merge_request: 5476
author:
type: performance
---
title: 'Geo: When a repository or Wiki sync has failed, mark resync flag as true'
merge_request:
author:
type: fixed
---
title: Refactor the Geo LogCursor Logger to make class more descriptive
merge_request: 5483
author:
type: fixed
---
title: Run repository verification on Geo secondary
merge_request: 5550
author:
type: added
---
title: Shorten protected branch / tag access level dropdown text
merge_request: 5091
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