-
- Downloads
Removed jQuery UI highlight & autocomplete
In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
Showing
- app/assets/javascripts/application.js 0 additions, 2 deletionsapp/assets/javascripts/application.js
- app/assets/javascripts/milestone.js 0 additions, 1 deletionapp/assets/javascripts/milestone.js
- app/assets/javascripts/new_branch_form.js 25 additions, 5 deletionsapp/assets/javascripts/new_branch_form.js
- app/assets/javascripts/protected_branches/protected_branch_edit.js.es6 6 additions, 3 deletions...vascripts/protected_branches/protected_branch_edit.js.es6
- app/assets/stylesheets/application.scss 0 additions, 1 deletionapp/assets/stylesheets/application.scss
- app/assets/stylesheets/framework/jquery.scss 0 additions, 11 deletionsapp/assets/stylesheets/framework/jquery.scss
- app/views/profiles/personal_access_tokens/index.html.haml 0 additions, 2 deletionsapp/views/profiles/personal_access_tokens/index.html.haml
- app/views/projects/branches/new.html.haml 6 additions, 2 deletionsapp/views/projects/branches/new.html.haml
- app/views/projects/pipelines/new.html.haml 5 additions, 1 deletionapp/views/projects/pipelines/new.html.haml
- changelogs/unreleased/remove-jquery-ui-plugins.yml 4 additions, 0 deletionschangelogs/unreleased/remove-jquery-ui-plugins.yml
- features/project/commits/branches.feature 2 additions, 6 deletionsfeatures/project/commits/branches.feature
- features/steps/project/commits/branches.rb 11 additions, 13 deletionsfeatures/steps/project/commits/branches.rb
- spec/features/projects/pipelines/pipelines_spec.rb 17 additions, 16 deletionsspec/features/projects/pipelines/pipelines_spec.rb
Please register or sign in to comment