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-06-05Fix editing files via APIDmitriy Zaporozhets
2015-06-05Merge branch 'maser/gitlab-ce-order-commit-comments-in-api' into 'master'Dmitriy Zaporozhets
2015-06-04Merge branch 'make-namespaces-api-available-to-all-users' into 'master'Dmitriy Zaporozhets
2015-06-03Wrap group removal into serviceDmitriy Zaporozhets
2015-05-29Disable changing of the source branch in merge request update APIStan Hu
2015-05-28Make namespace API available to all usersStan Hu
2015-05-28You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets
2015-05-22Add support for Webhook note eventsStan Hu
2015-05-16Allow to configure gitlab_shell_secret locationJakub Jirutka
2015-05-14Add order option for projects APIValery Sizov
2015-05-13Improve Git access error messages.Douwe Maan
2015-05-08Added X-GitLab-Event header for web hooksbugagazavr
2015-05-08Order commit comments in API chronologicallyMartin Luder
2015-05-04Add current_sign_in_at to api UserSven Selberg
2015-05-03Merge branch 'api-iid' of https://github.com/jubianchi/gitlabhq into jubianch...Dmitriy Zaporozhets
2015-05-03Merge pull request #9066 from jirutka/fix-6417Dmitriy Zaporozhets
2015-05-02Query issues, merge requests and milestones with their IID through APIjubianchi
2015-04-30Don't allow a merge request to be merged when its title starts with "WIP".Douwe Maan
2015-04-27Send 500 errors as JSON in the APIjubianchi
2015-04-27Revert "Added X-GitLab-Event header for web hooks"Valery Sizov
2015-04-25Added X-GitLab-Event header for web hooksbugagazavr
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-24Let commit model know about its project.Douwe Maan
2015-04-14Track who created a group or project member.Douwe Maan
2015-04-14Use through-relation instead of manually mapping.Douwe Maan
2015-04-14Rename manage_group ability to admin_group for consistency with project.Douwe Maan
2015-04-10Include creator_id in project info of APIChristoph Dreis
2015-04-03Modified lib/api/entities.rb to expose Project class tag_list property to the...Cristian Medina
2015-04-02Merge branch 'repository-archive-worker' into 'master'Dmitriy Zaporozhets
2015-03-31Fix #6417: users with group permission should be able to create groups via APIRobert Schilling
2015-03-31Merge pull request #9023 from dantudor/patch-1Dmitriy Zaporozhets
2015-03-31Added the missing commaDan Tudor
2015-03-31Archive repositories in background worker.Douwe Maan
2015-03-30Merge branch 'events-paginate' into 'master'Douwe Maan
2015-03-29properly paginate project events in APINihad Abbasov
2015-03-26Merge branch 'master' into 'master'Dmitriy Zaporozhets
2015-03-25Merge branch 'more-rubocop-styles' into 'master'Dmitriy Zaporozhets
2015-03-25Allow ability to delete branches with '/` in nameDan Tudor
2015-03-25Merge branch 'api-internal-errors' into 'master'Dmitriy Zaporozhets
2015-03-25Enable more rubocop style checksDmitriy Zaporozhets
2015-03-24Updated api method GET /projects/:id/events to use paginate instead of a self...Stephan van Leeuwen
2015-03-24Change ordering so that confirm is removed from attrs before attempting to Us...RICKETTM@uk.ibm.com
2015-03-24Respond with full GitAccess error if user has project read access.Douwe Maan
2015-03-24Refactor GitAccess to use instance variables.Douwe Maan
2015-03-24Unescape branch param to deleteDan Tudor
2015-03-16Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-15Use `group_member` instead of `users_group` or `membership`.Douwe Maan
2015-03-14Merge branch 'master' into fix-restricted-visibilityVinnie Okada
2015-03-11More restricted visibility changesVinnie Okada