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-06-16fix frontend test failures after jasmine upgradeMike Greiling
2017-05-20Add users endpoint to frontend API classWinnie Hellmann
2017-03-14Update API on frontend to use v4Sam Rose
Use options object to pass params for project endpoint
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-13Remove deprecated templates endpoints in V4Oswaldo Ferreira
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all indent eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2016-12-19Merge remote-tracking branch 'origin/master' into dockerfile-templatesKamil Trzcinski
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-08Allow to use Dockerfile templatesKamil Trzcinski
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-12Create a new /templates API namespaceThomas Balthazar
The /licenses, /gitignores and /gitlab_ci_ymls endpoints are now also available under a new /templates namespace. Old endpoints will be deprecated when GitLab 9.0.0 is released.
2016-10-06Merge commit 'dev/security' into 'master'Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-05fix group links 404barthc
2016-09-23Convert label creation from API to controller endpointNick Thomas
2016-09-19Stop putting private tokens in GonNick Thomas
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-08-16Load issues and merge requests templates from repositoryFelipe Artur
2016-07-24ES6ify all the things!Fatih Acet