Skip to content

Bump python-gitlab from 2.10.1 to 3.5.0#90

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-gitlab-3.5.0
Closed

Bump python-gitlab from 2.10.1 to 3.5.0#90
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-gitlab-3.5.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 16, 2022

Bumps python-gitlab from 2.10.1 to 3.5.0.

Release notes

Sourced from python-gitlab's releases.

v3.5.0

Feature

  • objects: Support get project storage endpoint (8867ee5)
  • Display human-readable attribute in repr() if present (6b47c26)
  • ux: Display project.name_with_namespace on project repr (e598762)

Fix

  • cli: Changed default allow_abbrev value to fix arguments collision problem (#2013) (d68cacf)
  • Duplicate subparsers being added to argparse (f553fd3)

Documentation

  • Update issue example and extend API usage docs (aad71d2)
  • CONTRIBUTING.rst: Fix link to conventional-changelog commit format documentation (2373a4f)
  • Add missing Admin access const value (3e0d4d9)
  • merge_requests: Add new possible merge request state and link to the upstream docs (e660fa8)

v3.4.0

Feature

  • Emit a warning when using a list() method returns max (1339d64)
  • objects: Support getting project/group deploy tokens by id (fcd37fe)
  • user: Support getting user SSH key by id (6f93c05)
  • api: Re-add topic delete endpoint (d1d96bd)

Fix

  • Add ChunkedEncodingError to list of retryable exceptions (7beb20f)
  • Avoid passing redundant arguments to API (3431887)
  • cli: Add missing filters for project commit list (149d244)
  • Add 52x range to retry transient failures and tests (c3ef1b5)
  • Also retry HTTP-based transient errors (3b49e4d)

Documentation

  • api-docs: Docs fix for application scopes (e1ad93d)

v3.3.0

Feature

  • object: Add pipeline test report summary support (a97e0cf)

Fix

  • Support RateLimit-Reset header (4060146)

Documentation

  • Fix typo and incorrect style (2828b10)
  • Add pipeline test report summary support (d78afb3)
  • chore: Include docs .js files in sdist (3010b40)

v3.2.0

Feature

  • merge_request_approvals: Add support for deleting MR approval rules (85a734f)
  • artifacts: Add support for project artifacts delete API (c01c034)
  • mixins: Allow deleting resources without IDs (0717517)

... (truncated)

Changelog

Sourced from python-gitlab's changelog.

v3.5.0 (2022-05-28)

Feature

  • objects: Support get project storage endpoint (8867ee5)
  • Display human-readable attribute in repr() if present (6b47c26)
  • ux: Display project.name_with_namespace on project repr (e598762)

Fix

  • cli: Changed default allow_abbrev value to fix arguments collision problem (#2013) (d68cacf)
  • Duplicate subparsers being added to argparse (f553fd3)

Documentation

  • Update issue example and extend API usage docs (aad71d2)
  • CONTRIBUTING.rst: Fix link to conventional-changelog commit format documentation (2373a4f)
  • Add missing Admin access const value (3e0d4d9)
  • merge_requests: Add new possible merge request state and link to the upstream docs (e660fa8)

v3.4.0 (2022-04-28)

Feature

  • Emit a warning when using a list() method returns max (1339d64)
  • objects: Support getting project/group deploy tokens by id (fcd37fe)
  • user: Support getting user SSH key by id (6f93c05)
  • api: Re-add topic delete endpoint (d1d96bd)

Fix

  • Add ChunkedEncodingError to list of retryable exceptions (7beb20f)
  • Avoid passing redundant arguments to API (3431887)
  • cli: Add missing filters for project commit list (149d244)
  • Add 52x range to retry transient failures and tests (c3ef1b5)
  • Also retry HTTP-based transient errors (3b49e4d)

Documentation

  • api-docs: Docs fix for application scopes (e1ad93d)

v3.3.0 (2022-03-28)

Feature

  • object: Add pipeline test report summary support (a97e0cf)

Fix

  • Support RateLimit-Reset header (4060146)

Documentation

  • Fix typo and incorrect style (2828b10)
  • Add pipeline test report summary support (d78afb3)
  • chore: Include docs .js files in sdist (3010b40)

v3.2.0 (2022-02-28)

Feature

  • merge_request_approvals: Add support for deleting MR approval rules (85a734f)
  • artifacts: Add support for project artifacts delete API (c01c034)
  • mixins: Allow deleting resources without IDs (0717517)

... (truncated)

Commits
  • 387a140 chore: release v3.5.0
  • 1c02189 chore(ci): fix prefix for action version
  • 0ea61cc chore(ci): pin semantic-release version
  • 8867ee5 feat(objects): support get project storage endpoint
  • 792cee9 Merge pull request #2022 from MichaelSweikata/feat/documentation-update
  • aad71d2 docs: update issue example and extend API usage docs
  • 1e22790 chore(deps): update pre-commit hook pycqa/pylint to v2.13.9
  • 4224950 chore(deps): update dependency pylint to v2.13.9
  • fd9154e Merge pull request #2012 from rnoberger/rnoberger/test-projects
  • fa47829 test(projects): add tests for list project methods
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 16, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 16, 2022

The following labels could not be found: docs-approved.

Bumps [python-gitlab](https://github.com/python-gitlab/python-gitlab) from 2.10.1 to 3.5.0.
- [Release notes](https://github.com/python-gitlab/python-gitlab/releases)
- [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md)
- [Commits](python-gitlab/python-gitlab@v2.10.1...v3.5.0)

---
updated-dependencies:
- dependency-name: python-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/python-gitlab-3.5.0 branch from 5896992 to 8042102 Compare June 22, 2022 10:08
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 28, 2022

Superseded by #105.

@dependabot dependabot bot closed this Jun 28, 2022
@dependabot dependabot bot deleted the dependabot/pip/python-gitlab-3.5.0 branch June 28, 2022 15:56
crestdatasystems pushed a commit that referenced this pull request Nov 1, 2023
…emisto#30083)

* Add modify notes command to yml file (#88)

* Add modify notes command to yml file

* Fix validation errors in yml config file

* Add a config param to fetch only escalated alerts (#90)

* Add a config param to fetch only escalated alerts

- It adds a config param to fetch only escalated alerts

- It fixes the requests that have body, so it is automatically parsed

* Fix test with only escalated param

* Update integration version

* Update descriptions (#91)

* Update display text for only_escalated param

* Update description about getting ZeroFox token

* Update integration version

* Remove version 1.2.1 (#93)

* Update docker image version

Co-authored-by: Felipe Garrido <fgarridob.95+github@gmail.com>
Co-authored-by: Michael Yochpaz <8832013+MichaelYochpaz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants