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/api
AgeCommit message (Expand)Author
2015-02-23Improve error messages when file editing failsVinnie Okada
2015-02-19Improve broadcast message APIDmitriy Zaporozhets
2015-02-19Dont send 404 if no broadcast messages now because it flood gitlab-shell logs...Dmitriy Zaporozhets
2015-02-18Remove Group#owner_id from API since it is not used any moreDmitriy Zaporozhets
2015-02-12Edit group members via APIVinnie Okada
2015-02-07Add internal broadcast message API.Douwe Maan
2015-02-06Refactor and improve sorting objects in API for projects, issues and merge re...Dmitriy Zaporozhets
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2015-02-05Merge pull request #8712 from jvanbaarsen/add-merge-request-files-endpointDmitriy Zaporozhets
2015-02-04Added a way to retrieve MR filesJeroen van Baarsen
2015-02-03Merge pull request #8723 from jubianchi/api-groups-pathDmitriy Zaporozhets
2015-02-03Acces groups with their path in APIjubianchi
2015-02-03Rubocop: Style/CaseIndentation enabledDmitriy Zaporozhets
2015-02-03Avoid using {...} for multi-line blocksDmitriy Zaporozhets
2015-02-03Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets
2015-02-03Convert hashes to ruby 1.9 styleDmitriy Zaporozhets
2015-01-27Merge pull request #8609 from jubianchi/issues/6289-api-handle-error-project-...Dmitriy Zaporozhets
2015-01-23Merge branch 'feature_api_project_edit' into 'master'Dmitriy Zaporozhets
2015-01-22Implement edit via API for projectsMika Mäenpää
2015-01-22Fix the test and add documentation for the "per-milestone issues API call"Hannes Rosenögger
2015-01-22Add per-milestone issues API callJustin Whear
2015-01-21developer can push to protected branchesValery Sizov
2015-01-19Handle errors on API when a project does not have a repository (Closes #6289)jubianchi
2015-01-18Merge pull request #8464 from dserodio/group-api-descriptionDmitriy Zaporozhets
2015-01-18Merge pull request #8307 from cirosantilli/project-api-comment-typoJeroen van Baarsen
2015-01-16Add description attribute to group API (GET and POST)Daniel Serodio
2015-01-16Merge pull request #8096 from cirosantilli/regex-to-stringDmitriy Zaporozhets
2015-01-12Add search filter option on project api for authorized projects.Marin Jankovski
2015-01-07Fix failing tests due to updates on the return messages.Marin Jankovski
2015-01-07Add a message when unable to save an object through api.Marin Jankovski
2014-12-30Forward the messages in api response.Marin Jankovski
2014-12-30Message for api files and groups.Marin Jankovski
2014-12-30Clearer message if adding comment to commit via api fails.Marin Jankovski
2014-12-30Update branch api not found messages to 'Branch not found'.Marin Jankovski
2014-12-30Add group filtering by name for APIDmitriy Zaporozhets
2014-12-29Merge pull request #7675 from yglukhov/patch_notes_apiDmitriy Zaporozhets
2014-12-29Updated indentation on case when statements.Stephan van Leeuwen
2014-12-29Changed setting the sort variableStephan van Leeuwen
2014-12-29Updated projects api to allow orderingStephan van Leeuwen
2014-12-29Replace regex methods by string ones since fasterCiro Santilli
2014-12-25Implemented notes (body) patching in API.uran
2014-12-24Doorkeeper integrationValery Sizov
2014-12-04Supporting for multiple omniauth provider for the same userValery Sizov
2014-12-01Fix internal API for missing project or keyDmitriy Zaporozhets
2014-11-18Better message for failed pushes because of git hooksValery Sizov
2014-11-14Typo in project API events commentCiro Santilli
2014-11-12Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into j...Dmitriy Zaporozhets
2014-11-04Merge pull request #8224 from liammonahan/masterValeriy Sizov
2014-11-03Expose projects_limit through users API if UserFull.Liam Monahan
2014-10-31Expose author username in project events APIDmitriy Zaporozhets