Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ad4dbe36
Commit
ad4dbe36
authored
Mar 05, 2020
by
GitLab Release Tools Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md for 12.8.3
[ci skip]
parent
a8de96bf
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
23 additions
and
55 deletions
+23
-55
CHANGELOG.md
CHANGELOG.md
+23
-0
changelogs/unreleased/207837-circular-encoding.yml
changelogs/unreleased/207837-circular-encoding.yml
+0
-5
changelogs/unreleased/207857-fix-web-ide-modal-no-text.yml
changelogs/unreleased/207857-fix-web-ide-modal-no-text.yml
+0
-5
changelogs/unreleased/208548-better-spec-test-for-error-tracking-web-ui.yml
...sed/208548-better-spec-test-for-error-tracking-web-ui.yml
+0
-5
changelogs/unreleased/georgekoltsov-fix-import-export-uploader.yml
...s/unreleased/georgekoltsov-fix-import-export-uploader.yml
+0
-5
changelogs/unreleased/lm-fix-error-query.yml
changelogs/unreleased/lm-fix-error-query.yml
+0
-5
changelogs/unreleased/ph-p207499-fixNonAsciiChars.yml
changelogs/unreleased/ph-p207499-fixNonAsciiChars.yml
+0
-5
changelogs/unreleased/revert-e0613e64.yml
changelogs/unreleased/revert-e0613e64.yml
+0
-5
changelogs/unreleased/sh-disable-line-in-marginalia.yml
changelogs/unreleased/sh-disable-line-in-marginalia.yml
+0
-5
changelogs/unreleased/sh-optimize-broadcast-message-redis.yml
...gelogs/unreleased/sh-optimize-broadcast-message-redis.yml
+0
-5
changelogs/unreleased/use-addressable-for-asset-proxy-badge-render.yml
...released/use-addressable-for-asset-proxy-badge-render.yml
+0
-5
changelogs/unreleased/vs-add-credentials-option-for-apollo-link.yml
.../unreleased/vs-add-credentials-option-for-apollo-link.yml
+0
-5
No files found.
CHANGELOG.md
View file @
ad4dbe36
...
@@ -2,6 +2,29 @@
...
@@ -2,6 +2,29 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
entry.
## 12.8.3
### Fixed (8 changes)
-
Fix Group Import API file upload when object storage is disabled. !25715
-
Fix Web IDE fork modal showing no text. !25842
-
Fixed regression when URL was encoded in a loop. !25849
-
Fixed repository browsing for folders with non-ascii characters. !25877
-
Fix search for Sentry error list. !26129
-
Send credentials with GraphQL fetch requests. !26386
-
Show CI status in project dashboards. !26403
-
Rescue invalid URLs during badge retrieval in asset proxy. !26524
### Performance (2 changes)
-
Disable Marginalia line backtrace in production. !26199
-
Remove unnecessary Redis deletes for broadcast messages. !26541
### Other (1 change, 1 of them is from the community)
-
Fix fixtures for Error Tracking Web UI. !26233 (Takuya Noguchi)
## 12.8.2
## 12.8.2
### Security (17 changes)
### Security (17 changes)
...
...
changelogs/unreleased/207837-circular-encoding.yml
deleted
100644 → 0
View file @
a8de96bf
---
title
:
Fixed regression when URL was encoded in a loop
merge_request
:
25849
author
:
type
:
fixed
changelogs/unreleased/207857-fix-web-ide-modal-no-text.yml
deleted
100644 → 0
View file @
a8de96bf
---
title
:
Fix Web IDE fork modal showing no text
merge_request
:
25842
author
:
type
:
fixed
changelogs/unreleased/208548-better-spec-test-for-error-tracking-web-ui.yml
deleted
100644 → 0
View file @
a8de96bf
---
title
:
Fix fixtures for Error Tracking Web UI
merge_request
:
26233
author
:
Takuya Noguchi
type
:
other
changelogs/unreleased/georgekoltsov-fix-import-export-uploader.yml
deleted
100644 → 0
View file @
a8de96bf
---
title
:
Fix Group Import API file upload when object storage is disabled
merge_request
:
25715
author
:
type
:
fixed
changelogs/unreleased/lm-fix-error-query.yml
deleted
100644 → 0
View file @
a8de96bf
---
title
:
Fix search for Sentry error list
merge_request
:
26129
author
:
type
:
fixed
changelogs/unreleased/ph-p207499-fixNonAsciiChars.yml
deleted
100644 → 0
View file @
a8de96bf
---
title
:
Fixed repository browsing for folders with non-ascii characters
merge_request
:
25877
author
:
type
:
fixed
changelogs/unreleased/revert-e0613e64.yml
deleted
100644 → 0
View file @
a8de96bf
---
title
:
Show CI status in project dashboards
merge_request
:
26403
author
:
type
:
fixed
changelogs/unreleased/sh-disable-line-in-marginalia.yml
deleted
100644 → 0
View file @
a8de96bf
---
title
:
Disable Marginalia line backtrace in production
merge_request
:
26199
author
:
type
:
performance
changelogs/unreleased/sh-optimize-broadcast-message-redis.yml
deleted
100644 → 0
View file @
a8de96bf
---
title
:
Remove unnecessary Redis deletes for broadcast messages
merge_request
:
26541
author
:
type
:
performance
changelogs/unreleased/use-addressable-for-asset-proxy-badge-render.yml
deleted
100644 → 0
View file @
a8de96bf
---
title
:
Rescue invalid URLs during badge retrieval in asset proxy
merge_request
:
26524
author
:
type
:
fixed
changelogs/unreleased/vs-add-credentials-option-for-apollo-link.yml
deleted
100644 → 0
View file @
a8de96bf
---
title
:
Send credentials with GraphQL fetch requests
merge_request
:
26386
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment