-
Notifications
You must be signed in to change notification settings - Fork 0
Add support for pushing to http locations. #63
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
Conversation
5429ddd to
bb091ee
Compare
29fff4d to
4db0e72
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #63 +/- ##
==========================================
- Coverage 99.23% 99.19% -0.05%
==========================================
Files 57 58 +1
Lines 4326 4450 +124
Branches 285 294 +9
==========================================
+ Hits 4293 4414 +121
- Misses 18 20 +2
- Partials 15 16 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
from pyorderly.run import *
from pyorderly.outpack.location import *
from pyorderly.outpack.location_push import *
outpack_location_add(name="reside-dev", type="packit", args={'url': 'https://reside-dev.packit-dev.dide.ic.ac.uk'})
orderly_run("data")
id = orderly_run("depends")
outpack_location_push(id, "reside-dev")then if you visit https://reside-dev.packit-dev.dide.ic.ac.uk you should see the two packets ( |
efb06ee to
0b87139
Compare
Having a method called `list` was causing the builtin list type to be shadowed, leading to odd error messages. While it is possible to work around it, renaming the method is the easiest option.
M-Kusumgar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, got a couple of small comments but nothing major
No description provided.