Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-12Reuse getterFilipa Lacerda
2018-02-09Makes close/reopen issue request to inside the vue appFilipa Lacerda
2017-12-01issue note storeSimon Knox
2017-10-10Flash is now a ES6 modulePhil Hughes
2017-09-22Fix rendering double note issue.Fatih Acet
2017-09-09Use modules in common utilsFilipa Lacerda
2017-08-23IssueNotesRefactor: Fix error messages of edit/reply failure for discussions.Fatih Acet
2017-08-22IssueNotesRefactor: Hide placeholders and flash messages before submitting a ...Fatih Acet
2017-08-22IssueNotesRefactor: Support legacy multiple notes for individual_note: true c...Fatih Acet
2017-08-22IssueNotesRefactor: Fix consistent typo.Fatih Acet
2017-08-21IssueNotesRefactor: Poll again when commands applied.Fatih Acet
2017-08-18IssueNotesRefactor: Prevent anon user to try to add award.Fatih Acet
2017-08-18IssueNotesRefactor: Don’t explicitly check against undefined.Fatih Acet
2017-08-16IssueNotesRefactor: Add existence check to find the note.Fatih Acet
2017-08-13Fixes autosave not enabling comment button when it is restored.Filipa Lacerda
2017-08-11Fix open discussionsFilipa Lacerda
2017-08-11Fix open discussionsFilipa Lacerda
2017-08-10[ci skip] Fallback to empty object if no user is signed inFilipa Lacerda
2017-08-10[ci skip] Improve performance of getting last noteFilipa Lacerda
2017-08-08[ci skip] Init testing vue app for issue notesFilipa Lacerda
2017-08-07Init adding testsFilipa Lacerda
2017-08-02[ci skip] Fix broken links for signin and register pathFilipa Lacerda
2017-08-02[ci skip] Disable slash commands in edit modeFilipa Lacerda
2017-08-02[ci skip] Fix emoji being posted twice originating an errorFilipa Lacerda
2017-08-02[ci skip] Fix toggle discussionFilipa Lacerda
2017-08-02[ci skip] Use eTag polling with Poll utility to allow stoping polling when vi...Filipa Lacerda
2017-07-30[ci skip] Fix emoji 100 bug: Creating strucutre to a forEach and then using O...Filipa Lacerda
2017-07-28[ci skip] Fix shortcuts for previewFilipa Lacerda
2017-07-28[ci skip] Find last note in discussion through vue instead of through the DOMFilipa Lacerda
2017-07-28Find last note created by current user through vue instead of querying the DOMFilipa Lacerda
2017-07-28[ci skip] Emit events up to prevent accessing refs of refsFilipa Lacerda
2017-07-28[ci skip] Remove DOM querying for paths, save them in the storeFilipa Lacerda
2017-07-27[ci skip] Add issue data and notes data provided through haml to the store to...Filipa Lacerda
2017-07-26Use mapActions, mapGetters and mapMutations for componentsFilipa Lacerda
2017-07-26[ci skip] Add constantsFilipa Lacerda
2017-07-25Follow vuex docs to divide store into: actions, getters and mutationsFilipa Lacerda
2017-07-22IssueNotesRefactor: Check existence of command changes for time tracking.Fatih Acet
2017-07-22IssueNotesRefactor: Add referenced users and commands to markdown field.Fatih Acet
2017-07-22IssueNotesRefactor: Implement time tracking sidebar integration with slash co...Fatih Acet
2017-07-21IssueNotesRefactor: Fix issue spinach tests.Fatih Acet
2017-07-21IssueNotesRefactor: Remove new keyword from Flash calls.Fatih Acet
2017-07-21IssueNotesRefactor: Fix award emoji specs.Fatih Acet
2017-07-21IssueNotesRefactor: Handle /award quick action.Fatih Acet
2017-07-21IssueNotesRefactor: Fix specs.Fatih Acet
2017-07-21IssueNotesRefactor: Move inline fn to utils file.Fatih Acet
2017-07-21IssueNotesRefactor: Fix showing placeholders in discussion wrapper.Fatih Acet
2017-07-21IssueNotesRefactor: Move quick actions logic to Store.Fatih Acet
2017-07-21IssueNotesRefactor: Implement showing placeholder note while creating note.Fatih Acet
2017-07-21IssueNotesRefactor: Implement quick actions with system note placeholders.Fatih Acet
2017-07-21IssueNotesRefactor: Decouple poll from main component to increase reusability.Fatih Acet