-
StackHead v1:
Since Terraform apply is now done per-project and each project has an own crontab and timer (see #148), the interval should be configurable in project definition. Obviously this can als…
-
Right now rollbacks were only tested on new projects.
DIfferent project versions should be kept on the server to allow rollbacks on existing projects.
Current folder structure:
* /projects/ (``)
…
-
I'd asked @gavinking if this was possible:
``` ceylon
Integer|Absent parseInt(String? intstr, Integer|Absent default = null)
given Absent satisfies Null {
if (exists intstr) {
return…
-
[@quintesse] I'd asked @gavinking if this was possible:
``` ceylon
Integer|Absent parseInt(String? intstr, Integer|Absent default = null)
given Absent satisfies Null {
if (exists intstr) {
…
-
**Checklist**
* [x] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/
* [x] Try to report your issue in th…
-
# Bug Report
### 🔎 Search Terms
variadic inference
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about variadic…
-
This issue examines a structure for a new plugin system. This will supersede the modules system from StackHead v1.
> **Module**: a self-contained piece of software (e.g. types, data structure, func…
-
It would be cool be able to perform system updates automatically.
For that a `apt update` may be triggered regularly via crontab.
How to detect if such updates installed packages that are incompat…
-
The "webserver" plugin name is misleading, as we only use it for proxying to the container.
This name remained from the initial idea of also allowing to serve non-container applications which was scr…
-
Allow user to configure modules via StackHead CLI configuration as it was possible in v1.
There user can configure:
* which module to use
* individual module configurations (e.g. email address fo…