Commit Graph

91 Commits (e8dbc0aea41206db9c5c85cd3fc01139316bc779)

Author SHA1 Message Date
Chris Goller 093fb7d75d Update meta nodes to respect insecure skip verify 2018-02-14 13:25:08 -08:00
Luke Morris 85781aed9d Bump to 1.4.1.2 2018-02-13 13:34:50 -08:00
Luke Morris b97739e520 Bump version to 1.4.1.1 2018-02-12 18:03:16 -08:00
Luke Morris 27fbfd4d38 Bump version 2018-02-12 16:42:58 -08:00
Nathan Haugo 74f067844c Update changelog for 1.4.0.1 2018-01-25 13:09:45 -08:00
Nathan Haugo b74ae38772 Update package.json 2017-12-22 13:09:03 -08:00
Nathan Haugo 94fea97117 Update version 2017-12-21 11:36:03 -08:00
Chris Goller d8a0aa3b89 Update CHANGELOG and versions to prep for 1.4.0.0-rc1 2017-12-19 18:38:46 -06:00
Nathan Haugo 971156edf0 Bump version to 1.4.0.0-beta2 2017-12-14 12:45:44 -08:00
Luke Morris 4fb1ba4f6e Bump dygraphs to 2.1.0 2017-12-08 14:33:03 -08:00
Luke Morris 18ae90ce81 Dygraphs now has support for millisecond granularity 2017-12-07 15:05:33 -08:00
Nathan Haugo 4b2ca37660 Update CHANGELOG.md to organize release notes 2017-12-07 15:03:58 -06:00
Nathan Haugo 1e8a66dffa Update bumpversion with 1.4.0.0-beta1 2017-12-07 14:38:28 -06:00
Hunter Trujillo 8413e77161 Fix file removal code. Fix clean script. Add clean to yarn start. 2017-12-01 11:14:16 -07:00
Andrew Watkins c4b3e8a2e8 Remove yarn warnings 2017-11-09 10:02:25 -08:00
Chris Goller 36d9547d9a Add hot module reload to dev builds (make run-hmr) 2017-11-04 14:07:39 -05:00
Chris Goller 73dd89843f Add cleanup step to js dev builds to remove unused files 2017-11-03 19:33:16 -05:00
Nathan Haugo 1ce78dd21b Update changelog and version number for 1.3.10.0 2017-10-24 09:34:31 -04:00
Hunter Trujillo 73b3ed3a7b Fix loss of precision while zooming. Now zooms to millisecond precision. NanoDate supports microsecond and nanosecond precision, but only with some work. 2017-10-19 14:20:58 -06:00
Hunter Trujillo 42ec6393a1 Add our own fork of Dygraphs. 2017-10-17 13:25:28 -06:00
Nathan Haugo f23351c9ba Update version 2017-10-06 11:38:40 -07:00
Andrew Watkins b526499a38 Add react-component-resizable package 2017-09-29 12:15:10 -07:00
Andrew Watkins abbcd6ccdc Remove react-addons-update 2017-09-22 15:14:28 -07:00
Andrew Watkins cce44b1681 Update to react-codemirror 1.0 2017-09-12 09:23:26 -07:00
Andrew Watkins b6ca021604 WIP Edit scripts returned from the server
Had to downgrade react-codemirror due to a bug.  Issues and PRs
are open to resolve:
- https://github.com/JedWatson/react-codemirror/issues/121
- https://github.com/JedWatson/react-codemirror/issues/106
2017-09-12 09:23:23 -07:00
Andrew Watkins 202702b739 Introduce CodeMirror for TICKscript editor 2017-09-12 09:23:22 -07:00
Nathan Haugo e89e8d137b Bump version to 1.3.8.0 2017-09-07 16:29:56 -07:00
Hunter Trujillo 1d23ccd587 Use src-relative path for importing enablePresentationMode action. Add query-string package. Use queryString library to parse location.search. 2017-09-01 15:07:37 -06:00
Andrew Watkins 059a9f19fb Fix js rounding errors 2017-08-28 12:39:49 -07:00
Nathan Haugo 16735c027f Bump to 1.3.7.0 2017-08-23 15:56:00 -07:00
Andrew Watkins d42593c272 Include babel-eslint plugin
An eslint plugin companion to babel-eslint. babel-eslint does a great
job at adapting eslint for use with Babel, but it can't change the built
in rules to support experimental features. eslint-plugin-babel
re-implements problematic rules so they do not give false positives or
negatives.
2017-08-17 09:33:36 -07:00
Jared Scheib e2e684b5e2 Merge remote-tracking branch 'origin/1.3.6.x' 2017-08-15 15:03:20 -07:00
Hunter Trujillo 9edece4a3a Merge pull request #1860 from smith/nls/npm-script-fixes
Improvements to npm scripts
2017-08-14 16:16:00 -06:00
Tim Raymond dda79d809e
Update CHANGELOG and version for v1.3.6.1 2017-08-14 14:27:18 -04:00
Nathan L Smith 56f322ec4a Improvements to npm scripts
When trying to run `npm run test:dev`, I noticed that `nodemon` was not found,
so that task will not work unless you've done `npm install -g nodemon`.

Replace `nodemon`, which would watch for changes to files and restart
Karma, with [concurrenty](https://www.npmjs.com/package/concurrently) and
[eslint-watch](https://www.npmjs.com/package/eslint-watch).

The NPM scripts also had some full paths to binaries that were not necessary
which have been replaced with the shorter versions, and short configuration
options that have been replaced with longer ones for readability (`-w` vs
`--watch`, etc.)

The `eslint` package was updated to remove a warning about an incorrect peer
dependency with `eslint-plugin-prettier`.

Signed-off-by: Nathan L Smith <smith@nlsmith.com>
2017-08-11 01:53:37 +00:00
Nathan L Smith 69e5f98e6a Change some remaining npm mentions to yarn
While `npm` is still installed as part of the build process, most of the
scripts and documentation should be using yarn.

Change `npm` to `yarn` where appropriate.

Signed-off-by: Nathan L Smith <smith@nlsmith.com>
2017-08-10 16:51:39 -07:00
Andrew Watkins 9559dfd374 Merge pull request #1823 from smith/nls/yarn
Change some remaining npm mentions to yarn
2017-08-09 13:26:51 -07:00
Hunter Trujillo 055dd0dc13 Add SHOW DATABASES integration test with Nightwatch.js. 2017-08-08 22:43:16 -07:00
Alex P 8ebbeda941 Update changelog and package.json for 1.3.6.x release 2017-08-08 12:03:52 -07:00
Alex P 9139ce754f Revert "Prepare for release"
This reverts commit 7a62088acb.
2017-08-08 11:57:23 -07:00
Alex P 7a62088acb Prepare for release 2017-08-08 10:53:34 -07:00
Nathan L Smith 39ca84d691 Change some remaining npm mentions to yarn
While `npm` is still installed as part of the build process, most of the
scripts and documentation should be using yarn.

Change `npm` to `yarn` where appropriate.

Signed-off-by: Nathan L Smith <smith@nlsmith.com>
2017-08-07 19:28:23 +00:00
Chris Goller 6bc4cf36d1 Release 1.3.5.0 2017-07-25 15:08:02 -05:00
Jared Scheib 8aa1554c3e Separate Kapacitor & Data Explorer queryConfig actions & reducers
Refactor actions to ES6
Rename Kapa & DE action creator groups & redux state top-level keys for clarity
Remove auto-add func to field in kapa
Remove unused actions and reducers from kapa queryconfigs
Replace react-addons-update with lodash _.filter and _.omit; yarn package
2017-07-24 21:31:54 -07:00
Jared Scheib fa96d88fe2 Add Karma verbose reporting; comment options in config 2017-07-22 11:32:03 -07:00
Hunter Trujillo 6a20e301f0 Add prettier to an eslint rule. 2017-07-20 11:12:48 -06:00
Hunter Trujillo 91e0dc5b30 Add prettier and eslint commands to package scripts. 2017-07-20 10:41:40 -06:00
Jared Scheib 54a6bfe529 Move he dep to correct package.json and yarn.lock 2017-07-10 12:38:36 -07:00
Luke Morris 2f98f97c31 Bump version, update changelog 2017-07-10 11:52:12 -07:00
Hunter Trujillo 468f4fd8ef Fix node-sass version for Node 8 support. 2017-07-06 17:29:59 -06:00