coolify/app/Livewire/Project
Andras Bacsai 9e3467578f feat: add environment_uuid support and update API documentation
- Introduced `environment_uuid` as a required field in various API endpoints and schemas.
- Updated descriptions to clarify that either `environment_name` or `environment_uuid` must be provided.
- Modified routes and controller methods to accommodate the new UUID parameter.
- Adjusted frontend components to utilize `environment_uuid` for better consistency and clarity.
- Removed deprecated fields related to environment handling.

This change enhances the API's flexibility in identifying environments, improving overall usability.
2024-12-17 13:42:16 +01:00
..
Application feat: add environment_uuid support and update API documentation 2024-12-17 13:42:16 +01:00
Database feat: add environment_uuid support and update API documentation 2024-12-17 13:42:16 +01:00
New Merge branch 'next' into fix-environement-route 2024-12-17 12:17:50 +01:00
Resource feat: add environment_uuid support and update API documentation 2024-12-17 13:42:16 +01:00
Service feat: add environment_uuid support and update API documentation 2024-12-17 13:42:16 +01:00
Shared Merge branch 'next' into fix-environement-route 2024-12-17 12:17:50 +01:00
AddEmpty.php new uuid routes 2024-11-22 16:03:20 +01:00
CloneMe.php Merge branch 'next' into fix-environement-route 2024-12-17 12:17:50 +01:00
DeleteEnvironment.php Merge pull request #3949 from peaklabs-dev/fix-project-deletion 2024-11-07 13:43:56 +01:00
DeleteProject.php fix project deletion and refactor some code 2024-10-18 13:48:41 +02:00
Edit.php do not use Rule (deprecated), changed to Validate 2024-11-05 09:36:40 +01:00
EnvironmentEdit.php new uuid routes 2024-11-22 16:03:20 +01:00
Index.php fix preselect environment if there is only one 2024-11-22 15:30:17 +01:00
Show.php navigate to environment via uuid 2024-11-22 15:38:54 +01:00