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-10-11Merge branch 'api-fix-project-group-sharing' into 'security'Rémy Coutable
2016-10-05Tidy up project list actionsSean McGivern
2016-10-04api: add /projects/visible API endpointBen Boeckel
2016-09-28Expose project share expiration_date field on APIFelipe Artur
2016-09-22API: Return 404 when trying to fork to unaccessible namespaceRémy Coutable
2016-09-19Allow to set request_access_enabled for groups and projects using APIFelipe Artur
2016-09-12Use Search::GlobalService.new in the `GET /projects/search/:query` endpointRémy Coutable
2016-09-09Search should compare only the lowercase versions of the project namesRazzeee
2016-09-07Higher code quality for fork to namespace APIOlaf Tomalka
2016-09-06Improved code quality on API fork namespace featureOlaf Tomalka
2016-09-06Added fork API paremeter for a specific namespaceOlaf Tomalka
2016-09-01Project tools visibility levelFelipe Artur
2016-08-31Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.Patricio Cano
2016-08-31Added CHANGELOG, documentation, and API functionalityPatricio Cano
2016-08-24expose 'only_allow_merge_if_build_succeeds' project setting in the APIMarc Dequènes (Duck)
2016-08-10Clean up project destructionStan Hu
2016-07-20Replace parse_boolean with to_booleanRobert Schilling
2016-07-12removes basicprojectwithaccess and replaces it with basicprojectdetailstiagonbotelho
2016-07-12changes the usage of simpleprojectdetails to already implemented basicproject...tiagonbotelho
2016-07-12adds basic functionality to the new endpoint of the apitiagonbotelho
2016-07-12changes string to symbol in paramtiagonbotelho
2016-07-12adds test to check json fields on simple request and changes the url request ...tiagonbotelho
2016-07-12changes the usage of simpleprojectdetails to already implemented basicproject...tiagonbotelho
2016-07-12adds basic functionality to the new endpoint of the apitiagonbotelho
2016-07-12implements filter_paramstiagonbotelho
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-05-14Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski
2016-05-10Restrict starred projects to viewable onesSean McGivern
2016-05-09Rename `images` to `container_registry`Kamil Trzcinski
2016-04-29Make images_enabled configurableKamil Trzcinski
2016-04-13Styling changes to code and docsRobert Schilling
2016-04-13Make staring API more restfulRobert Schilling
2016-04-13API: Star and unstar a projectRobert Schilling
2016-03-24PUT becomes POST on archiving endpointsZeger-Jan van de Weg
2016-03-24Add endpoints for archiving and unarchivingZeger-Jan van de Weg
2016-03-13Bring share project with group API from EEDmitriy Zaporozhets
2016-02-04Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski
2016-02-04Expose allow_guest_to_access_builds in GitLab APIKamil Trzcinski
2016-01-29First pass at deleting projects in the background.Josh Frye
2016-01-13Merge branch 'ci/api-projects' into 'master' Douwe Maan
2016-01-11Modify CI features in projects APITomasz Maczukin
2016-01-07Add API project upload endpointDouwe Maan
2016-01-07Update ./doc/apiTomasz Maczukin
2016-01-05Add ci fields in project create/update feature APITomasz Maczukin
2016-01-04Fix API project lookups when querying with a namespace with dotsStan Hu
2015-12-22Add project permissions to all project API endpointsStan Hu
2015-12-16Api support for requesting starred projects for userZeger-Jan van de Weg
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-06Fix API setting of 'public' attribute to false will make a project privateStan Hu
2015-11-13Expose CI enable option in project featuresKamil Trzcinski