grafana-toolbox / grafana-wtf

Grep through all Grafana entities in the spirit of git-wtf.
GNU Affero General Public License v3.0
152 stars 15 forks source link

Update lovely-pytest-docker requirement from <1 to <2 #142

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 4 weeks ago

Updates the requirements on lovely-pytest-docker to permit the latest version.

Changelog

Sourced from lovely-pytest-docker's changelog.

2024-09-02 / 1.0.0

Feature

  • use "docker compose" instead of "docker-compose" to start services

Breaking

  • stop support for Python 2.7

Development

  • update Gradle & Python & dependencies
  • use CircleCI instead of Travis

2022-12-22 / 0.3.1

  • make auto generated project names compatible with docker-compose 2.5

2021-12-22 / 0.3.0

  • add support for docker-compose stop
  • allow to set the timeout and retry interval when waiting for services
  • added explicit dependency to six, which is no more required in newer pytest versions

2021-08-05 / 0.2.1

2020-10-06 / 0.2.0

  • added url_checker method to create an url_checker for a specific path

2019-08-27 / 0.1.0

  • added docker_services_project_name fixture in order to override the container name prefix for started services.

2019-01-22 / 0.0.5

  • python 2 runtime compatibility

2018-12-20 / 0.0.4

  • make docker_ip a fixture to make it possible to override it per project

2018-01-21 / 0.0.3

... (truncated)

Commits
  • 36c446e use "docker compose" instead of "docker-compose" to start services (#32)
  • 2195700 document how to publish
  • d2fd0dc fix long description for pypi
  • 6cf6ca1 version bump
  • c5b04eb upgraded gradle plugins and change to markdown
  • 11f0b94 added project name fix to changelog
  • 70f4842 remove prohibited chars from Docker compose project name (#29)
  • 65bf54d Add config file for asdf version lookup
  • d128969 Prepare release 0.3.0
  • 3955020 add support for Stopping a Docker Container (#25)
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codecov-commenter commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.17%. Comparing base (5349e1c) to head (7c2409a). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #142 +/- ## ======================================= Coverage 87.17% 87.17% ======================================= Files 9 9 Lines 1076 1076 ======================================= Hits 938 938 Misses 138 138 ``` | [Flag](https://app.codecov.io/gh/grafana-toolbox/grafana-wtf/pull/142/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/grafana-toolbox/grafana-wtf/pull/142/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `87.17% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.