Pavel Zavora
|
353a35c5ec
|
chore: update changelog
|
2022-06-28 08:27:32 +02:00 |
Pavel Zavora
|
6ad1f9ad32
|
chore: update changelog
|
2022-06-27 11:55:24 +02:00 |
Pavel Zavora
|
1976488b31
|
chore: update changelog
|
2022-06-24 10:36:46 +02:00 |
Pavel Zavora
|
8c6b0d01c5
|
chore: update changelog
|
2022-06-24 06:07:28 +02:00 |
Pavel Zavora
|
71fdb5a756
|
chore: update changelog
|
2022-06-20 14:27:19 +02:00 |
Pavel Závora
|
4723e46710
|
Merge pull request #5940 from influxdata/5096/influxdb_context_path
feat(server): support InfluxDB behind proxy under subpath
|
2022-06-20 10:58:18 +02:00 |
Pavel Zavora
|
85db81a6c9
|
chore: update changelog
|
2022-06-16 08:13:13 +02:00 |
Pavel Zavora
|
a2f0a8223b
|
chore: update changelog
|
2022-06-14 10:55:27 +02:00 |
Pavel Zavora
|
08136f38df
|
chore: update changelog
|
2022-06-10 17:24:14 +02:00 |
Ivan Kudibal
|
89a21ac05f
|
doc: update CHANGELOG
|
2022-06-09 19:40:08 +02:00 |
Pavel Zavora
|
26bf02077a
|
chore: update changelog
|
2022-06-09 09:58:05 +02:00 |
Pavel Zavora
|
cd38531bb8
|
chore: update changelog
|
2022-06-08 14:55:12 +02:00 |
Pavel Zavora
|
6f6beaaf8d
|
chore: update changelog
|
2022-06-08 10:27:03 +02:00 |
Pavel Zavora
|
b93a41ad8e
|
chore: review tests
|
2022-06-07 16:01:23 +02:00 |
Pavel Zavora
|
a3bae96271
|
chore: update changelog [skip CI]
|
2022-06-07 15:23:43 +02:00 |
Pavel Zavora
|
9635ca80d3
|
chore: update changelog
|
2022-06-06 11:48:54 +02:00 |
Pavel Zavora
|
775afd20de
|
chore: update changelog
|
2022-05-27 08:40:33 +02:00 |
Pavel Zavora
|
bd1ff6ba08
|
chore: update changelog
|
2022-05-12 06:25:42 +02:00 |
Pavel Zavora
|
e1366d015a
|
chore: update changelog
|
2022-05-10 13:28:59 +02:00 |
Pavel Zavora
|
b1ab080f29
|
chore: update changelog
|
2022-05-10 13:28:59 +02:00 |
Pavel Závora
|
6db5b5b7fb
|
Merge pull request #5882 from influxdata/fix/5857
fix(ui): repair table visualization to keep string data as-is
|
2022-05-10 13:28:17 +02:00 |
Pavel Závora
|
eb1fd97df9
|
Merge pull request #5915 from lestrrat-go/upgrade-jwx
chore(oauth): upgrade github.com/lestrrat-go/jwx to v2
|
2022-05-10 13:15:54 +02:00 |
Pavel Zavora
|
8f880b9ad4
|
chore: update changelog
|
2022-05-10 12:17:38 +02:00 |
Daisuke Maki
|
4fb12d9fda
|
Update CHANGELOG.md
|
2022-05-10 09:52:12 +09:00 |
Pavel Zavora
|
ee3b4534ae
|
chore: update changelog
|
2022-04-22 16:50:15 +02:00 |
Pavel Zavora
|
00d07fc7ea
|
chore: update changelog
|
2022-04-04 18:25:50 +02:00 |
Pavel Zavora
|
5c770e25fb
|
chore: update changelog
|
2022-04-04 15:40:25 +02:00 |
Pavel Zavora
|
29e420024e
|
chore: update changelog
|
2022-04-04 14:44:22 +02:00 |
tomklapka
|
08743e4a19
|
Cypress tests and e2e github action flow (#5896)
* test: welcome test, dashboard test, explore browser test
* test: snapshot testing
* feat: adding testing snapshots
* chore: update unmet peer dependency
* fix: name of dropdown toggle
* test: connecting to influxdb
* fix: remove unnecessary influxdb-onboarding.sh script.
* chore: updated go 1.17.1 for cypress tests
* refactor: remove unnecessary influxdb-onboarding command from Makefile
* refactor: remove unnecessary influxdb-onboarding command from circleci config
* test: initialising database by using environment properties (in Makefile)
* chore: fixing cypress tests
* test: deleting connection to influxd1
* tests: optimize build, reuse workspace
* tests: optimize build
* test: remove unused code
* fix: remove unuse dashboard
* chore(e2e-pipeline): add pipeline for chrono cypress tests
* chore: run action on push
* chore: fix e2e pipeline
* chore: add yarn install
* chore: add log upload
* chore: show logs to see what is going on with chronograf
* chore: fix log cats
* chore: add sleep
* fix: chronograf run command
* chore(ui): regenerate yarn.lock after rebase
* test: welcome test, dashboard test, explore browser test
* test: snapshot testing
* feat: adding testing snapshots
* chore(e2e): local script for influxdb enterprise deployment
* chore(e2e): update cert-manager in actions pipeline
* chore: fix coredns issue
* chore: fix certmanager deployment
* test: welcome test, dashboard test, explore browser test
* test: snapshot testing
* feat: adding testing snapshots
* chore: update unmet peer dependency
* test(cypress): add cypress env, and commands
* test(cypress): add basic InfluxDB setup connection test
* fix: temporary commented out the file as it uses non existing functions
* test(cypress): add dashboard create, rename and delelete test
* test(cypress): add routes
* chore: regenerate yarn.lock
* chore: remove unused file
* chore: comment out code
* chore: comment out code
* fix: remove calling non-existent function
* fix: createConnection uses unsafe SSL
* turns on flux
* test(cypress): rewritten Query Builder tests using _internal.monitor
* chore: yarn prettier
* fix: add missing custom window period
* fix: remove it.only
* Add flux-enable to a workflow file
* fix: github actions workflow file flux-enabled
* fix: force restart by deleing pod
* fix: restart a container to apply a new configmap
* fix: restart container
* chore: flux-enabled is now true by default
* fix: selecting correct elements
* chore: update e2e pipeline
* chore: add scheduled action run once a working day
* chore: remove commented code
* chore: change file extenction to .ts and adjust code accordingly
* chore: pipeline fixes
* chore: clean up e2e:influxdb2 references
* fix: yarn installation, no risky changes in make clean
* chore: update changelog
Co-authored-by: Iszy-Ami <huyiktran@gmail.com>
Co-authored-by: Iszy-Ami <56554624+Iszy-Ami@users.noreply.github.com>
Co-authored-by: Robert Hajek <robert.hajek@gmail.com>
Co-authored-by: Pavel Zavora <pavel.zavora@bonitoo.io>
Co-authored-by: k3yi0 <definitelynotkeyio@gmail.com>
Co-authored-by: k3yi0 <97002262+k3yi0@users.noreply.github.com>
|
2022-03-25 09:27:29 +01:00 |
Pavel Zavora
|
b6626aff1c
|
chore: update changelog
|
2022-03-25 07:41:06 +01:00 |
Pavel Zavora
|
c8d3883055
|
chore: update changelog
|
2022-03-25 07:35:14 +01:00 |
Pavel Zavora
|
6ee6eab199
|
chore: update changelog
|
2022-03-23 08:47:31 +01:00 |
Ivan Kudibal
|
85a3969e76
|
chore: prepare for 1.9.4 release
|
2022-03-22 20:36:56 +01:00 |
Pavel Zavora
|
d033e9ee96
|
chore: update changelog
|
2022-03-21 13:26:44 +01:00 |
Pavel Zavora
|
ad1b879b47
|
chore: update changelog
|
2022-03-21 13:24:27 +01:00 |
Pavel Závora
|
4d7c772c67
|
Merge pull request #5893 from influxdata/5889/aggregation_fn_optional
feat(ui): make aggregation function optional in Flux Query Builder
|
2022-03-21 13:23:36 +01:00 |
Pavel Zavora
|
75585c39ba
|
chore: update changelog
|
2022-03-19 19:56:15 +01:00 |
Pavel Zavora
|
caaf3816dc
|
chore: update changelog
|
2022-03-19 18:57:00 +01:00 |
Pavel Zavora
|
10035254d4
|
chore: update changelog
|
2022-03-18 12:54:46 +01:00 |
Pavel Zavora
|
d192f9896f
|
chore: update changelog
|
2022-03-17 09:52:02 +01:00 |
Pavel Zavora
|
b89187c17e
|
chore(ui): update changelog
|
2022-03-17 08:31:10 +01:00 |
mmdoogie
|
8ecf18df88
|
chore: Update CHANGELOG to reference PR
|
2022-03-15 08:31:47 +01:00 |
Pavel Zavora
|
68b00db16b
|
chore: update changelog
|
2022-03-14 18:55:41 +01:00 |
Pavel Zavora
|
8787fa2b16
|
chore: update changelog
|
2022-03-12 06:26:56 +01:00 |
Pavel Zavora
|
ec9c4394fe
|
chore: update changelog
|
2022-03-12 06:26:30 +01:00 |
Pavel Zavora
|
d612e713ed
|
chore: update changelog
|
2022-03-12 05:57:43 +01:00 |
Pavel Zavora
|
8b84f780d8
|
chore: update changelog
|
2022-03-11 09:28:39 +01:00 |
Pavel Zavora
|
055297ffb1
|
chore(ui): update changelog
|
2022-03-02 06:59:21 +01:00 |
Pavel Závora
|
cc3d852e80
|
Merge pull request #5874 from influxdata/fix/iql_error_handling
fix(ui): propagate all InfluxQL error messages to UI
|
2022-03-02 06:58:38 +01:00 |
Pavel Závora
|
7174fde988
|
Merge pull request #5871 from influxdata/feat/tickscripts_page
feat(ui): add TICKscripts page
|
2022-03-01 20:40:49 +01:00 |