Project 'gitlab-org/gitlab-ce' was moved to 'gitlab-org/gitlab-foss'. Please update any links and bookmarks that may still have the old path.
Commits on Source (50)
-
Sean McGivern authored
This was migrated to separate columns in 9.4, and now just needs to be removed for real.
-
Paweł Chojnacki authored
-
Paweł Chojnacki authored
-
Paweł Chojnacki authored
-
Paweł Chojnacki authored
+ small whitespace fix to better separate tests
-
Takuya Noguchi authored
-
Phil Hughes authored
This was caused by the blur & then the focus after transition end Closes #35515
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Jacob Vosmaer authored
-
Shinya Maeda authored
-
winh authored
-
Sean McGivern authored
Fix bug in blob test See merge request !13224
-
Sean McGivern authored
Always fetch branches before finding the merge base, otherwise we could find an outdated merge base See merge request !13226
-
Marcia Ramos authored
-
-
Annabel Dunstone Gray authored
Make time span dropdown style on cycle analytics page consistent See merge request !13183
-
Rémy Coutable authored
Fix "API specs and linting failing on master" Closes #35825 See merge request !13227
-
-
Rémy Coutable authored
Add code review guidelines related to Build [CI skip]. See merge request !13223
-
Rémy Coutable authored
In Ruby 2.4, Hash#compact exists and returns a Hash, while in Ruby 2.3, Hash#compact is implemented by Rails and returns a new `ActionController::Parameters` instance in this case. Also, `ActionController::Parameters#compact` is deprecated in Rails 5.1 so we're using `reject { |_, value| value.nil? }` instead. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Mike Greiling authored
-
Marcia Ramos authored
-
Robert Speicher authored
Bump rubocop to 0.49.1 and rubocop-rspec to 1.15.1 Closes #34869 See merge request !12741
-
Douwe Maan authored
Resolve "Remove `events` from `notification_settings`" Closes #33620 See merge request !13152
-
Marcia Ramos authored
also, trigger build
-
Jacob Vosmaer authored
-
Robert Speicher authored
This shared example would take an object's database ID and create a number of objects based on it. If for some reason the ID were a high number, like 20, this would create `20 + 21 + 22` objects. Not only was this dangerous from a performance perspective, it was entirely unnecessary, as the behavior it was testing is already well-tested in the unit test for the underlying object. For a controller test, which is what's including this shared example, all we need to do is verify that the assigned object contains the correct `id => object` Hash, which is what we now test for.
-
Filipa Lacerda authored
Fixes the search losing focus Closes #35515 See merge request !13221
-
Alexander Randa authored
-
Achilleas Pipinellis authored
Docs: update articles list Closes #35800 See merge request !13229
-
-
Clement Ho authored
Derive project path from import URL Closes #27341 See merge request !13131
-
Paweł Chojnacki authored
-
Robert Speicher authored
-
Paweł Chojnacki authored
-
Annabel Dunstone Gray authored
Make Markdown autocomplete dropdowns style consistent See merge request !13127
-
Paweł Chojnacki authored
-
sue445 authored
-
Dmytro Zaporozhets (DZ) authored
Fix encoding error for WebHook logging Closes #35815 See merge request !13230
-
Douwe Maan authored
Add kube_namespace and standardize common variables for additional metrics queries See merge request !13169
-
Phil Hughes authored
Remove jQuery cropper plugin from vendors directory See merge request !13239
-
-
Phil Hughes authored
Add filtered search to group issue dashboard Closes #33575 See merge request !13167
-
Rémy Coutable authored
Ensure all project factories use `:repository` trait or `:empty_project` See merge request !13238
-
Rémy Coutable authored
Make the 'issuables list meta-data' shared example less dangerous See merge request !13236
-
Sean McGivern authored
Fix Issue board when using Ruby 2.4 Closes #35769 See merge request !13220
-
Sean McGivern authored
Add rugged_is_ancestor method See merge request !13232
-
-
Rémy Coutable authored
Extending API for protected branches See merge request !12756
-
Rémy Coutable authored
Expose target_iid in Events API See merge request !13247
Showing
- .rubocop.yml 257 additions, 195 deletions.rubocop.yml
- .rubocop_todo.yml 113 additions, 112 deletions.rubocop_todo.yml
- Gemfile 2 additions, 2 deletionsGemfile
- Gemfile.lock 7 additions, 5 deletionsGemfile.lock
- app/assets/javascripts/dispatcher.js 10 additions, 2 deletionsapp/assets/javascripts/dispatcher.js
- app/assets/javascripts/droplab/plugins/ajax.js 12 additions, 1 deletionapp/assets/javascripts/droplab/plugins/ajax.js
- app/assets/javascripts/filtered_search/dropdown_non_user.js 2 additions, 1 deletionapp/assets/javascripts/filtered_search/dropdown_non_user.js
- app/assets/javascripts/filtered_search/dropdown_utils.js 60 additions, 0 deletionsapp/assets/javascripts/filtered_search/dropdown_utils.js
- app/assets/javascripts/filtered_search/filtered_search_dropdown_manager.js 1 addition, 0 deletions...ripts/filtered_search/filtered_search_dropdown_manager.js
- app/assets/javascripts/filtered_search/filtered_search_manager.js 3 additions, 3 deletions...ts/javascripts/filtered_search/filtered_search_manager.js
- app/assets/javascripts/filtered_search/filtered_search_visual_tokens.js 40 additions, 15 deletions...ascripts/filtered_search/filtered_search_visual_tokens.js
- app/assets/javascripts/gl_dropdown.js 3 additions, 3 deletionsapp/assets/javascripts/gl_dropdown.js
- app/assets/javascripts/labels_select.js 2 additions, 12 deletionsapp/assets/javascripts/labels_select.js
- app/assets/javascripts/lib/utils/ajax_cache.js 4 additions, 0 deletionsapp/assets/javascripts/lib/utils/ajax_cache.js
- app/assets/javascripts/profile/gl_crop.js 1 addition, 1 deletionapp/assets/javascripts/profile/gl_crop.js
- app/assets/javascripts/projects/project_new.js 53 additions, 11 deletionsapp/assets/javascripts/projects/project_new.js
- app/assets/stylesheets/framework/markdown_area.scss 25 additions, 0 deletionsapp/assets/stylesheets/framework/markdown_area.scss
- app/assets/stylesheets/pages/cycle_analytics.scss 22 additions, 0 deletionsapp/assets/stylesheets/pages/cycle_analytics.scss
- app/controllers/projects/boards/issues_controller.rb 2 additions, 1 deletionapp/controllers/projects/boards/issues_controller.rb
- app/helpers/search_helper.rb 12 additions, 4 deletionsapp/helpers/search_helper.rb
... | ... | @@ -339,8 +339,8 @@ group :development, :test do |
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'spring-commands-spinach', '~> 1.1.0' | ||
gem 'rubocop', '~> 0.47.1', require: false | ||
gem 'rubocop-rspec', '~> 1.15.0', require: false | ||
gem 'rubocop', '~> 0.49.1', require: false | ||
gem 'rubocop-rspec', '~> 1.15.1', require: false | ||
gem 'scss_lint', '~> 0.54.0', require: false | ||
gem 'haml_lint', '~> 0.21.0', require: false | ||
gem 'simplecov', '~> 0.14.0', require: false | ||
... | ... |