summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix deploy key api 500 if key is emptyDmitriy Zaporozhets2013-06-031-14/+16
| |
* | Add api to collect owned user projects. Api deploy_key.create: Enable deploy ↵Dmitriy Zaporozhets2013-06-032-2/+32
| | | | | | | | key if it exist in other owned project
* | Merge pull request #4115 from bke-drewb/apidocsDmitriy Zaporozhets2013-05-291-1/+1
|\ \ | | | | | | Update api docs and remove old attribute from User entity.
| * | Update api docs and remove old attribute from User entity.Drew Blessing2013-05-291-1/+1
| | | | | | | | | | | | | | | | | | The API docs incorrectly referenced a few attributes associated with users. The 'blocked' attribute has been replaced with 'state'. Also, 'dark_scheme' seems to no longer be available in the User model so it should be removed from the exposed attributes in the API User entity. Add color scheme ID to API User entity
* | | Up grape version. Fix issue with raw content being escapedDmitriy Zaporozhets2013-05-271-0/+2
| | |
* | | Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq ↵Dmitriy Zaporozhets2013-05-273-0/+293
|\ \ \ | |/ / |/| | | | | | | | | | | | | | into former03-feature_teams_api Conflicts: doc/api/README.md
| * | [FEATURE] Basic user_teams apiChristian Simon2013-05-213-0/+293
| | | | | | | | | | | | | | | * Closing #3066 * Closing #3609
* | | split repositories and projects apiDmitriy Zaporozhets2013-05-233-115/+134
|/ /
* | Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-1413-13/+51
| |
* | Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashesDmitriy Zaporozhets2013-05-072-71/+71
|\ \ | | | | | | Code cleanup: Replace old hashes and remove trailing spaces
| * | remove trailing spacesAndrey Kumanyaev2013-05-052-71/+71
| | |
* | | fix API route to delete project hookNihad Abbasov2013-05-071-1/+1
| | |
* | | modify api to work with new deploy keysDmitriy Zaporozhets2013-05-063-7/+6
|/ /
* | Add support for git-archive in gitlab internal apiDmitriy Zaporozhets2013-04-201-1/+1
| |
* | Merge pull request #3209 from tsl0922/masterDmitriy Zaporozhets2013-04-181-0/+1
|\ \ | | | | | | Fix: API 500 error when project does not exists
| * | Fix: API 500 error when project does not existstsl09222013-03-141-0/+1
| | |
* | | Paginate users in users apiDmitriy Zaporozhets2013-04-161-0/+1
| | |
* | | Fixed API file raw functionality, Fixed tree controller tests. Added ↵Dmitriy Zaporozhets2013-04-031-5/+7
| | | | | | | | | | | | BlobController specs
* | | Project.repository should never be nil so you can call repository.exists? or ↵Dmitriy Zaporozhets2013-04-011-1/+1
| | | | | | | | | | | | | | | | | | repository.empty? Also specify separate project factory for project with filled repo
* | | Fix notify specs. Fix merge request close via apiDmitriy Zaporozhets2013-03-281-0/+2
| |/ |/|
* | Dont show blocked users in autocompleteDmitriy Zaporozhets2013-03-191-0/+1
| |
* | add attachemnts support for wallDmitriy Zaporozhets2013-03-191-0/+1
| |
* | load notes for wall via apiDmitriy Zaporozhets2013-03-191-0/+4
| |
* | API docs updatedAlex Denisov2013-03-191-1/+1
| |
* | Abilities added to /user and /sign_in requestsAlex Denisov2013-03-183-4/+8
| |
* | Result of misspellings run.Kevin Lyda2013-03-171-1/+1
| | | | | | | | | | | | | | | | | | Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
* | Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into ↵Dmitriy Zaporozhets2013-03-151-1/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DanKnox-use_gollum_wikis Conflicts: app/views/layouts/project_resource.html.haml app/views/wikis/edit.html.haml app/views/wikis/pages.html.haml app/views/wikis/show.html.haml spec/features/gitlab_flavored_markdown_spec.rb
| * | Replace current Wiki system with Gollum Wikis.Dan Knox2013-03-091-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit replaces the old database backed Wiki system with the excellent Gollum git based Wiki system. The UI has been updated to allow for utilizing the extra features that Gollum provides. Specifically: * Edit page now allows you to choose the content format. * Edit page allows you to provide a commit message for the change. * History page now shows Format, Commit Message, and Commit Hash. * A new Git Access page has been added with the Wiki Repo URL. * The default page has been changed to Home from Index to match the Gollum standard. The old Wiki model has been left in tact to provide for the development of a migration script that will move all content stored in the old Wiki system into new Gollum Wikis.
* | | add api users filter and integrate users select2Dmitriy Zaporozhets2013-03-131-1/+2
| |/ |/|
* | Reduce amount of user info provided with internal apiDmitriy Zaporozhets2013-03-112-1/+5
| |
* | Merge branch 'master' into api/system_hooks_adjustmentsSebastian Ziebell2013-03-071-0/+3
|\ \ | |/
| * Merge pull request #2835 from Asquera/fixes/apiDmitriy Zaporozhets2013-03-078-33/+129
| |\ | | | | | | Fix API return codes
| * | block user should not be able to pushDmitriy Zaporozhets2013-03-071-0/+3
| | |
* | | API: system hooks API functions and documentation updatedSebastian Ziebell2013-03-071-5/+15
| |/ |/| | | | | | | | | * updated system hooks documentation and code comments * fixed access to system hooks if no user given resulting in a `500 Server Error` * added tests
* | API: fixes project creation and removed redundant infoSebastian Ziebell2013-03-072-6/+3
| |
* | Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-075-0/+175
|\ \ | |/ | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
| * Merge pull request #3146 from amacarthur/AdminAPIsDmitriy Zaporozhets2013-03-063-0/+70
| |\ | | | | | | Additional Admin APIs
| | * Additional Admin APIsAngus MacArthur2013-03-053-0/+70
| | |
| * | Merge pull request #3149 from m4tthumphrey/api-deploy-keysDmitriy Zaporozhets2013-03-061-0/+43
| |\ \ | | | | | | | | Added methods to manage project deploy keys via API
| | * | Project deploy keys APIMatt Humphrey2013-03-051-0/+43
| | |/
| * | System hooks API.Matt Humphrey2013-03-061-0/+60
| |/
* | API: refactored and simplified error handling in merge requests APISebastian Ziebell2013-03-052-18/+8
| |
* | Fixes apiSebastian Ziebell2013-03-051-2/+1
| |
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-03-052-4/+4
|\ \ | |/ | | | | | | Conflicts: lib/api/projects.rb
| * User's blocked field refactored to use state machineAndrew8xx82013-03-041-2/+2
| |
| * Missed comma.Matt Humphrey2013-03-011-1/+1
| |
| * Added namespace_id to project creation via APIMatt Humphrey2013-03-011-1/+2
| | | | | | This allows you to set the namespace ID for projects via the the API. By default it is created for the current user. You can assign it to the global namespace by passing `GLN` which translates to 'Global Namespace'.
* | API: fixed adding a noteSebastian Ziebell2013-02-271-1/+1
| | | | | | | | Now the correct attribute is checked if it's available or not. Also fixed a test.
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-271-1/+1
|\ \ | |/
| * proper fix for #2300Nihad Abbasov2013-02-271-1/+1
| |