Bucky Schwarz
25152c5a3a
fix: update the makefile to force make gen to work
2020-02-18 13:34:25 -08:00
Bucky Schwarz
e6ce54b6c7
fix(ui): properly run the query when creating template variables
2020-02-18 13:34:25 -08:00
Bucky Schwarz
5460a90c76
fix: changing source database should rerun query but keep options
2020-02-13 14:41:38 -08:00
Bucky Schwarz
1cc985b952
fix: add optional zIndex property to source dropdown
2020-02-13 14:41:38 -08:00
Bucky Schwarz
5f7740b1f8
chore: update docs to be more clear about node and go versions
2020-02-13 10:50:22 -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
46e194ddab
fix: syntax in build.py
2020-02-13 09:42:47 -07:00
greg linton
d05e43a9ca
chore: update changelog
2020-02-13 08:55:46 -07:00
Povl H. Pedersen
9d130c6bc0
feat: support 64-bit arm processors ( #5383 )
...
Old script resulted in arm32 binaries, not executable on modern pure 64-bit arm processors.
This is minimal changes to correctly handle arm64
2020-02-12 16:36:13 -07:00
greg linton
463f56a57a
fix: don't use 'go list' to determine if a go application is installed
2020-02-12 10:32:39 -07:00
Greg
013d594fe5
fix: fail if migrating from non-existant boltdb ( #5379 )
2020-02-10 15:35:36 -07:00
Russ Savage
1ce8806b8e
feat: add flag to disable host list page
2020-02-10 13:50:28 -08:00
greg linton
a325de2c19
feat: add note to migrate command about id generation
2020-02-10 12:59:06 -07:00
greg linton
c3e6fe7fe9
chore: update changelog
2020-02-10 09:53:09 -07:00
greg linton
599cb082aa
chore: add some sweet sweet tests for filestore dashboards
2020-02-07 14:03:24 -07:00
greg linton
d316af59c9
fix: allow backwards compatibility with filestore .dashboard files
2020-02-07 14:03:24 -07:00
Bucky Schwarz
fff7836818
feat(ui): Template variables can now select their source database
2020-02-06 13:10:41 -08:00
R-Laengst
16ac349228
fix: update `non_negative_derivative` calls to use 1s ( #5368 )
2020-02-05 17:02:17 -07:00
greg linton
0e60cfdb04
fix: pass insecure cert settings to flux client
2020-02-05 11:32:19 -07:00
greg linton
67776112d1
fix: use influxdata url that happens to have the correct cors headers
2020-02-04 15:44:59 -07:00
greg linton
6e4ff341a2
fix: remove default 'to' assignment
2020-02-03 20:43:44 -07:00
greg linton
1a612ffa22
feat: add migrate command to chronoctl
...
adds a command to migrate a db from bolt to etcd and visa versa. there
is no promise that the options/functionality will not change, hence the
'beta' note. obviously there is also no guarantee that there will never
be any data loss.
after several manual tests, i do have a high level of confidence in the
functionality presented.
2020-02-03 20:43:44 -07:00
dependabot[bot]
749ebf76f2
chore(deps): bump handlebars from 4.0.12 to 4.5.3 in /ui
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.0.12 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-01-31 13:37:53 -08:00
greg linton
242ead451b
fix: use matching env var for etcd-endpoints
2020-01-31 14:35:39 -07:00
greg linton
69cf16a41d
feat: add '/ping' route for simple health checksi
...
update makefile version
add note about dashboards api compatibility
2020-01-31 14:35:39 -07:00
greg linton
022b845f2c
fix: revert objectification of the id
2020-01-31 14:35:39 -07:00
greg linton
6535a58818
chore: run eslint fix
2020-01-31 14:35:39 -07:00
greg linton
f57bf041b5
fix: update swagger to use string ids
2020-01-31 14:35:39 -07:00
greg linton
beac7900c4
fix(tests): update tests to use string ids
2020-01-31 14:35:39 -07:00
greg linton
b0ce80fa63
fix: allow dashboards to be modified after creation
2020-01-31 14:35:39 -07:00
greg linton
b4e3792984
fix: update api to serve dashboard ids as a string
...
- state type of dashboard id as string in ui
- remove dangerous idNormalizer (converts numbers to strings and visa versa)
Thanks bucky (hoorayimhelping)
2020-01-31 14:35:39 -07:00
greg linton
1f1e1eebc9
chore: add comments to exported bits
2020-01-23 11:15:32 -07:00
greg linton
8ecae3c41f
chore: add tests for bolt
2020-01-23 11:15:32 -07:00
greg linton
039b8e816f
chore: add tests for etcd, remove unused bucket/tx logic
2020-01-23 11:15:32 -07:00
greg linton
9bc3b8b5e2
chore: remove remaining layout cruft
2020-01-23 11:15:32 -07:00
greg linton
8765490e52
chore: update changelog and readme
2020-01-23 11:15:32 -07:00
greg linton
899c35fc29
fix: add snowflake id, validate annotation endtime
2020-01-23 11:15:32 -07:00
greg linton
d470723faf
chore: tidy and document filestore functionality
2020-01-21 13:57:09 -07:00
greg linton
3e5e8c5c55
chore: remove crufty docs
2020-01-21 13:57:09 -07:00
greg linton
a26b780036
chore: remove v2 related code
2020-01-21 13:57:09 -07:00
Greg
56353bee05
feat: add etcd as backend store ( #5352 )
...
* Add some comments about unused v2 stuff
* Add etcd as kv backend
* Add configuration options to utilize etcd backend
2020-01-21 11:05:00 -07:00
Greg
f0d5e5abef
chore: add a KV layer prior to adding an etcd implementation ( #5349 )
...
* Bolt to kv/bolt
* Remove unused code
* Remove unused roles code
* Remove unused duplicate Makefile
* Clean up bolt implementation and start layering in an interface for another store
* Layer in kv interface
* Continue layering in kv interface
* Remove circuitbreaker things
* Move cell stuff out
* Convert cell logic to kv interface
* Start adding config logic to kv interface, likely will remain bolt only
* Get to compile with bolt kv before moving too far forward
* Start removing dead dashboard code
* Add generic kv implementation for dashboards
* Convert layouts to kv interface
* Migrate mappings to kv layer
* Migrate org_config to kv layer
* Migrate organizations to kv layer
* Migrate servers to kv layer
* Migrate sources to kv layer
* Migrate users to kv layer
* Start removing unused migration logic
Since there is a migration path for users via updating to 1.7.x line then to 1.8, there isn't any real reason to continue supporting migrating from a version ~2 years old.
* Cleaning up bolt dead codes
* Re-add disabled code
* Migrate tests over to kv layer
* Migrate config to kv layer
* Create default organization
* Remove etcd for now
* Improve new client and new service implementations
* Uncomment bolt build tests
* Add layouts test
* Add more dashboard tests to kv
2020-01-21 09:26:23 -07:00
Timmy Luong
dab3f8dca7
feat(ui): add query parameter for autofresh option in dashboards ( #5348 )
...
* feat(ui): add query parameters for autofresh option in dashboards
* fix(ui): fix tests, lint, and refresh functionality of components; update CHANGELOG
* fix(ui): update handler
* feat(ui): allow url parameter to update dashboard autorefresh rate
* fix(ui): improve reducer performance and other minor issues
2020-01-14 16:14:25 -08:00
Bucky Schwarz
a1f6162508
fix: log viewer uses a default if the mapped severity doesn't exist
2020-01-09 14:23:59 -08:00
Greg
1806d6c298
chore: tidy prior to kv refactor ( #5342 )
...
* Start cleaning up/reviewing for kv refactor
* Remove dependency on graceful http layer
* Remove deprecated cli option --new-sources
* Run gofmt and remove dep related files
* Update non-influx deps
* Update kapacitor dep
* Compile regexp's once
* Remove un-needed struct members
* Remove unused integrations code
2020-01-09 08:49:42 -07:00
Bucky Schwarz
5f77cda1c6
Merge branch '1.7.x'
2020-01-08 11:54:43 -08:00
Bucky Schwarz
fdab763e39
chore: update changelog and bump minor version to 1.7.17
2020-01-08 11:54:33 -08:00
Bucky Schwarz
47890b6d98
fix: allow logging out when using Ouath
2020-01-08 11:51:19 -08:00
Bucky Schwarz
0568cac040
fix: allow logging out when using Ouath
2020-01-02 13:43:58 -08:00
Bucky Schwarz
74cd98a516
chore: upgrade go and node-sass dependencies
2020-01-02 12:48:40 -08:00