hesperides
hesperides copied to clipboard
Configuration management tool providing universal text file templating and properties editing through a REST API or a webapp (backend part)
Demande utilisateur concernant tout type d'entité Hespérides (modules / technos...): * Ne plus afficher les entités d'une version trop ancienne lors des recherches * Pouvoir supprimer les anciennes versions via...
Initially posted in the GUI section, as the [issue#129](https://github.com/voyages-sncf-technologies/hesperides-gui/issues/129), by @JordanKergoat . Hello, When you want to add a new iteration valorisation in a platform, the properties are not sorted...
Hi. The following template content is a good example of this issue: logs_dir={{logs_dir| @default /var/logs/{{hesperides.instance.name}}/toto}} - `hesperides-gui` does not trigger any warning - Hesperides internal template engine will not process...
Actually we can have working copy version of module in production platform, this can cause several major issue : - Files may changes, and broke application behaviour - Default valuations...
Spotted by @JordanKergoat Example: {{toto|@default"ola"@required}} I'm going to take a look at this, it looks similar enough to the dev done in #15
Ceci dans un souci de performances (_cf._ https://github.com/voyages-sncf-technologies/hesperides/issues/376 ) afin d'éviter un rejeu complet des events pour les aggrégats Axon Si possible, exposer une métrique de "temps pris par l'appli...
A évaluer si pertinent
**Is your feature request related to a problem? Please describe.** I want to delete application (created by error, with the wrong name, [another frustration example to insert]) **Describe the solution...
Actuellement, les ressources `/diff` et `/properties` acceptent un _query param_ `timestamp` pour cibler les propriétés d'une **ancienne version de plateforme**. Ces 2 fonctionnalités contiennent actuellement un léger bug. En effet,...
Par exemple pour les informer que l'application a été identifiée comme inactive et sera supprimée à une date définie. Proposition d'implémentation : - un champ `warning` ajouté en base par...