preevy icon indicating copy to clipboard operation
preevy copied to clipboard

Quickly deploy preview environments to the cloud!

Results 71 preevy issues
Sort by recently updated
recently updated
newest added

Bumps the root-deps group with 20 updates in the / directory: | Package | From | To | | --- | --- | --- | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` |...

dependencies
javascript

Bumps the tunnel-server-deps group with 8 updates in the /tunnel-server directory: | Package | From | To | | --- | --- | --- | | [fastify](https://github.com/fastify/fastify) | `4.26.2` |...

dependencies
javascript

### What happened? When trying to deploy a service with a custom domain, I run into the issue that the tunnel server does not seem to create or establish the...

bug

- 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...

enhancement
need spec
points: 3

### What happened? Preevy failed with "403: UnknownError" with no indication the problem was related to AWS/S3. ### Add screenshots ![image](https://github.com/livecycle/preevy/assets/3827/3cfd2321-f5dd-4373-978b-e3b5065e1719) ### Steps to reproduce the behavior Use an AWS...

bug

### What happened? My GitHub Actions workflow was missing the k8s config, but the error made it look like something was wrong with the tunnel server. ### Add screenshots ![image](https://github.com/livecycle/preevy/assets/3827/6898adb3-0edc-41f2-867c-642b9d6a6225)...

bug

### What happened? Somehow I ended up with multiple preevy environments with the same ID. This caused the tunnel to fail, but it wasn't clear why. ### Add screenshots In...

bug

**[Is this a bugfix/feature/doc-improvement?]** ## This is a - [ ] Bug fix - [ ] Feature - [x] Doc improvement ### By submitting this pull request I confirm I've...