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
2019-05-01Extract discussion notes into new componentPaul Gascou-Vaillancourt
2019-03-01Move EE differences in CE diff files into CEPhil Hughes
2019-02-14Fix polling for replies to individual notesHeinrich Lee Yu
2018-12-08Resolve "Navigating unresolved discussions on Merge Request page"André Luís
2018-11-27Improve discussion rendering performancePhil Hughes
2018-11-20Prettify all the thingsMike Greiling
2018-11-05Add 'only history' option to notes filterFelipe Artur
2018-10-24Impove diff discussion dataPhil Hughes
2018-10-23Resolve "Filter discussion (tab) by comments or activity in issues and merge ...Oswaldo Ferreira
2018-10-06Backport CE changes for: [Frontend only] Batch comments on merge requestsAndré Luís
2018-10-01Fix MR discussion not loaded issueMark Chao
2018-09-07Adding new threads to MR pageTim Zallmann
2018-09-07Loading Discussions later on DiffsTim Zallmann
2018-08-01Reapply "Merge branch '48817-fix-mr-changes-discussion-navigation' into 'mast...André Luís
2018-08-01Revert "Merge branch '_acet-fix-outdated-discussions' into 'master'"André Luís
2018-08-01Revert "Merge branch '48817-fix-mr-changes-discussion-navigation' into 'master'"André Luís
2018-07-20Resolve ""Jump to first/next unresolved discussion" jumps to resolved discuss...André Luís
2018-07-18Fix showing outdated discussions on Changes tabFatih Acet
2018-07-06Resolve "MRs are showing some discussions as unresolved"Simon Knox
2018-06-29Prevent fetching diffs and discussions data unnecessarily on MR pageFatih Acet
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-05Support smarter system notesJose Ivan Vargas
2018-04-23add default exports to prevent rewire plugin from breaking vuexMike Greiling
2018-03-16Prettify notes.Fatih Acet
2018-02-28Render MR Notes with Vue with behind a cookieFatih Acet
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-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-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-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-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] 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-25Follow vuex docs to divide store into: actions, getters and mutationsFilipa Lacerda