summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs(pagination): clear up pagination docsfeat/all-keyset-paginationMax Wittig2020-02-121-3/+2
| | | | Co-Authored-By: Mitar <mitar.git@tnode.com>
* feat: use keyset pagination by default for `all=True`Max Wittig2020-01-271-0/+5
|
* Merge pull request #1000 from matusf/update-auth-docsMax Wittig2020-01-261-3/+0
|\ | | | | Update auth docs
| * docs(auth): remove email/password authMatus Ferech2020-01-261-3/+0
| |
* | feat: add global order_by option to ease paginationfeat/keyset-paginationMax Wittig2020-01-261-2/+2
| |
* | feat: support keyset pagination globallyMax Wittig2020-01-261-0/+12
|/
* feat: add appearance APIfeat/appearanceMax Wittig2020-01-222-0/+27
|
* docs: fix snippet get in projectJeff Groom2020-01-081-1/+1
|
* refactor: remove six dependencyMax Wittig2019-12-181-2/+1
|
* chore: add PyYaml as extra requireMax Wittig2019-12-181-1/+1
|
* docs(projects): add raw file download docsMax Wittig2019-12-181-0/+7
| | | Fixes #969
* feat: add autocompletion supportMartin Chlumsky2019-12-161-0/+58
|
* feat: allow cfg timeout to be overrided via kwargsAndrew Tergis2019-12-161-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-docsVeLKerr2019-12-161-1/+1
| | | | The function `file.delete()` requires `branch` argument in addition to `commit_message`.
* Merge pull request #968 from mitar/statsMax Wittig2019-12-131-0/+51
|\ | | | | Stats
| * docs: added docs for statisticsMitar2019-12-121-0/+51
| |
* | feat: retry transient HTTP errorsMitar2019-12-121-0/+18
|/ | | | Fixes #970
* docs(snippets): fix snippet docsMax Wittig2019-11-291-1/+1
| | | Fixes #954
* docs: fix typoBernhard M. Wiedemann2019-11-291-1/+1
|
* docs: add project and group cluster examplesalex lundberg2019-11-251-0/+82
|
* feat: add project and group clustersalex lundberg2019-11-241-0/+1
|
* Merge pull request #929 from SVLay/docs/pipeline-variablesMax Wittig2019-11-101-2/+2
|\ | | | | docs(pipelines_and_jobs): add pipeline custom variables usage example
| * docs(pipelines_and_jobs): add pipeline custom variables usage exampleVitali Ulantsau2019-10-311-2/+2
| |
* | feat: add support for include_subgroups filterConor Nevin2019-11-061-0/+1
|/
* fix(projects): support `approval_rules` endpoint for projectsSrikanth Chelluri2019-10-271-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 functionalityMax Wittig2019-10-251-0/+5
| | | | These were introduced in GitLab 12.4
* feat: add deployment creationfeat/deployment-createMax Wittig2019-10-241-0/+16
| | | | | | Added in GitLab 12.4 Fixes #917
* docs: projects get requires idErik Johnson2019-10-211-2/+1
| | | | | Also, add an example value for project_id to the other projects.get() example.
* docs(project): fix group project examplexdavidwu2019-10-161-1/+1
| | | GroupManager.search is removed since 9a66d78, use list(search='keyword') instead
* feat(doc): remove refs to api v3 in docsCyril Jouve2019-10-121-5/+4
|
* docs(project): add submodule docsMax Wittig2019-10-061-0/+9
|
* feat(project): add file blame apiVincent Lae2019-10-041-0/+4
| | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository
* docs(projects): add note about project listMax Wittig2019-10-021-0/+5
| | | Fixes #795
* docs(repository-tags): fix typoMax Wittig2019-09-101-1/+1
| | | Closes #879
* docs(todo): correct todo docsMax Wittig2019-09-081-4/+3
|
* feat: add support for job tokenMathieu Parent2019-09-062-5/+12
| | | | See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage
* feat(user): add status apiMax Wittig2019-09-051-0/+37
|
* Merge pull request #865 from orf/retrieve-environmentMax Wittig2019-08-221-0/+4
|\ | | | | feat: add methods to retrieve an individual project environment
| * feat: add methods to retrieve an individual project environmentTom Forbes2019-08-201-0/+4
| |
* | fix(projects): avatar uploading for projectsRavan Scafi2019-08-141-0/+7
|/
* docs(snippets): fix project-snippets layoutMax Wittig2019-07-211-1/+1
| | | | Fixes #828
* docs(projects): add mention about project listingsjkogut2019-07-211-0/+2
| | | | | | | | | Having exactly 20 internal and 5 private projects in the group spent some time debugging this issue. Hopefully that helped: https://github.com/python-gitlab/python-gitlab/issues/93 Imho should be definitely mention about `all=True` parameter.
* Merge pull request #823 from jeroen92/rebase-mrMax Wittig2019-07-211-0/+4
|\ | | | | Resolve #822, add mr rebase
| * feat: add mr rebase methodJeroen Schutrup2019-07-111-0/+4
| |
* | docs: re-order api examplesandy.haynssen2019-07-172-2/+2
| | | | | | | | `Pipelines and Jobs` and `Protected Branches` are out of order in contents and sometimes hard to find when looking for examples.
* | feat: get artifact by ref and jobJeff Groom2019-07-111-0/+4
|/
* Merge pull request #803 from python-gitlab/feat/related_mrMax Wittig2019-07-011-0/+4
|\ | | | | feat: add support for issue.related_merge_requests
| * feat: add support for issue.related_merge_requestsfeat/related_mrGauvain Pocentek2019-06-201-0/+4
| | | | | | | | Closes #794
* | docs: add pipeline deletionminitux2019-06-251-0/+4
|/
* docs(api-usage): fix project group exampleNikolaos Pothitos2019-06-191-2/+2
| | | | Fixes #798