trento
trento copied to clipboard
An open cloud-native web console improving on the work day of SAP Applications administrators.
Right now, it is not possible to know when the last round of checks was executed. This makes difficult to know if the runner is reporting new check results. Having...
Loading the **Connection settings** and **Checks selection** in the Cluster Detail page is the result of 2 http requests the frontend makes to the APIs. `GET /api/checks/:clusterId/settings` and `GET /api/checks/catalog`...
Here https://github.com/trento-project/trento/pull/428#pullrequestreview-799054574 We have a point on what needs to happen if when discovering certain information from the host we get some errors. Should we use some different default values?...
rel #425 HA clusters and SAP Systems are currently using md5 hashes for identification, which are not natively indexable in PostgreSQL like UUIDs instead.
When projecting telemetry data we get the OS version from the host independently from having a subscription or not. Is that enough? Do we need to differentiate SLES from SLES...
Right now, the `web` api code belongs to the `web` package. In order to have a more structured code, we could extract this logic to an additional package, which would...
As per this comment https://github.com/trento-project/trento/pull/371#discussion_r736564727 we need to unify the json formatting of the payloads we use in our APIs communication.
As for now we both use `Id`and `ID` in our codebase. ID is an initialism and most of the libraries/APIs don't use pascal case as a convention so better use...
In order to improve the visibility of the tags, placing them in the far right column looks the best idea. With the current view, it looks confusing. This is how...
Consider if using swagger or add docstrings to document the collection endpoint