Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poetry update fix tomlkit v4.13 #1308

Closed
wants to merge 48 commits into from
Closed

Conversation

myakove
Copy link
Collaborator

@myakove myakove commented Jul 27, 2023

No description provided.

myakove and others added 30 commits January 23, 2023 15:15
* add delete after completion annotation to dv (#1047)

* add delete after completion annotation to dv

* add docstring

* fix

* fix

* fix docstring

* fix

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>

* update Virt Launcher Pod Hypervisor Connection URI (#1054)

Signed-off-by: akriti gupta <akrgupta@redhat.com>

Signed-off-by: akriti gupta <akrgupta@redhat.com>
Co-authored-by: akriti gupta <akrgupta@redhat.com>

* add ForbiddenError to the retry list and add default exceptions to a few calls (#1058)

* add ForbiddenError to the retry list

* add default exceptions to a few calls

* Remove code-check github action, use tox (#1065)

* create endpoints resource (#1084)

* create endpoints resource

* Update ocp_resources/endpoints.py

Co-authored-by: Ruth Netser <rnetser@redhat.com>

* address review comments

Co-authored-by: Ruth Netser <rnetser@redhat.com>

Signed-off-by: akriti gupta <akrgupta@redhat.com>
Co-authored-by: dalia-frank <65129017+dalia-frank@users.noreply.github.com>
Co-authored-by: Akriti Gupta <67187004+akri3i@users.noreply.github.com>
Co-authored-by: akriti gupta <akrgupta@redhat.com>
Co-authored-by: Debarati Basu-Nag <dbasunag@redhat.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>
… (#1098)

Signed-off-by: akri3i <guptaakriti70@gmail.com>
Co-authored-by: Akriti Gupta <67187004+akri3i@users.noreply.github.com>
* Convert setup.py/cfg to pyproject.toml

* Add VERSION file

* Set python version to >=3.7
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>
…) (#1164)

Signed-off-by: akrgupta <akrgupta@redhat.com>
Co-authored-by: Akriti Gupta <67187004+akri3i@users.noreply.github.com>
Co-authored-by: akrgupta <akrgupta@redhat.com>
…) (#1167)

Signed-off-by: akrgupta <akrgupta@redhat.com>
Co-authored-by: Akriti Gupta <67187004+akri3i@users.noreply.github.com>
Co-authored-by: akrgupta <akrgupta@redhat.com>
* Add RHMI custom resource (#1195)

* Add RHMI custom resource

* Add to insolidarity ignore list

* Add to insolidarity ignore list

* Add to insolidarity ignore list

* Update in-solidarity.yml
Signed-off-by: Anat Wax <awax@redhat.com>
Co-authored-by: ‪Anat Wax <46938838+Anatw@users.noreply.github.com>
Co-authored-by: Omri Bar Haim <obarhaim@redhat.com>
redhat-qe-bot and others added 18 commits May 8, 2023 14:28
* add multiple resources

* change the doc references

* fix doc references

* updates based on review comments

* fix doc string and podmetrics

* change doc string

* add optional args only if specified

* correct one mistake

* fix doc typos

* updated doc strings

* remove api_version from podmetrics

---------

Co-authored-by: Debarati Basu-Nag <dbasunag@redhat.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
* add multiple resources

* change the doc references

* fix doc references

* updates based on review comments

* fix doc string and podmetrics

* change doc string

* add optional args only if specified

* correct one mistake

* fix doc typos

* updated doc strings

* remove api_version from podmetrics

---------

Co-authored-by: Debarati Basu-Nag <dbasunag@redhat.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
* add multiple resources

* change the doc references

* fix doc references

* updates based on review comments

* fix doc string and podmetrics

* change doc string

* add optional args only if specified

* correct one mistake

* fix doc typos

* updated doc strings

* remove api_version from podmetrics

---------

Co-authored-by: Debarati Basu-Nag <dbasunag@redhat.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
…Kind (#1215) (#1217)

Co-authored-by: Ruth Netser <rnetser@redhat.com>
* Introduce pipeline resource from tekton



* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update ocp_resources/pipeline.py



* Update ocp_resources/pipeline.py



---------

Signed-off-by: Geetika Kapoor <gkapoor@redhat.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>
* Omit secret data from logs

* use keys attributes hashing to hide sensitive data

* use benedict to modify resource dict

* adding keys_to_hash attribute in resource

* adding hash_log_data attribute to resource object

* using hash_log_data attribute in resource object

Co-authored-by: Omri Bar Haim <obarhaim@redhat.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
- Add args to the docstring.
- Allow background propagation policy in delete().
- Refactor daemonset.py delete() to return the result.

Signed-off-by: Anat Wax <awax@redhat.com>
Co-authored-by: ‪Anat Wax <46938838+Anatw@users.noreply.github.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
Signed-off-by: Anat Wax <awax@redhat.com>
- Refactor _ports_backup to include both IP families.
 - Add teardown_absent_ifaces parameter (default: True).
 - Add IP family global variables.

Signed-off-by: Anat Wax <awax@redhat.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
* Update poetry to fix tomlkit issue

* tox: use pip to install poetry
@redhat-qe-bot
Copy link
Contributor

Report bugs in Issues

The following are automatically added:

  • Add reviewers from OWNER file (in the root of the repository) under reviewers section.
  • Set PR size label.
  • New issue is created for the PR. (Closed when PR is merged/closed)
  • Run pre-commit if .pre-commit-config.yaml exists in the repo.

Available user actions:

  • To mark PR as verified comment /verified to the PR, to un-verify comment /verified cancel to the PR.
    verified label removed on each new commit push.
  • To cherry pick a merged PR comment /cherry-pick <target branch to cherry-pick to> in the PR.
    • Multiple target branches can be cherry-picked, separated by spaces.
    • Cherry-pick will be started when PR is merged
  • To re-run tox comment /retest tox in the PR.
  • To re-run build-container command /retest build-container in the PR.
  • To re-run python-module-install command /retest python-module-install in the PR.
  • To build and push container image command /build-and-push-container in the PR (tag will be the PR number).
  • To add a label by comment use /<label name>, to remove, use /<label name> cancel
Supported labels
  • hold
  • verified
  • wip
  • lgtm
  • approve

@myakove myakove closed this Jul 27, 2023
@myakove myakove deleted the poetry-update-fix-tomlkit-v4.13 branch July 27, 2023 18:01
@myakove myakove restored the poetry-update-fix-tomlkit-v4.13 branch July 27, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants