Add install instructions to README.md#46
Closed
BenCapper wants to merge 124 commits intoCentOS:devfrom
BenCapper:dev
Closed
Add install instructions to README.md#46BenCapper wants to merge 124 commits intoCentOS:devfrom BenCapper:dev
BenCapper wants to merge 124 commits intoCentOS:devfrom
BenCapper:dev
Conversation
TODO: Need to refactor, we actually want to return a Session schema, with the ssid and a list of hosts attached to the session instead of a Host schema with the ssid tacked on. https://stackoverflow.com/questions/39318251/serialize-two-nested-schema-with-marshmallow
The response returned to the user isn't the full host dict, it's the ssid and a list of hostnames. Let's put that in a session schema and fix the tests.
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
beanstalkc is commented out, because it's not python3 compatible. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Fixes for the python3 deployment of duffy
Update .gitignore
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
isort and black need minimum Python version to be 3.6.2 Added poetry.lock Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
Added an installation section to the README: - Clone the repo - Install Poetry Signed-off-by: Ben Capper <Bencapper19@gmail.com>
1 task
Collaborator
|
We mucked around with the |
This was referenced Oct 20, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added an installation section to the README:
Signed-off-by: Ben Capper Bencapper19@gmail.com