Commit graph

14389 commits

Author SHA1 Message Date
Andras Bacsai
00416888b8 docs: remove git worktree symlink instructions from CLAUDE.md
Remove the 'Git Worktree Shared Dependencies' section which contained
Conductor-specific setup instructions that are not relevant to the
main repository documentation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 10:10:34 +01:00
Andras Bacsai
cc53e9476e fix(docker): add fallback for Docker Swarm container labels 2026-01-07 14:57:13 +01:00
peaklabs-dev
40778ad44d
fix(service): budibase worker envs 2026-01-06 23:10:38 +01:00
🏔️ Peak
ffdae66c4e
fix(env): custom environment variable sorting (#7887) 2026-01-06 16:25:28 +01:00
peaklabs-dev
8ba30d75ea
refactor: move all env sorting to one place 2026-01-06 16:19:38 +01:00
peaklabs-dev
3af456cd35
chore: remove raw sql from env relationship
- raw sql should not be used whenever possible
- using sql to order on the relationship environment_variables() causes custom sorting to break or be additionally complicated
2026-01-06 16:18:37 +01:00
Daniele Luisetto
e9ef331def
feat(api): allow to escape special characters in labels (#7886) 2026-01-06 15:50:55 +01:00
Sarthak Shrivastava
2332e88a2e
feat(service): add nocobase template (#7347)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-06 15:08:23 +01:00
Alexzvn
a5537119b9
fix(ui): empty network destinations when cloning a resource (#7309) 2026-01-06 14:14:56 +01:00
🏔️ Peak
caca421e2e
fix: db public port instant save and simplify if condition (#7883) 2026-01-06 13:44:46 +01:00
Yassir
aeef97f295
fix(docs): api docs for bulk env update response (#7714) 2026-01-06 12:52:32 +01:00
peaklabs-dev
8e002e0558
chore(services): update service json 2026-01-05 23:04:36 +01:00
Murat Aslan
ef07c68588
fix: cast docker version to int for proper comparison (#7760) 2026-01-05 22:20:47 +01:00
peaklabs-dev
51640b0e64
fix(ui): instance public ips ui validation 2026-01-05 22:14:51 +01:00
Murat Aslan
7d26b527fb
fix: instance public ips initialization validation (#7762) 2026-01-05 22:12:19 +01:00
peaklabs-dev
38fefa7330
fix(docs): remove environments from projects endpoint 2026-01-05 21:52:10 +01:00
peaklabs-dev
86ffef2df5
feat(ui): add port mapping format to helper and fix typo 2026-01-05 21:39:39 +01:00
Aleksander Lis
7c075551ff
fix(log): preserve leading whitespace in logs (#7879) 2026-01-05 21:32:34 +01:00
Diogo Carvalho
c406afddaf
chore(service): improve mosquitto template (#6227) 2026-01-05 18:25:15 +01:00
Nicanor Alexander de la Cruz Caba
59e6da4ae3
fix(service): wireguard easy host to use fqdn (#7354) 2026-01-05 15:54:25 +01:00
Gauthier POGAM--LE MONTAGNER
c76de51573
fix(service): use fqdn for server host in sequin template (#6528) 2026-01-05 15:49:25 +01:00
Stellar Rounin
deb11d6163
feat(service): add silverbullet template (#6425)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-05 15:42:12 +01:00
Mohd Hassan Khan
898c7fddc4
feat(service): add cloudreve template (#6774)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-05 15:37:43 +01:00
Jonas Klesen
f9a1973efe
fix(service): add instagram envs to postiz template (#6424) 2026-01-05 15:14:32 +01:00
Vincent Baeten
c8a5407bfd
feat(service): add sftpgo template (#6415)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-05 15:08:30 +01:00
Gauthier POGAM--LE MONTAGNER
e85ca3c41c
refactor(service): remove unused envs from hoppscotch (#6513) 2026-01-05 14:55:26 +01:00
Bhavik Talaviya
bdc1c5ad49
feat(service): add hatchet template (#6711)
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-05 14:36:24 +01:00
Nicanor Alexander de la Cruz Caba
0af80e60a3
feat(service): add esphome template (#6532)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-05 14:20:17 +01:00
Yassir
eaa668036f
feat(service): upgrade docker registry template (#7034)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-05 14:13:42 +01:00
Junglei Kim
99e3c3ea9f
feat(service): add trailbase template (#6934)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-05 13:56:41 +01:00
🏔️ Peak
6db5ec2995
feat: improve validation patterns (#7875) 2026-01-05 13:31:49 +01:00
Andras Bacsai
41925d21ef
fix: make PgBouncer prepared statement disabling configurable (#7876) 2026-01-05 13:18:28 +01:00
Andras Bacsai
3eacaa325b fix: make PgBouncer prepared statement disabling configurable
Use PDO::PGSQL_ATTR_DISABLE_PREPARES with DB_DISABLE_PREPARES env variable
to prevent "cached plan must not change result type" errors during rolling
deployments with PgBouncer. Defaults to false for normal operation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 13:16:28 +01:00
peaklabs-dev
e774921866
refactor: remove duplicated validation messages 2026-01-05 13:15:14 +01:00
peaklabs-dev
4021c8ac2f
feat: allow more characters when validating
- allow more characters in the name and description validation, while still not allowing any unsafe characters
2026-01-05 13:14:27 +01:00
🏔️ Peak
4e861a19b4
feat(service): improve n8n and update n8n worker to v2 (#7874) 2026-01-05 12:34:19 +01:00
peaklabs-dev
c93951da20
chore(service): change sqlite pool size to v2 default 2026-01-05 12:29:18 +01:00
peaklabs-dev
a5222830c3
chore(services): update service json 2026-01-05 12:14:06 +01:00
peaklabs-dev
60427b695b
feat(service): update n8n worker to v2
- update n8n and n8n worker to v2
- add external n8n task-runners
- change all env variables to v2 naming
- improve some defaults
- formatting, ordering and spacing
2026-01-05 12:13:43 +01:00
peaklabs-dev
b0b9c59fd5
chore(service): improve n8n v2
- update n8n to the latest version
- change all env variables to v2 naming
- improve some defaults
- formatting, ordering and spacing
2026-01-05 12:12:10 +01:00
Andras Bacsai
84c89a83b8 fix: disable prepared statements for PgBouncer compatibility
Add PDO::ATTR_EMULATE_PREPARES option to prevent "cached plan must not
change result type" errors during rolling deployments with PgBouncer.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 12:04:09 +01:00
Andras Bacsai
77e895c9e1
fix(deployment): use mainServer consistently instead of redundant original_server (#7872) 2026-01-05 12:03:19 +01:00
Andras Bacsai
81780d652f fix(deployment): use mainServer consistently instead of redundant original_server
Remove the redundant $original_server property and use $mainServer throughout
ApplicationDeploymentJob. Both properties held the same value (the deployment
target server), causing unnecessary duplication.

Also fixes two bugs in generate_compose_file() where $this->server was used
instead of $this->mainServer for isSwarm() and isLogDrainEnabled() checks.
When using a build server, $this->server could point to the build server,
causing incorrect configuration for the deployment target.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 11:56:08 +01:00
Andras Bacsai
162eaa9f0d feat(github): implement processing for GitHub pull request webhooks and add helper functions for commit and PR file retrieval 2026-01-05 11:13:18 +01:00
Andras Bacsai
02a13a54d0
update n8n with postgres to the latest stable version 2.0.x with all necessary changes (#7703) 2026-01-05 09:49:56 +01:00
peaklabs-dev
8da8afbf49
chore(services): update service templates json 2026-01-04 22:28:08 +01:00
Yassir
959dfa8125
fix(ui): images inside coolify changelog (#7357) 2026-01-04 21:59:34 +01:00
peaklabs-dev
db2b8125df
refactor(service): improve evolution-api
- update evolution-api
- remove unused code
- format compose file
2026-01-04 21:54:50 +01:00
desarrollonextpro
c5ba28b686
feat(service): add healthchecks to evolution-api service (#6607) 2026-01-04 21:52:05 +01:00
Himanshu Ahuja
5899b4b241
fix(service): remove command from unleash template (#7379) 2026-01-04 19:45:35 +01:00