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
2013-06-11cattr_accessor is not threadsafe!Dmitriy Zaporozhets
2013-06-06API: project eventsDmitriy Zaporozhets
2013-06-06API: Add last_activity_at date to project entityDmitriy Zaporozhets
2013-06-06API: implement retrieve of repository treeDmitriy Zaporozhets
2013-06-06API: Fix repository commits paginationDmitriy Zaporozhets
2013-06-06Fix snippet raw content being escapedDmitriy Zaporozhets
2013-06-06Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets
2013-06-06Fix milestone api docs: invalid param for closeDmitriy Zaporozhets
2013-06-06Fix wrong documentation for issue close api. Fixes #3548Dmitriy Zaporozhets
2013-06-04Selectable deploy keys contain master projectsbabatakao
2013-06-04Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets
2013-06-03Fix deploy key api 500 if key is emptyDmitriy Zaporozhets
2013-06-03Add api to collect owned user projects. Api deploy_key.create: Enable deploy ...Dmitriy Zaporozhets
2013-05-30Merge pull request #4115 from bke-drewb/apidocsDmitriy Zaporozhets
2013-05-29Update api docs and remove old attribute from User entity.Drew Blessing
2013-05-27Up grape version. Fix issue with raw content being escapedDmitriy Zaporozhets
2013-05-27Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq into...Dmitriy Zaporozhets
2013-05-23split repositories and projects apiDmitriy Zaporozhets
2013-05-22[FEATURE] Basic user_teams apiChristian Simon
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-05-07Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashesDmitriy Zaporozhets
2013-05-06fix API route to delete project hookNihad Abbasov
2013-05-06modify api to work with new deploy keysDmitriy Zaporozhets
2013-05-05remove trailing spacesAndrey Kumanyaev
2013-04-20Add support for git-archive in gitlab internal apiDmitriy Zaporozhets
2013-04-18Merge pull request #3209 from tsl0922/masterDmitriy Zaporozhets
2013-04-16Paginate users in users apiDmitriy Zaporozhets
2013-04-03Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets
2013-04-01Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets
2013-03-28Fix notify specs. Fix merge request close via apiDmitriy Zaporozhets
2013-03-25Tests fixedAndrew8xx8
2013-03-19Dont show blocked users in autocompleteDmitriy Zaporozhets
2013-03-19add attachemnts support for wallDmitriy Zaporozhets
2013-03-19load notes for wall via apiDmitriy Zaporozhets
2013-03-19API docs updatedAlex Denisov
2013-03-19Abilities added to /user and /sign_in requestsAlex Denisov
2013-03-17Result of misspellings run.Kevin Lyda
2013-03-15Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into D...Dmitriy Zaporozhets
2013-03-14Fix: API 500 error when project does not existstsl0922
2013-03-14add api users filter and integrate users select2Dmitriy Zaporozhets
2013-03-11Reduce amount of user info provided with internal apiDmitriy Zaporozhets
2013-03-10Replace current Wiki system with Gollum Wikis.Dan Knox
2013-03-07Merge branch 'master' into api/system_hooks_adjustmentsSebastian Ziebell
2013-03-07API: system hooks API functions and documentation updatedSebastian Ziebell
2013-03-07Merge pull request #2835 from Asquera/fixes/apiDmitriy Zaporozhets
2013-03-07API: fixes project creation and removed redundant infoSebastian Ziebell
2013-03-07Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell
2013-03-07block user should not be able to pushDmitriy Zaporozhets
2013-03-07Merge pull request #3146 from amacarthur/AdminAPIsDmitriy Zaporozhets
2013-03-06Merge pull request #3149 from m4tthumphrey/api-deploy-keysDmitriy Zaporozhets