Go to file
Florian Beisel f0118ab8ea
🐛 Use OldHostname when querying the Database
In BaseRule.baseUpdate our goal is to check if a hostname exists before
trying to rename that hostname into something else. This patch fixes an
error where the newly generated Hostname was used to check for the
existence of the old hostname.
2024-01-18 00:11:39 +01:00
api 🚧 Begin implementing the Models 2024-01-18 00:10:48 +01:00
auth 📝 Create missing models for API documentation 2024-01-18 00:09:26 +01:00
config Initial commit 2024-01-17 18:05:55 +01:00
db 🎨 prepare to make the database name configurable 2024-01-17 22:24:18 +01:00
docs Initial commit 2024-01-17 18:05:55 +01:00
examples Initial commit 2024-01-17 18:05:55 +01:00
middleware Initial commit 2024-01-17 18:05:55 +01:00
models 📝 Create missing models for API documentation 2024-01-18 00:09:26 +01:00
rules 🐛 Use OldHostname when querying the Database 2024-01-18 00:11:39 +01:00
.gitignore chore: add gitignore 2024-01-17 22:09:43 +01:00
go.mod ⬆️ Upgrade dependencies 2024-01-17 22:43:53 +01:00
go.sum ⬆️ Upgrade dependencies 2024-01-17 22:43:53 +01:00
main.go 🎨 prepare to make the database name configurable 2024-01-17 22:24:18 +01:00