- 27 Jan, 2017 1 commit
-
-
Stan Hu authored
Due to autoloading and Ruby scoping, the .update file was never being updated due to this error: ``` NoMethodError: undefined method `pages' for Projects::Settings:Module from /opt/gitlab/embedded/service/gitlab-rails/app/services/projects/update_pages_configuration_service.rb:50:in `pages_update_file' from /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/metrics/instrumentation.rb:157:in `pages_update_file' from (irb):6 from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/console.rb:110:in `start' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/console.rb:9:in `start' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/commands_tasks.rb:68:in `console' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/commands_tasks.rb:39:in `run_command!' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands.rb:17:in `<top (required)>' from bin/rails:9:in `require' ``` This error was caught and discarded quietly. This fix exercises this code and fixes the scope problem. Closes gitlab-com/infrastructure#1058
-
- 26 Jan, 2017 28 commits
-
-
Douwe Maan authored
Change repository storage paths location for clarity See merge request !1130
-
Robert Speicher authored
CE upstream See merge request !1127
-
Alejandro Rodríguez authored
Also remove duplicate link in the index to that documentation
-
Robert Speicher authored
Fix broken master on Ruby 2.1 Closes #1619 See merge request !1129
-
Nick Thomas authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nick Thomas authored
-
Sean McGivern authored
Ensure we have a project with a repo in GitlabMarkdownHelper specs Closes #27285 See merge request !8806
-
Douwe Maan authored
EE port: Fix race conditions for AuthorizedProjectsWorker See merge request !1100
-
Kamil Trzciński authored
Prepend the Prependable module to ActiveSupport::Concern Closes #1574 See merge request !1107
-
Rémy Coutable authored
Wednesday CE upstream See merge request !1116
-
Rémy Coutable authored
Update CONTRIBUTING.md after merging "up-for-grabs" and "Accepting Merge Requests" See merge request !8802
-
Rémy Coutable authored
[EE] Use `:empty_project` where possible throughout spec/lib See merge request !1119
-
Rémy Coutable authored
Use `:empty_project` where possible throughout spec/lib See merge request !8767
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Fixed builds info link on project settings page Closes #27178 See merge request !8762
-
Sean McGivern authored
don’t count tasks that are not defined as list items correctly Closes #26068 See merge request !8526
-
Lin Jen-Shin authored
This reverts commit e9d8fc94.
-
Lin Jen-Shin authored
Encoding.default_external was chosen over Encoding.default_internal because File.read is returning Encoding.default_external, therefore we should align with it. Alternatively, we could force both of them to be Encoding.default_internal. However, ideally this should be determined by different projects. For example, some projects might want to use an encoding different to what GitLab is using. This might not happen soon though. Closes #27052
-
Adam Niedzielski authored
-
Rémy Coutable authored
Factories with a project association use `:empty_project` by default See merge request !8770
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Use `:empty_project` where possible in helper specs See merge request !8796
-
Rémy Coutable authored
Use `:empty_project` where possible in controller specs See merge request !8797
-
Rémy Coutable authored
Use `:empty_project` where possible in finder specs See merge request !8794
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Use hashrocket for dasherized attribute Closes #27203 See merge request !8775
-
Robert Speicher authored
-
- 25 Jan, 2017 11 commits
-
-
DJ Mountney authored
[ci skip]
-
DJ Mountney authored
[ci skip]
-
DJ Mountney authored
[ci skip]
-
Annabel Dunstone Gray authored
Resolve "regression in commit title bar" Closes #27013 See merge request !8751
-
Annabel Dunstone Gray authored
Resolve "Branch index delete button inconsistently spaced and misaligned" Closes #24895 See merge request !8646
-
Clement Ho authored
Display project ID Closes #18350 See merge request !8572
-
Douwe Maan authored
Fix access to the wiki code via HTTP when repository feature disabled Closes #26518 See merge request !8758
-
Robert Speicher authored
-
Jacob Schatz authored
Copying a rendered issue/comment will paste into GFM textareas as actual GFM See merge request !8597
-
Robert Speicher authored
-
winniehell authored
-