Dimitar Yanakiev
|
e98e974e20
|
Add endpoint for reading and updating site .env file (#564)
* feat(api): Add endpoint for reading site .env file
- Add GET /api/projects/{project}/servers/{server}/sites/{site}/env endpoint
- Add feature tests with SSH mocking
* added updating env
* fix coding style
* generate docs
---------
Co-authored-by: Saeed Vaziry <mr.saeedvaziry@gmail.com>
|
2025-04-05 19:59:57 +02:00 |
|
Dimitar Yanakiev
|
2a670146d8
|
Add endpoint for triggering site deployment (#563)
* feat(api): Add endpoint for triggering site deployment
- Add POST /api/projects/{project}/servers/{server}/sites/{site}/deploy endpoint
- Add feature tests
* fix merge issue and generate api docs
* fix merge
---------
Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
Co-authored-by: Saeed Vaziry <mr.saeedvaziry@gmail.com>
|
2025-04-05 19:41:52 +02:00 |
|
Dimitar Yanakiev
|
7882d2022c
|
Add endpoint for reading & updating site deployment script (#562)
* feat(api): Add endpoint for updating site deployment script
- Add PUT /api/projects/{project}/servers/{server}/sites/{site}/deployment-script endpoint
- Add feature tests for successful and failed updates
* added reading deployment script as well
* generate docs
---------
Co-authored-by: Saeed Vaziry <mr.saeedvaziry@gmail.com>
|
2025-03-29 21:49:28 +01:00 |
|
Jamie Wood
|
03be2d3ee2
|
Add API endpoint to update site aliases (#551)
|
2025-03-21 10:26:51 +01:00 |
|
Saeed Vaziry
|
493cbb0849
|
Add phpstan level 7(#544)
|
2025-03-12 13:31:10 +01:00 |
|
Saeed Vaziry
|
6966f06b1a
|
Add load balancer (#453)
|
2025-01-30 23:52:51 +01:00 |
|
Saeed Vaziry
|
1e4a944acb
|
Fix isolated user validation (#450)
|
2025-01-29 20:17:47 +01:00 |
|
Saeed Vaziry
|
417bf73e44
|
API Feature (#334)
|
2024-11-01 16:49:57 +01:00 |
|