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

WIP: feature: pulling remote configuration files over http #49

Closed
wants to merge 13 commits into from

Conversation

simojo
Copy link
Collaborator

@simojo simojo commented Sep 12, 2023

No description provided.

@simojo simojo added the in-progress Work is actively happening on this issue label Sep 12, 2023
@simojo simojo added this to the Week 4 Features milestone Sep 12, 2023
@simojo simojo self-assigned this Sep 12, 2023
@simojo
Copy link
Collaborator Author

simojo commented Sep 12, 2023

closes #17

simojo and others added 8 commits September 15, 2023 11:15
The CoC template reccomended by GitHub seemed like a fitting Code of Conduct for the software startup assignment. Therefore, I have decided to utilize the reccomended code of conduct provided.
I decided to implement the standard and functioning bug report and issue templates, as they include the necessary information for our software development project as software engineers.
various functions for validation and configuration were located in `main.py`, so I have moved them out and done further work on implementing them to support remote configuration files
which is to say that URL config files will not be allowed to specify local paths as valid check file paths. All URL config files must reference URL checks files. The opposite is not true, local path config files are allowed to reference URL check files.
@simojo simojo force-pushed the feature/remote-config-files branch from 52cf4d8 to 8d9cded Compare September 18, 2023 20:52
@gkapfham
Copy link
Collaborator

Hello @simojo, I noticed that your build is currently failing. Can you please look into this and let me know if you have questions about the steps that are needed to ensure that the build passes?

@gkapfham gkapfham added the enhancement New feature or request label Sep 19, 2023
@simojo simojo closed this Sep 20, 2023
@simojo
Copy link
Collaborator Author

simojo commented Sep 20, 2023

closing due to force-push-dumpster-fire-propagation

@simojo simojo deleted the feature/remote-config-files branch September 20, 2023 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-progress Work is actively happening on this issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support the Download of Configuration Files from a Remote Location Through HTTP
3 participants