Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | feat: add feature to get inherited member for project/group | Oleksii Shkurupii | 2021-05-07 | 2 | -6/+23 | |
| | | ||||||
* | | docs(api): add behavior in local attributes when updating objects | Nejc Habjan | 2021-05-06 | 2 | -0/+25 | |
|/ | ||||||
* | chore(docs): fix import order for readthedocs build | Nejc Habjan | 2021-05-01 | 1 | -2/+1 | |
| | ||||||
* | docs: fail on warnings during sphinx build | Nejc Habjan | 2021-05-01 | 8 | -9/+13 | |
| | | | | This is useful when docs aren't included in the toctree and don't show up on RTD. | |||||
* | chore: have flake8 check the entire project | John L. Villalovos | 2021-04-30 | 2 | -9/+6 | |
| | | | | | Have flake8 run at the top-level of the projects instead of just the gitlab directory. | |||||
* | docs(api): add examples for resource state events | Nejc Habjan | 2021-04-18 | 1 | -0/+42 | |
| | ||||||
* | Merge pull request #1359 from klorenz/feat_token_lookup | Nejc Habjan | 2021-04-18 | 1 | -1/+53 | |
|\ | | | | | feat(config): allow using a credential helper to lookup tokens | |||||
| * | chore(config): allow simple commands without external script | Kay-Uwe (Kiwi) Lorenz | 2021-04-18 | 1 | -10/+40 | |
| | | ||||||
| * | fix: update doc for token helper | Kay-Uwe (Kiwi) Lorenz | 2021-03-07 | 1 | -2/+3 | |
| | | ||||||
| * | fix: make secret helper more user friendly | Kay-Uwe (Kiwi) Lorenz | 2021-03-07 | 1 | -1/+22 | |
| | | ||||||
| * | fix: better real life token lookup example | Kay-Uwe (Kiwi) Lorenz | 2021-03-06 | 1 | -1/+1 | |
| | | ||||||
| * | feat: option to add a helper to lookup token | Kay-Uwe (Kiwi) Lorenz | 2021-03-06 | 1 | -1/+1 | |
| | | ||||||
* | | feat: add ProjectPackageFile | Jacob Henner | 2021-03-10 | 1 | -0/+22 | |
|/ | | | | | | | Add ProjectPackageFile and the ability to list project package package_files. Fixes #1372 | |||||
* | feat(users): add follow/unfollow APIfeat/user-follow-api | Max Wittig | 2021-02-27 | 1 | -0/+14 | |
| | ||||||
* | feat(projects): add project access token api | Max Wittig | 2021-02-24 | 1 | -0/+34 | |
| | ||||||
* | docs(api): add release links API docs | Nejc Habjan | 2021-02-21 | 3 | -33/+78 | |
| | ||||||
* | feat: add personal access token APIfeat/personal-access-token-api | Max Wittig | 2021-02-17 | 1 | -0/+28 | |
| | | | | See: https://docs.gitlab.com/ee/api/personal_access_tokens.html | |||||
* | docs: add docs and examples for custom user agentfeat/override-user-agent | Nejc Habjan | 2021-01-31 | 2 | -0/+6 | |
| | ||||||
* | Merge pull request #1230 from manuel-91/patch-1 | Max Wittig | 2021-01-29 | 1 | -1/+1 | |
|\ | | | | | cli-usage readme: fixed term | |||||
| * | docs(cli-usage): fixed term | manuel-91 | 2021-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1238 from atombrella/install_version_doc | Max Wittig | 2021-01-29 | 1 | -1/+1 | |
|\ \ | | | | | | | Updated supported Python versions in install doc | |||||
| * | | docs(readme): update supported Python versions | Mads Jensen | 2021-01-29 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #1255 from bittner/docs/fix-external-links-tokens | Max Wittig | 2021-01-29 | 1 | -6/+7 | |
|\ \ | | | | | | | Use inline anonymous references for external links | |||||
| * | | docs(cli): use inline anonymous references for external links | Peter Bittner | 2020-12-17 | 1 | -6/+7 | |
| |/ | | | | | | | | | | | There doesn't seem to be an obvious way to use an alias for identical text labels that link to different targets. With inline links we can work around this shortcoming. Until we know better. | |||||
* | | docs(groups): add example for creating subgroups | hchouraria | 2020-12-13 | 1 | -0/+4 | |
|/ | ||||||
* | Merge pull request #1200 from ↵ | Max Wittig | 2020-10-29 | 1 | -3/+29 | |
|\ | | | | | | | | | robinson96/feature/project_merge_request_approval_rules Feature/project merge request approval rules | |||||
| * | docs: clean up grammar and formatting in documentation | Peter B. Robinson | 2020-10-20 | 1 | -10/+8 | |
| | | ||||||
| * | docs: add Project Merge Request approval rule documentation | Peter B. Robinson | 2020-10-13 | 1 | -3/+31 | |
| | | ||||||
* | | Merge pull request #1212 from python-gitlab/chore/docs-edit-on-master | Nejc Habjan | 2020-10-13 | 1 | -1/+1 | |
|\ \ | | | | | | | chore(docs): always edit the file directly on master | |||||
| * | | chore(docs): always edit the file directly on masterchore/docs-edit-on-master | Max Wittig | 2020-10-12 | 1 | -1/+1 | |
| | | | | | | | | | There is no way to edit the raw commit | |||||
* | | | Merge pull request #1211 from python-gitlab/docs/admin-project-owner | Nejc Habjan | 2020-10-13 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | docs(issues): add admin, project owner hint | |||||
| * | | | docs(issues): add admin, project owner hintdocs/admin-project-owner | Max Wittig | 2020-10-12 | 1 | -1/+1 | |
| |/ / | | | | | | | Closes #1101 | |||||
* | | | docs(projects): correct fork docsdocs/projects-correct-fork | Max Wittig | 2020-10-12 | 1 | -1/+1 | |
|/ / | | | | | Closes #1126 | |||||
* | | docs(cli): add example for job artifacts download | Nejc Habjan | 2020-10-12 | 1 | -0/+6 | |
| | | ||||||
* | | Merge pull request #1209 from python-gitlab/docs/cli-reference-page | Max Wittig | 2020-10-12 | 5 | -5/+32 | |
|\ \ | | | | | | | docs(cli): add auto-generated CLI reference | |||||
| * | | docs(cli): add auto-generated CLI referencedocs/cli-reference-page | Nejc Habjan | 2020-10-11 | 5 | -5/+32 | |
| | | | ||||||
* | | | Merge pull request #1131 from valentingregoire/master | Max Wittig | 2020-10-12 | 2 | -8/+32 | |
|\ \ \ | |/ / |/| | | feat: added constants for search API | |||||
| * | | chore: simplified search scope constants | Valentin Grégoire | 2020-09-29 | 1 | -33/+18 | |
| | | | ||||||
| * | | fix: docs changed using the consts | Valentin Grégoire | 2020-09-16 | 1 | -6/+7 | |
| | | | ||||||
| * | | chore: added docs for search scopes constants | Valentin Grégoire | 2020-09-16 | 1 | -1/+39 | |
| | | | ||||||
| * | | fix: typo | Valentin Grégoire | 2020-09-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | feat: added support for pipeline bridges | Alex Zirka | 2020-10-07 | 1 | -0/+24 | |
| |/ |/| | ||||||
* | | feat(api): add support for user identity provider deletionfeat/delete-user-identities | Nejc Habjan | 2020-09-07 | 1 | -0/+4 | |
| | | ||||||
* | | docs(variables): add docs for instance-level variables | Nejc Habjan | 2020-08-31 | 3 | -52/+103 | |
| | | ||||||
* | | Merge pull request #1157 from Shkurupii/issue-1154 | Max Wittig | 2020-08-29 | 1 | -0/+33 | |
|\ \ | | | | | | | Add support to resource milestone events | |||||
| * \ | Merge branch 'master' into issue-1154 | Oleksii Shkurupii | 2020-08-27 | 1 | -0/+12 | |
| |\ \ | ||||||
| * | | | feat: add support to resource milestone events | Oleksii Shkurupii | 2020-08-26 | 1 | -0/+33 | |
| | | | | | | | | | | | | | | | | Fixes #1154 | |||||
* | | | | Merge pull request #1159 from python-gitlab/feat/project-artifacts | Max Wittig | 2020-08-29 | 1 | -0/+5 | |
|\ \ \ \ | | | | | | | | | | | Feat: Project job artifacts for latest successful pipeline | |||||
| * | | | | docs(api): add example for latest pipeline job artifacts | Nejc Habjan | 2020-08-28 | 1 | -0/+5 | |
| | |/ / | |/| | | ||||||
* | | | | docs(packages): add examples for Packages API and cli usagefeat/packages-api | Nejc Habjan | 2020-08-29 | 3 | -0/+93 | |
|/ / / |