Andras Bacsai
|
2529496594
|
feat: preserve git repository
|
2024-07-18 13:14:07 +02:00 |
|
Andras Bacsai
|
c0e88df3e8
|
feat: add readonly labels
|
2024-07-17 14:52:40 +02:00 |
|
Andras Bacsai
|
c851262d81
|
refactor: Reset default labels when docker_compose_domains is modified
|
2024-07-12 10:35:50 +02:00 |
|
Andras Bacsai
|
0964c7a338
|
remove unnecessary things from application table
|
2024-06-25 21:22:14 +02:00 |
|
Andras Bacsai
|
2c92cc40e1
|
refactor: Update code to use str() instead of Str::of() for string manipulation
|
2024-06-25 10:37:10 +02:00 |
|
Andras Bacsai
|
fcb3d71cb4
|
feat: add high priority queue
|
2024-06-20 14:52:12 +02:00 |
|
Andras Bacsai
|
b7fd1b9f4c
|
Merge pull request #2553 from alexzvn/main
fix: application custom labels reset after saving
|
2024-06-19 16:14:07 +02:00 |
|
Alexzvn
|
af38d0cc07
|
fix: application custom labels reset after saving
|
2024-06-15 00:01:58 +00:00 |
|
andrasbacsai
|
2e01665340
|
Fix styling
|
2024-06-12 10:21:47 +00:00 |
|
Andras Bacsai
|
019cdd2b3a
|
fix: compose generator
|
2024-06-12 12:20:58 +02:00 |
|
Andras Bacsai
|
f332a73122
|
feat: cancelling a deployment will check if new could be started.
|
2024-06-12 12:05:08 +02:00 |
|
andrasbacsai
|
47051127af
|
Fix styling
|
2024-06-11 09:36:42 +00:00 |
|
Andras Bacsai
|
7ad2e1ca05
|
Merge branch 'next' into php-codestyle
|
2024-06-11 11:36:07 +02:00 |
|
Andras Bacsai
|
7345ccbbee
|
feat: easily redirect between www-and-non-www domains
|
2024-06-11 11:32:08 +02:00 |
|
Thijmen
|
d86274cc37
|
Fix styling
|
2024-06-10 20:43:34 +00:00 |
|
Andras Bacsai
|
7fd0deedb1
|
feat: able to add several domains to compose based previews
|
2024-06-05 15:14:44 +02:00 |
|
Andras Bacsai
|
48737f8e60
|
refactor: Update Docker Compose parsing for services
|
2024-05-31 12:28:49 +02:00 |
|
Andras Bacsai
|
68d3cea528
|
fix: multiple server deployments
feat: custom preview deployment fqdn
ui: improvements here and there
|
2024-05-30 12:28:29 +02:00 |
|
Andras Bacsai
|
7feb788ed3
|
fix: show it docker compose has syntax errors
|
2024-05-21 12:02:04 +02:00 |
|
Andras Bacsai
|
10fde1b1ef
|
feat: shows the latest deployment commit + message on status
|
2024-05-17 08:53:25 +02:00 |
|
Andras Bacsai
|
2446dc6950
|
feat: toggle label escaping mechanism
|
2024-05-15 17:52:14 +02:00 |
|
Andras Bacsai
|
f6f959a897
|
feat: experimental sentinel
|
2024-05-07 15:41:50 +02:00 |
|
Andras Bacsai
|
a54f0ed94d
|
chore: Improve menu item styling and spacing in service configuration and index views
|
2024-05-06 14:30:50 +02:00 |
|
Andras Bacsai
|
848e6102a1
|
fix css here and there
|
2024-05-06 13:58:19 +02:00 |
|
Andras Bacsai
|
eb41e023c7
|
feat: Add lazy loading for images in General.php and improve Docker Compose file handling in Application.php
|
2024-05-06 13:03:55 +02:00 |
|
Andras Bacsai
|
6b4987bf39
|
fix: confirmation for custom labels
|
2024-05-06 12:52:06 +02:00 |
|
Andras Bacsai
|
05c937743c
|
feat: custom internal container names
fix: add warning if hc fails with dockerfile/dockerimage based deployments
|
2024-05-06 11:45:22 +02:00 |
|
Andras Bacsai
|
080db4d462
|
Remove dispatch('configurationChanged') from check_status method in Heading.php
|
2024-04-30 11:20:57 +02:00 |
|
Andras Bacsai
|
c36636bd2d
|
Add dispatch('refreshEnvs') to loadComposeFile method
|
2024-04-29 11:59:19 +02:00 |
|
Andras Bacsai
|
e86f8ddd09
|
fix: caddy network issue
feat: connect compose based apps to predefined network
|
2024-04-25 11:49:34 +02:00 |
|
Andras Bacsai
|
e2cd7fe17e
|
fix: rollback feature
|
2024-04-17 15:30:08 +02:00 |
|
Andras Bacsai
|
4c0624f489
|
fix: remove lazy loading until bug figured out
|
2024-04-17 15:16:08 +02:00 |
|
Andras Bacsai
|
d62b471afe
|
Refactor dispatch event names to use snake_case in General.php, FileStorage.php, Storage.php, All.php, and Show.php
|
2024-04-17 11:32:35 +02:00 |
|
Andras Bacsai
|
0e43e5d295
|
Refactor General.php to update application fqdn handling
|
2024-04-16 09:43:42 +02:00 |
|
Andras Bacsai
|
85b33a60b3
|
feat: can edit file/dir volumes from ui in compose based apps
|
2024-04-15 19:47:17 +02:00 |
|
Andras Bacsai
|
16f9c727f2
|
feat: lazy load stuffs + tell user if compose based deployments have missing envs
|
2024-04-15 14:23:25 +02:00 |
|
Andras Bacsai
|
6773848874
|
Add dispatch call to check_status method in Heading.php
|
2024-04-12 14:12:06 +02:00 |
|
Andras Bacsai
|
7a32b8d1d2
|
feat: configuration checker for all resources
|
2024-04-12 12:44:49 +02:00 |
|
Andras Bacsai
|
50e96baea1
|
Refactor Livewire project new select blade template
|
2024-04-12 10:28:40 +02:00 |
|
Andras Bacsai
|
5ec553f68d
|
Reset default labels when application FQDN is updated
|
2024-04-10 08:21:06 +02:00 |
|
Andras Bacsai
|
8bf0561009
|
Refactor code for domain usage and validation
|
2024-04-08 12:15:44 +02:00 |
|
Andras Bacsai
|
51d716253f
|
feat: watch paths
|
2024-03-28 15:05:12 +01:00 |
|
Andras Bacsai
|
32f4c6c982
|
Update documentation links
|
2024-03-27 11:07:29 +01:00 |
|
Andras Bacsai
|
b418a78e2e
|
ui ui ui (pig)
|
2024-03-24 16:00:25 +01:00 |
|
Andras Bacsai
|
b61860b3ab
|
ui: redesign
|
2024-03-20 12:54:06 +01:00 |
|
Andras Bacsai
|
62905f084f
|
Merge pull request #1723 from stooit/feat/post-deploy-command
Adds basic support for pre/post-deployment commands.
|
2024-03-13 14:34:44 +01:00 |
|
Andras Bacsai
|
34d6a12d95
|
feat: experimental caddy support
|
2024-03-11 15:08:05 +01:00 |
|
Andras Bacsai
|
5d3de967f0
|
fix: fqdn null in case docker compose bp
|
2024-03-11 09:42:16 +01:00 |
|
Andras Bacsai
|
c20aa0b256
|
Refactor method names to use camel case
|
2024-03-04 11:01:14 +01:00 |
|
Andras Bacsai
|
8385bbb0a0
|
feat: gzip enabled & stipprefix setting
refactor: code
|
2024-03-04 10:46:13 +01:00 |
|