summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-0310-23/+29
* Merge branch 'issue-discussions-refactor' into 'master'Jacob Schatz2017-09-028-18/+28
|\
| * Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-312-2/+2
| |\
| * \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-316-40/+40
| |\ \
| * \ \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-3034-107/+140
| |\ \ \
| * \ \ \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-2340-88/+104
| |\ \ \ \
| * | | | | Misc tweaksDouwe Maan2017-08-173-6/+9
| * | | | | Rename a few attribute suffixes from `_url` to `_path`Douwe Maan2017-08-171-2/+2
| * | | | | Remove view=full_data from NotesControllerDouwe Maan2017-08-171-1/+1
| * | | | | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-1729-573/+606
| |\ \ \ \ \
| * | | | | | Fix autocomplete broken testsFilipa Lacerda2017-08-141-2/+1
| * | | | | | Fix broken testsFilipa Lacerda2017-08-121-1/+1
| * | | | | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-1210-63/+69
| |\ \ \ \ \ \
| * | | | | | | Fix open discussionsFilipa Lacerda2017-08-111-1/+1
| * | | | | | | Fix open discussionsFilipa Lacerda2017-08-112-1/+3
| * | | | | | | Adds confidential issue informationFilipa Lacerda2017-08-112-9/+0
| * | | | | | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-106-43/+22
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-0857-363/+540
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Convert ?full_data=1 -> ?view=full_dataSean McGivern2017-08-071-1/+1
| * | | | | | | | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-078-9/+12
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-043-221/+221
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-0446-127/+225
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ci skip] Remove all global dataFilipa Lacerda2017-08-021-4/+0
| * | | | | | | | | | | | [ci skip] Removes Vue from awards handler codeFilipa Lacerda2017-08-011-1/+1
| * | | | | | | | | | | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-0146-388/+172
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-07-3166-184/+273
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | [ci skip] Fix shortcuts for previewFilipa Lacerda2017-07-281-1/+1
| * | | | | | | | | | | | | | [ci skip] Emit events up to prevent accessing refs of refsFilipa Lacerda2017-07-281-0/+2
| * | | | | | | | | | | | | | [ci skip] Remove DOM querying for paths, save them in the storeFilipa Lacerda2017-07-281-1/+3
| * | | | | | | | | | | | | | [ci skip] Add issue data and notes data provided through haml to the store to...Filipa Lacerda2017-07-271-6/+6
| * | | | | | | | | | | | | | IssueNotesRefactor: Fix Rspec tests.Fatih Acet2017-07-211-1/+1
| * | | | | | | | | | | | | | IssueNotesRefactor: Address MR comments.Fatih Acet2017-07-212-2/+2
| * | | | | | | | | | | | | | IssueNotesRefactor: Add GfmAutoComplete references to page.Fatih Acet2017-07-211-0/+2
| * | | | | | | | | | | | | | IssueNotesRefactor: Implement up arrow to edit last note.Fatih Acet2017-07-211-2/+2
| * | | | | | | | | | | | | | IssueNotesRefactor: Fix adding main note awards.Fatih Acet2017-07-211-1/+1
| * | | | | | | | | | | | | | IssueNotesRefactor: Create signed out widget.Fatih Acet2017-07-211-1/+1
| * | | | | | | | | | | | | | IssueDiscussionsRefactor: Implement polling mechanism.Fatih Acet2017-07-211-1/+1
| * | | | | | | | | | | | | | IssueNotesRefactor: Implement close/reopen issue actions.Fatih Acet2017-07-211-2/+2
| * | | | | | | | | | | | | | IssueNotesRefactor: Change data attr path.Fatih Acet2017-07-211-3/+1
| * | | | | | | | | | | | | | Add data required for note formDouwe Maan2017-07-211-0/+6
| * | | | | | | | | | | | | | IssueNotesRefactor: Implement main note form.Fatih Acet2017-07-211-2/+2
| * | | | | | | | | | | | | | Implement note awards as a vue component.Fatih Acet2017-07-211-1/+2
| * | | | | | | | | | | | | | Implement initial version of Vue notes for issues. 🎉 🎉Fatih Acet2017-07-211-3/+3
| * | | | | | | | | | | | | | Initial version of main component, Vuex store and service of issue discussion...Fatih Acet2017-07-211-2/+3
| * | | | | | | | | | | | | | Add data-discussions-path to issues notes divDouwe Maan2017-07-211-1/+1
| * | | | | | | | | | | | | | Add full JSON endpoints for issue notes and discussionsDouwe Maan2017-07-211-1/+1
| * | | | | | | | | | | | | | Notes bundle for the issue discussions refactor.Fatih Acet2017-07-211-0/+5
* | | | | | | | | | | | | | | Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into '...Robert Speicher2017-09-013-7/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | More review commentsNick Thomas2017-08-301-2/+2
| * | | | | | | | | | | | | | | Address review commentsNick Thomas2017-08-301-1/+1