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
path: root/app
AgeCommit message (Expand)Author
2017-07-21IssueNotesRefactor: Fix award emoji specs.Fatih Acet
2017-07-21IssueNotesRefactor: Handle /award quick action.Fatih Acet
2017-07-21IssueNotesRefactor: Only show close/reopen button if user can update issue.Fatih Acet
2017-07-21IssueNotesRefactor: Fix specs.Fatih Acet
2017-07-21IssueNotesRefactor: Implement note edit conflict warning.Fatih Acet
2017-07-21IssueNotesRefactor: Fix Rspec tests.Fatih Acet
2017-07-21IssueNotesRefactor: MR comment fixes.Fatih Acet
2017-07-21IssueNotesRefactor: Address MR comments.Fatih Acet
2017-07-21IssueNotesRefactor: Move inline fn to utils file.Fatih Acet
2017-07-21Expire ETag cache on note when award emoji changesSean McGivern
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-21js-main-target-form class needed for tests to init textareaSimon Knox
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
2017-07-21IssueNotesRefactor: Clear AC cache.Fatih Acet
2017-07-21IssueNotesRefactor: Wrap comment form with needed element.Fatih Acet
2017-07-21IssueNotesRefactor: Fix ToDo list editability.Fatih Acet
2017-07-21IssueNotesRefactor: Listen main issue action and update note form buttons.Fatih Acet
2017-07-21IssueNotesRefactor: Fix issue reopen/close bug after merging from master.Fatih Acet
2017-07-21IssueNotesRefactor: Add GfmAutoComplete references to page.Fatih Acet
2017-07-21IssueNotesRefactor: Implement up arrow to edit last note.Fatih Acet
2017-07-21IssueNotesRefactor: Make scroll into note an action.Fatih Acet
2017-07-21IssueNotesRefactor: Implement :+1: :-1: mutality check.Fatih Acet
2017-07-21IssueNotesRefactor: Fix adding main note awards.Fatih Acet
2017-07-21IssueNotesRefactor: Add catch handler to toggleAward action.Fatih Acet
2017-07-21IssueNotesRefactor: Separate mounted blocks to methods.Fatih Acet
2017-07-21IssueNotesRefactor: Implement awarding emoji from emoji dropdown.Fatih Acet
2017-07-21IssueNotesRefactor: Slightly refactor toggleAward to remove action.Fatih Acet
2017-07-21IssueNotesRefactor: Implement emoji actions from emoji list.Fatih Acet
2017-07-21IssueNotesRefactor: Add needed js- class for the notes current user authored.Fatih Acet
2017-07-21IssueNotesRefactor: Use notesById getter.Fatih Acet
2017-07-21IssueNotesRefactor: Implement jumping to target note.Fatih Acet
2017-07-21IssueNotesRefactor: Use map getters for notes.Fatih Acet
2017-07-21IssueNotesRefactor: Fix anchor of note timestamp.Fatih Acet
2017-07-21IssueNotesRefactor: Show award actions to logged in users.Fatih Acet
2017-07-21IssueNotesRefactor: Create signed out widget.Fatih Acet
2017-07-21IssueNotesRefactor: Show note actions dropdown for logged in users only.Fatih Acet
2017-07-21IssueNotesRefactor: Don’t show report as abuse link for own notes.Fatih Acet
2017-07-21Show ”Nothing to preview” if the markdown area is empty.Fatih Acet
2017-07-21IssueNotesRefactor: Render GFM again when a comment is edited.Fatih Acet
2017-07-21IssueNotesRefactor: Flip toggle discussions chevron when discussion toggled.Fatih Acet
2017-07-21IssueNotesRefactor: Implement ESC to cancel note form.Fatih Acet
2017-07-21IssueDiscussionsRefactor: Implement polling mechanism.Fatih Acet
2017-07-21IssueNotesRefactor: Implement close/reopen issue actions.Fatih Acet
2017-07-21IssueDiscussionsRefactor: Do changes after data format change and fix dummy d...Fatih Acet
2017-07-21IssueNotesRefactor: Change data attr path.Fatih Acet
2017-07-21Remove noteable ID and type from IssueEntity create_note_pathDouwe Maan
2017-07-21Fix IssueEntity create_note_pathDouwe Maan