Arthur Berezin

Results 28 issues of Arthur Berezin

Adding the Helm Release plugin.

task-executor-1 | File "/home/app/hub/services/procrastinate/tasks/application/health_check.py", line 27, in check_applications_health task-executor-1 | condition = await application_manager.get_application_health_condition(application) task-executor-1 | File "/home/app/hub/managers/applications.py", line 334, in get_application_health_condition task-executor-1 | problem_components[component] = component_health_status['details'] task-executor-1 | TypeError:...

``` task-executor-1 | Traceback (most recent call last): task-executor-1 | File "/home/app/hub/services/procrastinate/tasks/application/health_check.py", line 27, in check_applications_health task-executor-1 | condition = await application_manager.get_application_health_condition(application) task-executor-1 | File "/home/app/hub/managers/applications.py", line 294, in get_application_health_condition...

The health check and status should be refactored as per the discussion [here](https://github.com/JovianX/Service-Hub/pull/283#discussion_r1530769154).

if an application is deleted all of it's procrastinated tasks should be deleted as well as they become irrelevant when the application is deleted.

- [x] Add general settings page - [ ] Add application TTL to settings page

feature
UI / Frontend

On deploying an application, it should be possible to set comments for the app deployment. - [ ] API - [ ] UI - [ ] apps page - [...

feature
UI / Frontend
API / Backend

feature
API / Backend