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

Add back git requirements as comments & re-run script #15317

Merged
merged 5 commits into from
Oct 28, 2024

Conversation

AlanCoding
Copy link
Member

@AlanCoding AlanCoding commented Jul 1, 2024

SUMMARY

Making alternative to #15316

After diving into the issue further, I believe the approach in 15316 is untenable. Yes, it fixes things a little bit, but the output still doesn't make sense.

By going this route, and turning those into a comment, we have a fully complete file.

TODO: we should add a short comment explaining why we do this.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
@@ -77,6 +78,7 @@ botocore==1.34.47
# s3transfer
cachetools==5.3.2
# via google-auth
# git+https://github.com/ansible/system-certifi.git@devel # git requirements installed separately
# via
# -r /awx_devel/requirements/requirements_git.txt
# kubernetes
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now this is coherent output.

@@ -512,6 +533,7 @@ typing-extensions==4.9.0
urllib3==1.26.18
# via
# botocore
# django-ansible-base
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is real, @john-westcott-iv added urllib3 as a dependency in ansible/django-ansible-base#633

social-auth-app-django==5.4.2
# via django-ansible-base
social-auth-core==4.5.4
# via social-auth-app-django
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@john-westcott-iv also from ansible/django-ansible-base#633, via resource_registry, so updater script is correct.

However, I'm a little concerned about this.

@AlanCoding
Copy link
Member Author

Failures...

 license for requirement defusedxml is missing
 license for requirement python3-openid is missing
 license for requirement social-auth-app-django is missing
 license for requirement social-auth-core is missing

@AlanCoding AlanCoding changed the title Add back git requirements as comments Add back git requirements as comments & re-run script Oct 28, 2024
Copy link

sonarcloud bot commented Oct 28, 2024

@AlanCoding AlanCoding merged commit 68055bb into ansible:devel Oct 28, 2024
23 of 25 checks passed
djyasin pushed a commit to djyasin/awx that referenced this pull request Nov 11, 2024
* Add back git requirements as comments

* Add comment to commented out git lines for clarity

* Re run the updater script

* Add new licenses

* Fix library name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants