friday-ai / friday

Friday is your open-source home automation assistant.
MIT License
1 stars 1 forks source link

Docker image optimization #87

Closed vincentBesseau closed 1 year ago

github-actions[bot] commented 1 year ago

Unit Test Results

0 files   -     1  0 suites   - 189   0s :stopwatch: -33s 0 tests  - 574  0 :heavy_check_mark:  - 574  0 :zzz: ±0  0 :x: ±0  0 runs   - 583  0 :heavy_check_mark:  - 583  0 :zzz: ±0  0 :x: ±0 

Results for commit f263a3d6. ± Comparison against base commit ea3a43d6.

This pull request removes 574 tests. ``` admin should have access to delete a plugin ‑ DELETE /api/v1/plugin/:id admin should have access to delete a plugin admin should have access to update a plugin ‑ PATCH /api/v1/plugin/:id admin should have access to update a plugin admin should have to create a user ‑ POST /api/v1/user admin should have to create a user admin should have to delete a user ‑ DELETE /api/v1/user/:id admin should have to delete a user admin should have to login an user ‑ POST /api/v1/user/login admin should have to login an user admin should have to read a plugin with full scope ‑ GET /api/v1/plugin/:id admin should have to read a plugin with full scope admin should have to read a variable value ‑ GET /api/v1/variable/:key admin should have to read a variable value admin should have to read all plugins with full scope ‑ GET /api/v1/plugin admin should have to read all plugins with full scope admin should have to update a user ‑ PATCH /api/v1/user/:id admin should have to update a user admin should't have to create a variable ‑ POST /api/v1/variable admin should't have to create a variable … ```
github-actions[bot] commented 1 year ago

Unit Test Results

0 files  ±0  0 suites  ±0   0s :stopwatch: ±0s 0 tests ±0  0 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit e4bb4a2c. ± Comparison against base commit e4bb4a2c.