influxdb-bundle icon indicating copy to clipboard operation
influxdb-bundle copied to clipboard

Bundle service integration of official influxdb/influxdb-php client

Results 8 influxdb-bundle issues
Sort by recently updated
recently updated
newest added

Currently the bundle can't be used on PHP 8 because of the version constraint. Please consider supporting PHP 8 as well. From a quick check your dependencies all support PHP...

Using `SYMFONY_REQUIRE` and `symfony/flex` for specifying the Symfony version to use, see https://github.com/symfony/flex/pull/409. We gain ~10 secs during the `composer update` (https://travis-ci.org/github/Algatux/influxdb-bundle/builds/671260308 vs https://travis-ci.org/github/Algatux/influxdb-bundle/builds/740050252)

Including phpunit ad dev dependency causes CI to broke when the --prefer-lowest composer flag is applied see dependecies_update branch

bug
investigate

It would be a very great addition to have Influx-db queries listing on the profiler. Like Doctrine does: ![image](https://cloud.githubusercontent.com/assets/1698357/16918689/da102046-4d06-11e6-8ce6-e43b1f64056c.png) ![image](https://cloud.githubusercontent.com/assets/1698357/16918691/dcde1878-4d06-11e6-9cdc-a2328c6212ef.png) What do you think?

enhancement

It should be `AlgatuxInfluxDbBundle` and not just `InfluxDbBundle` to reduce possible bundle conflicts. This is the adopted way for 99% of external bundles as you can see on this `AppKernel`...

We need to update the local dev environment

enhancement

# Summary Ideally, with a transitional versions supporting both v1 and v2. Doc: https://docs.influxdata.com/influxdb/v2/

Symfony 7 support will be more tricky because of the removal of the container aware trait. It make the needed refactor a bit more complex because of the called of...