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-02-19Fix private flag for projectDmitriy Zaporozhets
2013-02-18Issue uses StateMachine nowAndrew8xx8
2013-02-18Milestone uses StateMachine nowAndrew8xx8
2013-02-18Merge Request uses StateMachine nowAndrew8xx8
2013-02-16uppercase Gitlab version and revision constants. check api return gitlab vers...Dmitriy Zaporozhets
2013-02-15fixed API access to the projectlivedata
2013-02-10Changed function to `not_found`.Sebastian Ziebell
2013-02-08Status code 404 returned when retrieving non existent branch (issue #2922)Sebastian Ziebell
2013-02-07Merge branch 'gitlab-shell' of dev.gitlabhq.com:gitlab/gitlabhqDmitriy Zaporozhets
2013-02-07deploy keys support for gitlab-shell apiDmitriy Zaporozhets
2013-02-05api check callDmitriy Zaporozhets
2013-02-05Fixed: post-receive, project remove, testsDmitriy Zaporozhets
2013-02-04Internal APIDmitriy Zaporozhets
2013-02-03Code deduplication using inheritance for GroupDetailChristian Simon
2013-02-01Fix groups api: differ between users and adminChristian Simon
2013-02-01Add api for creating/listing/viewing groupsChristian Simon
2013-01-31Merge pull request #2839 from m4tthumphrey/protected-branches-apiDmitriy Zaporozhets
2013-01-31Merge branch 'extend_user_api' of https://github.com/bladealslayer/gitlabhq i...Dmitriy Zaporozhets
2013-01-31Added methods to protect and unprotect branchesMatt Humphrey
2013-01-31add path and path_with_namespace to api project entityDmitriy Zaporozhets
2013-01-30Expose MergeRequest object as a notable in the API to allow for easy retrieva...Micah Huff
2013-01-18Improve CreateContext call. Fixed testDmitriy Zaporozhets
2013-01-17Refactor project creation. Added logout link to profile pageGitLab
2013-01-16Merge pull request #2460 from calmh/expose-namespaceDmitriy Zaporozhets
2013-01-04Rspec fixesDmitriy Zaporozhets
2013-01-03'namespace' should be exposed via the APIJakob Borg
2013-01-02Fixed missing current user for issue observerDmitriy Zaporozhets
2013-01-02Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets
2012-12-22Remove path parameter from projects APIRiyad Preukschas
2012-12-21Remove all references tp the project code parameter from the APIRiyad Preukschas
2012-12-21Remove the code parameter from the projects APIRiyad Preukschas
2012-12-20refactoring gfm_autocompleteValeriy Sizov
2012-12-18Extended users API to support updating and deleting users.Boyan Tabakov
2012-12-12Add username to User and UserBasic entities in API and in examples in doc.Cyril
2012-12-12Validates presence of User#nameCyril
2012-12-12Fix namespace api autocompleteDmitriy Zaporozhets
2012-12-01API: get a single wall noteNihad Abbasov
2012-12-01API: expose created date for project hooks and user SSH keysNihad Abbasov
2012-11-30API: ability to create a wall noteNihad Abbasov
2012-11-30API: don't expose 'updated_at' for notesNihad Abbasov
2012-11-30API: restore broken merge request commentingNihad Abbasov
2012-11-30API: create new notesNihad Abbasov
2012-11-30API: get a single noteNihad Abbasov
2012-11-30correct exampleNihad Abbasov
2012-11-30API: list wall, snippet and issue notesNihad Abbasov
2012-11-24Fixed spinach and tests. Build should pass nowDmitriy Zaporozhets
2012-11-24Fixing requests after namespaces. Fixed admin bug with access to projectDmitriy Zaporozhets
2012-11-23Fixed some tests and snippet colorizeDmitriy Zaporozhets
2012-11-23Deprecate code for Project. Use title and pathDmitriy Zaporozhets
2012-11-09linguist will take care of thisSaito