Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1052 from machine424/deploy-tokens-support | Max Wittig | 2020-04-07 | 2 | -0/+150 |
|\ | | | | | feat(api): add support for Gitlab Deploy Token API | ||||
| * | feat(api): add support for Gitlab Deploy Token API | ayoub mrini | 2020-04-06 | 2 | -0/+150 |
| | | |||||
* | | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrors | Nejc Habjan | 2020-04-07 | 2 | -0/+35 |
| | | |||||
* | | docs: add docs for Group Import/Export API | Nejc Habjan | 2020-04-05 | 1 | -0/+56 |
|/ | |||||
* | feat: add support for commit GPG signature API | Nejc Habjan | 2020-03-22 | 2 | -0/+16 |
| | |||||
* | Revert "feat: use keyset pagination by default for `all=True`" | Max Wittig | 2020-03-09 | 1 | -5/+1 |
| | |||||
* | fix(docs): additional project statistics example | Khuê Đoàn | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | fix: do not require empty data dict for create() | Nejc Habjan | 2020-03-07 | 2 | -4/+4 |
| | |||||
* | Merge pull request #1034 from filipowm/feat/api-oauth-applications | Max Wittig | 2020-03-01 | 2 | -0/+32 |
|\ | | | | | feat(api): add support for GitLab OAuth Applications using Applications API | ||||
| * | feat(api): add support for GitLab OAuth Applications API | Mateusz Filipowicz | 2020-03-01 | 2 | -0/+32 |
| | | |||||
* | | chore: fix broken requests links | Nejc Habjan | 2020-02-25 | 1 | -2/+2 |
| | | | | | | | | Another case of the double slash rewrite. | ||||
* | | docs: add reference for REQUESTS_CA_BUNDLE | Nejc Habjan | 2020-02-25 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #1003 from python-gitlab/feat/all-keyset-pagination | Roger Meier | 2020-02-25 | 1 | -1/+5 |
|\ \ | |/ |/| | feat: use keyset pagination by default for `all=True` | ||||
| * | docs(pagination): clear up pagination docsfeat/all-keyset-pagination | Max Wittig | 2020-02-12 | 1 | -3/+2 |
| | | | | | | | | Co-Authored-By: Mitar <mitar.git@tnode.com> | ||||
| * | feat: use keyset pagination by default for `all=True` | Max Wittig | 2020-01-27 | 1 | -0/+5 |
| | | |||||
* | | fix(docs): fix typo in user memberships example | Nejc Habjan | 2020-02-22 | 1 | -1/+1 |
| | | |||||
* | | feat: add support for user memberships API (#1009) | Nejc Habjan | 2020-02-22 | 1 | -0/+27 |
| | | |||||
* | | feat: add support for commit revert API (#991) | Nejc Habjan | 2020-02-18 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #1005 from charlesfayal/fix_set_approvers | Max Wittig | 2020-02-12 | 1 | -3/+2 |
|\ \ | | | | | | | change path for set_approvers to new api, with defaulted rule_type an… | ||||
| * | | fix(docs): update to new set approvers call for # of approvers | Charles | 2020-01-30 | 1 | -2/+1 |
| | | | | | | | | | | | | to set the # of approvers for an MR you need to use the same function as for setting the approvers id. | ||||
| * | | fix(docs and tests): update docs and tests for set_approvers | Charles | 2020-01-30 | 1 | -1/+1 |
| |/ | | | | | | | Updated the docs with the new set_approvers arguments, and updated tests with the arg as well. | ||||
* | | feat: add capability to control GitLab features per project or group | Mateusz Filipowicz | 2020-02-07 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #1000 from matusf/update-auth-docs | Max Wittig | 2020-01-26 | 1 | -3/+0 |
|\ | | | | | Update auth docs | ||||
| * | docs(auth): remove email/password auth | Matus Ferech | 2020-01-26 | 1 | -3/+0 |
| | | |||||
* | | feat: add global order_by option to ease paginationfeat/keyset-pagination | Max Wittig | 2020-01-26 | 1 | -2/+2 |
| | | |||||
* | | feat: support keyset pagination globally | Max Wittig | 2020-01-26 | 1 | -0/+12 |
|/ | |||||
* | feat: add appearance APIfeat/appearance | Max Wittig | 2020-01-22 | 2 | -0/+27 |
| | |||||
* | docs: fix snippet get in project | Jeff Groom | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | refactor: remove six dependency | Max Wittig | 2019-12-18 | 1 | -2/+1 |
| | |||||
* | chore: add PyYaml as extra require | Max Wittig | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | docs(projects): add raw file download docs | Max Wittig | 2019-12-18 | 1 | -0/+7 |
| | | | Fixes #969 | ||||
* | feat: add autocompletion support | Martin Chlumsky | 2019-12-16 | 1 | -0/+58 |
| | |||||
* | feat: allow cfg timeout to be overrided via kwargs | Andrew Tergis | 2019-12-16 | 1 | -0/+17 |
| | | | | | | | | | | | | | On startup, the `timeout` parameter is loaded from config and stored on the base gitlab object instance. This instance parameter is used as the timeout for all API requests (it's passed into the `session` object when making HTTP calls). This change allows any API method to specify a `timeout` argument to `**kwargs` that will override the global timeout value. This was somewhat needed / helpful for the `import_github` method. I have also updated the docs accordingly. | ||||
* | docs(projects): fix file deletion docsdocs/file-deletion-docs | VeLKerr | 2019-12-16 | 1 | -1/+1 |
| | | | | The function `file.delete()` requires `branch` argument in addition to `commit_message`. | ||||
* | Merge pull request #968 from mitar/stats | Max Wittig | 2019-12-13 | 1 | -0/+51 |
|\ | | | | | Stats | ||||
| * | docs: added docs for statistics | Mitar | 2019-12-12 | 1 | -0/+51 |
| | | |||||
* | | feat: retry transient HTTP errors | Mitar | 2019-12-12 | 1 | -0/+18 |
|/ | | | | Fixes #970 | ||||
* | docs(snippets): fix snippet docs | Max Wittig | 2019-11-29 | 1 | -1/+1 |
| | | | Fixes #954 | ||||
* | docs: fix typo | Bernhard M. Wiedemann | 2019-11-29 | 1 | -1/+1 |
| | |||||
* | docs: add project and group cluster examples | alex lundberg | 2019-11-25 | 1 | -0/+82 |
| | |||||
* | feat: add project and group clusters | alex lundberg | 2019-11-24 | 1 | -0/+1 |
| | |||||
* | Merge pull request #929 from SVLay/docs/pipeline-variables | Max Wittig | 2019-11-10 | 1 | -2/+2 |
|\ | | | | | docs(pipelines_and_jobs): add pipeline custom variables usage example | ||||
| * | docs(pipelines_and_jobs): add pipeline custom variables usage example | Vitali Ulantsau | 2019-10-31 | 1 | -2/+2 |
| | | |||||
* | | feat: add support for include_subgroups filter | Conor Nevin | 2019-11-06 | 1 | -0/+1 |
|/ | |||||
* | fix(projects): support `approval_rules` endpoint for projects | Srikanth Chelluri | 2019-10-27 | 1 | -0/+15 |
| | | | | | | | | | | | | The `approvers` API endpoint is deprecated [1]. GitLab instead uses the `approval_rules` API endpoint to modify approval settings for merge requests. This adds the functionality for project-level merge request approval settings. Note that there does not exist an endpoint to 'get' a single approval rule at this moment - only 'list'. [1] https://docs.gitlab.com/ee/api/merge_request_approvals.html | ||||
* | feat: add users activate, deactivate functionality | Max Wittig | 2019-10-25 | 1 | -0/+5 |
| | | | | These were introduced in GitLab 12.4 | ||||
* | feat: add deployment creationfeat/deployment-create | Max Wittig | 2019-10-24 | 1 | -0/+16 |
| | | | | | | Added in GitLab 12.4 Fixes #917 | ||||
* | docs: projects get requires id | Erik Johnson | 2019-10-21 | 1 | -2/+1 |
| | | | | | Also, add an example value for project_id to the other projects.get() example. | ||||
* | docs(project): fix group project example | xdavidwu | 2019-10-16 | 1 | -1/+1 |
| | | | GroupManager.search is removed since 9a66d78, use list(search='keyword') instead | ||||
* | feat(doc): remove refs to api v3 in docs | Cyril Jouve | 2019-10-12 | 1 | -5/+4 |
| |