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 |
|
Jamie Wood
|
f483f7fdca
|
Add site redirects (#552)
* feat(redirects): add redirects to sites
* chore(style): fixed coding style issues
* style: fix php-stan docblocks
* style: pint cleanup
* tests: fixed redirect test suite
* feat: vhosts include additional configs
* fix: use exact location matching
* - add enums
- use queues
- use vhost rather than separate conf files
- vhost formatter
- cleanup
* generate docs
---------
Co-authored-by: Saeed Vaziry <mr.saeedvaziry@gmail.com>
|
2025-03-31 17:30:57 +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 |
|
Saeed Vaziry
|
6966f06b1a
|
Add load balancer (#453)
|
2025-01-30 23:52:51 +01:00 |
|
Saeed Vaziry
|
417bf73e44
|
API Feature (#334)
|
2024-11-01 16:49:57 +01:00 |
|