VolkovLabs / business-forms

The Business Forms panel is a conceptually new plugin for Grafana. It is the first plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard.
https://docs.volkovlabs.io
Apache License 2.0
86 stars 10 forks source link

Fix e2e pipeline and remove docker container names to prevent conflicts #446

Closed asimonok closed 4 months ago

asimonok commented 4 months ago

Auto-generated container names:

Screenshot 2024-07-11 at 10 43 09

If container_name is not specified for the service, it will be generated automatically from service name + suffix if the same container name already exists. It is good and allows to prevent conflicts for the local development

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.98%. Comparing base (710f6df) to head (1018b6d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #446 +/- ## ======================================= Coverage 98.98% 98.98% ======================================= Files 76 76 Lines 1678 1678 Branches 452 496 +44 ======================================= Hits 1661 1661 Misses 15 15 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.