-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support the Download of Configuration Files from a Remote Location Through HTTP #17
Comments
Hi @simojo, I see that you are assigned to this issue. Can you please give us a status update? Is this a feature that you might be able to implement and have ready by the end of the next sprint? If you are going to work on this feature, I encourage you to check-in with the senior software engineer on our team who can advise you on where to integrate your code. You should also chat with our QA engineer because we need to ensure that your code has high test coverage and that we can have a suitable confidence in its correctness. Finally, if you could implement this feature then we should definitely talk about integrating it into other tools like |
@gkapfham I am currently still working on this, mostly because I haven't devoted time to it yet. Currently trying to test URL validation and writing a test case accordingly. Hypothesis has a fuzzing strategy where you can include randomly generated URLs, but this appears to be a test feature, so it could be potentially volatile to include in our tool. https://hypothesis.readthedocs.io/en/latest/data.html#hypothesis.provisional.urls What do we think of using Hypothesis's provisional URL strategy in a unit test? |
@gkapfham I have an additional question for you regarding how chasten reads configuration files. This is not obvious to me, so I figured it was appropriate to ask you: If we were to attempt to pull a remote configuration by including https://raw.githubusercontent.com/AstuteSource/chasten-configuration/master/config.yml as the input config file, I'm now seeing that every |
I have decided that the above comment no longer needs to be addressed. The design I am implementing now will allow the following rules:
Does anyone else have any opinions on this? |
Hello @simojo, yes, what you have described sounds like a very good idea! Thanks for pushing forward this issue, I think that it will be a great contribution to the tool. |
Right now
chasten
only supports the specification of a configuration file'slocation by pointing to a local path. However, it would be ideal if the tool
could also access, read, and download configuration files that were available
through public URLs served by an HTTP server. The completion of this feature
would make it possible for a researcher to make public their configuration and
thus make it easier for another researcher to replicate their experiments.
Alternatively, this completed feature would also allow an instructor to host the
configuration for
chasten
in a location where students could not modify it.The text was updated successfully, but these errors were encountered: