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

API Endpoints #384

Merged
merged 23 commits into from
Jun 22, 2023
Merged

API Endpoints #384

merged 23 commits into from
Jun 22, 2023

Conversation

Chris7
Copy link
Member

@Chris7 Chris7 commented Jun 14, 2023

Wooey API endpoints for running Wooey via API Tokens.

  • Adding/Updating Scripts
  • Submitting Jobs
  • Querying Job Status
  • Querying Detailed Job Information

Closes #75, #201

@codecov-commenter
Copy link

codecov-commenter commented Jun 14, 2023

Codecov Report

Patch coverage: 87.34% and project coverage change: +1.28 🎉

Comparison is base (30a6ede) 75.79% compared to head (6e24a49) 77.08%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #384      +/-   ##
==========================================
+ Coverage   75.79%   77.08%   +1.28%     
==========================================
  Files         134      139       +5     
  Lines        4462     4817     +355     
  Branches      586      530      -56     
==========================================
+ Hits         3382     3713     +331     
- Misses        946      962      +16     
- Partials      134      142       +8     
Flag Coverage Δ
unittests 77.08% <87.34%> (+1.33%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
wooey/conf/project_template/wooey_celery_app.py 0.00% <0.00%> (ø)
wooey/errors.py 100.00% <ø> (ø)
wooey/settings.py 100.00% <ø> (ø)
wooey/tests/scripts/mandlebrot.py 0.00% <0.00%> (ø)
wooey/tests/scripts/nested_heatmap.py 0.00% <0.00%> (ø)
wooey/tests/scripts/translate.py 0.00% <ø> (ø)
wooey/tests/scripts/translate2.py 0.00% <ø> (ø)
wooey/views/views.py 72.32% <0.00%> (+4.37%) ⬆️
wooey/backend/utils.py 79.90% <67.50%> (+0.60%) ⬆️
wooey/utils/__init__.py 88.23% <75.00%> (-11.77%) ⬇️
... and 14 more

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Chris7 Chris7 merged commit ab58a2d into master Jun 22, 2023
14 checks passed
@Chris7 Chris7 deleted the create-api-endpoints branch June 22, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

REST API for job submission/output collection
2 participants