summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-03 17:19:02 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-03 17:19:02 -0600
commit7039d52349610a625efeafa32898a7763b4dbdb6 (patch)
tree145a995b6f11531e9a70bf977e813f153ea782b6 /changelogs
parent04dc2b76d7e382a6b6369576753cfc20928c99b8 (diff)
parentaa9e77b7ce5a1ceeff6188e5d12e5fcb2589d2f1 (diff)
downloadgitlab-ce-7039d52349610a625efeafa32898a7763b4dbdb6.tar.gz
Merge branch 'master' into go-go-gadget-webpack
* master: Change window size before visiting page, to get correct scroll position Fix slash commands spec error Move project services to new location under Integrations Move webhooks to new a location under Integrations Fixed eslint test failure Fixed redirection from http://someproject.git to http://someproject Add traits for the different Event types to the Event factory prevent nonewline type diff lines from containing unfolding link ensure linenumber data attribute is correct for the last line in a diff chunk ensure last line in diff block is contained within a table row element ensure click event is bound only once
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix-scroll-test.yml4
-rw-r--r--changelogs/unreleased/git_to_html_redirection.yml4
2 files changed, 8 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-scroll-test.yml b/changelogs/unreleased/fix-scroll-test.yml
new file mode 100644
index 00000000000..e98ac755b88
--- /dev/null
+++ b/changelogs/unreleased/fix-scroll-test.yml
@@ -0,0 +1,4 @@
+---
+title: Change rspec test to guarantee window is resized before visiting page
+merge_request:
+author:
diff --git a/changelogs/unreleased/git_to_html_redirection.yml b/changelogs/unreleased/git_to_html_redirection.yml
new file mode 100644
index 00000000000..b2959c02c07
--- /dev/null
+++ b/changelogs/unreleased/git_to_html_redirection.yml
@@ -0,0 +1,4 @@
+---
+title: Redirect http://someproject.git to http://someproject
+merge_request:
+author: blackst0ne