Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Bump python-gitlab from 1.8.0 to 2.5.0 #94

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps python-gitlab from 1.8.0 to 2.5.0.

Release notes

Sourced from python-gitlab's releases.

v2.5.0

Features

  • add support to resource milestone events (88f8cc78), closes #1154
  • add share/unshare group with group (7c6e541d)
  • add support for instance variables (4492fc42)
  • add support for Packages API (71495d12)
  • add endpoint for latest ref artifacts (b7a07fca)

Bug Fixes

v2.4.0

Bug Fixes

  • do not check if kwargs is none (a349b90e)
  • make query kwargs consistent between call in init and next (72ffa016)
  • pass kwargs to subsequent queries in gitlab list (1d011ac7)
  • merge: parse arguments as query_data (878098b7)

Features

  • add NO_ACCESS const (dab4d0a1)
  • add masked parameter for variables command (b6339bf8)

v2.3.1

  • revert keyset pagination by default

v2.3.0

Features

  • add group runners api (49439916)
  • add play command to project pipeline schedules (07b99881)
  • allow an environment variable to specify config location (401e702a)
  • api: added support in the GroupManager to upload Group avatars (28eb7eab)
  • services: add project service list API (fc522218)
  • types: add dir to RESTObject to expose attributes (cad134c0)

Bug Fixes

  • use keyset pagination by default for /projects > 50000 (f86ef3bb)
  • config: fix duplicate code (ee2df6f1), closes (#1094)
  • project: add missing project parameters (ad8c67d6)

v2.2.0

Bug Fixes

Changelog

Sourced from python-gitlab's changelog.

ChangeLog - Moved to GitHub releases

The changes of newer versions can be found at https://github.com/python-gitlab/python-gitlab/releases

Version 1.9.0 - 2019-06-19

Features

  • implement artifacts deletion
  • add endpoint to get the variables of a pipeline
  • delete ProjectPipeline
  • implement __eq__ and __hash__ methods
  • Allow runpy invocation of CLI tool (python -m gitlab)
  • add project releases api
  • merged new release & registry apis

Bug Fixes

  • convert # to %23 in URLs
  • pep8 errors
  • use python2 compatible syntax for super
  • Make MemberManager.all() return a list of objects
  • %d replaced by %s
  • Re-enable command specific help messages
  • dont ask for id attr if this is *Manager originating custom action
  • fix -/_ replacament for *Manager custom actions
  • fix repository_id marshaling in cli
  • register cli action for delete_in_bulk
Commits
  • 784cba6 Merge pull request #1170 from python-gitlab/chore/bump-to-2-5-0
  • 56fef01 chore: bump python-gitlab to 2.5.0
  • cf32499 Merge pull request #1168 from python-gitlab/renovate/docker-python-3.x
  • 723ca88 Merge pull request #1163 from python-gitlab/feat/instance-variables-api
  • 6e1ed68 Merge pull request #1167 from python-gitlab/renovate/docker-gitlab-gitlab-ce-...
  • a8070f2 chore(deps): update python docker tag to v3.8
  • 9fd778b chore(deps): update gitlab/gitlab-ce docker tag to v13.3.2-ce.0
  • 5a56b6b chore(test): use pathlib for paths
  • ad4b87c docs(variables): add docs for instance-level variables
  • 66d108d test(api): add tests for variables API
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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