Updated UI for new merge request
Merge request reports
Activity
Added 661 commits:
- a86872d3...98fbde54 - 658 commits from branch
master
- 7c0768a3 - Updated UI for new merge request
- c7af3ce7 - Fixed failing tests
- 864f5cc0 - Use new dropdowns for MR compare
Toggle commit list- a86872d3...98fbde54 - 658 commits from branch
Milestone changed to 8.7
Added 371 commits:
- c289e712...f76bfed9 - 362 commits from branch
master
- c5c05f6a - Updated UI for new merge request
- 7fe19046 - Fixed failing tests
- b3100589 - Use new dropdowns for MR compare
- 850fa65e - Checkmarks in dropdowns for already selected values
- beab104d - Filters by text on element
- 1af1b6c8 - Fixed target project update
- fe811a7c - Removed un-used get request
- 8cdb5058 - Fixed spacing in MR footer
- 017ed4ae - Fixed builds
Toggle commit list- c289e712...f76bfed9 - 362 commits from branch
Added 1 commit:
- 39ecce05 - Build fix
Added 1 commit:
- 1ca627f7 - Fixed tests
Reassigned to @jschatz1
- app/assets/javascripts/compare.js.coffee 0 → 100644
1 class @Compare 2 constructor: (@opts) -> 3 @source_loading = $ ".js-source-loading" 4 @target_loading = $ ".js-target-loading" 5 6 $('.js-compare-dropdown').each (i, dropdown) => @iamphill right so you are assuming that no two drop downs will be the same. But even if they are not you could still add this here and not use it ever right?. But if we are releasing this to the open source community we might want to think about what other people might do. Fine for now but food for thought.
Obviously it works and it's great. There's nothing to change now. But if we are making a jquery plugin for the world to see and use then maybe it should be in the style of a typical jquery plugin. That's all I am saying. Maybe not. Maybe our use case is typical enough.
Again leave it for this merge request. But if we are doing things with bower and turning bower packages into gems then maybe this becomes a bower package and if so it should be ready for the big time.
Great work @iamphill
147 163 filterInputBlur: @filterInputBlur 148 164 remote: @options.filterRemote 149 165 query: @options.data 150 keys: @options.search.fields 166 keys: search_fields 167 elements: => 168 selector = ".dropdown-content li:not(.divider)" 169