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-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-05-20Add users endpoint to frontend API classWinnie Hellmann
2017-05-08Filter projects by group on search pagePhil Hughes
After selecting a group, the projects dropdown will now filter by group projects instead Closes #29489
2017-03-14Update API on frontend to use v4Sam Rose
Use options object to pass params for project endpoint
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-01-30Use full group name/path in UI dropdownsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-16Fix group/project filters on search pageEric Eastwood
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-31Backport Group API code that was added in EE onlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-05fix group links 404barthc
2016-07-24ES6ify all the things!Fatih Acet