Commit Graph

14 Commits (11a4e855a85f1663de4deb9f5a54d33447bc8d5a)

Author SHA1 Message Date
Vlastimil Hajek 39f8199029
chore: upgrade InfluxQL parser (#6166)
* chore: Upgrade InfluxQL lib, Kapacitor client and Flux to latest

* chore: updating build

* fix: failing tests

* chore: trying cross-builder

* chore: adding dependencies

* fix: scripts path

* fix: script permissions

* fix: trying updating path

* fix: trying fix  build

* fix: script

* fix: check go

* fix: setting path

* fix: GO111MODULE env value

* fix: persist path

* chore: updating build

* chore: use dependencies

* chore: increase build timeout

* chore: reverting to go 1.24.11

* chore: fixing build.

* chore: adjusting also (pre) release steps

* chore: removing docker images building

* chore: validate Time condition only if InfluxDBv3 is enabled

* chore: try darwin arm64

* chore: fixing Cypress scrips

* fix: env variable encapsulation in Makefile

* chore: remove installing already installed pkg-config

* chore: remove darwin arm64

* chore: update changelog

* chore: remove obsolete ToDo file

* chore: remove obsolete ToDo from PR template

* chore: upgrade Flux to the latest: 0.199

* chore: more InfluxDB v3 tests

* chore: revert changes in package.json

* chore: syncing swagger with the changes in API

* fix: add channel URL property migration code

* docs: Update CHANGELOG with removal of platform support

* fix: formatting in package.json

---------

Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
2026-02-02 16:40:20 +01:00
Pavel Zavora 0756097cce feat(server): add new color property to annotation 2022-06-24 10:17:23 +02:00
greg linton 899c35fc29 fix: add snowflake id, validate annotation endtime 2020-01-23 11:15:32 -07:00
Christopher Henn f886d9f0f2 Add support for user-defined annotation tags 2018-08-06 08:47:19 -07:00
Chris Goller 0908225f31
Merge pull request #2825 from influxdata/feature/annotation-tests
Annotation tests
2018-02-21 12:23:00 -06:00
Chris Goller a5fa5bddb9 Add initial tests for REST annotations 2018-02-20 08:34:23 -06:00
Luke Morris 114403ef23 Enforce presence of endTime 2018-02-19 09:52:02 -08:00
Luke Morris 7a77a0e653 Full create for single and windowed annotations 2018-02-16 21:37:31 -08:00
Luke Morris 03d7f7457d Unify annotation schema in both client/server 2018-02-16 19:49:13 -08:00
Chris Goller 9a748d7bd5 Fix annotation storage to influxdb 2018-02-16 09:17:47 -08:00
Chris Goller 8e542b5130 Update annotations to use time as endTime 2018-02-16 09:17:47 -08:00
Chris Goller bf102395aa WIP 2018-02-16 09:17:47 -08:00
Chris Goller 7555783638 Update influxdb annotation store to support update/delete 2018-01-18 21:50:46 -06:00
Chris Goller 243ccb1ffb Add basic REST routes for annotations 2018-01-12 17:17:14 -06:00