Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix group members api doc: remove emial | Sanster | 2016-05-21 | 1 | -2/+0 |
| | |||||
* | Fix minor issues according development guidelines | Robert Schilling | 2016-04-12 | 1 | -1/+1 |
| | |||||
* | API: Ability to update a group | Robert Schilling | 2016-04-12 | 1 | -0/+81 |
| | |||||
* | Tweaks, refactoring, and specs | Douwe Maan | 2016-03-20 | 1 | -0/+1 |
| | |||||
* | Change 'public' flag to more robust 'visibility' query. | Josh Frye | 2016-01-19 | 1 | -1/+1 |
| | |||||
* | Update all docs for public param | Josh Frye | 2016-01-19 | 1 | -0/+1 |
| | |||||
* | Add API group projects endpoint. | Douwe Maan | 2015-12-07 | 1 | -3/+67 |
| | |||||
* | added links to API calls | Karen Carias | 2015-06-10 | 1 | -191/+191 |
| | |||||
* | fixed namespaces info | Karen Carias | 2015-05-28 | 1 | -3/+3 |
| | |||||
* | added info about namespaces | Karen Carias | 2015-05-28 | 1 | -0/+14 |
| | |||||
* | Fix #6417: users with group permission should be able to create groups via API | Robert Schilling | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | Remove Group#owner_id from API since it is not used any more | Dmitriy Zaporozhets | 2015-02-17 | 1 | -2/+0 |
| | |||||
* | Edit group members via API | Vinnie Okada | 2015-02-11 | 1 | -0/+14 |
| | | | | | Add an API endpoint to update the access level of an existing group member. | ||||
* | Acces groups with their path in API | jubianchi | 2015-02-03 | 1 | -5/+5 |
| | |||||
* | add clear documentation on searching between groups | Job van der Voort | 2015-02-02 | 1 | -1/+21 |
| | |||||
* | Document the `description` attribute of groups API | Daniel Serodio | 2015-01-16 | 1 | -1/+3 |
| | |||||
* | Add group filtering by name for API | Dmitriy Zaporozhets | 2014-12-30 | 1 | -0/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix Md style for API. | Ciro Santilli | 2014-08-15 | 1 | -21/+16 |
| | |||||
* | Add titles to doc pages. | Marin Jankovski | 2014-05-27 | 1 | -0/+2 |
| | |||||
* | API: new feature - remove group | Dmitriy Zaporozhets | 2013-10-07 | 1 | -0/+13 |
| | |||||
* | Merge pull request #5230 from cmckni3/patch-1 | Dmitriy Zaporozhets | 2013-10-06 | 1 | -14/+14 |
|\ | | | | | Fix invalid json in API docs | ||||
| * | Fix json keys in groups API documentation | Chris McKnight | 2013-09-30 | 1 | -14/+14 |
| | | |||||
* | | Update group access levels in docs. | Marin Jankovski | 2013-10-02 | 1 | -0/+13 |
| | | |||||
* | | Update deploy keys, groups and system hooks api docs. | Marin Jankovski | 2013-10-02 | 1 | -6/+6 |
|/ | |||||
* | Fixed typo in groups.md | Tobias Bieniek | 2013-09-30 | 1 | -1/+1 |
| | |||||
* | Add group membership api | Izaak Alpert | 2013-09-04 | 1 | -0/+62 |
| | | | | Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df | ||||
* | Merge branch 'master' into fixes/api, code clean up and tests fixed | Sebastian Ziebell | 2013-03-07 | 1 | -0/+11 |
|\ | | | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb | ||||
| * | Updated documentation for added Admin APIs | Angus MacArthur | 2013-03-05 | 1 | -0/+11 |
| | | |||||
* | | API: documentation contains infos to status codes in README file. | Sebastian Ziebell | 2013-03-07 | 1 | -19/+0 |
| | | | | | | | | All the info to return codes from the API functions are available in the `README.md` file as suggested. | ||||
* | | API: groups documentation updated, functions return different status codes | Sebastian Ziebell | 2013-02-27 | 1 | -5/+25 |
|/ | | | | | | Updates the API documentation of groups with infos to return codes. The function calls in the groups API have updated documentation and return `400 Bad Request` status code if a required attribute is missing. | ||||
* | Add docs/tests for groups api | Christian Simon | 2013-02-01 | 1 | -0/+45 |