Commit 5dd02a73 authored by Robert Speicher's avatar Robert Speicher

Resolve CHANGELOG.md

parent 4c6fcb9e
...@@ -4,20 +4,12 @@ entry. ...@@ -4,20 +4,12 @@ entry.
## 11.3.0 (2018-09-22) ## 11.3.0 (2018-09-22)
<<<<<<< HEAD
### Security (6 changes, 1 of them is from the community)
=======
### Security (5 changes, 1 of them is from the community) ### Security (5 changes, 1 of them is from the community)
>>>>>>> upstream/master
- Disable the Sidekiq Admin Rack session. !21441 - Disable the Sidekiq Admin Rack session. !21441
- Set issuable_sort, diff_view, and perf_bar_enabled cookies to secure when possible. !21442 - Set issuable_sort, diff_view, and perf_bar_enabled cookies to secure when possible. !21442
- Update rubyzip to 1.2.2 (CVE-2018-1000544). !21460 (Takuya Noguchi) - Update rubyzip to 1.2.2 (CVE-2018-1000544). !21460 (Takuya Noguchi)
- Fixed persistent XSS rendering/escaping of diff location lines. - Fixed persistent XSS rendering/escaping of diff location lines.
<<<<<<< HEAD
- Adding CSRF protection to Hooks resend action.
=======
>>>>>>> upstream/master
- Block link-local addresses in URLBlocker. - Block link-local addresses in URLBlocker.
### Removed (1 change) ### Removed (1 change)
...@@ -97,20 +89,6 @@ entry. ...@@ -97,20 +89,6 @@ entry.
- Fix absent Click to Expand link on diffs not rendered on first load of Merge Requests Changes tab. !21716 - Fix absent Click to Expand link on diffs not rendered on first load of Merge Requests Changes tab. !21716
- Update GitLab Shell to v8.3.3. !21750 - Update GitLab Shell to v8.3.3. !21750
- Fix import error when archive does not have the correct extension. !21765 - Fix import error when archive does not have the correct extension. !21765
<<<<<<< HEAD
- Fix checkboxes on runner admin settings - The labels are now clickable.
- Fixed IDE deleting new files creating wrong state.
- Increase width of checkout branch modal box.
- Fix Emojis cutting in the right way. (Alexander Popov)
- Fix NamespaceUploader.base_dir for remote uploads.
- Fixes SVGs for empty states in job page overflowing on mobile.
- Fix: Project deletion may not log audit events during user deletion.
- Does not collapse runners section when using pagination.
- Fixed IDE file row scrolling into view when hovering.
- Accept upload files in public/uplaods/tmp when using accelerated uploads.
- Increase padding in code blocks.
- Include correct CSS file for xterm in environments page.
=======
- Fixed IDE deleting new files creating wrong state. - Fixed IDE deleting new files creating wrong state.
- Does not collapse runners section when using pagination. - Does not collapse runners section when using pagination.
- Fix Emojis cutting in the right way. (Alexander Popov) - Fix Emojis cutting in the right way. (Alexander Popov)
...@@ -123,7 +101,6 @@ entry. ...@@ -123,7 +101,6 @@ entry.
- Include correct CSS file for xterm in environments page. - Include correct CSS file for xterm in environments page.
- Increase padding in code blocks. - Increase padding in code blocks.
- Fix: Project deletion may not log audit events during user deletion. - Fix: Project deletion may not log audit events during user deletion.
>>>>>>> upstream/master
### Changed (32 changes, 5 of them are from the community) ### Changed (32 changes, 5 of them are from the community)
...@@ -155,13 +132,8 @@ entry. ...@@ -155,13 +132,8 @@ entry.
- Improved commit panel in Web IDE. !21471 - Improved commit panel in Web IDE. !21471
- Administrative cleanup rake tasks now leverage Gitaly. !21588 - Administrative cleanup rake tasks now leverage Gitaly. !21588
- Remove health check feature flag in BackgroundMigrationWorker. - Remove health check feature flag in BackgroundMigrationWorker.
<<<<<<< HEAD
- Improved styling of top bar in IDE job trace pane.
- Expose user's id in /admin/users/ show page. (Eva Kadlecova)
=======
- Expose user's id in /admin/users/ show page. (Eva Kadlecova) - Expose user's id in /admin/users/ show page. (Eva Kadlecova)
- Improved styling of top bar in IDE job trace pane. - Improved styling of top bar in IDE job trace pane.
>>>>>>> upstream/master
- Make terminal button more visible. - Make terminal button more visible.
- Shows download artifacts button for pipelines on small screens. - Shows download artifacts button for pipelines on small screens.
...@@ -222,13 +194,8 @@ entry. ...@@ -222,13 +194,8 @@ entry.
- Added file templates to the Web IDE. - Added file templates to the Web IDE.
- Enabled multiple file uploads in the Web IDE. - Enabled multiple file uploads in the Web IDE.
- Allow to delete group milestones. - Allow to delete group milestones.
<<<<<<< HEAD
- Add system note when due date is changed. (Eva Kadlecova)
- Use separate model for tracking resource label changes and render label system notes based on data from this model.
=======
- Use separate model for tracking resource label changes and render label system notes based on data from this model. - Use separate model for tracking resource label changes and render label system notes based on data from this model.
- Add system note when due date is changed. (Eva Kadlecova) - Add system note when due date is changed. (Eva Kadlecova)
>>>>>>> upstream/master
### Other (48 changes, 16 of them are from the community) ### Other (48 changes, 16 of them are from the community)
...@@ -268,20 +235,6 @@ entry. ...@@ -268,20 +235,6 @@ entry.
- Add margin between username and subsequent text in issuable header. !21697 - Add margin between username and subsequent text in issuable header. !21697
- Send artifact information in job API. !50460 - Send artifact information in job API. !50460
- Reduce differences between CE and EE code base in reports components. - Reduce differences between CE and EE code base in reports components.
<<<<<<< HEAD
- Creates Vue component for artifacts block on job page.
- Creates vue components for stage dropdowns and job list container for job log view.
- Creates vue component for commit block in job log page.
- Creates empty state vue component for job view.
- Creates vue component for environments information in job log view.
- Creates vue component for erased block on job view.
- Creates vue component for job log trace.
- Creates Vvue component for warning block about stuck runners.
- Move project services log to a separate file.
- Upgrade Monaco editor.
- Creates Vue component for trigger variables block in job log page.
- Creates vue component for job log top bar with controllers.
=======
- Move project services log to a separate file. - Move project services log to a separate file.
- Creates vue component for job log top bar with controllers. - Creates vue component for job log top bar with controllers.
- Creates Vue component for trigger variables block in job log page. - Creates Vue component for trigger variables block in job log page.
...@@ -294,7 +247,6 @@ entry. ...@@ -294,7 +247,6 @@ entry.
- Creates vue component for commit block in job log page. - Creates vue component for commit block in job log page.
- Creates vue components for stage dropdowns and job list container for job log view. - Creates vue components for stage dropdowns and job list container for job log view.
- Creates Vue component for artifacts block on job page. - Creates Vue component for artifacts block on job page.
>>>>>>> upstream/master
## 11.2.3 (2018-08-28) ## 11.2.3 (2018-08-28)
...@@ -326,15 +278,13 @@ entry. ...@@ -326,15 +278,13 @@ entry.
## 11.2.0 (2018-08-22) ## 11.2.0 (2018-08-22)
### Security (7 changes) ### Security (5 changes)
- Bump Gitaly to 0.117.1 for Rouge update. !21277 - Bump Gitaly to 0.117.1 for Rouge update. !21277
- Fix symlink vulnerability in project import. - Fix symlink vulnerability in project import.
- Bump rugged to 0.27.4 for security fixes. - Bump rugged to 0.27.4 for security fixes.
- Fixed XSS in branch name in Web IDE. - Fixed XSS in branch name in Web IDE.
- Adding CSRF protection to Hooks test action. - Adding CSRF protection to Hooks test action.
- Don't expose project names in GitHub counters.
- Don't expose project names in various counters.
### Removed (1 change) ### Removed (1 change)
...@@ -574,8 +524,6 @@ entry. ...@@ -574,8 +524,6 @@ entry.
## 11.1.5 (2018-08-27) ## 11.1.5 (2018-08-27)
- No changes.
### Security (3 changes) ### Security (3 changes)
- Fixed persistent XSS rendering/escaping of diff location lines. - Fixed persistent XSS rendering/escaping of diff location lines.
...@@ -1504,11 +1452,11 @@ entry. ...@@ -1504,11 +1452,11 @@ entry.
- Fix specifying a non-default ref when requesting an archive using the legacy URL. !18468 - Fix specifying a non-default ref when requesting an archive using the legacy URL. !18468
- Respect visibility options and description when importing project from template. !18473 - Respect visibility options and description when importing project from template. !18473
- Removes 'No Job log' message from build trace. !18523 - Removes 'No Job log' message from build trace. !18523
- Align action icons in pipeline graph.
- Fix direct_upload when records with null file_store are used. - Fix direct_upload when records with null file_store are used.
- Removed alert box in IDE when redirecting to new merge request. - Removed alert box in IDE when redirecting to new merge request.
- Fixed IDE not loading for sub groups. - Fixed IDE not loading for sub groups.
- Fixed IDE not showing loading state when tree is loading. - Fixed IDE not showing loading state when tree is loading.
- Align action icons in pipeline graph.
### Performance (4 changes) ### Performance (4 changes)
......
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