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
2016-11-10Issue board spec fixesPhil Hughes
2016-11-10Fixed jump to discussion button not showingPhil Hughes
2016-11-10Changed how resolving notes is renderedPhil Hughes
2016-11-10Fixed up resolve discussionsPhil Hughes
2016-11-10Migrate Vue v1 to v2.Fatih Acet
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-21Pass the full project path for resolve buttonsPhil Hughes
2016-08-19Fix jumping between discussions on changes tabDouwe Maan
2016-08-19Fix bug causing “Jump to discussion” button not to showDouwe Maan
2016-08-17Function should return a boolean.Connor Shea
2016-08-17Forgot another one.Connor Shea
2016-08-17Fix more incomplete if/else statements.Connor Shea
2016-08-17Remove non-standard VueJS files from vendor.Connor Shea
2016-08-17Add return statements for if statements that were missing them.Connor Shea
2016-08-15Resolve feedback.Connor Shea
2016-08-12Don’t show “Resolve discussion” for non-author/membersDouwe Maan
2016-08-10Fix a bug and a test.Connor Shea
2016-08-09If the next discussion is closed, toggle it open.Connor Shea
2016-08-05Implement Jump behavior for Changes tabDouwe Maan
2016-08-04Jumps between discussions on the changes tabPhil Hughes
2016-08-04Comment & resolve button no longer looks for can-resolve attributePhil Hughes
2016-08-01Moved update headline HTML into discussion modelPhil Hughes
2016-08-01Moved method to compile components from window into diffnotesappPhil Hughes
2016-08-01Updated method name to be more descriptivePhil Hughes
2016-08-01Unminified versions of vue & vue-resourcePhil Hughes
2016-08-01Updated issues with jump tp buttonPhil Hughes
2016-07-29File renamePhil Hughes
2016-07-29Added tests for hidden jump to buttonPhil Hughes
2016-07-29Hides jump to next button if only one discussion visiblePhil Hughes
2016-07-29Added JS spec tests for CommentsStorePhil Hughes
2016-07-29Correctly cycles the unresolved discussionsPhil Hughes
2016-07-29Fixed failing testsPhil Hughes
2016-07-29Moved most of the data handling into discussion & notes modelsPhil Hughes
2016-07-29Don’t depend on unique class.Douwe Maan
2016-07-28Moved the parentheses outside to make Babel happyPhil Hughes
2016-07-27Updates the text above discussions when resolving notes & discussionsPhil Hughes
2016-07-27Added tests for resolving comments featurePhil Hughes
2016-07-27Added jump tp next discussion buttonPhil Hughes
2016-07-26Added jump to next discussion buttonPhil Hughes
2016-07-26Variables renamesPhil Hughes
2016-07-26Comment & resolve button text is done through VueJSPhil Hughes
2016-07-26Shows tooltip for resolved even if user cant resolve commentsPhil Hughes
2016-07-26Added resolved by users name into tooltipPhil Hughes
2016-07-26Added ability to toggle resolving by commentingPhil Hughes
2016-07-26Correctly resolves/unresolves discussionsPhil Hughes