Commit Graph

299 Commits (ReaderRole)

Author SHA1 Message Date
Bucky Schwarz fff7836818 feat(ui): Template variables can now select their source database 2020-02-06 13:10:41 -08: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 74cd98a516 chore: upgrade go and node-sass dependencies 2020-01-02 12:48:40 -08:00
Michael Desa 7689dd7db4
chore: update changelog and bump minor version to 1.7.16 2019-12-19 13:49:14 -08:00
Michael Desa acc1a6834f
chore: update changelog and versions for 1.7.15 2019-11-12 18:42:10 -05:00
Michael Desa 038fb2a1d4
Release 1.7.14 2019-08-27 13:57:33 -04:00
Michael Desa da07ed011c
Release 1.7.13 2019-08-20 17:37:16 -04:00
Michael Desa dc0f253c6c
security: upgrade axios and lodash to verious without known vulnerabilities
Both `axios` and `lodash` are direct dependenies and therefore were
updated.

See https://github.com/influxdata/chronograf/network/alert/ui/yarn.lock/lodash/open and https://github.com/influxdata/chronograf/network/alert/ui/yarn.lock/axios/open
2019-08-20 14:13:58 -04:00
Andrew Watkins 58b0b891ae
fix: alert rule message text template parsing (#5228)
* feat: add go text template parsing endpoint

* chore: yarn.lock

* chore(routes): change text validation endpoint name

* feat: validate kapacitor rule templates

* test(alerts): remove redundant tests

* chore(routes): update validate endpoint name

* test(routes): add validate endpoint to tests

* test(server): add validation endpoints

* feat(alerts): change template validation to 204

* chore: update react et al
2019-08-20 14:13:41 -04:00
Andrew Watkins b74f110eda
feat(ui/statusPage): add toggle for utc and local time
* feat(appReducer): add time zone

* fix(timeZones): local storage

* chore: upgrade to react 16.8.6

* update react types

* feat(status): introduce TimeSelectorToggle component

* feat(ui/status): add time zone to alerts table

* feat(dygraphs): add time zone option

* fix: time typo
2019-08-20 14:13:40 -04:00
Luke Morris 8dcf15c7d7 bump package.json 2019-06-20 15:33:56 -07:00
Brandon Farmer 6594b2f024 bump version 2019-04-24 09:57:59 -07:00
Brandon Farmer 1a9aa0e7d9 bump chronograf version number 2019-04-16 17:41:22 -07:00
Brandon Farmer 7b260b219e Bump package.json to 1.7.9 2019-03-20 15:34:17 -07:00
Brandon Farmer 8b0a9deb92 Update chronograf version number 2019-02-13 13:42:31 -08:00
nathan haugo 3416ff36f6 Bump version for 1.7.7 2019-01-16 13:13:40 -08:00
Nathan Haugo 723a11ce73
Prep for 1.7.6 release (#5040)
* Prep for 1.7.6 release

* Update readme
2019-01-14 16:18:51 -08:00
Delmer Reed bc37101e76 Update version to 1.7.4 2018-12-12 16:20:04 -05:00
nathan haugo b90a8dea0b Update changelog and bump version 2018-11-13 16:37:56 -08:00
nathan haugo 1e33834906 Bumpversion for 1.7.2 2018-11-08 12:27:52 -08:00
nathan haugo 335aa61e46 Bump to version 1.7.1 2018-11-07 11:08:13 -08:00
Brandon Farmer 7387eec15e Remove source immediately rather than wait for reload 2018-10-30 11:46:05 -07:00
Christopher Henn 176c0ab07f Add support for interval template variable in Flux 2018-10-18 13:43:57 -07:00
Christopher Henn c17f697cdc Upgrade Parcel, Babel, ESLint, ts-jest, and related 2018-10-05 10:00:33 -07:00
Iris Scholten 3d99060582 Move TimeMachine state to new state container
Co-authored-by: Iris Scholten <iris@influxdata.com>
Co-authored-by: Chris Henn <chris@chrishenn.net>
2018-09-27 13:12:19 -07:00
Christopher Henn 2169b8e35b Upgrade TypeScript to 3.0 2018-09-14 11:24:08 -07:00
Christopher Henn 8e0380c3c1 Upgrade React and Enzyme 2018-09-14 11:24:08 -07:00
Christopher Henn ed36dae808 Clear localStorage cache every commit
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
Co-authored-by: Chris Henn <chris@chrishenn.net>
2018-09-13 13:33:23 -07:00
Christopher Henn 933b8117d4 Refactor Dygraph component 2018-09-04 13:59:03 -07:00
Christopher Henn aa29a03653 Rewrite Worker script paths according to basepath 2018-08-29 09:34:37 -07:00
Alex Paxton fc9cd71939
Introduce Cell Notes & Note Cells (#4257)
* feat: add Note string field to dashboard cells

* wip feat: html escape cell note to help prevent XSS attack

Requires further input to make sure this is effective at its
purpose.

* Add ability to view a cell's note from the cell header

* Make styles less brittle

* Add "chat" icon for use in notes

* Position note using cell X & Y

Avoid overlap with associated cell whenever possible

* New notes are empty strings by default

* Overflow note when contents are large

* Add react-markdown package for displaying markdown

* Display markdown in cell note

* Add a cell note text editor into the CEO

* Improve cell note editor

* Use codemirror placeholder addon

* Add placeholder to note field & foundation of markdown theme

* Add Markdown Cell

* Add initial styles for markdown cell contents

* Add graphic for Note type cell

* feat: add NoteVisibility to DashboardCell

* Add basic markdown syntax highlighting in editor

* Remove comment

* Show note in cell when queries return no data

* Make exception for rule graph

* Update fixtures and resources to fix tests

* Update changelog

* feat: sanitize xss-vulnerable note html

* Polish appearance of code samples in notes and note cells

* Replace ascii with plaintext before passing to markdown renderers

* Move "display when no results toggle" above text field

Less likely to go undiscovered
2018-08-23 14:41:40 -07:00
Brandon Farmer 1a76a29ed2 Initial implementation of background workers 2018-08-17 16:30:57 -07:00
Christopher Henn c19a6001b0 [#4119] Support scoped annotations 2018-08-08 16:21:00 -07:00
Christopher Henn b85269589a Fix error when running `run-dev` after `clean` target 2018-08-01 11:56:26 -07:00
Christopher Henn 9fc472ee00 Lock down prettier version
Prettier includes breaking changes in semvar minor versions. This
commit locks down prettier to the precise version that we have been
linting files with in the recent past (1.12.1).
2018-07-25 12:37:30 -07:00
Christopher Henn 9f40961bd8 Tweak port and sourcemaps config 2018-07-25 11:16:04 -07:00
Jared Scheib 76a6cd3bc2 dev: clean up yarn scripts, add typescript check & watch scripts
tsconfig rootDir was changed because tsc would throw errors and
apparently it wants all files in the project to be at the rootDir.

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
Co-authored-by: Chris Henn <chris@chrishenn.net>
2018-07-25 11:16:04 -07:00
Christopher Henn dcf6c7dcc5 Replace webpack with parcel 2018-07-25 11:16:04 -07:00
nathan haugo 8c1862d8ae Update master to 1.7.0 and use bumpversion for makefile config instead of git tags 2018-07-23 15:53:48 -07:00
nathan haugo 45069a0eee Changelog and version for 1.6.0 2018-07-18 14:48:59 -07:00
Alex P 9b6d50cb9e Make tests okay with CSS imports 2018-07-09 15:59:20 -07:00
Christopher Henn 983550cb9e Support nested template variables 2018-07-06 15:04:49 -07:00
Christopher Henn e9b0b78df2
Dynamically render severity colors in log viewer
In preparation of #3753.
2018-06-28 13:22:10 -07:00
Christopher Henn 817e2307c2
Add HistogramChart snapshot tests 2018-06-27 13:15:06 -07:00
Christopher Henn a1b6b507e5
Show stacked histogram in log viewer 2018-06-27 09:25:11 -07:00
Andrew Watkins fd3cd78f0b
Merge pull request #3646 from influxdata/chore/webpack-4
Chore/webpack 4
2018-06-15 09:30:50 -07:00
Andrew Watkins 6080ee867b Update prod config to Webpack 4 api 2018-06-12 11:07:42 -07:00
Andrew Watkins 640fdbe0c5 Remove webpack-on-build plugin 2018-06-11 16:21:59 -07:00
Andrew Watkins a1b7eda7b2 WIP initial upgrade path webpack 4 2018-06-11 14:59:16 -07:00
Jared Scheib 62d269e97b Add DefinitelyTyped for react-router-redux v4 2018-06-08 19:51:04 -07:00
Iris Scholten cba5a9a4f8 Add copy and paste functionality to DatabaseListItem in IFQL schema 2018-06-05 11:15:48 -07:00
Andrew Watkins e3196a6d2d
Add in browser debugger for testing 2018-06-01 15:49:50 -07:00
Christopher Henn 958316bec8
Upgrade Jest 2018-06-01 15:49:32 -07:00
Andrew Watkins 2b37494dcb Add IFQL script response parser
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-05-23 11:30:52 -07:00
Andrew Watkins afccff1086 Introduce appendFrom funtionality 2018-05-21 10:45:28 -07:00
ebb-tide bbebbb2dc4 Merge branch 'master' into chore/tables-to-TS 2018-05-16 20:02:54 -07:00
Brandon Farmer 5eb5436f65 Replace fixed-data-table with fixed-data-table-2
fixed-data-table is no longer maintained and was introducing
deprecation warnings on data explorer
2018-05-16 10:04:52 -07:00
ebb-tide 351a53884b Release 1.5.0.0 2018-05-15 17:36:04 -07:00
ebb-tide 0f5bd2de54 Merge master 2018-05-14 13:08:51 -07:00
Andrew Watkins 02e558c146 Remove the need for ResizableBox 2018-05-12 22:21:49 -07:00
ebb-tide ff5ba8c82d Add types-reactvirtualized to deps 2018-05-12 20:13:16 -07:00
ebb-tide cb403f722b Move packages to dev dependencies 2018-05-10 12:11:10 -07:00
ebb-tide d1d5d2ba68 Merge master 2018-05-10 11:51:01 -07:00
Brandon Farmer 892b1371a3 Provides checkbox for disabling kapacitor services 2018-05-10 00:24:24 -07:00
ebb-tide 3dbc82044b Convert ThresholdsList to TS 2018-05-09 14:47:18 -07:00
ebb-tide 71769d67a6 Convert TableGraph to TS 2018-05-09 13:25:11 -07:00
Andrew Watkins 1ccd4e1af8 Refine autocomplete to operate as user types 2018-05-07 10:04:56 -07:00
Andrew Watkins 1e3a036cd9 Fix errors and warnings 2018-04-23 19:45:50 -07:00
Andrew Watkins ba9655af3a Linter 2018-04-23 19:32:07 -07:00
Andrew Watkins e52b552b33 Introduce new context and ExpressionNode component 2018-04-23 17:12:14 -07:00
Andrew Watkins 083591dfa5 WIP convert Crosshair to TypeScript 2018-04-19 10:26:52 -07:00
Brandon Farmer 73e6b791fe Upgrade to react 16 2018-04-18 00:02:00 -07:00
Brandon Farmer 1195573014 Convert admin components to have proper error handling 2018-04-17 10:53:13 -07:00
Andrew Watkins 1f4609c9e7 Replace react-codemirror with react-codemirror2 2018-04-16 10:56:53 -07:00
Andrew Watkins 4a09df65ad Add text editor to builder 2018-04-16 10:56:53 -07:00
ebb-tide 2906a461f3 Implement PR review suggestions 2018-04-14 21:29:17 -07:00
ebb-tide 3a2f68d8a8 Remove react-sortable-hoc from deps 2018-04-11 16:22:23 -07:00
ebb-tide fc5050c04b Merge branch 'master' into table/reorder-columns 2018-04-11 13:13:30 -07:00
ebb-tide f0f0293ac4 Add dnd react types 2018-04-10 18:32:28 -07:00
Alex P 91f0dfeacd Update react-router types 2018-04-10 17:20:01 -07:00
ebb-tide 0a3863d887 Merge branch 'master' into table/reorder-columns 2018-04-09 15:06:54 -07:00
Andrew Watkins 21754a10f9 Convert TickscriptEditor to TypesScript and add initial test 2018-04-06 17:56:02 -07:00
ebb-tide edeef2df1e Implement sort with react-dnd 2018-04-05 15:04:14 -07:00
ebb-tide fe8787145c Implement sort with react-sortable-hoc 2018-04-04 20:46:42 -07:00
Andrew Watkins debfee3e4e Update react-router types version 2018-04-04 14:21:06 -07:00
ebb-tide f649418aab Add @types/react-router to dev dependencies 2018-04-04 12:03:47 -07:00
nathan haugo c94bb8d6ce Update for 1.4.3.1 2018-04-02 17:50:32 -07:00
Alex P b35d668a41 Merge branch 'master' into moar-colors-n-stuff 2018-03-29 10:26:27 -07:00
Iris Scholten 2b7d2fbc1d update versions with bumpversion 2018-03-28 11:34:23 -07:00
Alex P 92a7b10c61 Add Chroma.js Package 2018-03-26 16:23:46 -07:00
Andrew Watkins 421fa6e463 Add jslinting to Makefile 2018-03-23 11:08:06 -07:00
Andrew Watkins 43da9dafe8 Remove progress from prod build 2018-03-22 15:46:11 -07:00
Andrew Watkins 3d2e819d2a Add progress to dev build 2018-03-22 14:47:39 -07:00
Andrew Watkins 130a9e42d8 WIP emit errors tslint 2018-03-22 14:25:12 -07:00
Andrew Watkins 16dfa23477 Add tslint to test runner / watcher 2018-03-21 16:12:42 -07:00
Andrew Watkins ba527e8b14 Add tslint-loader 2018-03-21 16:12:42 -07:00
Andrew Watkins 60cf7e5d88 WIP Introduction of tslint 2018-03-21 16:12:42 -07:00
Brandon Farmer b5ecc8592e Upgrade prettier to 1.11.1 2018-03-21 13:41:48 -07:00
Alex P 15e00bca7f Remove unused updeep dependency 2018-03-14 10:31:02 -07:00