Jayesh Choudhary
Jayesh Choudhary
### The problem faced currently? Currently, if we are using Docker as a target, updating a secret doesn't restart the concerned deployments (deployments that are using the corresponding secret). So...
### Describe the problem If we make a read request for a big file from the browser's tab via the Space Cloud' file store module download URL, then the browser...
### Describe the bug Space Cloud's file store read operation makes a copy of the file locally in the `/tmp/` folder. However, in the case of big files, the user...
This was done keeping in mind that Mission Control provides an id field in the schema by default while adding a table/collection. So having a single field in the schema...
### The problem faced currently? The logging level in Space Cloud has to be set currently via the `--log-level` flag or `LOG_LEVEL` environment variable. However, the flags or environment variable...
If we use admin token while making API requests to space cloud, the post/pre-process security rules like `force`, `remove`, `encrypt`, `decrypt`, `hash` etc do not work.
Right now the user is provided a single field for editing connection string. The problem with this is that the user has to learn the format of connection string. We...
Right now the user has to remember the possible field types and directives (eg: @unique, @relation, etc.) while writing schema. It would be great, if this could be autocompleted.