Andrew Watkins
aecc28a4c9
Add eslint-config-prettier and fix prettier spam
2018-03-01 11:12:14 -07:00
Andrew Watkins
a7cebee19f
WIP: initial upgrade path to Webpack 2
2018-03-01 11:11:30 -07:00
Luke Morris
d51dbc8e8f
Bump version number
2018-02-28 23:23:27 -08:00
Luke Morris
38f8f114fd
Bump version number
2018-02-28 21:28:29 -08:00
Luke Morris
41244f4edc
Merge branch 'master' into feature/annotationz-pre-pl-with-master
2018-02-15 12:03:10 -08:00
Chris Goller
f7144112a9
Update meta nodes to respect insecure skip verify
2018-02-14 13:25:08 -08:00
Luke Morris
9d349ef89b
Bump to 1.4.1.2
2018-02-13 13:34:50 -08:00
Luke Morris
035988e990
Bump version to 1.4.1.1
2018-02-12 18:03:16 -08:00
Luke Morris
3fa5e09c10
Bump version
2018-02-12 16:42:58 -08:00
Alex P
f2cc269a33
Merge branch 'master' into feature/annotationz-pre-pl-with-master
2018-02-08 16:38:47 -08:00
Nathan Haugo
9a0d0ad54d
Update changelog for 1.4.0.1
2018-01-25 13:09:45 -08:00
Andrew Watkins
2e93c5d222
Remove storybook
2018-01-16 09:41:36 -08:00
Nathan Haugo
711cb48d14
Update package.json
2017-12-22 13:09:03 -08:00
Nathan Haugo
efbb71e9d7
Update version
2017-12-21 11:36:03 -08:00
Chris Goller
ace51b1553
Update CHANGELOG and versions to prep for 1.4.0.0-rc1
2017-12-19 18:38:46 -06:00
Nathan Haugo
a91b3ef104
Bump version to 1.4.0.0-beta2
2017-12-14 12:45:44 -08:00
Luke Morris
b557ca2108
Bump dygraphs to 2.1.0
2017-12-08 14:33:03 -08:00
Luke Morris
17797ccc02
Dygraphs now has support for millisecond granularity
2017-12-07 15:05:33 -08:00
Nathan Haugo
488d581d9e
Update CHANGELOG.md to organize release notes
2017-12-07 15:03:58 -06:00
Nathan Haugo
05fc484864
Update bumpversion with 1.4.0.0-beta1
2017-12-07 14:38:28 -06:00
Hunter Trujillo
d35fb25192
Fix file removal code. Fix clean script. Add clean to yarn start.
2017-12-01 11:14:16 -07:00
Andrew Watkins
bec3c9e7aa
Remove yarn warnings
2017-11-09 10:02:25 -08:00
Chris Goller
1bcf74e547
Add hot module reload to dev builds (make run-hmr)
2017-11-04 14:07:39 -05:00
Chris Goller
39096e6c3d
Add cleanup step to js dev builds to remove unused files
2017-11-03 19:33:16 -05:00
Nathan Haugo
da560018c6
Update changelog and version number for 1.3.10.0
2017-10-24 09:34:31 -04:00
Hunter Trujillo
cab7671efb
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
4d963f57f0
Add our own fork of Dygraphs.
2017-10-17 13:25:28 -06:00
Nathan Haugo
a2f270bdb2
Update version
2017-10-06 11:38:40 -07:00
Andrew Watkins
475a7ba369
Add react-component-resizable package
2017-09-29 12:15:10 -07:00
Andrew Watkins
e7016455ae
Remove react-addons-update
2017-09-22 15:14:28 -07:00
Andrew Watkins
be6c0b559b
Update to react-codemirror 1.0
2017-09-12 09:23:26 -07:00
Andrew Watkins
4a4a255903
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
fa0a832bb7
Introduce CodeMirror for TICKscript editor
2017-09-12 09:23:22 -07:00
Nathan Haugo
3387c941af
Bump version to 1.3.8.0
2017-09-07 16:29:56 -07:00
Hunter Trujillo
af03beafb1
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
78cab61c9c
Fix js rounding errors
2017-08-28 12:39:49 -07:00
Nathan Haugo
5a13db41ba
Bump to 1.3.7.0
2017-08-23 15:56:00 -07:00
Andrew Watkins
eacc8b3a0d
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
01e045199f
Merge remote-tracking branch 'origin/1.3.6.x'
2017-08-15 15:03:20 -07:00
Hunter Trujillo
09b15f7c49
Merge pull request #1860 from smith/nls/npm-script-fixes
...
Improvements to npm scripts
2017-08-14 16:16:00 -06:00
Tim Raymond
b547a93622
Update CHANGELOG and version for v1.3.6.1
2017-08-14 14:27:18 -04:00
Nathan L Smith
7de81b4bde
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
436f5fdb34
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
b82154e0e9
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
5bcfda0665
Add SHOW DATABASES integration test with Nightwatch.js.
2017-08-08 22:43:16 -07:00
Alex P
3ef9a6e826
Update changelog and package.json for 1.3.6.x release
2017-08-08 12:03:52 -07:00
Alex P
efdc47fffb
Revert "Prepare for release"
...
This reverts commit 2d02f25822
.
2017-08-08 11:57:23 -07:00
Alex P
2d02f25822
Prepare for release
2017-08-08 10:53:34 -07:00
Nathan L Smith
0e297de362
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
2d8b1ef340
Release 1.3.5.0
2017-07-25 15:08:02 -05:00