-
Notifications
You must be signed in to change notification settings - Fork 18
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
Containerized the Interface and Visualization And Setup Github Actions #63
Conversation
Added install dependencies section
Co-authored-by: Chris Schnaufer <[email protected]>
Co-authored-by: Chris Schnaufer <[email protected]>
Co-authored-by: David LeBauer <[email protected]>
Co-authored-by: David LeBauer <[email protected]>
Delete client.json Delete package-lock.json
Added install dependencies section
Co-authored-by: Chris Schnaufer <[email protected]> alt text
Update upload1.js Fixed redirects and error page functionality Update app/Meta.py Co-authored-by: Chris Schnaufer <[email protected]> Update app/Meta.py Co-authored-by: David LeBauer <[email protected]> Replace "some text" with "" in Meta.py Co-authored-by: David LeBauer <[email protected]>
Please have a look at it and then merge it |
My comment from above:
wasn't intended to for combining all the testing scripts - sorry I wasn't clear. The key to my request was to simplify things, not make them more complex. The idea was to see if matrix could be used to combine the two Python tests into one file. I feel that putting Python and Node tests into the same file defeats simplification. If putting the Python app-test and client-tests into the same file using matrix makes things less simple, then that shouldn't be done. |
I have containerized the interface and visualization part of the YABA app in this PR
Please look at the Dockerfile - this commit 6037b55 and below. (Other files are from when the initial creation of the interface and visualization and will no longer be relevant after current work is submitted.)