Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated MR notes.notes-are-awardables | Fatih Acet | 2016-06-06 | 4 | -18/+16 |
* | Fix scss-lint. | Fatih Acet | 2016-06-06 | 1 | -1/+1 |
* | Added tests for award emoji feature. | Fatih Acet | 2016-06-06 | 2 | -11/+11 |
* | Create and show emoji loader on the fly. | Fatih Acet | 2016-06-06 | 2 | -6/+21 |
* | Some design related tweaks. | Fatih Acet | 2016-06-06 | 6 | -7/+24 |
* | Be consistent on naming. | Fatih Acet | 2016-06-06 | 1 | -22/+22 |
* | Animate emoji when rendered. | Fatih Acet | 2016-06-06 | 1 | -1/+12 |
* | Fix mutual exclusivity for emoji only comments. | Fatih Acet | 2016-06-06 | 1 | -1/+4 |
* | Refactor awardsHandler methods to work with votesBlock. | Fatih Acet | 2016-06-06 | 2 | -35/+36 |
* | Award emoji implementation for notes. | Fatih Acet | 2016-06-06 | 3 | -65/+92 |
* | Show emoji menu in notes. | Fatih Acet | 2016-06-06 | 3 | -3/+25 |
* | Backend awardables on comments | ZJ van de Weg | 2016-06-06 | 4 | -2/+15 |
* | Merge branch 'rubocop/enable-ambiguous-operator-rubocop-lint' into 'master' | Robert Speicher | 2016-06-05 | 1 | -1/+1 |
|\ | |||||
| * | Enable Lint/AmbiguousOperator rubocop coprubocop/enable-ambiguous-operator-rubocop-lint | Grzegorz Bizon | 2016-06-03 | 1 | -1/+1 |
* | | Remove extra bracketissue_13499 | Alfredo Sumaran | 2016-06-03 | 1 | -2/+1 |
* | | Fix spec | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
* | | Address feedback | Alfredo Sumaran | 2016-06-03 | 9 | -32/+26 |
* | | Spec label add / delete in UpdateService | Sean McGivern | 2016-06-03 | 1 | -9/+8 |
* | | Allow bulk-updating to remove all labels | Sean McGivern | 2016-06-03 | 1 | -1/+1 |
* | | Enhancements | Alfredo Sumaran | 2016-06-03 | 3 | -16/+13 |
* | | Respond to .json only | Alfredo Sumaran | 2016-06-03 | 1 | -1/+6 |
* | | Fix spec | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
* | | Add mising params | Alfredo Sumaran | 2016-06-03 | 1 | -3/+6 |
* | | Remove console.log | Alfredo Sumaran | 2016-06-03 | 1 | -1/+0 |
* | | Bulk assignment implementation | Alfredo Sumaran | 2016-06-03 | 3 | -2/+111 |
* | | Tweaks for bulk assignment | Alfredo Sumaran | 2016-06-03 | 1 | -3/+15 |
* | | Expose Issue ID | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
* | | Expose label ID | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
* | | Add show_create param to toggle label creation option | Alfredo Sumaran | 2016-06-03 | 1 | -2/+2 |
* | | Add show_footer parameter for ability to hide footer | Alfredo Sumaran | 2016-06-03 | 2 | -1/+3 |
* | | Do not trigger keyup event if we are persisting state | Alfredo Sumaran | 2016-06-03 | 1 | -3/+8 |
* | | Remove unneeded call to keyup event | Alfredo Sumaran | 2016-06-03 | 1 | -3/+0 |
* | | Only filter asynchronously if option remote is true. | Alfredo Sumaran | 2016-06-03 | 1 | -11/+11 |
* | | Fix statement | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
* | | WIP: allow adding and removing labels in bulk | Sean McGivern | 2016-06-03 | 3 | -8/+37 |
* | | Restore dropdown state when unchecking all issues | Alfredo Sumaran | 2016-06-03 | 1 | -0/+14 |
* | | Add space | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
* | | Do not remove inputs when dropdown menu hides | Alfredo Sumaran | 2016-06-03 | 1 | -1/+0 |
* | | Remove console.log | Alfredo Sumaran | 2016-06-03 | 1 | -1/+0 |
* | | Handle unchecking of indeterminate items | Alfredo Sumaran | 2016-06-03 | 2 | -11/+30 |
* | | Update classname for indeterminate state | Alfredo Sumaran | 2016-06-03 | 2 | -3/+3 |
* | | typo | Alfredo Sumaran | 2016-06-03 | 3 | -18/+13 |
* | | Set indeterminated items | Alfredo Sumaran | 2016-06-03 | 5 | -6/+58 |
* | | Add .js-filter-submit when needed | Alfredo Sumaran | 2016-06-03 | 2 | -2/+4 |
* | | Remove unnecesary assignment | Alfredo Sumaran | 2016-06-03 | 1 | -1/+0 |
* | | Add label_ids to bulk_update_params | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
* | | Ability to assign a label to multiple issues | Alfredo Sumaran | 2016-06-03 | 4 | -2/+19 |
* | | The spritesheet should only load when an award emoji picker is opened. | Connor Shea | 2016-06-03 | 1 | -1/+1 |
* | | Merge branch 'remove-unnecessary-prefixes' into 'master' | Jacob Schatz | 2016-06-03 | 3 | -16/+1 |
|\ \ | |||||
| * | | Remove unnecessary vendor prefixes for browsers we no longer support. | Connor Shea | 2016-05-30 | 3 | -16/+1 |