Andras Bacsai
47b060e291
refactor(ui): improve styling and consistency in environment variable warning and docker cleanup components
2025-09-25 11:45:07 +02:00
GitHub Actions
c1c149968e
Fix team invitation email case sensitivity bug
...
- Add email normalization to TeamInvitation model using setEmailAttribute()
- Add HasFactory trait to Team model for testing support
- Create TeamFactory for testing
- Add tests to verify email normalization works correctly
- Fixes issue where mixed case emails in invitations would cause lookup failures
- Resolves #6291
The bug occurred because:
1. User model normalizes emails to lowercase
2. TeamInvitation model did not normalize emails
3. When invitation was created with mixed case, it was stored as-is
4. User lookup failed due to case mismatch during invitation acceptance
5. This caused users to not be able to see teams they were invited to
This fix ensures both models normalize emails consistently.
2025-09-16 15:31:48 +01:00
Andras Bacsai
a7671ed379
refactor(dns-validation): rename DNS validation functions for consistency and clarity, and remove unused code
2025-09-09 09:00:35 +02:00
Andras Bacsai
990331cd74
feat(validation): add ValidIpOrCidr rule for validating IP addresses and CIDR notations; update API access settings UI and add comprehensive tests
2025-08-26 10:27:38 +02:00
Andras Bacsai
42bdc2a5fd
refactor(docker compose): remove deprecated newParser function and associated test file to streamline codebase
2025-08-17 18:03:00 +02:00
Andras Bacsai
8e8400f595
feat(utf8-handling): implement UTF-8 sanitization for command outputs and enhance error handling in logs processing
2025-06-05 14:27:39 +02:00
Andras Bacsai
c97415a8ef
chore(tests): update test environment database name and add new feature test for converting container environment variables to array
2025-05-22 14:30:16 +02:00
Andras Bacsai
78ef80f800
refactor
2025-04-23 13:22:01 +02:00
Andras Bacsai
e4648bcf9c
feat(docker): add HTTP Basic Authentication support and enhance hostname parsing in Docker run conversion
2025-04-23 11:57:26 +02:00
Andras Bacsai
8520beff51
refactor(docker): remove debug statement and enhance hostname handling in Docker run conversion
2025-04-23 11:21:37 +02:00
Andras Bacsai
27e4882d57
feat(core): You can validate compose files with docker compose config
...
fix(core): labels are now accepted with both compose styles
refactor: remove lots of ray's
2025-02-27 11:29:04 +01:00
Andras Bacsai
15ac12e131
test: setup database for upcoming tests
2024-12-04 12:43:52 +01:00
Andras Bacsai
327b4308d4
fix: add tests for git url converts
2024-11-12 11:32:18 +01:00
Andras Bacsai
47cd8f9e13
fix: for --gpus device support
2024-11-06 12:26:05 +01:00
Andras Bacsai
ff6f089483
feat: add --gpu support for custom docker command
2024-11-06 10:13:40 +01:00
Lucas Michot
d557a22b91
Remove all ray() calls
2024-10-28 13:51:23 +01:00
Andras Bacsai
e6566d8be3
fix: new parser with SERVICE_URL_ envs
2024-10-10 11:46:41 +02:00
Andras Bacsai
1d72f76072
fix: appwrite template + parser
2024-09-09 15:04:51 +02:00
Andras Bacsai
8b3eed5895
chore: Update version to 4.0.0-beta.332
2024-09-07 20:56:56 +02:00
Andras Bacsai
b57e2960f2
fix: parser
2024-09-06 12:05:22 +02:00
Andras Bacsai
a32e53c5a3
feat: Update Docker Compose file with DB_URL environment variable
2024-09-06 10:02:44 +02:00
Andras Bacsai
8150b6fdaf
fix: check if array is associative or not
2024-09-03 17:04:56 +02:00
Andras Bacsai
cfc6518157
refactor: Update parse method in Advanced, All, ApplicationPreview, General, and ApplicationDeploymentJob classes
2024-08-29 12:39:37 +02:00
Andras Bacsai
d27b1766e6
feat: Add Code Server environment variables to Service model
2024-08-29 10:44:16 +02:00
Andras Bacsai
5525c02c7f
fix: delete preview deployments + cleanup stucked
...
fix: parser
2024-08-28 22:05:49 +02:00
Andras Bacsai
43f2f1ef2b
fix: if compose file has more that 6 components, force stop
...
fix: parser
2024-08-28 15:45:11 +02:00
Andras Bacsai
954d82207d
MORE PARSERS
2024-08-27 21:48:25 +02:00
Andras Bacsai
d8d821e7a9
parser parser
2024-08-27 16:02:52 +02:00
Andras Bacsai
fe89269b4b
rename parser functions
2024-08-23 20:57:22 +02:00
Andras Bacsai
dfa30bbb7f
more tests
2024-08-23 17:37:15 +02:00
Andras Bacsai
9d5556aea2
test: more tests
2024-08-23 17:33:06 +02:00
Andras Bacsai
6fbdfee3e7
refactor: Update dockerComposeParser to use YAML data from $yaml instead of $compose
2024-08-23 14:31:16 +02:00
Andras Bacsai
af1b479d73
fix: parser
...
ui: storage layout changed
2024-08-23 14:21:12 +02:00
Andras Bacsai
1e24ab9146
fix: parser parser parser
2024-08-22 15:05:04 +02:00
Andras Bacsai
ecb2c3b7b8
chore: new compose parser with tests
2024-08-21 20:32:02 +02:00
Andras Bacsai
3ebb35a5cd
fix: remove lemon + paddle things
2024-06-25 13:54:58 +02:00
Thijmen
d86274cc37
Fix styling
2024-06-10 20:43:34 +00:00
Andras Bacsai
c7da43f50d
feat: add static ipv4 ipv6 support
2024-02-25 23:13:27 +01:00
Andras Bacsai
8a0046c571
update packages + fix tests
2024-02-14 09:21:25 +01:00
Andras Bacsai
364a6aa3a2
fix: boolean docker options
2024-02-14 08:42:47 +01:00
Andras Bacsai
798d747164
add Docker run command parse test
2024-02-09 13:38:17 +01:00
Andras Bacsai
829e41f93f
Delete TeamSharedVariablesIndexTest.php
2024-01-26 11:12:07 +01:00
Andras Bacsai
fb478c79b3
feat: shared environments
2024-01-23 17:13:23 +01:00
Andras Bacsai
f0abdcc2da
okay, now it is way better
2023-09-27 12:45:53 +02:00
Andras Bacsai
291b9a84ef
refactoring
2023-08-29 14:36:17 +02:00
Andras Bacsai
82a01b4483
format muhahaha
2023-08-11 20:48:52 +02:00
Andras Bacsai
f2228cec7b
testing php storm code cleanup and styling
2023-08-08 11:51:36 +02:00
Andras Bacsai
167379b0e0
fix
2023-05-24 15:25:08 +02:00
Andras Bacsai
6e7ee0ca48
a ton 👷♂️
2023-05-24 14:26:50 +02:00
Joao Patricio
e7763f3b73
Refactor for CoolifyTask.
2023-05-03 06:15:45 +01:00
Andras Bacsai
02edfaf54b
fix: tests
2023-04-12 13:39:26 +02:00
Joao Patricio
e6f0059e5e
Changes output to JSON serialization.
2023-04-07 15:58:45 +01:00
Joao Patricio
940cb3c000
Have the output Marker and markTidyer.
2023-04-01 20:50:57 +01:00
Joao Patricio
a642cc2470
Cleans up tests.
2023-03-31 17:54:55 +01:00
Joao Patricio
2d25d3848c
Merge remote-tracking branch 'origin/v4' into ijpatricio-wip-4
...
# Conflicts:
# bootstrap/helpers.php
# docker/dev/supervisord.conf
2023-03-31 10:56:46 +01:00
Joao Patricio
ae0bb7727b
wip
2023-03-30 20:32:48 +01:00
Joao Patricio
04626eb1ee
wip
2023-03-30 20:26:53 +01:00
Joao Patricio
a852a15dab
wip
2023-03-30 20:24:43 +01:00
Andras Bacsai
da2f657342
wip
2023-03-30 15:52:19 +02:00
Joao Patricio
eb6dc9615c
Merge branch 'v4' into ijpatricio-wip-4
...
# Conflicts:
# tests/Feature/DockerCommandsTest.php
2023-03-30 10:17:40 +01:00
Joao Patricio
e2f527fc7b
wip
2023-03-30 09:04:44 +01:00
Andras Bacsai
78c4344583
feat: add deployments as activity
...
fix: tests
refactor: remoteProcess
2023-03-29 12:27:02 +02:00
Joao Patricio
29fb40bd16
Refactoring: extract process handling from async job.
2023-03-21 10:32:38 +00:00
Joao Patricio
d0d33da493
Refactoring: extract process handling from async job.
2023-03-21 09:31:16 +00:00
Joao Patricio
e74c464857
Refactoring: extract process handling from async job.
2023-03-21 09:08:36 +00:00
Joao Patricio
d7c7494007
Adds Pest tests. Starts GH Action.
2023-03-20 21:17:28 +00:00
Andras Bacsai
edd1719431
init of v4 🌮
2023-03-17 15:33:48 +01:00