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.4.0 #85

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps python-gitlab from 1.8.0 to 2.4.0.

Release notes

Sourced from python-gitlab's releases.

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

  • add missing import_project param (9b16614b)
  • types: do not split single value string in ListAttribute (a26e5858)

Features

  • add commit GPG signature API (da7a8097)
  • add create from template args to ProjectManager (f493b73e)
  • add remote mirrors API (#1056) (4cfaa2fd)
  • add Gitlab Deploy Token API (01de524c)
  • add Group Import/Export API (#1037) (6cb9d923)

v2.1.2

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
  • 1606310 chore: bump version to 2.4.0
  • 3a76d91 Merge pull request #1108 from stuartgunter/master
  • dab4d0a feat: added NO_ACCESS const
  • 12a40cc Merge pull request #1092 from aparcar/aparcar-patch-1
  • 424a8cb Merge pull request #1124 from tyates-indeed/fix-1123
  • bfb5034 Merge pull request #1127 from gervasek/master
  • b6339bf fix: add masked parameter for variables command
  • a349b90 fix: do not check if kwargs is none
  • 72ffa01 fix: make query kwargs consistent between call in init and next
  • 1d011ac fix: pass kwargs to subsequent queries in gitlab list
  • 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 Jul 10, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #94.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/python-gitlab-2.4.0 branch September 2, 2020 05:23
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