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
path: root/lib
AgeCommit message (Expand)Author
2016-03-01Merge branch 'fix/commit-status-api-improvement' into 'master' Douwe Maan
2016-03-01Merge branch 'rs-wiki-toc' into 'master' Douwe Maan
2016-03-01Merge branch 'comment-batch-size' into 'master' Douwe Maan
2016-03-01Check if commit exists first in commit status APIGrzegorz Bizon
2016-02-29Merge branch 'fix/project-wiki-ending' into 'master' Robert Speicher
2016-02-29Merge branch 'rs-data-links' into 'master' Douwe Maan
2016-02-29Return empty array when commit has no statuses in APIGrzegorz Bizon
2016-02-26updated internal.rb and spec based on MR feedbackJames Lopez
2016-02-25Batch size >1000 does not pay offJacob Vosmaer
2016-02-24fix for projects ending in .wikiJames Lopez
2016-02-24Sanitize `vbscript:` linksRobert Speicher
2016-02-24Replace Gollum `[[_TOC_]]` tag with result of TableOfContentsFilterRobert Speicher
2016-02-23Merge branch 'uploads-700' into 'master' Marin Jankovski
2016-02-22Sanitize `data:` linksRobert Speicher
2016-02-20Merge branch 'refactor-scan' into 'master' Douwe Maan
2016-02-19Fix API implementationKamil Trzcinski
2016-02-19Introduce API for serving the artifacts archiveKamil Trzcinski
2016-02-19Record user that erased a build through APIGrzegorz Bizon
2016-02-19Use POST method instead of DELETE when erasing a buildGrzegorz Bizon
2016-02-19Fix build api specs after rebaseGrzegorz Bizon
2016-02-19Fix name of build erasable, remove superfluous method from itGrzegorz Bizon
2016-02-19Move build eraseable API to proper API contextGrzegorz Bizon
2016-02-19Do not allow to modify build if it has been erasedGrzegorz Bizon
2016-02-19Use DELETE verb for erasing a build contentGrzegorz Bizon
2016-02-19And CI API endpoint where user can erase a buildGrzegorz Bizon
2016-02-19Move eraseable implementation to build concernGrzegorz Bizon
2016-02-19Add methods to build eraseable componentGrzegorz Bizon
2016-02-19Merge branch 'saml-decoupling' into 'master'Patricio Cano
2016-02-19Improve readability of 'rake cache:clear' codeJacob Vosmaer
2016-02-19Rename Entities::ForkedFromProject to Entities::BasicProjectDetailsTomasz Maczukin
2016-02-19Change `last_contact` to `contacted_at`Tomasz Maczukin
2016-02-19Replace Entities::RunnerProjectDetails with Entities::ForkedFromProjectTomasz Maczukin
2016-02-19iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ...Tomasz Maczukin
2016-02-19Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin
2016-02-19Modify and fix output of delete and update of a runnerTomasz Maczukin
2016-02-19Modify runner projects selecting method in runners APITomasz Maczukin
2016-02-19Fix runners filteringTomasz Maczukin
2016-02-19Limit projects to user available projects if user is not an adminTomasz Maczukin
2016-02-19Modify authentication check methods in runners APITomasz Maczukin
2016-02-19Add token to runner details output in APITomasz Maczukin
2016-02-19Add associated project info to runner details outputTomasz Maczukin
2016-02-19Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin
2016-02-19Add some fixes in runners API documentationTomasz Maczukin
2016-02-19Fix runners filtering in APITomasz Maczukin
2016-02-19Add missing methods documentation; fix rubocop reported violationTomasz Maczukin
2016-02-19Add feature to enable/disable runner in projectTomasz Maczukin
2016-02-19Add basic runners management APITomasz Maczukin
2016-02-19Merge branch 'rs-emoji' into 'master' Douwe Maan
2016-02-19Make new `allow_single_sign_on` feature backwards compatiblePatricio Cano
2016-02-19Decouple SAML authentication from the default Omniauth logicPatricio Cano