- 12.05.2016 11 коммитов
-
-
-
Dmitriy Zaporozhets создал
-
-
-
Gabriel Mazetto создал
-
Valery Sizov создал
-
Yorick Peterse создал
-
Yorick Peterse создал
-
-
Yorick Peterse создал
-
Yorick Peterse создал
-
- 11.05.2016 14 коммитов
-
-
Yorick Peterse создал
-
-
-
Valery Sizov создал
-
Rémy Coutable создал
Enable Rubocop Casecmp Performance Cop. Also fixes the errors caused by enabling the cop. `casecmp` is more performant than `.downcase` and `==`. See also: https://github.com/bbatsov/rubocop/blob/master/lib/rubocop/cop/performance/casecmp.rb See merge request !3957
-
Rémy Coutable создал
Enable the StringReplacement cop. Also fix one use of `gsub` that would be faster as `delete`. Use `tr` instead of `gsub` when you are replacing the same number of characters. Use `delete` instead of `gsub` when you are deleting characters. See merge request !3960
-
Yorick Peterse создал
-
-
Valery Sizov создал
ES: Refactoring Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/516 See merge request !365
-
Jacob Schatz создал
Removes jquery-scrollto-rails. Instead the script is now included directly from the vendor directory. Resolves #17166. Working towards #14286 and merging !3775. The gem was on 1.4.3.1, here's the diff between that tag and 2.1.2 (the version I'm using in this MR): https://github.com/flesler/jquery.scrollTo/compare/1.4.3...2.1.2 There aren't any notable breaking changes that I noticed, and I didn't see any JS errors after testing a bunch of pages. cc: @jschatz1 See merge request !4088
-
Connor Shea создал
Also fix one use of `gsub` that would be faster as `delete`. Use `tr` instead of `gsub` when you are replacing the same number of characters. Use `delete` instead of `gsub` when you are deleting characters.
-
Connor Shea создал
Instead the script is now included directly from the vendor directory. Resolves #17166.
-
Connor Shea создал
Also fixes the errors caused by enabling the cop. casecmp is more performant than `.downcase` and `==`.
-
Jacob Schatz создал
Restore "r" shortcut Fixes "Reply with Selected Text" shortcut See merge request !4041
-
- 10.05.2016 15 коммитов
-
-
Robert Speicher создал
Add eager load paths to help prevent dependency load issues with Sidekiq workers _Originally opened at !3545 by @stanhu._ - - - Relevant resources: - https://github.com/mperham/sidekiq/wiki/FAQ#why-doesnt-sidekiq-autoload-my-rails-application-code - https://github.com/mperham/sidekiq/issues/1281#issuecomment-27129904 - http://blog.arkency.com/2014/11/dont-forget-about-eager-load-when-extending-autoload - https://github.com/rails/rails/blob/52ce6ece8c8f74064bb64e0a0b1ddd83092718e1/railties/lib/rails/engine.rb#L472-L479 - https://github.com/rails/rails/blob/v4.2.6/railties/lib/rails/paths.rb Attempts to address #3661, #11896, #12769, #13521, #14131, #14589, #14759, #14825. See merge request !3724
-
Stan Hu создал
Update Ace Editor Upgrading fixes scroll navigation on mobile. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13987  See merge request !3823
-
Robert Speicher создал
Fix an issue when filtering merge requests with more than one label Fixes #15529. See merge request !3886
-
Alfredo Sumaran создал
-
Alfredo Sumaran создал
-
Robert Speicher создал
Mask credentials in URLs instead of remove them REF: #447 REF: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/382#note_11713978 See merge request !385
-
Jacob Schatz создал
Add to label ID to response Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15673 See merge request !4023
-
Robert Speicher создал
Remove broken inline runner description edit form This remove inline form for editing runnner's description. It is broken because of missing partial / incorrect response and it also does not make much sense, since we have under 'Edit' button a form that makes it possible to edit more than just a description. See merge request !4095
-
-
Robert Speicher создал
Fix using link to uploads in global snippets Closes #17342, closes #17363 See merge request !4085
-
-
Jacob Vosmaer создал
-
Jacob Vosmaer создал
-
Jacob Vosmaer создал
-
Jacob Vosmaer создал
-