- 11 Nov, 2015 1 commit
-
-
Robert Speicher authored
-
- 10 Nov, 2015 4 commits
-
-
Robert Speicher authored
This reverts commit aab713c1.
-
Robert Speicher authored
Remove text-rendering property Continues !1779 Closes #3220 [ci skip] See merge request !1784
-
Robert Speicher authored
Remove CSS property preventing hard tabs from rendering in Chromium 45 This is to workaround a bug in Chromium 45 (https://code.google.com/p/chromium/issues/detail?id=446434), which is the default browser in Ubuntu 14.04 and older. Closes #3220 See merge request !1779
-
Dmitriy Zaporozhets authored
Merge button has color from CI status This MR closes #3313 I'am not realy sure about the color for the skipped status (red)... UI changes: ![accpet-mr-ci-failed](/uploads/c03970c468b89e38ed2c5e3171f53505/accpet-mr-ci-failed.png) ![accpet-mr-ci-skipped](/uploads/f29cbc69e77cc95b33522135b327cc51/accpet-mr-ci-skipped.png) ![accpet-mr-ci-pending](/uploads/79612a66fd497174e00bd348c9cba69c/accpet-mr-ci-pending.png) ![accpet-mr-ci-success](/uploads/4b601e6d02b860db5ff53c47c98f3206/accpet-mr-ci-success.png) See merge request !1761
-
- 09 Nov, 2015 5 commits
-
-
Robert Speicher authored
Fix incoming email config defaults Fixes #3377. See merge request !1766
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Douwe Maan authored
Fix bug where manually merged branches in a MR would end up with an empty diff This bug manifested in 8.1 with the refactoring of `RefreshService`. Here's what happens: 1. User create a new branch `foo`. 2. User creates a merge request for `foo`. 3. User merges `foo` into `master` by hand. 4. `RefreshService` reloads the merge request. Since `master` is equivalent to `foo`, this results in an empty diff. 5. `RefreshService` then closes the MR. This wasn't an issue when you use the normal "Accept Merge Request" flow because the act of clicking the button closes the merge request, so step 4 never happens. Closes #3314 See merge request !1758
-
Stan Hu authored
Only redirect to homepage url when its not the root url It was possible to create an infi redirect when the user set up the `home_page_url` to redirect to the main URL of the gitlab instance. This fix makes sure this redirect is not possible. Fixes #1020 /cc @dblessing See merge request !1703
-
- 06 Nov, 2015 1 commit
-
-
Robert Speicher authored
-
- 04 Nov, 2015 4 commits
-
-
Robert Speicher authored
Add Facebook authentication See merge request !1740
-
Robert Speicher authored
[ci skip]
-
Douwe Maan authored
-
Robert Speicher authored
Spread out runner contacted_at updates This is meant to prevent having too many concurrent UPDATE requests caused by runners checking in. See merge request !1722
-
- 31 Oct, 2015 1 commit
-
-
Douwe Maan authored
Force update refs/merge-requests/X/head upon a push to the source branch of a merge request If a user rebases and does a force push, GitLab would not update the `refs/merge-requests/X/head` link. Using the -f flag forces this to happen. Closes #3138 See merge request !1683
-
- 27 Oct, 2015 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Add projects path index Fixes performance regression introduced by !1649 See merge request !1692
-
- 26 Oct, 2015 7 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Fix CI badge The previous code relied on having on ref stored in commit, however the ref was moved to the build. Fixes #3104 See merge request !1690
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Fix visibility of specific runners See merge request !1688
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Add migration to remove the contents of the satellites dir See merge request !1681
-
Stan Hu authored
Fix regex in redis version check
-
- 24 Oct, 2015 1 commit
-
-
Robert Speicher authored
[ci skip]
-
- 23 Oct, 2015 7 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Robert Speicher authored
Fix cloning Wiki repositories via HTTP Cloning a project Wiki over HTTP would end up cloning the main repository since the .wiki extension was being stripped. Closes #3106 See merge request !1676
-
- 22 Oct, 2015 6 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Fix edit readme link on project home page See merge request !1668
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Prefer project with exact path to differently cased one when both exist. Fixes #3113. See merge request !1649
-
Robert Speicher authored
Fix 500 when editing CI services Fixes #3090 See merge request !1663
-
Robert Speicher authored
Require jobs to be named This properly presents error for .gitlab-ci.yml having empty job name. See merge request !1662
-