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

Pull manifest iteration bug #416

Merged
merged 3 commits into from
Mar 30, 2023

Conversation

dpgraham4401
Copy link
Member

Description

This PR fixes an error when a string was passed to the pull_manifest celery task during the ManifestService.sign_manifest method. It also fixes a Query object factory for when the front end submit a QuickerSignForm.

It makes a few minor modifications to the docs, removes logging from the dependencies injected into the services.

Issue ticket number and link

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Other Stuff

…tion

docstring for existing_mtn, and allow passing Q objects in *args
adjust parameters pull_manifest parameter typing to List[str], fix get_handler_query when transporter
@dpgraham4401 dpgraham4401 added the bug Something isn't working label Mar 30, 2023
@dpgraham4401 dpgraham4401 self-assigned this Mar 30, 2023
@github-actions github-actions bot added server Related to backend workings (Django/Rest API) test Unit tests are, or need to be, included labels Mar 30, 2023
@dpgraham4401 dpgraham4401 merged commit 6ac0414 into USEPA:main Mar 30, 2023
@dpgraham4401 dpgraham4401 deleted the pull_manifest_iteration_bug branch March 30, 2023 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server Related to backend workings (Django/Rest API) test Unit tests are, or need to be, included
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant