Andras Bacsai
8179a5c6a3
feat: custom terminal host
2024-09-18 09:43:47 +02:00
Andras Bacsai
5ecf31d1fc
refactor: Remove unnecessary code in Terminal.blade.php
2024-09-17 17:20:03 +02:00
Andras Bacsai
e937d30545
fix: move terminal to separate view on services
2024-09-17 17:15:34 +02:00
Andras Bacsai
595a2414b1
fix: if you exit a container manually, it should close the underlying tty as well
2024-09-17 16:48:58 +02:00
Andras Bacsai
d92819ab60
fix: Handle WebSocket connection close in terminal.blade.php
2024-09-17 11:30:46 +02:00
Andras Bacsai
f71fb7266d
fix: terminal
2024-09-16 15:35:44 +02:00
Andras Bacsai
e1a6c3e776
chore: Refactor terminal component and select form layout
2024-09-16 11:25:20 +02:00
Andras Bacsai
f124a1e60d
chore: Update terminal button text and layout in application heading view
2024-09-16 10:56:11 +02:00
Andras Bacsai
08e4afbbc4
fix: keep-alive ws connections
2024-09-16 10:20:57 +02:00
Andras Bacsai
dcf91cc034
Update WebSocket URL in terminal.blade.php to include /ws for consistency with the server configuration.
2024-09-13 16:58:16 +02:00
Andras Bacsai
2f692da1c9
chore: Update WebSocket URL in terminal.blade.php
2024-09-13 13:16:14 +02:00
Andras Bacsai
ecd98bfcd5
chore: Update APP_NAME environment variable in docker-compose.prod.yml
2024-09-13 13:13:23 +02:00
Andras Bacsai
07893b432b
chore: Update button text for container connection form
2024-09-13 12:37:32 +02:00
Andras Bacsai
e48ad87cdb
chore: Update terminal styling for better readability
2024-09-13 12:19:13 +02:00
Luan Estradioto
35dfb1b0f8
fix: grouped process and docker execs are killed with ssh process
...
fix: run clear command only if exists
fix: link terminal js on dev compose better dx
fix: add error on terminal ux
2024-09-12 01:58:56 -03:00
Andras Bacsai
117fbeb07c
fixes for terminal
2024-09-11 12:19:27 +02:00
Andras Bacsai
33e9c9b0f9
Merge branch 'next' into feat--terminal-pty
2024-09-11 10:41:33 +02:00
ayntk-ai
fc3c69f687
Feat: more conformations and fixes
2024-09-05 17:54:32 +02:00
Andras Bacsai
2531574a9a
Merge pull request #3256 from Vahor/add-server-name
...
Add server name in execute command container options
2024-09-05 11:47:21 +02:00
Andras Bacsai
bd3220ad73
Merge pull request #3283 from TimKochDev/fix-deployments-typo
...
fix: Deployment running for - without "ago"
2024-09-05 11:34:04 +02:00
Andras Bacsai
6528bc5766
chore: Update UI for displaying deployment status in deployment list
2024-09-05 11:25:01 +02:00
Andras Bacsai
93af54ef84
chore: Update UI for displaying deployment status in deployment list
2024-09-05 11:23:59 +02:00
Andras Bacsai
22bd305e8f
chore: Update UI for displaying no executions found in scheduled task list
2024-09-05 11:15:56 +02:00
Andras Bacsai
b5232f3d32
Merge pull request #3300 from Vahor/remove-reverse-scheduled
...
fix: recent executions in wrong order in scheduled-task list ui
2024-09-05 11:07:48 +02:00
Andras Bacsai
58234ef65e
Merge pull request #3301 from mattstein/main
...
Improve language in scheduled task container name helper
2024-09-05 11:06:11 +02:00
Andras Bacsai
401c410adb
Merge pull request #3302 from mahansky/deployment-logs-improvements
...
deployment log improvements
2024-09-05 10:29:10 +02:00
ayntk-ai
08df814408
Feat: delete volume confirmation
2024-09-04 22:33:47 +02:00
ayntk-ai
bbbd5cbaa1
Feat: confirm scheduled tasks
2024-09-04 19:44:10 +02:00
ayntk-ai
7fe3b78d45
Feat: Environment variabel deletion
2024-09-04 19:41:10 +02:00
ayntk-ai
a29353c1ae
Feat: confirm ressource operation
2024-09-04 19:34:47 +02:00
ayntk-ai
c16e914be4
Fix: DB image cleanup
2024-09-04 14:59:44 +02:00
ayntk-ai
bec974dca4
Fix application image cleanup
2024-09-04 14:54:43 +02:00
ayntk-ai
b314b08f25
Feat: stop service confirm
2024-09-04 14:34:46 +02:00
Andras Bacsai
a3a61dbe55
refactor: Update Docker Compose location handling in PublicGitRepository
2024-09-04 14:09:55 +02:00
mahansky
b0039885eb
use computed property
2024-09-04 03:39:50 +02:00
Vahor
cadb12986c
fix: wrong executions order
2024-09-03 21:10:44 +02:00
mahansky
63a07e7649
deployment log improvements
2024-09-03 20:09:42 +02:00
ayntk-ai
9a2d5be354
Feat: confirm file storage
2024-09-03 18:31:06 +02:00
ayntk-ai
d94e39ccc7
Feat: service confirmation
2024-09-03 16:59:51 +02:00
ayntk-ai
d5b7e9ed83
Feat: preview deployments and typos
2024-09-03 16:43:50 +02:00
ayntk-ai
f29bc52fa5
Feat: general confirm
2024-09-03 15:59:30 +02:00
Matt Stein
08a80876f9
Fix language in helper messages.
2024-09-02 19:43:16 -07:00
ayntk-ai
3d1c730703
Feat: del init script
2024-09-02 23:58:48 +02:00
ayntk-ai
c3188958b4
Feat: DB start, stop confirm
2024-09-02 23:54:16 +02:00
ayntk-ai
dfd218ec06
fixes here and there
2024-09-02 19:27:21 +02:00
Tim Koch
f072823f00
fix: Deployment running for - without "ago"
2024-09-01 22:01:05 +02:00
ayntk-ai
843e3fb599
fix checkboxes in danger
2024-08-31 21:10:44 +02:00
ayntk-ai
a97ccd206c
confirm init script
2024-08-31 20:55:56 +02:00
ayntk-ai
f8226cf892
confirm backup deletion
2024-08-31 19:31:01 +02:00
ayntk-ai
38845d7eb0
confirm backup and delete all backups of the job
2024-08-31 18:29:19 +02:00
ayntk-ai
2adac01034
confirm danger
2024-08-31 16:12:08 +02:00
ayntk-ai
b656cabb33
delete project confirmation
2024-08-31 15:07:50 +02:00
ayntk-ai
830c047ccf
delete environment confirmation
2024-08-31 15:06:07 +02:00
ayntk-ai
bff6964d4a
scheduled task deletion
2024-08-30 20:33:12 +02:00
ayntk-ai
9136d7acdc
WIP more delete confirmations
2024-08-30 20:00:04 +02:00
Vahor
fe477ba325
add server name in execute command container options
2024-08-29 22:46:00 +02:00
Andras Bacsai
278c8c6ec6
Merge pull request #3236 from pkellner/main
...
Update button label from "Developer view" to "Developer view (require…
2024-08-29 15:50:50 +02:00
Andras Bacsai
b8a37d897e
fix: Fix directory and file mount headings in file-storage.blade.php
2024-08-29 12:03:23 +02:00
ayntk-ai
1b51d46b3d
more props, nav button fixes
2024-08-28 13:31:09 +02:00
ayntk-ai
141752b9ad
fix checkbox actions default display
2024-08-28 13:11:42 +02:00
ayntk-ai
73068aaa75
Refactor: Integrate tow step process in the modal component WIP
2024-08-28 12:52:04 +02:00
pkellner
1a0a115fc1
Update button label from "Developer view" to "Developer view (required to set variables at build time).
...
Without this, there is no way for the browser user to know that these environmental variables ARE NOT available at build time. For newby-ish dev's that a subtle difference that is only manifested because of the way docker builds happen.
2024-08-27 09:23:04 -07:00
ayntk-ai
8d2a02dc3c
change title of confirmation popup
2024-08-27 14:29:47 +02:00
ayntk-ai
4726676248
make things more clear
2024-08-27 14:19:37 +02:00
ayntk-ai
9040f5d2a1
confirm with password
2024-08-27 13:44:12 +02:00
ayntk-ai
ac50d8b4d8
fix styling
2024-08-27 12:57:03 +02:00
ayntk-ai
2a581147aa
new confirm delete dialog
2024-08-27 12:43:59 +02:00
Andras Bacsai
68169f75d1
refactor: Remove unused server timezone seeder and related code
2024-08-26 15:26:08 +02:00
Andras Bacsai
b8ff0540e2
Merge branch 'next' into set-server-timzone-setting
2024-08-26 13:21:21 +02:00
Andras Bacsai
bfc538b6ed
Merge pull request #3118 from peaklabs-dev/fix-project-selection
...
Fix: Preselect environment when coming form the project screen
2024-08-26 10:46:05 +02:00
Andras Bacsai
b12f768c56
fix: numberoflines should be number
2024-08-23 20:42:58 +02:00
Andras Bacsai
af1b479d73
fix: parser
...
ui: storage layout changed
2024-08-23 14:21:12 +02:00
Andras Bacsai
0f9076562f
fix: parser parser
2024-08-23 11:32:58 +02:00
Andras Bacsai
5394223f6b
fix:new parser only in dev
2024-08-22 16:50:29 +02:00
Andras Bacsai
1e24ab9146
fix: parser parser parser
2024-08-22 15:05:04 +02:00
ayntk-ai
462acda233
Feat: add UI for redis password and username
2024-08-21 19:20:46 +02:00
ayntk-ai
e77e807cdd
Add UI
2024-08-21 15:54:16 +02:00
ayntk-ai
7d4261b71a
new design for execution log
2024-08-19 00:14:09 +02:00
ayntk-ai
c813373d21
fix validation if null, empty or undefined
2024-08-18 21:00:30 +02:00
ayntk-ai
ef40b79a5f
fix project selection
2024-08-18 20:44:15 +02:00
ayntk-ai
48734e53d0
formatting
2024-08-16 21:22:06 +02:00
ayntk-ai
7a001cea3b
formatting
2024-08-16 21:07:10 +02:00
ayntk-ai
62ecc45f21
Feat: recent backups UI
2024-08-16 21:06:36 +02:00
ayntk-ai
165275cb68
formatting
2024-08-16 18:01:55 +02:00
ayntk-ai
7b4182352d
UI executions with TZ
2024-08-16 16:02:25 +02:00
Andras Bacsai
d2eaf4f2e3
feat: Able to select different postgres database
2024-08-16 15:33:55 +02:00
ayntk-ai
e3b9884247
UI fix
2024-08-16 14:45:40 +02:00
Andras Bacsai
f106e6e37b
feat: add custom docker container options to all databases
2024-08-16 13:56:47 +02:00
Andras Bacsai
9ec7d748df
refactor: Improve storage mount forms in add.blade.php
2024-08-16 11:36:21 +02:00
Luan Estradioto
548fc21e40
added ws authentication
2024-08-15 11:17:18 -03:00
Luan Estradioto
c2ea8996ee
feat: fully functional terminal for command center
2024-08-15 11:17:18 -03:00
Andras Bacsai
f90316b050
Merge pull request #3062 from peaklabs-dev/fix-#3022
...
Fix: Environment variables are not saving and sorting is not working properly in some cases
2024-08-14 21:13:23 +02:00
Andras Bacsai
dcb9bec3c2
refactor: Remove unnecessary server status check in destination view
2024-08-14 21:07:24 +02:00
Andras Bacsai
ea3e4f3188
fix: database custom environment variables
2024-08-13 14:25:24 +02:00
ayntk-ai
77044d51c7
added missing heading and UI fix
2024-08-12 23:12:54 +02:00
Andras Bacsai
0e54ed1343
feat: preserve git repository with advanced file storages
2024-08-12 16:06:24 +02:00
ayntk-ai
93444ea872
fix manual safe button and few simplifications
2024-08-12 14:06:00 +02:00
ayntk-ai
d13c321c3d
new submit metode
2024-08-12 13:23:09 +02:00
ayntk-ai
f6cb39732a
merge env save button
2024-08-12 13:14:38 +02:00
ayntk-ai
840e225aa8
formatting and waring text
2024-08-09 22:43:18 +02:00
ayntk-ai
d177e49e62
updated warning message and formating
2024-08-09 18:43:13 +02:00
ayntk-ai
7722809c52
typo
2024-08-09 02:20:32 +02:00
ayntk-ai
86a087056e
fix volume deletion for services
2024-08-09 02:11:42 +02:00
ayntk-ai
70aa05bde9
order in importance
2024-08-09 00:42:23 +02:00
ayntk-ai
0135e2b5c0
add logic
2024-08-09 00:30:11 +02:00
ayntk-ai
2f95349888
Merge branch 'coollabsio:main' into fix-#2546-deletion-issues
2024-08-08 15:40:13 +02:00
Andras Bacsai
fa28e952de
refactor: Update cron expressions and add helper text for scheduled tasks
2024-08-08 12:50:49 +02:00
ayntk-ai
4d0acee95c
UI options for deletion WIP
2024-08-08 12:31:37 +02:00
Andras Bacsai
c9a7af0ffa
chore: Update navbar and configuration to improve service status check functionality
2024-08-06 14:02:24 +02:00
Andras Bacsai
c648e0dff9
chore: Update navbar to include service status check
2024-08-06 13:50:32 +02:00
Andras Bacsai
3e0821e471
refactor
2024-08-05 20:07:08 +02:00
Andras Bacsai
ea5101c814
fix: file storages (dir/file mount) handled properly
2024-08-05 20:00:57 +02:00
Andras Bacsai
e4b92bb660
feat: new server checking job
...
feat: show if the server has problems on ui
2024-08-05 15:48:15 +02:00
Andras Bacsai
94b2d67a6e
refactor: Update livewire polling interval in heading.blade.php
2024-08-05 15:02:23 +02:00
Andras Bacsai
d7b45a6dd2
fix: remove lazy load from scheduled tasks
2024-08-05 11:30:48 +02:00
Andras Bacsai
802cab4a70
fix: domain update on services on the UI
2024-07-26 11:58:14 +02:00
Andras Bacsai
320204d854
fix: directory will be created by default for compose host mounts
2024-07-22 15:10:07 +02:00
Andras Bacsai
5df7e23aa4
chore: Update resource-limits.blade.php with improved input field helpers
2024-07-22 11:33:25 +02:00
Andras Bacsai
810488b115
fix: volume detection (dir or file) is fixed
2024-07-19 17:06:30 +02:00
Andras Bacsai
9497f123b4
revert: advanced dropdown
2024-07-19 14:38:47 +02:00
Andras Bacsai
d98c742aff
chore: update general page of apps
2024-07-18 14:20:22 +02:00
Andras Bacsai
2529496594
feat: preserve git repository
2024-07-18 13:14:07 +02:00
Andras Bacsai
1b6114036a
chore: Update checkbox labels in general.blade.php
2024-07-18 12:40:17 +02:00
Andras Bacsai
b33fb6c39a
chore: Update width of container in general.blade.php
2024-07-18 12:39:49 +02:00
Andras Bacsai
1c7034ff78
fix: if git limit reached, ignore it and continue with a default selection
2024-07-18 12:30:45 +02:00
Andras Bacsai
7e11698c55
chore: Update repository form with simplified URL input field
2024-07-18 12:13:23 +02:00
Andras Bacsai
4c031a7c05
fix: handle / in preselecting branches
2024-07-18 12:03:48 +02:00
Andras Bacsai
c0e88df3e8
feat: add readonly labels
2024-07-17 14:52:40 +02:00
Andras Bacsai
356e7b57d2
improvement: add basedir + compose file in new compose based apps
2024-07-15 16:39:22 +02:00
Andras Bacsai
0089e86dd1
refactor: Remove unused code and fix storage form layout
2024-07-15 12:23:06 +02:00
Josh Miller
aaeec3d340
fix: env is_literal helper text typo
2024-07-12 19:00:20 +01:00
Josh Miller
2cbe530b7e
fix: typo in is_literal helper
2024-07-12 18:59:06 +01:00
Andras Bacsai
666aa041f4
refactor: Update metrics.blade.php to improve alert message clarity
2024-07-12 14:12:44 +02:00
Andras Bacsai
1c565fd502
refactor: Add lazy loading to tags in Livewire configuration view
2024-07-12 14:00:39 +02:00
Andras Bacsai
7006239b0d
refactor: Update Livewire configuration views
2024-07-12 13:40:11 +02:00
Andras Bacsai
88f33be5b6
refactor: only get instanceSettings once from db
2024-07-12 12:51:55 +02:00
Andras Bacsai
21612cccf7
refactor: tags view
2024-07-12 12:51:13 +02:00
Andras Bacsai
39a7332343
refactored: webhooks view
2024-07-12 11:52:32 +02:00
Andras Bacsai
2b805f869a
fix/feat: better volume cleanups
2024-07-11 12:38:54 +02:00
Andras Bacsai
b5247f77ec
Merge pull request #2795 from alexzvn/feat/display-rollback-interval
...
feat: display time interval for rollback images
2024-07-11 11:16:05 +02:00
Andras Bacsai
858ae1266f
chore: Update storage.blade.php view for livewire project service
2024-07-11 10:55:04 +02:00
Alexzvn
2c45e7146b
feat: display time interval for rollback images
2024-07-11 02:56:31 +00:00
Andras Bacsai
fd4dd1edfa
Merge pull request #2688 from ari-party/next
...
Multiple CSS changes
2024-07-10 13:29:04 +02:00
Andras Bacsai
3c13f1ff61
feat: restart database
...
feat: public dbs stay public after restart
feat: patch database conf
2024-07-02 13:39:44 +02:00
Andras Bacsai
1249b1ece9
fix: custom container name will be the container name, not just internal network name
2024-07-02 10:02:43 +02:00
Andras Bacsai
0964c7a338
remove unnecessary things from application table
2024-06-25 21:22:14 +02:00
Astrid
7028391e57
remove unused li element?
2024-06-25 17:21:23 +02:00
Andras Bacsai
54c4296a25
chore: Update Monaco Editor for Docker Compose and Proxy Configuration
2024-06-25 14:29:51 +02:00
Andras Bacsai
01f2f56be6
refactor: Improve formatting and readability of source.blade.php
2024-06-25 10:52:50 +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