- 28 Jan, 2017 3 commits
-
-
Mike Greiling authored
* master: (33 commits) Improved code style on the issue_sidebar_spec.rb add CHAGELOG.md entry for !8831 remove assets:compile step from relative_url docs update scripts and docs to reference the newly namespaced rake task namespace assets rake tasks to gitlab:assets:* correct gzip files if they exist as well automatically correct CSS urls on assets:precompile remove hard-coded assets path for ace editor modules Fixed cancel button in the services form not redirecting back to the integrations settings view Fix search bar search param encoding Fix a transient failure in the `Explore::ProjectsController` spec Fix filtering with multiple words Fix project name label's for reference in project settings Fixed merge request tabs extra margin Don't call `#uniq` on a relation Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/ Move ApplicationSetting DEFAULTS to `.defaults` instead Move a begin/rescue clause to ApplicationSetting.expire Use badge partial as single source of truth instead of having 2 partials doing the same Changes after review ...
-
Mike Greiling authored
-
Mike Greiling authored
* master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
-
- 27 Jan, 2017 37 commits
-
-
Jacob Schatz authored
Remove hard-coded absolute URLs from all frontend assets See merge request !8831
-
Alfredo Sumaran authored
Fixed Issuable sidebar so it remains closed on mobile/smaller screen devices See merge request !7466
-
Jose Ivan Vargas authored
-
Filipa Lacerda authored
Merge branch '27248-filtered-search-does-not-allow-filtering-labels-with-multiple-words' into 'master' Fix filtering label and milestone with multiple words Closes #27248 and #27334 See merge request !8830
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Robert Speicher authored
Resolve "NameError: uninitialized constant ApplicationSetting::DEFAULTS" Closes #27280 See merge request !8805
-
Fatih Acet authored
Merge branch '26448-unnecessary-request-is-made-when-filter-input-box-is-focused-by-keyboard' into 'master' Only search commits on input change since last search Closes #26448 See merge request !8488
-
Filipa Lacerda authored
Fix search bar search param encoding Closes #27398 See merge request !8753
-
Clement Ho authored
Contribution calendar now scrolls right by default See merge request !6192
-
Fatih Acet authored
UI updates See merge request !8669
-
Robert Speicher authored
Add rspec_profiling to the rspec environment Closes #23034 See merge request !7854
-
Clement Ho authored
Fixed cancel button in the services form not redirecting back to the integrations settings view Closes #27301 See merge request !8843
-
Annabel Dunstone Gray authored
Fix project name label's for reference in project settings Closes #27259 See merge request !8795
-
Rémy Coutable authored
Fix a transient failure in the `Explore::ProjectsController` spec Closes #27350 See merge request !8847
-
Jose Ivan Vargas authored
-
Clement Ho authored
-
Douwe Maan authored
Don't call `#uniq` on a relation See merge request !8784
-
Kamil Trzciński authored
Use new partial to render a badge without a link in the builds details. Closes #26947 See merge request !8740
-
Robert Speicher authored
-
Annabel Dunstone Gray authored
Fixed merge request tabs extra margin Closes #26853 See merge request !8841
-
Clement Ho authored
-
Clement Ho authored
-
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
-
Sean McGivern authored
When there was no project, no search, and no current user or author param, the AutocompleteController would call `#uniq!` on a relation instead of an array. This performed the less-efficient `SELECT DISTINCT` when it wasn't even needed (because the query wouldn't return duplicates anyway - duplicates were only added by putting a user on top of the list).
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
This will avoid autoloading issues in the long term. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Also, remove non-existing Ci::ApplicationSetting.expire! Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Update changelog description Changes after review
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Fix CHANGELOG entry
-