Andras Bacsai
5b701ebb07
refactor(application-source): use Laravel helpers for null checks
...
Replace is_null() and !is_null() with blank() and filled() helper functions
for better readability and Laravel idiomatic style.
2026-03-09 17:23:34 +01:00
Andras Bacsai
01aa534556
fix(application-source): support localhost key with id=0
...
Previously, the view checked $privateKeyId with ! operator, which
incorrectly treats 0 (localhost key) as falsy. Changed to explicit
is_null() checks to distinguish between null (no key) and 0 (localhost).
Added test coverage for both cases.
2026-03-09 17:20:33 +01:00
Andras Bacsai
fc7770100b
refactor(application-source): improve layout and accessibility of Git repository links in the application source view
2025-09-10 18:29:52 +02:00
Andras Bacsai
63fcc0ebc3
feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled.
2025-08-26 10:27:38 +02:00
Andras Bacsai
d731cdabdf
fix(source): update no sources found message for clarity
2025-04-22 10:20:54 +02:00
Andras Bacsai
ced4d92ede
fix(source): update connected source display to handle cases with no source connected
2025-04-16 10:04:25 +02:00
Andras Bacsai
b71aec35a1
refactor(source): conditionally display connected source and change source options based on private key presence
2025-04-16 10:04:03 +02:00
Andras Bacsai
4c95dccfb3
refactor(SourceManagement): sort sources by name and improve UI for changing Git source with better error handling
2025-04-11 20:25:25 +02:00
Andras Bacsai
ec36825545
feat(SourceManagement): add functionality to change Git source and display current source in the application settings
2025-04-11 18:22:42 +02:00
peaklabs-dev
2c4bdb76bd
chore: use new functions
2025-01-06 16:58:20 +01:00
kleintonno
0bc823108d
fix deploy selection in applications source menu
2024-11-28 10:40:44 +01:00
Andras Bacsai
83b3f6fe49
refactor application source view
2024-11-04 00:14:44 +01:00
Andras Bacsai
01f2f56be6
refactor: Improve formatting and readability of source.blade.php
2024-06-25 10:52:50 +02:00
Victor Lap
55854653b0
Allow changing git repository
2024-06-18 16:36:46 +02:00
Andras Bacsai
0b235e146f
Fix readonly attribute in source.blade.php
2024-04-25 13:10:54 +02:00
Andras Bacsai
ee69cdbf7b
fix: 500 error on edge case
2024-04-25 12:09:36 +02:00
Andras Bacsai
2191f1b826
Refactor source.blade.php layout
2024-04-08 14:06:40 +02:00
Andras Bacsai
a66090b594
ui + package updates
2024-03-25 10:41:44 +01:00
Andras Bacsai
718603e37e
wip: migrate to livewire 3
2023-12-07 19:06:32 +01:00
Andras Bacsai
a2008fe9d1
typo
2023-10-13 21:44:04 +02:00
Andras Bacsai
5b56c50f03
feat: init version of any git deployment
2023-10-06 13:46:42 +02:00
Andras Bacsai
c762195c8a
format files lol
2023-08-11 20:19:42 +02:00
Andras Bacsai
f2228cec7b
testing php storm code cleanup and styling
2023-08-08 11:51:36 +02:00
Andras Bacsai
fd89735521
Added +add flows everywhere
...
ui: changed vibrant button to not so vibrant
2023-07-26 13:23:47 +02:00
Andras Bacsai
a0b2868e95
UI stuffs
2023-07-13 13:16:24 +02:00
Andras Bacsai
3589b92ec9
fix
2023-06-16 12:35:40 +02:00
Andras Bacsai
f79b3841c7
fixes
2023-06-15 09:15:41 +02:00
Andras Bacsai
767824f2f7
fix
2023-06-14 11:03:54 +02:00
Andras Bacsai
d96cae2fff
fix
2023-06-12 14:38:32 +02:00
Andras Bacsai
e5aad4d170
updates
2023-06-05 12:07:55 +02:00
Andras Bacsai
39d37010a3
fixes
2023-06-02 12:34:45 +02:00
Andras Bacsai
232d2ccf79
mostly css
2023-05-31 10:19:29 +02:00
Andras Bacsai
15af5e5b37
fix
2023-05-26 10:20:09 +02:00
Andras Bacsai
d2b0823cd0
fix
2023-05-25 14:05:44 +02:00
Andras Bacsai
203c19c01f
wip
2023-05-18 15:12:26 +02:00
Andras Bacsai
b58a3bf209
css and stuffs
2023-05-18 13:26:35 +02:00
Andras Bacsai
14d7e9e7f9
css
2023-05-17 12:14:18 +02:00
Andras Bacsai
70466bb9b5
asset
2023-05-17 10:00:50 +02:00
Andras Bacsai
62da6173e2
wip
2023-05-17 09:26:50 +02:00
Andras Bacsai
9bbf25b9f4
wip
2023-05-16 13:11:05 +02:00
Andras Bacsai
fe6ecd465e
add custom git commit deployment
2023-05-10 12:22:27 +02:00
Andras Bacsai
abf778ce86
button components
2023-05-03 14:09:10 +02:00
Andras Bacsai
6135c139da
add new public repo
2023-04-25 14:43:35 +02:00
Andras Bacsai
dd51b002b8
move files around
2023-04-25 11:01:56 +02:00