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

Use poetry for build backend #1292

Conversation

myakove
Copy link
Collaborator

@myakove myakove commented Jul 27, 2023

No description provided.

myakove and others added 30 commits September 10, 2022 00:02
Signed-off-by: akriti gupta <akrgupta@redhat.com>

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

Signed-off-by: akriti gupta <akrgupta@redhat.com>
Co-authored-by: akri3i <67187004+akri3i@users.noreply.github.com>
Co-authored-by: akriti gupta <akrgupta@redhat.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>

Co-authored-by: dbasunag <82394005+dbasunag@users.noreply.github.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
Signed-off-by: akriti gupta <akrgupta@redhat.com>

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

Signed-off-by: akriti gupta <akrgupta@redhat.com>
Co-authored-by: Akriti Gupta <67187004+akri3i@users.noreply.github.com>
Co-authored-by: akriti gupta <akrgupta@redhat.com>
* Fix add_rule in ClusterRole

* verbs is mandatory

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
Adds the WaitingForVolumeBinding status to the VirtualMachine resource

Co-authored-by: Adolfo Aguirrezabal <aaguirre@redhat.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
Co-authored-by: Yossi Segev <40713576+yossisegev@users.noreply.github.com>
Rename vm wait_for_status to wait_for_status_ready

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

Co-authored-by: Adolfo Aguirrezabal <aaguirre@redhat.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
…874)

* cluster preference from NamespacedResource to Resource and api group naming

* Removed v2alpha

Co-authored-by: Roni Kishner <87259550+RoniKishner@users.noreply.github.com>
* test_resources_definitions: take the name from the code

* Remove commented line

* Import Resource

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: dbasunag <dbasunag@redhat.com>
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: Meni Yakove <441263+myakove@users.noreply.github.com>
Remove vm wait_for_status after being renamed to wait_for_ready_status

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
redhat-qe-bot and others added 20 commits March 13, 2023 16:01
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>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
…) (#1186)

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>
Co-authored-by: Roni Kishner <87259550+RoniKishner@users.noreply.github.com>
…Kind (#1215) (#1217) (#1219)

Co-authored-by: Ruth Netser <rnetser@redhat.com>
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
* Hash sensitive data in resource logs (#1222)

* 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

* removing kubernets and python-simple-logger from dependencies
- 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>
* Use poetry as build backend

* Use poetry as build backend

Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
@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.
    • 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 CherryPicked-CherryPicked-use-poetry-for-build-CLxqi-DPUwU-v4.12 branch July 27, 2023 11:56
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.

10 participants