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 (Collapse)Author
2017-12-07Allow commenting on individual commits inside an MRDouwe Maan
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-07-12Update vue-resourceFilipa Lacerda
2017-05-16update diff_notes_bundle to ES module syntaxMike Greiling
2017-05-09Merge request widget redesignFatih Acet
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-17Remove IIFEs from diff_notes_bundle.jsAlfredo Sumaran
2017-03-21remove Vue from the global spaceMike Greiling
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-02-09Uses shared vue resource interceptorPhil Hughes
2017-02-09Refactored diff notes Vue appPhil Hughes
It now relies on its Vue bundle rather than the window. Fixes some reactivity issues that was happening in EE
2017-01-19resolve all indent eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2016-12-14expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling
when no-undef encountered
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-21Pass the full project path for resolve buttonsPhil Hughes
This fixes an issue that would stop the resolve buttons working when GitLab is installed with a relative URL Closes #21704
2016-08-05Implement Jump behavior for Changes tabDouwe Maan
2016-08-04Comment & resolve button no longer looks for can-resolve attributePhil Hughes
Fixed some bugs when removing notes
2016-08-01Moved update headline HTML into discussion modelPhil Hughes
2016-08-01Updated method name to be more descriptivePhil Hughes
2016-08-01Updated issues with jump tp buttonPhil Hughes
Fixed styling bugs
2016-07-29Added tests for hidden jump to buttonPhil Hughes
2016-07-29Fixed failing testsPhil Hughes
2016-07-29Moved most of the data handling into discussion & notes modelsPhil Hughes
Reduced some duplicated code with compiling components Fixed bug with resolve button tooltip not updating after resolving discussion
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-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