| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(api): add support for bulk imports API | Nejc Habjan | 2022-12-19 | 1 | -0/+2 |
| | | |||||
| * | docs(api): pushrules remove saying `None` is returned when not found | John L. Villalovos | 2022-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | In `groups.pushrules.get()`, GitLab does not return `None` when no rules are found. GitLab returns a 404. Update docs to not say it will return `None` Also update docs in `project.pushrules.get()` to be consistent. Not 100% sure if it returns `None` or returns a 404, but we don't need to document that. Closes: #2368 | ||||
| * | feat(api): add support for getting a project's pull mirror details | John L. Villalovos | 2022-11-04 | 1 | -0/+4 |
| | | | | | | | | Add the ability to get a project's pull mirror details. This was added in GitLab 15.5 and is a PREMIUM feature. https://docs.gitlab.com/ee/api/projects.html#get-a-projects-pull-mirror-details | ||||
| * | feat(api): add support for remote project import from AWS S3 (#2357) | Abhishek Singh | 2022-11-02 | 1 | -0/+14 |
| | | |||||
| * | feat(api): add support for remote project import (#2348) | Abhishek Singh | 2022-11-01 | 1 | -0/+9 |
| | | |||||
| * | feat: add support for merge_base API | Nejc Habjan | 2022-08-19 | 1 | -0/+4 |
| | | |||||
| * | docs(projects): document export with upload to URL | Nejc Habjan | 2022-07-24 | 1 | -0/+13 |
| | | |||||
| * | feat(projects): add support for project restore API | Nejc Habjan | 2022-07-23 | 1 | -0/+4 |
| | | |||||
| * | refactor: migrate services to integrations | Nejc Habjan | 2022-07-23 | 1 | -21/+21 |
| | | |||||
| * | docs: describe fetching existing export status | Nejc Habjan | 2022-07-23 | 1 | -0/+8 |
| | | |||||
| * | fix: add `get_all` param (and `--get-all`) to allow passing `all` to API | Nejc Habjan | 2022-07-21 | 1 | -2/+2 |
| | | |||||
| * | docs: document CI Lint usage | Nejc Habjan | 2022-07-05 | 1 | -43/+0 |
| | | |||||
| * | Merge pull request #1896 from python-gitlab/jlvillal/ci_lint | Nejc Habjan | 2022-07-05 | 1 | -0/+43 |
| |\ | | | | | feat: add Project CI Lint support | ||||
| | * | feat(objects): add Project CI Lint support | John L. Villalovos | 2022-07-04 | 1 | -0/+43 |
| | | | | | | | | | | | | | Add support for validating a project's CI configuration [1] [1] https://docs.gitlab.com/ee/api/lint.html | ||||
| * | | docs: update return type of pushrules | John L. Villalovos | 2022-07-04 | 1 | -1/+1 |
| |/ | | | | | Update the return type of pushrules to surround None with back-ticks to make it code-formatted. | ||||
| * | test: add tests and clean up usage for new enums | Nejc Habjan | 2022-06-27 | 1 | -4/+4 |
| | | |||||
| * | docs(api): document usage of head() methods | Nejc Habjan | 2022-06-25 | 1 | -1/+10 |
| | | |||||
| * | docs(projects): provide more detailed import examples | Nejc Habjan | 2022-06-25 | 1 | -2/+17 |
| | | |||||
| * | docs(projects): document 404 gotcha with unactivated integrations | Nejc Habjan | 2022-06-25 | 1 | -6/+17 |
| | | |||||
| * | feat(api): convert gitlab.const to Enums | Jochen Sprickerhof | 2022-06-22 | 1 | -7/+7 |
| | | | | | | | | This allows accessing the elements by value, i.e.: import gitlab.const gitlab.const.AccessLevel(20) | ||||
| * | feat(objects): support get project storage endpoint | Nejc Habjan | 2022-05-27 | 1 | -0/+27 |
| | | |||||
| * | feat(api): support file format for repository archive | Max Ludwig | 2021-12-21 | 1 | -0/+8 |
| | | |||||
| * | docs(project): remove redundant encoding parameter | Shashwat Kumar | 2021-12-19 | 1 | -1/+0 |
| | | |||||
| * | docs: update docs to use gitlab.const for constantsjlvillal/const_explicit | John L. Villalovos | 2021-11-30 | 1 | -7/+7 |
| | | | | | Update the docs to use gitlab.const to access constants. | ||||
| * | feat: add support for `projects.groups.list()`jlvillal/project_groups | John L. Villalovos | 2021-11-26 | 1 | -0/+5 |
| | | | | | | | Add support for `projects.groups.list()` endpoint. Closes #1717 | ||||
| * | feat(objects): list starred projects of a user | Nejc Habjan | 2021-10-14 | 1 | -0/+5 |
| | | |||||
| * | chore: rename `master` branch to `main`chore/master-to-main | Nejc Habjan | 2021-10-11 | 1 | -13/+13 |
| | | | | | | BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`. | ||||
| * | refactor(objects): remove deprecated members.all() method | Nejc Habjan | 2021-09-08 | 1 | -2/+0 |
| | | | | | | BREAKING CHANGE: remove deprecated members.all() method in favor of members_all.list() | ||||
| * | docs(project): add example on getting a single project using name with namespace | Laurent Peuch | 2021-07-20 | 1 | -0/+4 |
| | | |||||
| * | docs(tags): remove deprecated functions | Pierre Paques | 2021-06-26 | 1 | -4/+0 |
| | | |||||
| * | feat(objects): support all issues statistics endpoints | Nejc Habjan | 2021-05-30 | 1 | -26/+0 |
| | | |||||
| * | feat: add feature to get inherited member for project/group | Oleksii Shkurupii | 2021-05-07 | 1 | -3/+12 |
| | | |||||
| * | docs(api): add release links API docs | Nejc Habjan | 2021-02-21 | 1 | -33/+0 |
| | | |||||
| * | docs(projects): correct fork docsdocs/projects-correct-fork | Max Wittig | 2020-10-12 | 1 | -1/+1 |
| | | | | Closes #1126 | ||||
| * | docs: additional project file delete example | matthew-a-dunlap | 2020-08-13 | 1 | -0/+2 |
| | | | | | Showing how to delete without having to pull the file | ||||
| * | feat(services): add project service list API | Max Wittig | 2020-04-16 | 1 | -0/+4 |
| | | | | | | Can be used to list available services It was introduced in GitLab 12.7 | ||||
| * | 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 | 1 | -2/+2 |
| | | |||||
| * | docs: fix snippet get in project | Jeff Groom | 2020-01-08 | 1 | -1/+1 |
| | | |||||
| * | docs(projects): add raw file download docs | Max Wittig | 2019-12-18 | 1 | -0/+7 |
| | | | | Fixes #969 | ||||
| * | 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`. | ||||
| * | docs: added docs for statistics | Mitar | 2019-12-12 | 1 | -0/+51 |
| | | |||||
| * | 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 | ||||
| * | docs(project): add submodule docs | Max Wittig | 2019-10-06 | 1 | -0/+9 |
| | | |||||
| * | feat(project): add file blame api | Vincent Lae | 2019-10-04 | 1 | -0/+4 |
| | | | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository | ||||
| * | docs(projects): add note about project list | Max Wittig | 2019-10-02 | 1 | -0/+5 |
| | | | | Fixes #795 | ||||
| * | fix(projects): avatar uploading for projects | Ravan Scafi | 2019-08-14 | 1 | -0/+7 |
| | | |||||
| * | docs(projects): add mention about project listings | jkogut | 2019-07-21 | 1 | -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. | ||||
| * | add project releases api | Kris Gambirazzi | 2019-03-27 | 1 | -0/+33 |
| | | |||||
