Commit Graph

1300 Commits (a8f1825abaf69d1c0e366c93eb7ca0241ab34774)

Author SHA1 Message Date
Gregory Eremin 572b28dcd1 chore: update changelog 2020-09-28 18:50:50 +02:00
Pavel Zavora b8de7c2f73 feat(server): allow to configure basic authentication 2020-09-28 18:20:21 +02:00
ivankudibal 98cf421465 chore: prepare for 1.8.6 release 2020-08-26 21:11:00 +02:00
Pavel Závora 33ff2fc46a
Merge branch 'master' into 5481/log_bool_values 2020-08-24 16:04:46 +02:00
Pavel Závora ada6797e82
Merge branch 'master' into 5481/log_bool_values 2020-08-24 14:09:28 +02:00
Pavel Závora 676af4f974
Merge branch 'master' into 5502/all_table_results 2020-08-24 14:08:58 +02:00
Ivan Kudibal b25a329a24
Update CHANGELOG.md
fix markdown
2020-08-24 13:42:40 +02:00
Pavel Zavora 0f6e83fca0 chore: update changelog 2020-08-22 09:23:42 +02:00
Pavel Zavora bda4e6935a chore: update changelog 2020-08-22 08:30:57 +02:00
Pavel Zavora cb43981219 chore: update changelog 2020-08-22 08:30:10 +02:00
Pavel Závora df1be15398
Merge branch 'master' into 5489/escape_tag_value_in_query 2020-08-22 07:53:10 +02:00
Pavel Závora 1603bbadd5
Merge pull request #5551 from influxdata/5374/sortByDBAndRP
fix(ui): sort namespaces by database and retention policy #5374
2020-08-22 07:52:10 +02:00
Pavel Závora 5cd304e44b
Merge branch 'master' into chore/alpine_312 2020-08-19 13:17:07 +02:00
Pavel Zavora d8f220680f chore: update changelog 2020-08-19 06:21:18 +02:00
zabullet 3ee01329de 5552 Make MySQL protoboard more useful by using derivatives for counter values 2020-08-05 18:32:43 +01:00
Pavel Zavora cae016852b chore: update changelog 2020-08-04 11:19:27 +02:00
Pavel Zavora c69bb22cdf chore: update changelog 2020-08-03 15:46:44 +02:00
ivankudibal 6b7e6cb1a0 chore: prepare for 1.8.5 release 2020-07-08 11:59:54 +02:00
Vlasta Hajek 6e5994358c
Merge branch 'master' into fix/zoom_stop_presenting 2020-07-07 13:32:21 +02:00
vlastahajek 7b82ec3c45 fix: making each csv.from unique (#5523) 2020-07-02 17:31:04 +02:00
vlastahajek 96f9d73acc docs: update Changelog 2020-06-26 16:10:45 +02:00
vlastahajek b9e11edcff Merge branch 'master' into fix/zoom_stop_presenting 2020-06-26 15:52:48 +02:00
vlastahajek fb8f7ad8a9 fix: prevent leaving presentation mode when zooming (#5382) 2020-06-26 15:52:15 +02:00
Pavel Zavora d3ed47c854 chore: update changelog 2020-06-25 06:05:24 +02:00
Pavel Zavora dc536f377b chore: update changelog 2020-06-22 22:28:21 +02:00
Vlasta Hajek b1138fdb43
Merge branch 'master' into fix/reedit-issue 2020-06-17 19:00:58 +02:00
Pavel Zavora ce8a2d894a chore: update changelog 2020-06-17 05:14:40 +02:00
vlastahajek deca4f8450 fix: Avoiding passing invalid number to Grid (#5476) 2020-06-16 16:22:39 +02:00
Pavel Zavora 566d34ca7f chore: update changelog 2020-06-16 06:54:22 +02:00
vlastahajek 92474858ae fix: crash on windows when build by go 1.14 (#5511) 2020-06-15 08:21:32 -07:00
Greg 00cce510f2
fix: remove common public-url config from oauth validation check (#5475) 2020-05-05 15:42:41 -06:00
Bucky Schwarz 86f6051776
chore: prepare for 1.8.4 release 2020-04-30 10:22:13 -07:00
Bucky Schwarz da73c94fa6
chore: update changelog with scrolling fix 2020-04-29 07:30:50 -07:00
Bucky Schwarz baac7cf4ec
chore: prepare for 1.8.3 release 2020-04-23 15:56:51 -07:00
Greg 3652328954
feat: add ability to ignore or verify self signed oauth certs (#5461) 2020-04-22 18:04:04 -06:00
greg linton 6576b61d9f fix: extend jwt expiration time to match cookie
also updates google oauth to use non-deprecated calls
2020-04-21 15:31:58 -06:00
Greg 6279df2969
fix: validate oauth settings prior to starting (#5458) 2020-04-21 13:49:18 -06:00
greg linton 7fb545e8e9 fix: token option issue 2020-04-20 18:36:41 -06:00
Bucky Schwarz 88836fc062
chore: 1.8.2 release preparation 2020-04-13 15:13:24 -07:00
Bucky Schwarz e45cb637a0 chore: update flux to 0.65.0 2020-04-13 14:58:57 -07:00
Ariel Salem c8ba74b441
Fix/table sizing issue (#5442) 2020-04-09 09:16:13 -07:00
Bucky Schwarz ae637397b8
chore: prepare for release 2020-04-06 11:56:52 -07:00
greg linton 63352373c7 update changelog 2020-04-03 11:40:39 -07:00
asalem 2c56ae82f7 fix(ui): updated PR to stylize fix a bit more 2020-03-24 06:26:50 -07:00
asalem db56cd679b chore(ui): fixed lint errors and updated CHANGELOG 2020-03-23 06:03:59 -07:00
Russ Savage 8e54ea1f78
feat(fluxFunctions): updates for latest flux lib (#5426)
* feat(fluxFunctions): updates for latest flux lib

* chore(changelog): update for flux functions

* fix(fluxFunctions): updating urls

* fix(fluxFunctions): rename buckets param, tslint

* fix(fluxFunctions): remove v.windowPeriod

* added experimental csv.from function

Co-authored-by: Scott Anderson <scott@influxdata.com>
2020-03-18 14:54:09 -07:00
Bucky Schwarz 747112b7de
chore: update changelog and bump minor version to 1.8.0 2020-02-18 15:04:06 -08:00
Greg 80d18ee90d
feat: add flag to redirect login page to specified OAuth IdP (#5380)
Co-Authored-By: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2020-02-13 11:37:41 -07:00
greg linton d05e43a9ca chore: update changelog 2020-02-13 08:55:46 -07:00
Russ Savage 1ce8806b8e feat: add flag to disable host list page 2020-02-10 13:50:28 -08:00