-
Notifications
You must be signed in to change notification settings - Fork 53
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
On-prem: read blueprints from disk #2603
base: main
Are you sure you want to change the base?
Conversation
de7c995
to
dcbf410
Compare
dcbf410
to
091ff7d
Compare
I can't wait to see this in action! I'm trying to get it running locally but can't get anything to appear in Cockpit. I noticed quite a few changes to the makefile... what should I do to get this to run? |
091ff7d
to
12f3c12
Compare
Oh right, so we need to pull in some of the cockpit dependencies. Try |
83fc2b4
to
e2b3cfb
Compare
e2b3cfb
to
2e17a88
Compare
The on-prem version of this repo depends on the `Cockpit` project. Some of the files from the `Cockpit` repo are needed to build and run this project. These files are saved into the `pkg/lib` directory, so we need ot add some plumbing for this into the project. Additionally, this commit adds some convenience scripts to the Makefile.
We need a toml package to parse the blueprint files, this appears to be the most maintained package.
Add an initial commit to scan a preset directory for user blueprint files. This makes use of the cockpit files api.
2e17a88
to
dadbaec
Compare
We can use the cockpit files api to read in blueprints from disk.
This PR adds commits to bring in the required dependencies, some convenience scripts and an initial commit using an RTK query function to read blueprints from file and pull the details into the store.