- 05 Jun, 2016 4 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- 04 Jun, 2016 4 commits
-
-
Yorick Peterse authored
These specs do not exist in CE and don't add anything useful themselves. There's no application code that initializes a JiraIssue instance and it currently behaves exactly the same as a regular ExternalIssue.
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- 03 Jun, 2016 13 commits
-
-
Robert Speicher authored
Fix nil user handling in UpdateMirrorService Previously an exception was hit quite frequently: ``` NoMethodError: undefined method `can?' for nil:NilClass app/services/projects/update_mirror_service.rb:9:in `execute' unless current_user.can?(:push_code_to_protected_branches, project) lib/gitlab/metrics/instrumentation.rb:153:in `execute' retval = super app/workers/repository_update_mirror_worker.rb:13:in `perform' result = Projects::UpdateMirrorService.new(@project, @current_user).execute lib/gitlab/sidekiq_middleware/memory_killer.rb:17:in `call' yield lib/gitlab/sidekiq_middleware/arguments_logger.rb:6:in `call' yield ... (26 additional frame(s) were not displayed) ``` Closes #605 See merge request !434
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Douwe Maan authored
Remote Mirrors should be disabled by default REF: #548 See merge request !428
-
Stan Hu authored
Closes #605
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Valery Sizov authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- 02 Jun, 2016 19 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
-
Annabel Dunstone authored
-
Grzegorz Bizon authored
-
Phil Hughes authored
-
Valery Sizov authored
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Reduce number of fog gem dependencies Currently supported: * AWS * Azure * OpenStack * Google * local storage Closes #15352 See merge request !4396
-
Yorick Peterse authored
Cache project build count. Closes #18032 See merge request !4377
-
Robert Speicher authored
Move feature specs for shortcuts to valid directory This MR moves tests to valid directory that matches our namespace we use in code. See merge request !4433
-
Josh Frye authored
-
Josh Frye authored
-
Josh Frye authored
-
Yorick Peterse authored
Cache assigned issue and merge request count. Closes #18036 and #18035 See merge request !4378
-
Jacob Schatz authored
Clicking search pill focuses field When clicking the pill in the search field, it now focus the field. Previously you would have to make sure you click in the field. Fixed an issue where clicking out of the field wouldn't remove the focus outline Also reduced some of the HTML to remove what isn't needed See merge request !4279
-
Stan Hu authored
Fix serious performance bug with rendering Markdown with InlineDiffFilter Nokogiri's `node.replace` was being unnecessarily called for every text node in the document due to a comparison bug. The code previously was comparing the HTML representation of the full document against the text node, which would always fail. Fix the comparison to just compare the modified text. Closes #18011 See merge request !4392
-
Josh Frye authored
-
Josh Frye authored
-