Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: rename MASTER_ACCESSrefactor/rename-variable | Max Wittig | 2018-10-06 | 4 | -5/+5 |
| | | | | | | | to MAINTAINER_ACCESS to follow GitLab 11.0 docs See: https://docs.gitlab.com/ce/user/permissions.html#project-members-permissions | ||||
* | Add project protected tags management (#581) | Eric Sabouraud | 2018-10-03 | 1 | -0/+33 |
| | |||||
* | [docs] Add a note about GroupProject limited API | Gauvain Pocentek | 2018-09-05 | 1 | -5/+17 |
| | |||||
* | [docs] add a warning about https:// | Gauvain Pocentek | 2018-09-05 | 2 | -0/+10 |
| | | | | | http to https redirection cause problems. Make notes of this in the docs. | ||||
* | [docs] fix cut and paste leftover | Gauvain Pocentek | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Use https:// for gitlab URL | Gauvain Pocentek | 2018-09-04 | 1 | -1/+1 |
| | |||||
* | [docs] Fix the owned/starred usage documentation | Gauvain Pocentek | 2018-09-04 | 2 | -3/+3 |
| | | | | Closes #579 | ||||
* | Minor doc updates | Gauvain Pocentek | 2018-08-25 | 4 | -6/+10 |
| | |||||
* | Add a FAQ | Gauvain Pocentek | 2018-08-25 | 2 | -0/+34 |
| | |||||
* | [docs] Add/updates notes about read-only objects | Gauvain Pocentek | 2018-08-24 | 2 | -5/+32 |
| | | | | | MR and issues attached to the root API or groups are not editable. Provide notes describing how to manage this. | ||||
* | Update projects.rst | btmanm | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | Minor typo "ou" vs. "or" | Matthias Schmitz | 2018-08-14 | 1 | -1/+1 |
| | | | This change fixes a minor type in the table of possible values for options in the global section. | ||||
* | Added support for listing forks of a project (#562) | David Guest | 2018-07-26 | 1 | -0/+4 |
| | |||||
* | Implement MR.pipelines() | Gauvain Pocentek | 2018-07-15 | 1 | -0/+8 |
| | | | | Closes #555 | ||||
* | Support group and global MR listing | Gauvain Pocentek | 2018-07-15 | 1 | -0/+42 |
| | | | | Closes #553 | ||||
* | Improve the snippets examples | Gauvain Pocentek | 2018-07-03 | 1 | -2/+10 |
| | | | | closes #543 | ||||
* | Fix simple typo in identity modification example | Tom Downes | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | [docs] don't use hardcoded values for ids | Gauvain Pocentek | 2018-06-27 | 3 | -15/+14 |
| | |||||
* | Improve the protect branch creation example | Gauvain Pocentek | 2018-06-23 | 1 | -1/+5 |
| | | | | Closes #536 | ||||
* | [docs] Add an example for external identities settings | Gauvain Pocentek | 2018-06-17 | 1 | -0/+6 |
| | | | | Fixes #528 | ||||
* | Add support for epics API (EE) | Gauvain Pocentek | 2018-06-17 | 2 | -0/+80 |
| | | | | Fixes #525 | ||||
* | ProjectPipelineJob objects can only be listed | Gauvain Pocentek | 2018-06-14 | 1 | -8/+14 |
| | | | | | | And they are not directly related to ProjectJob objects. Fixes #531 | ||||
* | Add support for the LDAP gorups API | Gauvain Pocentek | 2018-06-13 | 1 | -2/+13 |
| | |||||
* | Correct session example | Stefan Crain | 2018-06-13 | 1 | -1/+1 |
| | |||||
* | Implement MR-level approvals | Gauvain Pocentek | 2018-06-11 | 1 | -11/+26 |
| | | | | Fixes #323 | ||||
* | Add project push rules configuration (#520) | Eric Sabouraud | 2018-06-11 | 1 | -0/+34 |
| | |||||
* | [docs] projects.all() doesn't exist in v4 | Gauvain Pocentek | 2018-06-11 | 1 | -3/+0 |
| | | | | Fixes #526 | ||||
* | Add support for Project.pull_mirror (EE) | Gauvain Pocentek | 2018-06-10 | 1 | -1/+5 |
| | |||||
* | Add support for board creation/deletion (EE) | Gauvain Pocentek | 2018-06-10 | 1 | -5/+14 |
| | |||||
* | Add support for LDAP groups | Gauvain Pocentek | 2018-06-09 | 1 | -0/+15 |
| | |||||
* | Add support for issue links (EE) | Gauvain Pocentek | 2018-06-09 | 2 | -1/+39 |
| | | | | Fixes #422 | ||||
* | Add geo nodes API support | Gauvain Pocentek | 2018-06-09 | 2 | -0/+44 |
| | | | | Fixes #524 | ||||
* | docs: add MR approvals in index | Gauvain Pocentek | 2018-06-08 | 1 | -0/+1 |
| | |||||
* | Add support for project-level MR approval configuration | Eric Sabouraud | 2018-06-08 | 1 | -0/+30 |
| | |||||
* | Update time stats docs | Gauvain Pocentek | 2018-05-30 | 2 | -0/+36 |
| | |||||
* | Add support for group badges | Gauvain Pocentek | 2018-05-29 | 2 | -0/+53 |
| | | | | | | Also consolidate project/group badges tests, and add some docs Fixes #469 | ||||
* | Implement runner token validation | Gauvain Pocentek | 2018-05-29 | 1 | -0/+8 |
| | |||||
* | Runners can be created (registered) | Gauvain Pocentek | 2018-05-29 | 1 | -0/+4 |
| | |||||
* | Implement runner jobs listing | Gauvain Pocentek | 2018-05-29 | 1 | -0/+26 |
| | |||||
* | Add missing project attributes | Gauvain Pocentek | 2018-05-29 | 1 | -0/+13 |
| | |||||
* | Add support for group boards | Gauvain Pocentek | 2018-05-29 | 4 | -72/+96 |
| | |||||
* | Issues: add missing attributes and methods | Gauvain Pocentek | 2018-05-28 | 1 | -0/+8 |
| | |||||
* | Add feature flags deletion support | Gauvain Pocentek | 2018-05-28 | 1 | -0/+4 |
| | |||||
* | Add support for environment stop() | Gauvain Pocentek | 2018-05-28 | 1 | -0/+4 |
| | |||||
* | Add commit.merge_requests() support | Gauvain Pocentek | 2018-05-28 | 1 | -0/+4 |
| | |||||
* | Implement commit.refs() | Gauvain Pocentek | 2018-05-28 | 1 | -0/+6 |
| | |||||
* | Add missing docs file | Gauvain Pocentek | 2018-05-27 | 1 | -0/+107 |
| | |||||
* | Implement user_agent_detail for snippets | Gauvain Pocentek | 2018-05-27 | 2 | -0/+8 |
| | | | | Add a new UserAgentDetail mixin to avoid code duplication. | ||||
* | Add support for merged branches deletion | Gauvain Pocentek | 2018-05-27 | 1 | -0/+4 |
| | |||||
* | Add support for the discussions API | Gauvain Pocentek | 2018-05-27 | 1 | -0/+1 |
| | | | | Fixes #501 |