summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/influxdb
Commit message (Collapse)AuthorAgeFilesLines
* influxdb: Update CVE status for CVE-2019-10329Ninette Adhikari2024-06-281-1/+3
| | | | | | | The version don't match and only the Jenkins plugin is affected. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Do not remove non-existing filesKhem Raj2024-05-231-5/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Define GOPROXYKhem Raj2024-03-031-0/+2
| | | | | | Its needed with go 1.21 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Fix /etc files ownerYoann Congal2024-02-171-1/+1
| | | | | | | "chown root.influxdb" is a typo of "chown root:influxdb" Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Add start script used by systemd serviceThomas Gessler2023-11-081-0/+4
| | | | | | | | | | The influxdb systemd service tries to run the script influxd-systemd-start.sh, but it was not copied to the correct location by the influxdb recipe. This led to a failure during start-up: [FAILED] Failed to start InfluxDB i…ributed, time series database. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* .patch: fix Upstream-Status formatting issues reported by patchreview tool ↵Martin Jansa2023-02-241-1/+1
| | | | | | | from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Enable network during do_compileKhem Raj2022-01-121-0/+5
| | | | | | | | | This should actually be fixed in the package's build system to not do the network access during compile task but go modules are invoked during do_compile which needs to access the network. Lets workaround it for now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Fix build with Go 1.17 on x86_64Khem Raj2021-12-013-6/+46
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Upgrade to 1.8.10Khem Raj2021-12-011-6/+5
| | | | | | | | | | | | | Changes are here [1] License-Update: Updated copyright info [2] Fix sh interpreter path [1] https://dl.influxdata.com/platform/nightlies/1.8/CHANGELOG.md [2] https://github.com/influxdata/influxdb/commit/809ac4f0d5280a2391ed1af84e2a331d37525913#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-8/+8
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* influxdb: Generate checksums for term moduleKhem Raj2021-02-241-0/+11
| | | | | | | | go 1.16 does no longer regenrate them with go list command intentionally, Therefore add the replacement repo checksums to go.sum Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Fix build on mipsKhem Raj2021-01-112-0/+22
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Thomas Perrot <thomas.perrot@bootlin.com>
* influxdb: add new recipeThomas Perrot2021-01-113-0/+884
InfluxDB is a time series database designed to handle high write and query loads. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>