Mario Ranftl
Mario Ranftl
Hi, It seems like naming a remote is subject to certain limitations as `groupadd` is executed ([potentially 32chars?](https://unix.stackexchange.com/questions/11477/what-are-the-allowed-group-names-for-groupadd)). **Example** ```yaml apiVersion: gitkube.sh/v1alpha1 kind: Remote metadata: name: app-remote namespace: my-really-really-really-long-ns ```...
Seems like it would be important to have a minimal usage example (e.g. curl + psql in a shell session) as well. via [HN](https://news.ycombinator.com/item?id=26947964)
Automatically cleanup `x` previous template databases and it's test databases after a new template database was requested, without manually invoking the `DELETE /templates` endpoint. Enable this handling via the env...
WIP, deps upgrade, do not merge yet. TODO: - [x] Golang 1.15.x - [x] adapted `Makefile` / devcontainer / docker-compose setup from https://github.com/allaboutapps/go-starter - [x] Drone setup - [ ]...
New tab with realtime customization of generated style templates (default prefilled with CSS, LESS, SASS, ... snippets)
**Describe the feature you'd like to have.** Similar to what [k8up ("application-aware")](https://k8up.io/k8up/2.7/how-tos/application-aware-backups.html) and [velero ("hooks")](https://velero.io/docs/v1.13/backup-hooks/) provide, I propose to include a mechanism to run pre/post-snapshot commands via snapscheduler's operator. Let's...
Required changes: * Adds support for `POST /api/v1/templates/:hash/tests/:id/recreate`. * **TODO**: `DELETE /api/v1/templates/:hash/tests/:id` is deprecated in favor of `POST /api/v1/templates/:hash/tests/:id/unlock`. Ref: * https://github.com/allaboutapps/integresql-client-go/issues/4 * [IntegreSQL v1.1.0](https://github.com/allaboutapps/integresql/blob/master/CHANGELOG.md#v110)