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
c4ccd776
Commit
c4ccd776
authored
Apr 23, 2018
by
Mayra Cabrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md for 10.7.1
[ci skip]
parent
3569294e
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
28 additions
and
82 deletions
+28
-82
CHANGELOG.md
CHANGELOG.md
+28
-0
changelogs/unreleased/39345-get-raw-archive.yml
changelogs/unreleased/39345-get-raw-archive.yml
+0
-5
changelogs/unreleased/44981-http-io-trace-with-multi-byte-char.yml
...s/unreleased/44981-http-io-trace-with-multi-byte-char.yml
+0
-5
changelogs/unreleased/45287-align-icons.yml
changelogs/unreleased/45287-align-icons.yml
+0
-5
changelogs/unreleased/45363-optional-params-on-api-endpoint-produce-invalid-pagination-header-links.yml
...-api-endpoint-produce-invalid-pagination-header-links.yml
+0
-6
changelogs/unreleased/45476-geo-statement-timeout-counting-local-job-artifacts.yml
...76-geo-statement-timeout-counting-local-job-artifacts.yml
+0
-5
changelogs/unreleased/45507-fix-repository-archive-url.yml
changelogs/unreleased/45507-fix-repository-archive-url.yml
+0
-6
changelogs/unreleased/45625-job-log-shows-no-job-log.yml
changelogs/unreleased/45625-job-log-shows-no-job-log.yml
+0
-5
changelogs/unreleased/ab-45247-project-lookups-validation.yml
...gelogs/unreleased/ab-45247-project-lookups-validation.yml
+0
-5
changelogs/unreleased/fix-direct-upload-for-old-records.yml
changelogs/unreleased/fix-direct-upload-for-old-records.yml
+0
-5
changelogs/unreleased/fix-gb-fix-empty-secret-variables.yml
changelogs/unreleased/fix-gb-fix-empty-secret-variables.yml
+0
-5
changelogs/unreleased/fj-42601-respect-visibility-options.yml
...gelogs/unreleased/fj-42601-respect-visibility-options.yml
+0
-5
changelogs/unreleased/ide-mr-changes-alert-box.yml
changelogs/unreleased/ide-mr-changes-alert-box.yml
+0
-5
changelogs/unreleased/ide-subgroup-fix.yml
changelogs/unreleased/ide-subgroup-fix.yml
+0
-5
changelogs/unreleased/ide-tree-loading-fix.yml
changelogs/unreleased/ide-tree-loading-fix.yml
+0
-5
changelogs/unreleased/rendering-markdown-multiple-projects.yml
...elogs/unreleased/rendering-markdown-multiple-projects.yml
+0
-5
changelogs/unreleased/sh-fix-award-emoji-nplus-one-participants.yml
.../unreleased/sh-fix-award-emoji-nplus-one-participants.yml
+0
-5
No files found.
CHANGELOG.md
View file @
c4ccd776
...
@@ -2,6 +2,34 @@
...
@@ -2,6 +2,34 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
entry.
## 10.7.1 (2018-04-23)
### Fixed (11 changes)
-
[API] Fix URLs in the
`Link`
header for
`GET /projects/:id/repository/contributors`
when no value is passed for
`order_by`
or
`sort`
. !18393
-
Fix a case with secret variables being empty sometimes. !18400
-
Fix
`Trace::HttpIO`
can not render multi-byte chars. !18417
-
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
-
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.
-
Removed alert box in IDE when redirecting to new merge request.
-
Fixed IDE not loading for sub groups.
-
Fixed IDE not showing loading state when tree is loading.
### Performance (4 changes)
-
Validate project path prior to hitting the database. !18322
-
Add index to file_store on ci_job_artifacts. !18444
-
Fix N+1 queries when loading participants for a commit note.
-
Support Markdown rendering using multiple projects.
### Added (1 change)
-
Add an API endpoint to download git repository snapshots. !18173
## 10.7.0 (2018-04-22)
## 10.7.0 (2018-04-22)
### Security (6 changes, 2 of them are from the community)
### Security (6 changes, 2 of them are from the community)
...
...
changelogs/unreleased/39345-get-raw-archive.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Add an API endpoint to download git repository snapshots
merge_request
:
18173
author
:
type
:
added
changelogs/unreleased/44981-http-io-trace-with-multi-byte-char.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Fix `Trace::HttpIO` can not render multi-byte chars
merge_request
:
18417
author
:
type
:
fixed
changelogs/unreleased/45287-align-icons.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Align action icons in pipeline graph
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/45363-optional-params-on-api-endpoint-produce-invalid-pagination-header-links.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
'
[API]
Fix
URLs
in
the
`Link`
header
for
`GET
/projects/:id/repository/contributors`
when
no
value
is
passed
for
`order_by`
or
`sort`'
merge_request
:
18393
author
:
type
:
fixed
changelogs/unreleased/45476-geo-statement-timeout-counting-local-job-artifacts.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Add index to file_store on ci_job_artifacts
merge_request
:
18444
author
:
type
:
performance
changelogs/unreleased/45507-fix-repository-archive-url.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Fix specifying a non-default ref when requesting an archive using the legacy
URL
merge_request
:
18468
author
:
type
:
fixed
changelogs/unreleased/45625-job-log-shows-no-job-log.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Removes 'No Job log' message from build trace
merge_request
:
18523
author
:
type
:
fixed
changelogs/unreleased/ab-45247-project-lookups-validation.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Validate project path prior to hitting the database.
merge_request
:
18322
author
:
type
:
performance
changelogs/unreleased/fix-direct-upload-for-old-records.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Fix direct_upload when records with
null
file_store are used
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/fix-gb-fix-empty-secret-variables.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Fix a case with secret variables being empty sometimes
merge_request
:
18400
author
:
type
:
fixed
changelogs/unreleased/fj-42601-respect-visibility-options.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Respect visibility options and description when importing project from template
merge_request
:
18473
author
:
type
:
fixed
changelogs/unreleased/ide-mr-changes-alert-box.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Removed alert box in IDE when redirecting to new merge request
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/ide-subgroup-fix.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Fixed IDE not loading for sub groups
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/ide-tree-loading-fix.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Fixed IDE not showing loading state when tree is loading
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/rendering-markdown-multiple-projects.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Support Markdown rendering using multiple projects
merge_request
:
author
:
type
:
performance
changelogs/unreleased/sh-fix-award-emoji-nplus-one-participants.yml
deleted
100644 → 0
View file @
3569294e
---
title
:
Fix N+1 queries when loading participants for a commit note
merge_request
:
author
:
type
:
performance
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