summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra bracketissue_13499Alfredo Sumaran2016-06-031-2/+1
|
* Fix specAlfredo Sumaran2016-06-032-7/+8
|
* Address feedbackAlfredo Sumaran2016-06-039-32/+26
|
* Update CHANGELOGAlfredo Sumaran2016-06-031-2/+1
|
* Spec label add / delete in UpdateServiceSean McGivern2016-06-032-9/+54
|
* Allow bulk-updating to remove all labelsSean McGivern2016-06-032-1/+9
| | | | | Instead of passing `remove_label_ids`, just pass an empty array for `label_ids` (and don't pass `add_label_ids` or `remove_label_ids`).
* Update CHANGELOGAlfredo Sumaran2016-06-033-2/+3
|
* EnhancementsAlfredo Sumaran2016-06-034-23/+25
|
* Update CHANGELOGAlfredo Sumaran2016-06-031-0/+1
|
* Fix specAlfredo Sumaran2016-06-031-8/+9
|
* Respond to .json onlyAlfredo Sumaran2016-06-031-1/+6
|
* Fix specAlfredo Sumaran2016-06-031-1/+1
|
* Add mising paramsAlfredo Sumaran2016-06-031-3/+6
|
* Fix failing specsAlfredo Sumaran2016-06-031-6/+8
|
* Bulk assignment testsAlfredo Sumaran2016-06-031-38/+120
|
* Remove console.logAlfredo Sumaran2016-06-031-1/+0
|
* Bulk assignment implementationAlfredo Sumaran2016-06-033-2/+111
|
* Tweaks for bulk assignmentAlfredo Sumaran2016-06-031-3/+15
|
* Expose Issue IDAlfredo Sumaran2016-06-031-1/+1
|
* Expose label IDAlfredo Sumaran2016-06-031-1/+1
|
* Add show_create param to toggle label creation optionAlfredo Sumaran2016-06-031-2/+2
|
* Add show_footer parameter for ability to hide footerAlfredo Sumaran2016-06-032-1/+3
|
* Do not trigger keyup event if we are persisting stateAlfredo Sumaran2016-06-031-3/+8
| | | | Triggering keyup will re-render the dropdown which is not needed when option persistWhenHide is true
* Remove unneeded call to keyup eventAlfredo Sumaran2016-06-031-3/+0
| | | | This was re-rendering the dropdown unnecessarily
* Only filter asynchronously if option remote is true.Alfredo Sumaran2016-06-031-11/+11
| | | | We need to update the results right away when we do bulk assignment.
* Fix statementAlfredo Sumaran2016-06-031-1/+1
|
* Tidy up BulkUpdateService specsSean McGivern2016-06-031-103/+97
| | | | | | | | | | | | 1. Don't use instance variables, use `let` instead. 2. Add descriptions for all specs. 3. Share variables where possible. 4. Give labels more vivid names than 1, 2, and 3. 5. Remove deprecation warnings by passing issue IDs as '1,2,3' instead of an array, as that's how they're passed by the front-end. (The deprecation warning is for passing a nested array, which is what happens if an actual array is passed, as: `[1, 2, 3].split(',') == [[1, 2, 3]]`
* fixup! WIP: allow adding and removing labels in bulkSean McGivern2016-06-031-0/+148
|
* WIP: allow adding and removing labels in bulkSean McGivern2016-06-033-8/+37
|
* Restore dropdown state when unchecking all issuesAlfredo Sumaran2016-06-031-0/+14
|
* Ensure we are clicking a visible dropdownAlfredo Sumaran2016-06-031-1/+1
|
* Add spaceAlfredo Sumaran2016-06-031-1/+1
|
* Add empty line to end of fileAlfredo Sumaran2016-06-031-1/+1
|
* Bulk assignment testsAlfredo Sumaran2016-06-031-0/+109
|
* Do not remove inputs when dropdown menu hidesAlfredo Sumaran2016-06-031-1/+0
|
* Remove console.logAlfredo Sumaran2016-06-031-1/+0
|
* Handle unchecking of indeterminate itemsAlfredo Sumaran2016-06-032-11/+30
|
* Update classname for indeterminate stateAlfredo Sumaran2016-06-032-3/+3
|
* typoAlfredo Sumaran2016-06-033-18/+13
|
* Set indeterminated itemsAlfredo Sumaran2016-06-035-6/+58
|
* Add .js-filter-submit when neededAlfredo Sumaran2016-06-032-2/+4
|
* Remove unnecesary assignmentAlfredo Sumaran2016-06-031-1/+0
|
* Add label_ids to bulk_update_paramsAlfredo Sumaran2016-06-031-1/+1
|
* Ability to assign a label to multiple issuesAlfredo Sumaran2016-06-034-2/+19
|
* Merge branch 'no-spritesheet' into 'master' Jacob Schatz2016-06-031-1/+1
|\ | | | | | | | | | | | | | | | | | | | | The spritesheet should only load when an award emoji picker is opened. This makes sure that the emoji spritesheet is loaded **only** when the emoji picker is opened. This saves 250-650KB on every page load. Prevents !3785 from reverting the fix from !3449. cc: @jschatz1 @zj @fatihacet See merge request !4469
| * The spritesheet should only load when an award emoji picker is opened.Connor Shea2016-06-031-1/+1
|/
* Merge branch 'remove-unnecessary-prefixes' into 'master' Jacob Schatz2016-06-033-16/+1
|\ | | | | | | | | | | | | Remove unnecessary vendor prefixes for browsers we no longer support. Pretty simple, just removes a few prefixed properties for browsers we don't support. See merge request !4368
| * Remove unnecessary vendor prefixes for browsers we no longer support.Connor Shea2016-05-303-16/+1
| |
* | Merge branch '2fa-no-autocomplete' into 'master' Jacob Schatz2016-06-031-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Disable 2FA field autocomplete, resolves #18021. Self-explanatory. Fixes #18021. cc: @jschatz1 @jacobvosmaer-gitlab See merge request !4385
| * | Disable 2FA field autocomplete, resolves #18021.Connor Shea2016-06-011-1/+1
| | |