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
Alex P
5372ee2b35
Install text size calculator package
...
As per recommendation of @cryptoquick this thing is a much more sound
means of doing the calculation than my initial approach
2017-07-05 14:04:46 -07:00
Luke Morris
d52ab129b7
Update version number
2017-06-19 11:13:35 -07:00
Jared Scheib
3375810544
Merge pull request #1512 from influxdata/feature/upgrade_and_synchronize_dygraphs
...
Upgrade and synchronize dygraphs, fix legend fall-off
2017-06-06 16:59:13 -05:00
Regan Kuchan
6da83b8629
Update version and changelog for v1.3.2.0
2017-06-02 13:34:23 -06:00
Jared Scheib
df9ef1c604
Merge remote-tracking branch 'origin/master' into feature/upgrade_and_synchronize_dygraphs
...
Signed-off-by: Luke Morris <lukevmorris@gmail.com>
2017-06-01 17:58:10 -07:00
Regan Kuchan
ce0000b6ea
Update npm version to 1.3.1-0
2017-05-22 12:23:09 -07:00
Regan Kuchan
5848660f97
Update version number and bumpversion
2017-05-22 11:57:23 -07:00
Andrew Watkins
7bde70c775
Upgrade to Dygraph 2.0
2017-05-12 16:33:23 -07:00
Alex P
c747644508
Merge branch 'master' into fancy-scrollbars
2017-05-09 18:37:08 -07:00
Chris Goller
99099e8a5c
Update version to 1.3 for javascript and swagger
2017-05-09 08:24:04 -07:00
Alex P
9d3c277c13
Add react-custom-scrollbars package and default styles
2017-05-08 15:04:21 -07:00
Andrew Watkins
186491b0ae
Resolve missing binding for Node Sass error
2017-04-26 06:17:41 -07:00
Jared Scheib
4454fabb27
Upgrade react-router to ^3.0.2 to go ahead and iron out any issues and to accommodate refactor of Notifications and SideNavApp to use withRouter so that 'sourceID' and 'location' use can be cleaned up
2017-04-12 15:18:09 -07:00
Jared Scheib
b44d062634
Refactor router to require authentication and force logout, add router dependencies with yarn
2017-04-11 19:35:39 -07:00
Andrew Watkins
03b8c659ce
WIP Introduce date time picker
2017-03-29 16:37:02 -07:00
Hunter Trujillo
953856a14e
Storybook fixes. Add stateful class MultiSelectDropdown shared component. Add Select Roles story for that component.
2017-03-01 13:32:54 -07:00
Chris Goller
cb1aadf49c
Update Makefile and webpack to make builds incremental
2017-02-08 21:15:56 -06:00
Hunter Trujillo
cd4a683ca5
Reuse shared sparse arrays for GC efficiency. Use fast.js methods to further optimize speed.
2017-01-30 08:05:57 -08:00
Hunter Trujillo
bfdba8de74
Add reducer spec for shared/sources. Add nodemon script to package.json to help with TDD. Fix actual issue: duplicate defaults in sources.
2017-01-26 16:55:05 -07:00
Hunter Trujillo
c9a77e0207
Refactor to use async/await.
2017-01-12 14:59:07 -07:00
Hunter Trujillo
caf5b1a3dc
Add React Storybook, in addition to stories and stubs for ValuesSection. Also… Add a nifty corsless proxy courtesy of yt.
2017-01-04 16:02:11 -08:00
Andrew Watkins
aa3ece6e32
Merge pull request #489 from influxdata/rule-page-polish-pt2
...
Rule Page Polish Pt 2
2016-11-11 13:26:05 -08:00
Alex P
b8002d14bf
Adding dependency to package.json
2016-11-11 11:25:34 -08:00
Chris Goller
0e680d75d9
Add AGPL-3.0
2016-11-10 18:33:19 -06:00
Will Piers
0c4fe14eda
Fix eslint issues again
2016-11-08 15:29:49 -08:00
Will Piers
7b58e00437
Pin eslint packages and fix syntax errors
2016-11-07 15:51:26 -08:00
Tim Raymond
9a3b5e2db0
Pin ESLint to 3.5.x
...
In 3.9.x, ESLint changed how many spaces are expected on a trailing
parens following a return. Previously it expected:
```
01234567890
return (
<div>
</div>
);
01234567890
^~~~~~~~ It previously expected 5 spaces here
01234567890
return (
<div>
</div>
);
01234567890
^~~~~~~~~~ Now it wants 3
```
Until we're ready to explicitly make that change, we're going to pin to
3.5.x (which expects 5 spaces in the example above.
2016-11-02 13:43:59 -04:00
Tim Raymond
a6300f25f0
Wire up /mappings API to LayoutsStore
...
This makes the /mappings endpoint return real data based off of the
layouts seen within the LayoutsStore.
2016-10-28 18:00:44 -04:00
Will Piers
80c7ec6a45
Render notifications and add dismissal
2016-10-20 13:32:09 -07:00
Will Piers
df76e23ca5
Set up action and reducer
2016-10-20 13:32:09 -07:00
Andrew Watkins
d564f75da3
Split vendor dependencies into chunks
2016-09-30 13:16:24 -07:00
Andrew Watkins
e8c6ce1d81
Move loader to dev dep
2016-09-28 10:29:04 -07:00
Andrew Watkins
b371e6ea91
Allow import of static png and jpg in scss
2016-09-27 12:54:32 -07:00
Will Faurot
6ae2ca67c1
Remove old test scripts; add npm test
2016-09-20 11:50:32 -07:00
Will Faurot
72e7e031cf
Add karma packages
2016-09-20 11:50:07 -07:00
Will Faurot
4be3b32da8
Bump lint-related packages
2016-09-20 11:49:30 -07:00
Will Piers
5d9b071a15
Add build:dev option to build with dev config one time
2016-09-19 13:45:05 -07:00
Will Piers
c528d1186e
Have webpack build html file into output
2016-09-19 13:45:05 -07:00
Chris Goller
840b00b4d0
Update circle and makefile to build and test everything.
...
Signed-off-by: Will Piers <wpiers0405@gmail.com>
2016-09-19 13:45:05 -07:00
Will Piers
d7ae615e37
Bring over enterprise ui and configuration
...
Signed-off-by: Andrew Watkins <watts@influxdb.com>
2016-09-19 13:45:05 -07:00
Will Piers
133da5a14f
Use create-react-app
2016-09-09 16:10:54 -07:00