diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-06-07 00:21:22 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-06-07 00:21:22 +0800 |
commit | f05bf4da704855c67bb2b4b236781cf661c3cf9d (patch) | |
tree | 8ee616e71e0661a75f3d0ad5942057449ab8487d /changelogs | |
parent | 6d17ddac5aaf6c178a13c1e371b072780e7fd049 (diff) | |
parent | 02a877acc19d821e4ae2a9e81b58c058dd5d2159 (diff) | |
download | gitlab-ce-f05bf4da704855c67bb2b4b236781cf661c3cf9d.tar.gz |
Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline
* upstream/master:
Fix missing tooltip and ARIA labels for accessibility
Add info on using self-signed certs with Registry
Introduce optimistic locking support via optional parameter last_commit_id on File Update API
Move issuable bulk edit form into a new sidebar.
Add PowerShell to CI variable docs
Responsive environment tables
Accept a username for User-level Events API
Introduce an Events API
Update GitLab Pages to v0.4.3
Allow numeric pages domain
Remove references to old settings location
Resolve "API: Environment info missed"
Fix Projects API spec
Update explanation of job-level variable override to fit example
Per discussion
Make sketch dynamic and link back to production architecture
Diffstat (limited to 'changelogs')
3 files changed, 12 insertions, 0 deletions
diff --git a/changelogs/unreleased/14707-allow-activity-feed-to-be-accessible-through-api.yml b/changelogs/unreleased/14707-allow-activity-feed-to-be-accessible-through-api.yml new file mode 100644 index 00000000000..9c17c3b949c --- /dev/null +++ b/changelogs/unreleased/14707-allow-activity-feed-to-be-accessible-through-api.yml @@ -0,0 +1,4 @@ +--- +title: Introduce an Events API +merge_request: 11755 +author: diff --git a/changelogs/unreleased/32642_last_commit_id_in_file_api.yml b/changelogs/unreleased/32642_last_commit_id_in_file_api.yml new file mode 100644 index 00000000000..80435352e10 --- /dev/null +++ b/changelogs/unreleased/32642_last_commit_id_in_file_api.yml @@ -0,0 +1,4 @@ +--- +title: 'Introduce optimistic locking support via optional parameter last_commit_sha on File Update API' +merge_request: 11694 +author: electroma diff --git a/changelogs/unreleased/allow_numeric_pages_domain.yml b/changelogs/unreleased/allow_numeric_pages_domain.yml new file mode 100644 index 00000000000..10d9f26f88d --- /dev/null +++ b/changelogs/unreleased/allow_numeric_pages_domain.yml @@ -0,0 +1,4 @@ +--- +title: Allow numeric pages domain +merge_request: 11550 +author: |