Adam
Adam
## Expected Behavior A user described that he really enjoyed mixing Kubernetes use with our Nerd CLI use. Specifically he would like to use datasets uploaded through the Nerd via...
## Expected Behavior A input dataset can be used for many jobs, in this case the column "input of" will overflow significantly. This causes an ugly list: ``` j-jh885 d-6tw2z...
In order to make it possible for users to upgrade their account there must be a flow from the cli to the dashboard: - add a command to scale the...
We do custom validation in the svc package that now returns errors like: ``` Using non-ascii characters results in shitty error: $ nerd job run --name=😝weirdname nerdalize/pythonapp:v3 error: Key: 'RunJobInput.Name'...
Whenever a job is removed while the dataset is referring to it "input from"/'output for" we might want to dereference this.
During initial implementation it became clear that we need to keep metadata for datasets. At the very least we will need to keep the filesize of a dataset and the...
During the initial dataset implementation it became clear that zipping the file before uploading it to an object store has two downsides: - CON: both upload and download require a...
## Expected Behavior nerd job create --memory 0.2 --vcpu 0.5 alpine sleep 100000 command 'create' does not exist ## Actual Behavior failed to parse flags(s): unknown flag `memory'
I'm currently running into an issue that prevents me from logging in at all, when running `nerd login` it opens an empty browser window. When running the underlying os command...
It is currently hard to provide the correct feedback to users in just the job listing overview: - Show command and arguments used to run the job - Show all...