Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add order option for projects API | Valery Sizov | 2015-05-14 | 1 | -1/+6 |
| | |||||
* | Updated api method GET /projects/:id/events to use paginate instead of a ↵ | Stephan van Leeuwen | 2015-03-24 | 1 | -5/+2 |
| | | | | | | | | self-implementation Also updated example request url Added changelog item | ||||
* | Allow admins to override restricted visibility | Vinnie Okada | 2015-03-08 | 1 | -3/+3 |
| | | | | | Allow admins to use restricted visibility levels when creating or updating projects. | ||||
* | Refactor and improve sorting objects in API for projects, issues and merge ↵ | Dmitriy Zaporozhets | 2015-02-05 | 1 | -38/+35 |
| | | | | requests | ||||
* | Implement edit via API for projects | Mika Mäenpää | 2015-01-22 | 1 | -0/+43 |
| | |||||
* | Merge pull request #8307 from cirosantilli/project-api-comment-typo | Jeroen van Baarsen | 2015-01-18 | 1 | -1/+1 |
|\ | | | | | Typo in project API events comment | ||||
| * | Typo in project API events comment | Ciro Santilli | 2014-11-14 | 1 | -1/+1 |
| | | |||||
* | | Add search filter option on project api for authorized projects. | Marin Jankovski | 2015-01-12 | 1 | -3/+4 |
| | | |||||
* | | Forward the messages in api response. | Marin Jankovski | 2014-12-30 | 1 | -1/+1 |
| | | |||||
* | | Updated indentation on case when statements. | Stephan van Leeuwen | 2014-12-29 | 1 | -20/+20 |
| | | |||||
* | | Changed setting the sort variable | Stephan van Leeuwen | 2014-12-29 | 1 | -20/+4 |
| | | | | | | | | Changed from using cases to set the sort variable, to use a one line if/else statement | ||||
* | | Updated projects api to allow ordering | Stephan van Leeuwen | 2014-12-29 | 1 | -2/+57 |
|/ | | | | | Added support for order_by and sort parameters, to sort the projects by the specified values. Updated projects api documentation including the order_by and sort parameters | ||||
* | Remove :keep_repo option | Vinnie Okada | 2014-10-22 | 1 | -7/+1 |
| | | | | Always delete repositories from the filesystem when deleting a project. | ||||
* | Add option to keep repo on project delete | Vinnie Okada | 2014-10-07 | 1 | -1/+7 |
| | | | | | | | | | Update the project API controller to use `Projects::DestroyService` instead of calling `Project#destroy` directly. Also add an optional parameter, `:keep_repo`, that allows a project to be deleted without deleting the repository, wiki, and satellite from disk. | ||||
* | API: Initial support for forking a project via the API | Bernhard Kaindl | 2014-10-01 | 1 | -0/+17 |
| | | | | | | | | | | This change adds POST /projects/fork/:id to the API for forking a project into the namespace of the authenticated user, like the "create fork" link in the GUI does. It also calls the same code. Failure and permission checks (except for conflict) are already implemented and handled in ForkService and the API, so the added code is simple and does not alter anything. | ||||
* | Improve error reporting on users API | jubianchi | 2014-09-16 | 1 | -2/+2 |
| | | | | | | | | * users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks * issues * labels * projects | ||||
* | Add, delete labels via API | Robert Schilling | 2014-08-13 | 1 | -11/+0 |
| | |||||
* | Cleaner variable name | Dmitriy Zaporozhets | 2014-08-11 | 1 | -3/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'master' into 'master' | Dmitriy Zaporozhets | 2014-08-11 | 1 | -2/+10 |
|\ | | | | | | | | | | | | | | | Let users limit by archived/not archived projects in GitLab API GET /projects Adds a boolean parameter, archived, to the /projects endpoint. See merge request !158 | ||||
| * | Add an option to GET /projects in the GitLab API to exclude archived projects | Sasha Joseph | 2014-07-28 | 1 | -2/+10 |
| | | |||||
* | | Fix tests | Dmitriy Zaporozhets | 2014-07-30 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #7089 from NARKOZ/api-patch | Dmitriy Zaporozhets | 2014-07-23 | 1 | -1/+4 |
|\ | | | | | API patch | ||||
| * | API: ability to set an import url when creating project for a specified user | Nihad Abbasov | 2014-06-06 | 1 | -1/+4 |
| | | |||||
* | | Dont expose user email via API | Dmitriy Zaporozhets | 2014-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | To prevent leaking of users info we reduce amount of user information retrieved via API for normal users. What user can get via API: * if not admin: only id, state, name, username and avatar_url * if admin: all user information * about himself: all informaion Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Wipe wall notes feature | Dmitriy Zaporozhets | 2014-06-13 | 1 | -4/+0 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | changed doc comment for get labels of a project | Ábner Silva de Oliveira | 2014-03-23 | 1 | -2/+4 |
| | |||||
* | added api method to return labels of a given project | Ábner Silva de Oliveira | 2014-03-21 | 1 | -0/+9 |
| | |||||
* | Add current user permissions info to /api/projects/:id.json | Dmitriy Zaporozhets | 2014-03-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move project members api to separate file | Dmitriy Zaporozhets | 2014-03-17 | 1 | -105/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | project_user selectbox with ajax autocomplete | Dmitriy Zaporozhets | 2014-02-13 | 1 | -1/+13 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove deprecated finders | skv | 2014-01-19 | 1 | -2/+2 |
| | |||||
* | Replace context with service in lib | Dmitriy Zaporozhets | 2014-01-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add import_url param in API projects create | Maxime Brugidou | 2013-12-09 | 1 | -1/+2 |
| | |||||
* | Adding authenticated public mode (internal). | Jason Hollingsworth | 2013-11-26 | 1 | -5/+19 |
| | | | | | | Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set. | ||||
* | Add project.all for API if admin | Dmitriy Zaporozhets | 2013-11-18 | 1 | -0/+10 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove default_branch support from API project creation | Dmitriy Zaporozhets | 2013-11-06 | 1 | -2/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | API: new feature - remove project[D | Dmitriy Zaporozhets | 2013-10-09 | 1 | -0/+10 |
| | |||||
* | Used pagnation function from api helpers | Izaak Alpert | 2013-09-24 | 1 | -6/+4 |
| | | | | Change-Id: I1bdd3608d3b46924b5da3ae282c99f85ee4e0dab | ||||
* | Added search for projects by name to api | Izaak Alpert | 2013-09-23 | 1 | -19/+34 |
| | | | | | | | | | GITLAB-1283 (GITLAB-869) Change-Id: I611e7e93f6292de08e1edc8d3ea77cf9087b6ded Conflicts: config/initializers/1_settings.rb | ||||
* | Allow specify path when create project via api | Dmitriy Zaporozhets | 2013-08-14 | 1 | -7/+8 |
| | |||||
* | enhance project creation apis to allow setting of public attribute | Angus MacArthur | 2013-07-12 | 1 | -2/+6 |
| | | | | Change-Id: Ib71ce8cf993627eada63d7d596fb302ec702f36e | ||||
* | Merge pull request #3993 from bke-drewb/3599 | Dmitriy Zaporozhets | 2013-07-11 | 1 | -9/+13 |
|\ | | | | | Issue 3599: Add snippets_enabled flag to projects for API | ||||
| * | Issue 3599: Add snippets_enabled flag to projects for API | Drew Blessing | 2013-06-11 | 1 | -9/+13 |
| | | | | | | | | | | | | s 3599: Add snippets_enabled flag to projects for API Replace missing comma | ||||
* | | Additon of apis for fork administration. | Angus MacArthur | 2013-07-08 | 1 | -0/+36 |
|/ | | | | | Added ability to add and remove the forked from/to relatioinship between existing repos. | ||||
* | API: project events | Dmitriy Zaporozhets | 2013-06-06 | 1 | -0/+14 |
| | |||||
* | Split Project api on several parts: deploy_keys, hooks, snippets etc | Dmitriy Zaporozhets | 2013-06-06 | 1 | -261/+0 |
| | |||||
* | Selectable deploy keys contain master projects | babatakao | 2013-06-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into ↵ | Dmitriy Zaporozhets | 2013-06-04 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew8xx8-gist Conflicts: Gemfile.lock app/models/ability.rb app/models/project.rb app/views/snippets/_form.html.haml db/schema.rb features/steps/shared/paths.rb spec/factories.rb spec/models/project_spec.rb | ||||
| * | Tests fixed | Andrew8xx8 | 2013-03-25 | 1 | -3/+3 |
| | | |||||
* | | Fix deploy key api 500 if key is empty | Dmitriy Zaporozhets | 2013-06-03 | 1 | -14/+16 |
| | |