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-07-08Expose shared groups for projectsRobert Schilling
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-29Enable Style/SpaceAfterComma Rubocop copGrzegorz Bizon
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-06-17Merge master into issue_12758Felipe Artur
2016-06-13Expose notification setting events in APIFelipe Artur
2016-05-10Restrict starred projects to viewable onesSean McGivern
2016-04-25Prevent private snippets in public/internal projects from being leaked via APIStan Hu
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-19Fix specsFelipe Artur
2016-03-13Bring share project with group API from EEDmitriy Zaporozhets
2016-03-07Add traits for each access_level to ProjectMember factoryRobert Speicher
2016-01-19Add specs. Adjust filter.Josh Frye
2016-01-07Add API project upload endpointDouwe Maan
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-16Merge branch 'add-open-issues-count-to-api' of https://gitlab.com/stanhu/gitl...Dmitriy Zaporozhets
2015-12-12Add open_issues_count to project APIStan Hu
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-12-04Extent Event and Note APIDmitriy Zaporozhets
2015-11-13Expose CI enable option in project featuresKamil Trzcinski
2015-10-14Made suggested content changes based on MR ReviewHan Loong Liauw
2015-09-24Fix specsKamil Trzcinski
2015-09-18remove API calls from CE to CIValery Sizov
2015-07-17Fix failing specs after adding format verification for token and project url ...Marin Jankovski
2015-07-07Use stub_application_setting in a few more specsRobert Speicher
2015-06-23Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets
2015-06-22Fix part of api specs for rubocopDmitriy Zaporozhets
2015-06-22Change `to_not` calls to `not_to`Robert Speicher
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-06-14Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher
2015-06-03Fix tests and increase delay time before remove repositoryDmitriy Zaporozhets
2015-05-21Update ffaker gemRobert Speicher
2015-05-14Add order option for projects APIValery Sizov
2015-04-03Modified lib/api/entities.rb to expose Project class tag_list property to the...Cristian Medina
2015-03-27Fix tests.Douwe Maan
2015-03-27Use more specific regexes.Douwe Maan
2015-03-09Enforce restricted visibilities for snippetsVinnie Okada
2015-03-09Allow admins to override restricted visibilityVinnie Okada
2015-02-13Fix specs.Douwe Maan
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
2015-02-03Improved speed of the project_spec.rbJeroen van Baarsen
2015-01-22Fix tests and CHANGELOG entry for project edit via APIHannes Rosenögger
2015-01-22Implement edit via API for projectsMika Mäenpää