Roy Razon
Roy Razon
Running on node with webpack. Can specify the location of the query engine binary using `PRISMA_QUERY_ENGINE_BINARY`. I didn't find a way to do the same for the `schema.prisma` file. With...
The client:codegen command was exiting with code 0 even if the queries had errors. Fixes #1980 TODO: - [X] Update CHANGELOG.md\* with your change (include reference to issue & this...
- CTA: add state prop to `/tunnels` API endpoint. checks that all compose services have been started by docker, and that all potential tunnels for these services have been started...
Specified in the command line: ```bash preevy up --schedule-deletion=12h30m preevy up --schedule-deletion="30 days" preevy up --schedule-deletion=2024-08-12T13:14:15Z preevy up --schedule-deletion=off ``` Running `preevy up` on an existing environment should change/remove the...
## Current labels: - `preevy.access` - `preevy.inject_script` - `preevy.expose` ## Goals: - support multiple ports per container - support multiple behavior properties per port: private/public, injection - support multiple routes...
## Problem Description The Preevy profile is currently two things: - A persistent state which can be saved either locally or remotely. Contains the tunneling key, default flags and driver...
### what's wrong with the documentation? Users do not know about environment ID and what's it used for. They are confused as to when new environments are created or updated,...
When a user copies too many files, they probably have a mounted volume with `node_modules` (or other vendor directory). Warn when this happens and suggest a way to create a...
Will reduce config drift when copying profiles. We can store the keys in the provider itself (instance metadata, AWS KMS).