Fix CHANGELOG
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
57e97a735e
commit
71b8ca038b
1 changed files with 35 additions and 34 deletions
69
CHANGELOG
69
CHANGELOG
|
@ -1,4 +1,5 @@
|
||||||
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.
|
||||||
|
|
||||||
v 8.11.0 (unreleased)
|
v 8.11.0 (unreleased)
|
||||||
- Fix of 'Commits being passed to custom hooks are already reachable when using the UI'
|
- Fix of 'Commits being passed to custom hooks are already reachable when using the UI'
|
||||||
- Limit git rev-list output count to one in forced push check
|
- Limit git rev-list output count to one in forced push check
|
||||||
|
@ -7,31 +8,31 @@ v 8.10.0 (unreleased)
|
||||||
- Fix profile activity heatmap to show correct day name (eanplatter)
|
- Fix profile activity heatmap to show correct day name (eanplatter)
|
||||||
- Speed up ExternalWikiHelper#get_project_wiki_path
|
- Speed up ExternalWikiHelper#get_project_wiki_path
|
||||||
- Expose {should,force}_remove_source_branch (Ben Boeckel)
|
- Expose {should,force}_remove_source_branch (Ben Boeckel)
|
||||||
- Add the functionality to be able to rename a file. !5049 (tiagonbotelho)
|
- Add the functionality to be able to rename a file. !5049
|
||||||
- Disable PostgreSQL statement timeout during migrations
|
- Disable PostgreSQL statement timeout during migrations
|
||||||
- Fix projects dropdown loading performance with a simplified api cal. !5113 (tiagonbotelho)
|
- Fix projects dropdown loading performance with a simplified api cal. !5113
|
||||||
- Fix commit builds API, return all builds for all pipelines for given commit. !4849
|
- Fix commit builds API, return all builds for all pipelines for given commit. !4849
|
||||||
- Replace Haml with Hamlit to make view rendering faster. !3666
|
- Replace Haml with Hamlit to make view rendering faster. !3666
|
||||||
- Refresh the branch cache after `git gc` runs
|
- Refresh the branch cache after `git gc` runs
|
||||||
- Allow to disable request access button on projects/groups
|
- Allow to disable request access button on projects/groups
|
||||||
- Refactor repository paths handling to allow multiple git mount points
|
- Refactor repository paths handling to allow multiple git mount points
|
||||||
- Optimize system note visibility checking by memoizing the visible reference count !5070
|
- Optimize system note visibility checking by memoizing the visible reference count. !5070
|
||||||
- Add Application Setting to configure default Repository Path for new projects
|
- Add Application Setting to configure default Repository Path for new projects
|
||||||
- Delete award emoji when deleting a user
|
- Delete award emoji when deleting a user
|
||||||
- Remove pinTo from Flash and make inline flash messages look nicer !4854 (winniehell)
|
- Remove pinTo from Flash and make inline flash messages look nicer. !4854 (winniehell)
|
||||||
- Add an API for downloading latest successful build from a particular branch or tag !5347
|
- Add an API for downloading latest successful build from a particular branch or tag. !5347
|
||||||
- Add link to profile to commit avatar !5163 (winniehell)
|
- Add link to profile to commit avatar. !5163 (winniehell)
|
||||||
- Wrap code blocks on Activies and Todos page. !4783 (winniehell)
|
- Wrap code blocks on Activies and Todos page. !4783 (winniehell)
|
||||||
- Align flash messages with left side of page content !4959 (winniehell)
|
- Align flash messages with left side of page content. !4959 (winniehell)
|
||||||
- Display tooltip for "Copy to Clipboard" button !5164 (winniehell)
|
- Display tooltip for "Copy to Clipboard" button. !5164 (winniehell)
|
||||||
- Use default cursor for table header of project files !5165 (winniehell)
|
- Use default cursor for table header of project files. !5165 (winniehell)
|
||||||
- Store when and yaml variables in builds table
|
- Store when and yaml variables in builds table
|
||||||
- Display last commit of deleted branch in push events !4699 (winniehell)
|
- Display last commit of deleted branch in push events. !4699 (winniehell)
|
||||||
- Escape file extension when parsing search results !5141 (winniehell)
|
- Escape file extension when parsing search results. !5141 (winniehell)
|
||||||
- Add "passing with warnings" to the merge request pipeline possible statuses, this happens when builds that allow failures have failed. !5004
|
- Add "passing with warnings" to the merge request pipeline possible statuses, this happens when builds that allow failures have failed. !5004
|
||||||
- Add image border in Markdown preview !5162 (winniehell)
|
- Add image border in Markdown preview. !5162 (winniehell)
|
||||||
- Apply the trusted_proxies config to the rack request object for use with rack_attack
|
- Apply the trusted_proxies config to the rack request object for use with rack_attack
|
||||||
- Added the ability to block sign ups using a domain blacklist !5259
|
- Added the ability to block sign ups using a domain blacklist. !5259
|
||||||
- Upgrade to Rails 4.2.7. !5236
|
- Upgrade to Rails 4.2.7. !5236
|
||||||
- Extend exposed environment variables for CI builds
|
- Extend exposed environment variables for CI builds
|
||||||
- Deprecate APIs "projects/:id/keys/...". Use "projects/:id/deploy_keys/..." instead
|
- Deprecate APIs "projects/:id/keys/...". Use "projects/:id/deploy_keys/..." instead
|
||||||
|
@ -39,36 +40,36 @@ v 8.10.0 (unreleased)
|
||||||
- Allow to pull code with deploy key from public projects
|
- Allow to pull code with deploy key from public projects
|
||||||
- Use limit parameter rather than hardcoded value in `ldap:check` rake task (Mike Ricketts)
|
- Use limit parameter rather than hardcoded value in `ldap:check` rake task (Mike Ricketts)
|
||||||
- Add Sidekiq queue duration to transaction metrics.
|
- Add Sidekiq queue duration to transaction metrics.
|
||||||
- Add a new column `artifacts_size` to table `ci_builds` !4964
|
- Add a new column `artifacts_size` to table `ci_builds`. !4964
|
||||||
- Let Workhorse serve format-patch diffs
|
- Let Workhorse serve format-patch diffs
|
||||||
- Display tooltip for mentioned users and groups !5261 (winniehell)
|
- Display tooltip for mentioned users and groups. !5261 (winniehell)
|
||||||
- Allow build email service to be tested
|
- Allow build email service to be tested
|
||||||
- Added day name to contribution calendar tooltips
|
- Added day name to contribution calendar tooltips
|
||||||
- Refactor user authorization check for a single project to avoid querying all user projects
|
- Refactor user authorization check for a single project to avoid querying all user projects
|
||||||
- Make images fit to the size of the viewport !4810
|
- Make images fit to the size of the viewport. !4810
|
||||||
- Fix check for New Branch button on Issue page !4630 (winniehell)
|
- Fix check for New Branch button on Issue page. !4630 (winniehell)
|
||||||
- Fix GFM autocomplete not working on wiki pages
|
- Fix GFM autocomplete not working on wiki pages
|
||||||
- Fixed enter key not triggering click on first row when searching in a dropdown
|
- Fixed enter key not triggering click on first row when searching in a dropdown
|
||||||
- Fix MR-auto-close text added to description. !4836
|
- Fix MR-auto-close text added to description. !4836
|
||||||
- Support U2F devices in Firefox. !5177
|
- Support U2F devices in Firefox. !5177
|
||||||
- Fix issue, preventing users w/o push access to sort tags !5105 (redetection)
|
- Fix issue, preventing users w/o push access to sort tags. !5105 (redetection)
|
||||||
- Add Spring EmojiOne updates.
|
- Add Spring EmojiOne updates.
|
||||||
- Added Rake task for tracking deployments !5320
|
- Added Rake task for tracking deployments. !5320
|
||||||
- Fix fetching LFS objects for private CI projects
|
- Fix fetching LFS objects for private CI projects
|
||||||
- Add the new 2016 Emoji! Adds 72 new emoji including bacon, facepalm, and selfie. !5237
|
- Add the new 2016 Emoji! Adds 72 new emoji including bacon, facepalm, and selfie. !5237
|
||||||
- Add syntax for multiline blockquote using `>>>` fence !3954
|
- Add syntax for multiline blockquote using `>>>` fence. !3954
|
||||||
- Fix viewing notification settings when a project is pending deletion
|
- Fix viewing notification settings when a project is pending deletion
|
||||||
- Updated compare dropdown menus to use GL dropdown
|
- Updated compare dropdown menus to use GL dropdown
|
||||||
- Redirects back to issue after clicking login link
|
- Redirects back to issue after clicking login link
|
||||||
- Eager load award emoji on notes
|
- Eager load award emoji on notes
|
||||||
- Allow to define manual actions/builds on Pipelines and Environments
|
- Allow to define manual actions/builds on Pipelines and Environments
|
||||||
- Fix pagination when sorting by columns with lots of ties (like priority)
|
- Fix pagination when sorting by columns with lots of ties (like priority)
|
||||||
- The Markdown reference parsers now re-use query results to prevent running the same queries multiple times !5020
|
- The Markdown reference parsers now re-use query results to prevent running the same queries multiple times. !5020
|
||||||
- Updated project header design
|
- Updated project header design
|
||||||
- Issuable collapsed assignee tooltip is now the users name
|
- Issuable collapsed assignee tooltip is now the users name
|
||||||
- Fix compare view not changing code view rendering style
|
- Fix compare view not changing code view rendering style
|
||||||
- Exclude email check from the standard health check
|
- Exclude email check from the standard health check
|
||||||
- Updated layout for Projects, Groups, Users on Admin area !4424
|
- Updated layout for Projects, Groups, Users on Admin area. !4424
|
||||||
- Fix changing issue state columns in milestone view
|
- Fix changing issue state columns in milestone view
|
||||||
- Update health_check gem to version 2.1.0
|
- Update health_check gem to version 2.1.0
|
||||||
- Add notification settings dropdown for groups
|
- Add notification settings dropdown for groups
|
||||||
|
@ -76,20 +77,20 @@ v 8.10.0 (unreleased)
|
||||||
- Wildcards for protected branches. !4665
|
- Wildcards for protected branches. !4665
|
||||||
- Allow importing from Github using Personal Access Tokens. (Eric K Idema)
|
- Allow importing from Github using Personal Access Tokens. (Eric K Idema)
|
||||||
- API: Expose `due_date` for issues (Robert Schilling)
|
- API: Expose `due_date` for issues (Robert Schilling)
|
||||||
- API: Todos !3188 (Robert Schilling)
|
- API: Todos. !3188 (Robert Schilling)
|
||||||
- API: Expose shared groups for projects and shared projects for groups !5050 (Robert Schilling)
|
- API: Expose shared groups for projects and shared projects for groups. !5050 (Robert Schilling)
|
||||||
- API: Expose `developers_can_push` and `developers_can_merge` for branches !5208 (Robert Schilling)
|
- API: Expose `developers_can_push` and `developers_can_merge` for branches. !5208 (Robert Schilling)
|
||||||
- Add "Enabled Git access protocols" to Application Settings
|
- Add "Enabled Git access protocols" to Application Settings
|
||||||
- Diffs will create button/diff form on demand no on server side
|
- Diffs will create button/diff form on demand no on server side
|
||||||
- Reduce size of HTML used by diff comment forms
|
- Reduce size of HTML used by diff comment forms
|
||||||
- Protected branches have a "Developers can Merge" setting. !4892 (original implementation by Mathias Vestergaard)
|
- Protected branches have a "Developers can Merge" setting. !4892 (original implementation by Mathias Vestergaard)
|
||||||
- Fix user creation with stronger minimum password requirements !4054 (nathan-pmt)
|
- Fix user creation with stronger minimum password requirements. !4054 (nathan-pmt)
|
||||||
- Only show New Snippet button to users that can create snippets.
|
- Only show New Snippet button to users that can create snippets.
|
||||||
- PipelinesFinder uses git cache data
|
- PipelinesFinder uses git cache data
|
||||||
- Track a user who created a pipeline
|
- Track a user who created a pipeline
|
||||||
- Actually render old and new sections of parallel diff next to each other
|
- Actually render old and new sections of parallel diff next to each other
|
||||||
- Throttle the update of `project.pushes_since_gc` to 1 minute.
|
- Throttle the update of `project.pushes_since_gc` to 1 minute.
|
||||||
- Allow expanding and collapsing files in diff view (!4990)
|
- Allow expanding and collapsing files in diff view. !4990
|
||||||
- Collapse large diffs by default (!4990)
|
- Collapse large diffs by default (!4990)
|
||||||
- Fix mentioned users list on diff notes
|
- Fix mentioned users list on diff notes
|
||||||
- Add support for inline videos in GitLab Flavored Markdown. !5215 (original implementation by Eric Hayes)
|
- Add support for inline videos in GitLab Flavored Markdown. !5215 (original implementation by Eric Hayes)
|
||||||
|
@ -105,9 +106,9 @@ v 8.10.0 (unreleased)
|
||||||
- ObjectRenderer retrieve renderer content using Rails.cache.read_multi
|
- ObjectRenderer retrieve renderer content using Rails.cache.read_multi
|
||||||
- Better caching of git calls on ProjectsController#show.
|
- Better caching of git calls on ProjectsController#show.
|
||||||
- Avoid to retrieve MR closes_issues as much as possible.
|
- Avoid to retrieve MR closes_issues as much as possible.
|
||||||
- Hide project name in project activities !5068 (winniehell)
|
- Hide project name in project activities. !5068 (winniehell)
|
||||||
- Add API endpoint for a group issues !4520 (mahcsig)
|
- Add API endpoint for a group issues. !4520 (mahcsig)
|
||||||
- Add Bugzilla integration !4930 (iamtjg)
|
- Add Bugzilla integration. !4930 (iamtjg)
|
||||||
- Fix new snippet style bug (elliotec)
|
- Fix new snippet style bug (elliotec)
|
||||||
- Instrument Rinku usage
|
- Instrument Rinku usage
|
||||||
- Be explicit to define merge request discussion variables
|
- Be explicit to define merge request discussion variables
|
||||||
|
@ -129,10 +130,10 @@ v 8.10.0 (unreleased)
|
||||||
- Fix importer for GitHub Pull Requests when a branch was reused across Pull Requests
|
- Fix importer for GitHub Pull Requests when a branch was reused across Pull Requests
|
||||||
- Add date when user joined the team on the member page
|
- Add date when user joined the team on the member page
|
||||||
- Fix 404 redirect after validation fails importing a GitLab project
|
- Fix 404 redirect after validation fails importing a GitLab project
|
||||||
- Added setting to set new users by default as external !4545 (Dravere)
|
- Added setting to set new users by default as external. !4545 (Dravere)
|
||||||
- Add min value for project limit field on user's form !3622 (jastkand)
|
- Add min value for project limit field on user's form. !3622 (jastkand)
|
||||||
- Reset project pushes_since_gc when we enqueue the git gc call
|
- Reset project pushes_since_gc when we enqueue the git gc call
|
||||||
- Add reminder to not paste private SSH keys !4399 (Ingo Blechschmidt)
|
- Add reminder to not paste private SSH keys. !4399 (Ingo Blechschmidt)
|
||||||
- Collapsed diffs lines/size don't acumulate to overflow diffs.
|
- Collapsed diffs lines/size don't acumulate to overflow diffs.
|
||||||
- Remove duplicate `description` field in `MergeRequest` entities (Ben Boeckel)
|
- Remove duplicate `description` field in `MergeRequest` entities (Ben Boeckel)
|
||||||
- Style of import project buttons were fixed in the new project page. !5183 (rdemirbay)
|
- Style of import project buttons were fixed in the new project page. !5183 (rdemirbay)
|
||||||
|
@ -146,7 +147,7 @@ v 8.10.0 (unreleased)
|
||||||
- Fix last update timestamp on issues not preserved on gitlab.com and project imports
|
- Fix last update timestamp on issues not preserved on gitlab.com and project imports
|
||||||
- Fix issues importing projects from EE to CE
|
- Fix issues importing projects from EE to CE
|
||||||
- Fix creating group with space in group path
|
- Fix creating group with space in group path
|
||||||
- Improve cron_jobs loading error messages !5318 / !5360
|
- Improve cron_jobs loading error messages. !5318 / !5360
|
||||||
- Prevent toggling sidebar when clipboard icon clicked
|
- Prevent toggling sidebar when clipboard icon clicked
|
||||||
- Create Todos for Issue author when assign or mention himself (Katarzyna Kobierska)
|
- Create Todos for Issue author when assign or mention himself (Katarzyna Kobierska)
|
||||||
- Limit the number of retries on error to 3 for exporting projects
|
- Limit the number of retries on error to 3 for exporting projects
|
||||||
|
|
Loading…
Reference in a new issue