- Nov 11, 2015
-
-
Robert Speicher authored
[ci skip]
-
- Nov 10, 2015
-
-
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
-
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:     See merge request !1761
-
- Nov 09, 2015
-
-
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
-
- Nov 04, 2015
-
-
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
-
- Oct 31, 2015
-
-
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
-
- Oct 27, 2015
-
-
Robert Speicher authored
[ci skip]
-
- Oct 26, 2015
-
-
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]
-
- Oct 23, 2015
-
-
Kamil Trzcińśki 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
-
- Oct 22, 2015
-
-
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
-
Robert Speicher authored
Fix CSS class for runner status Fixes #3117 See merge request !1665
-
Robert Speicher authored
[ci skip]
-
Valery Sizov authored
Don't show "Add README" link in an empty repository if user doesn't have access to push Reporter users would see this before even though they didn't have access to push:  It's not complete accurate to include the push command-line instructions, but users may still want the instructions to clone. After:  Closes #3094 See merge request !1626
-
Robert Speicher authored
Fix build trace updating Fixes #2910 See merge request !1657
-
Robert Speicher authored
Remove CI migration See merge request !1656
-
- Oct 21, 2015
-
-
Animate the logo on hover The logo is now rendered as pure SVG, rather than image referencing a svg. The SVG has an id and the shapes of the logo have a shared class. The shapes change their fill color on hover with a transition. Identical to how it looks on about.gitlab.com cc @skyruler See merge request !1557
-
Douwe Maan authored
Clear archive cache asynchronously See merge request !1651
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Ensure MySQL CI limits DB migrations occur after the fields have been created Closes https://github.com/gitlabhq/gitlabhq/issues/9753 See merge request !1653
-
- Oct 20, 2015
-
-
Redirect to a default path if HTTP_REFERER is not set Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731 See merge request !1646
-
Douwe Maan authored
Fix duplicate repositories in GitHub import page By default, all the current user's repositories are accessible via the /users endpoint. There's no need to traverse all the organization repositories as well. See: * http://www.rubydoc.info/github/pengwynn/octokit/Octokit/Client/Repositories#repositories-instance_method * https://developer.github.com/v3/repos/#list-your-repositories Closes #2523 See merge request !1644
-
- Oct 19, 2015
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Send an email to admin email when a user is reported for spam Replaces !1547. Fixes #2839. See merge request !1634
-
Robert Speicher authored
Improve performance when filtering on milestone on labels Also some minor refactoring in the seeding. See merge request !1587
-
Douwe Maan authored
Show merge requests which close current issue Closes #2903 ### What does this MR do If an issue is to be closed by a merge request the current user has access to, this will be displayed when the user looks at the issue.  /cc @DouweM See merge request !1569
-
Robert Speicher authored
Close issues mentioned in MR description when MR is merged using fast-forward merge or when merge commit message is edited. Fixes gitlab-org/gitlab-ee#48. See merge request !1639
-
- Oct 17, 2015
-
-
Fix padding of outdated discussion item. Old:  New:  It still looks the same when the discussion is expanded. See merge request !1614
-