- 27 Jan, 2017 22 commits
-
-
Kamil Trzciński authored
Use new partial to render a badge without a link in the builds details. Closes #26947 See merge request !8740
-
Annabel Dunstone Gray authored
Fixed merge request tabs extra margin Closes #26853 See merge request !8841
-
Douwe Maan authored
Fix Error 500 when repositories contain annotated tags pointing to blobs Closes #27228 See merge request !8800
-
Phil Hughes authored
Fixed extra margin when the merge request tabs are affixed This was caused by some weird padding that was on the container & then not correctly removed. The fix involved removing the container from inside the tabs holder div & then adding the widths through CSS depending on if fixed & whether the parent is limited width or not. In reality out container classes need to be fixed as it is getting pretty un-managable at the moment this should of been an easy fix, but in reality turned into something much harder. Closes #26853
-
Filipa Lacerda authored
Update changelog description Changes after review
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Fix CHANGELOG entry
-
Filipa Lacerda authored
Use new partial to render a badge without a link in the builds details. Preventing from having a link to itself. Adds MR ID to CHANGELOG entry
-
Rémy Coutable authored
Make notification_service spec DRYer by making some tests reusable See merge request !7794
-
Robert Speicher authored
Don't override Ci::Build#user when presenting a build Closes #26943 See merge request !8668
-
Stan Hu authored
Document "No gems fetched from git repositories" policy [ci skip] See merge request !8818
-
Adam Niedzielski authored
-
Rémy Coutable authored
Use `:empty_project` where possible in model specs See merge request !8832
-
Rémy Coutable authored
Use `:empty_project` where possible in request specs See merge request !8833
-
Rémy Coutable authored
Added PHP & NPM samples for Gitlab CI See merge request !6199
-
Rémy Coutable authored
fix depr. warning; use `Devise::Test::ControllerHelpers` Closes #26942 See merge request !8812
-
Rémy Coutable authored
Remove unused js response from refs controller Closes #27211 See merge request !8828
-
Ionut Staicu authored
-
Ionut Staicu authored
-
Ionut Staicu authored
-
Ionut Staicu authored
-
Alfredo Sumaran authored
Add caching of droplab ajax requests Closes #26844 See merge request !8725
-
- 26 Jan, 2017 18 commits
-
-
Robert Speicher authored
-
Clement Ho authored
-
Robert Speicher authored
-
Filipa Lacerda authored
Revert filter-assigned-to-me Closes #27176 See merge request !8785
-
Filipa Lacerda authored
fixed small mini pipeline graph line glitch Closes #27277 See merge request !8804
-
Clement Ho authored
-
Fatih Acet authored
Fix /explore sorting (trending) Closes #27044 See merge request !8792
-
Fatih Acet authored
Prevent form to be submitted twice Closes #27220 See merge request !8825
-
Fatih Acet authored
Fix filtered search so that labels selected from discussion notes display correctly Closes #27124 See merge request !8756
-
Fatih Acet authored
Merge branch '27254-clicking-line-anchor-multiple-times-causes-scroll-position-to-over-correct' into 'master' Resolve "Clicking line anchor multiple times causes scroll position to over-correct" Closes #27254 See merge request !8791
-
Felipe Artur authored
-
Douwe Maan authored
Change repository storage paths location for clarity See merge request !8757
-
Filipa Lacerda authored
-
dimitrieh authored
-
Alfredo Sumaran authored
-
Stan Hu authored
In repositories such as https://github.com/git/git.git, annotated tags can point to blobs, not necessarily to commits. `Repository` attempts to return the tags in the order of the commit date, but if a commit is not available the previous implementation would error due to a `nil` target. This change modifies the code to use the current time if a commit is not associated with the given tag. Closes #27228
-
Douwe Maan authored
Make sure TraceReader uses Encoding.default_external Closes #27052 See merge request !8801
-
-