summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Fix broken awardsFilipa Lacerda2017-07-301-2/+3
* [ci skip] Uses jquery to get correct note in awardsFilipa Lacerda2017-07-291-1/+1
* [ci skip] Fix emoji 100 bug: Creating strucutre to a forEach and then using O...Filipa Lacerda2017-07-293-24/+13
* [ci skip] Adds quick actions link to input in discussionFilipa Lacerda2017-07-293-3/+5
* [ci skip] Fiz zen mode css problemFilipa Lacerda2017-07-281-1/+1
* [ci skip] Fix shortcuts for previewFilipa Lacerda2017-07-288-176/+174
* [ci skip] Find last note in discussion through vue instead of through the DOMFilipa Lacerda2017-07-282-11/+9
* Find last note created by current user through vue instead of querying the DOMFilipa Lacerda2017-07-287-22/+48
* [ci skip] Emit events up to prevent accessing refs of refsFilipa Lacerda2017-07-2813-71/+63
* [ci skip] Move click handler to button instead of `li``Filipa Lacerda2017-07-281-10/+10
* [ci skip] Remove usage of global scope and remove dom querying from issue not...Filipa Lacerda2017-07-281-7/+5
* [ci skip] Remove mutations from components, always mutate through actionsFilipa Lacerda2017-07-281-4/+4
* [ci skip] Adds tests for placeholder system noteFilipa Lacerda2017-07-284-7/+81
* [ci skip] Adds tests cases for system noteFilipa Lacerda2017-07-283-0/+19
* [ci skip] Adds test cases for sign in componentFilipa Lacerda2017-07-282-2/+11
* [ci skip] Remove DOM querying for paths, save them in the storeFilipa Lacerda2017-07-288-42/+45
* [ci skip] Add issue data and notes data provided through haml to the store to...Filipa Lacerda2017-07-2711-110/+154
* [ci skip] Adds :key property to awards v-forFilipa Lacerda2017-07-261-1/+2
* [ci skip] use tooltip directiveFilipa Lacerda2017-07-263-9/+19
* [ci skip] Adds quick actions links to the toolbarFilipa Lacerda2017-07-264-10/+43
* Fix edit textFilipa Lacerda2017-07-264-12/+12
* Use mapActions, mapGetters and mapMutations for componentsFilipa Lacerda2017-07-2616-804/+850
* [ci skip] Add constantsFilipa Lacerda2017-07-264-134/+150
* Follow vuex docs to divide store into: actions, getters and mutationsFilipa Lacerda2017-07-2513-408/+446
* IssueNotesRefactor: Temp workaround for a failing test.Fatih Acet2017-07-222-3/+6
* IssueNotesRefactor: Check existence of command changes for time tracking.Fatih Acet2017-07-221-1/+1
* IssueNotesRefactor: Use `gitlab_` prefixed auth helpers.Fatih Acet2017-07-221-8/+8
* IssueNotesRefactor: Add referenced users and commands to markdown field.Fatih Acet2017-07-225-10/+40
* IssueNotesRefactor: Implement time tracking sidebar integration with slash co...Fatih Acet2017-07-222-9/+20
* IssueNotesRefactor: Fix invalid tests.Fatih Acet2017-07-222-5/+5
* IssueNotesRefactor: Revert note selector.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: Fix issue spinach tests.Fatih Acet2017-07-213-5/+14
* IssueNotesRefactor: Remove new keyword from Flash calls.Fatih Acet2017-07-216-10/+10
* IssueNotesRefactor: Fix shared spec.Fatih Acet2017-07-213-5/+6
* IssueNotesRefactor: kebab-case all Vue data bindings.Fatih Acet2017-07-216-48/+48
* IssueNotesRefactor: Update order of Vue properties to match docs.Fatih Acet2017-07-214-36/+36
* IssueNotesRefactor: camelCase event names.Fatih Acet2017-07-214-5/+5
* IssueNotesRefactor: camelCase component names.Fatih Acet2017-07-2110-67/+69
* IssueNotesRefactor: Fix upload specs.Fatih Acet2017-07-211-0/+1
* IssueNotesRefactor: Add dropzone required elements and fix dropdown selector.Fatih Acet2017-07-212-12/+49
* IssueNotesRefactor: Fixes autocomplete specs.Fatih Acet2017-07-212-23/+27
* IssueNotesRefactor: Fix reportable spec.Fatih Acet2017-07-212-8/+7
* IssueNotesRefactor: Fix markdown toolbar specs.Fatih Acet2017-07-211-10/+10
* IssueNotesRefactor: Fix task list specs.Fatih Acet2017-07-211-3/+1
* IssueNotesRefactor: Fix award emoji specs.Fatih Acet2017-07-217-8/+11
* IssueNotesRefactor: Handle /award quick action.Fatih Acet2017-07-212-5/+15
* IssueNotesRefactor: Only show close/reopen button if user can update issue.Fatih Acet2017-07-211-0/+5
* IssueNotesRefactor: Fix specs.Fatih Acet2017-07-214-2/+4
* IssueNotesRefactor: Fix note polling specs.Fatih Acet2017-07-211-9/+6
* IssueNotesRefactor: Implement note edit conflict warning.Fatih Acet2017-07-213-5/+38