OpenBSD CVS

CVS log for ports/databases/influxdb/modules.inc


[BACK] Up to [local] / ports / databases / influxdb

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6.2.1 / (download) - annotate - [select for diffs], Wed Apr 24 06:28:53 2024 UTC (5 weeks, 5 days ago) by landry
Branch: OPENBSD_7_5
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (unified) next main 1.7 (unified)

databases/influxdb: MFC: update bbolt to 1.3.8 to unbreak runtime

lightly tested working fine, other positive testing reports off-list
breakage reported by Zé Loff, thanks!

Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 24 06:25:36 2024 UTC (5 weeks, 5 days ago) by landry
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (unified)

databases/influxdb: update bbolt module to 1.3.8 to unbreak runtime

cf https://github.com/etcd-io/bbolt/pull/406
positive reports off-list

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 14 00:08:32 2023 UTC (6 months, 2 weeks ago) by lraab
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE
Branch point for: OPENBSD_7_5
Changes since 1.5: +22 -15 lines
Diff to previous 1.5 (unified)

databases/influxdb: update to 2.7.3

ok landry@

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 11 12:07:03 2023 UTC (10 months, 3 weeks ago) by landry
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.4: +708 -701 lines
Diff to previous 1.4 (unified)

databases/influxdb: major update to 2.7.1

- cf https://docs.influxdata.com/influxdb/v2.7/upgrade/v1-to-v2/
- fix influxd version by passing MODGO_VERSION via MODGO_LDFLAGS
- fetch, generate and bundle the web ui assets so that the web interface
  on port 8086 works ootb
- the influx cli moved to a separate port that will be imported shortly
- migration notes will be added to current.html
- drop sample config, influxd setup should be used to generate one
- disable reporting by default in the code (was previously in the
  default config)

ok & testing lraab@, thanks !

Revision 1.3.6.1 / (download) - annotate - [select for diffs], Tue Apr 18 20:13:05 2023 UTC (13 months, 2 weeks ago) by landry
Branch: OPENBSD_7_3
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (unified) next main 1.4 (unified)

databases/influxdb: fix SIGSYS at startup by updating x/sys to 0.5.0.

tested by and ok rsadowski@ martin@

Revision 1.4 / (download) - annotate - [select for diffs], Tue Apr 18 19:57:10 2023 UTC (13 months, 2 weeks ago) by landry
Branch: MAIN
Changes since 1.3: +1322 -310 lines
Diff to previous 1.3 (unified)

databases/influxdb: update to 1.11.0.

on top of the update patch go.{sum,mod} to force-update x/sys module to
0.5.0. With that influxdb binary starts fine and stops crashing with
SIGSYS all over the place.

Note that since the flux component is partly written in rust and in go,
this port now also uses devel/cargo module in addition to the go module,
making it a nice frankeinstein monster.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 11 18:31:19 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Branch point for: OPENBSD_7_3
Changes since 1.2: +0 -2 lines
Diff to previous 1.2 (unified)

drop RCS Ids

Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 1 12:57:59 2021 UTC (2 years, 7 months ago) by landry
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (unified)

databases/influxdb: drop redundant MODGO_VERSION

spotted by ajacoutot@

Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 1 12:57:06 2021 UTC (2 years, 7 months ago) by landry
Branch: MAIN

databases/influxdb: update to 1.8.10.

cf https://docs.influxdata.com/influxdb/v1.8/about_the_project/releasenotes-changelog/#v1810-2021-10-11
for changes since 1.6.4.

not updating to the 2.0.x branch yet as it seems a whole different beast.
convert port to modules.inc after *much* wrangling with go dependencies,
inspiration taken from pkgsrc. Seems to work in basic testing on 7.0.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.