Chris Goller
cce80977ec
Merge branch 'master' into feature/template-variables
2017-04-19 11:10:01 -05:00
Chris Goller
dc0aa7c7f9
Update template variable naming to Template rather than Temp
2017-04-19 11:08:14 -05:00
Chris Goller
bf2402b568
Add InfluxQL template rendering
2017-04-19 11:03:53 -05:00
Hunter Trujillo
1266c47a34
Add tag key 🅱️ ropdown.
2017-04-18 16:47:00 -06:00
Hunter Trujillo
2bb721c690
Fix irregular whitespace linter error.
2017-04-18 14:50:49 -06:00
Hunter Trujillo
666b158139
Ensure initial selection state on database and measurement dropdowns.
2017-04-18 14:49:45 -06:00
Andrew Watkins
47dfe25ebc
Introduce template query builders
2017-04-18 12:08:00 -07:00
Chris Goller
cda15a3345
Merge pull request #1286 from influxdata/feature/refreshing-jwts
...
Add JWT refresh on validation.
2017-04-18 12:25:46 -05:00
Andrew Watkins
62167e2927
WIP Allow selection of value type
2017-04-18 09:27:34 -07:00
Chris Goller
5f32d8d471
Update CHANGELOG to mention refreshing JWTs
2017-04-17 15:25:07 -05:00
Chris Goller
76fdbc9d55
Merge branch 'master' into feature/refreshing-jwts
2017-04-17 15:24:10 -05:00
Hunter Trujillo
cbb1dea764
Fix linter errors.
2017-04-17 14:01:16 -06:00
Chris Goller
7b26eb3f00
Add tests for token extend
2017-04-17 14:49:05 -05:00
Hunter Trujillo
75a3c082ab
Stubbed out some Template Variable components
2017-04-17 13:21:47 -06:00
Chris Goller
8804d9d4fb
Add comment about tokens in extending
2017-04-17 12:22:49 -05:00
Chris Goller
3c6f0db623
Update oauth2 Authenticator signatures to use extend
2017-04-17 11:49:45 -05:00
Chris Goller
f5930fd4b5
Update JWT to use Extended rather than Extend
2017-04-17 10:57:33 -05:00
Chris Goller
db9a15bbe4
Update oauth2 now time calculation to ensure UTC time
2017-04-17 10:39:01 -05:00
Chris Goller
d2012e4c8e
Add default now time func to return UTC
2017-04-17 10:38:46 -05:00
Andrew Watkins
0cb00b6b06
Add border radius to bottom of TVM
2017-04-14 16:44:23 -07:00
Andrew Watkins
8fd69fdee7
Update CHANGELOG
2017-04-14 16:32:32 -07:00
Andrew Watkins
cc05a2f795
Update cursor style for icon
2017-04-14 16:31:11 -07:00
Andrew Watkins
ab15c0c898
Actually deconstruct proxy
2017-04-14 16:15:34 -07:00
Andrew Watkins
4b55177be0
Make TemplateVariableManager its own SFC
2017-04-14 16:12:09 -07:00
Andrew Watkins
881bee4f1c
Use the power of deconstruction
2017-04-14 15:29:02 -07:00
Andrew Watkins
308dae93e5
Add required proxy link prop to CEO
2017-04-14 15:28:39 -07:00
Andrew Watkins
23ecccb650
Refactor DashboardPage to use js class
2017-04-14 15:28:05 -07:00
Andrew Watkins
f97476780b
Move source context declaration to top level
2017-04-14 15:26:52 -07:00
Andrew Watkins
9bd6d11e68
Add TempVar Manager Overlay
2017-04-14 14:26:36 -07:00
Andrew Watkins
8451a9098b
Improve TV control bar styles
2017-04-14 12:09:52 -07:00
Andrew Watkins
835b7ebedb
Add basic TemplateVar UI after minor css refactor
...
Also remove no-longer-used isEdit variable in Dashboard.js
2017-04-14 11:46:24 -07:00
Andrew Watkins
3167a3946f
Merge pull request #1277 from influxdata/bugfix/function-application
...
Fix function application bug
2017-04-14 09:05:12 -07:00
Chris Goller
017b01d384
Update tests for refreshing jwts
2017-04-14 02:35:30 -05:00
Chris Goller
7c048e8135
Add JWT refresh on validation.
...
JWTs will only life five minutes into the future. Any time
the server receives an authenicated request, the JWT's expire at
will be extended into the future.
2017-04-14 02:12:52 -05:00
Andrew Watkins
97a809fd0c
Update CHANGELOG to correct versions
2017-04-13 17:57:09 -07:00
Andrew Watkins
5c2c013bd8
Make people happy
2017-04-13 17:52:18 -07:00
Andrew Watkins
99a36cb586
Add default RP to queryConfig when no RP is present
...
This will only happen if the qC is fully qualified. A fully
qualified query is one that has a db, measurement, and field.
2017-04-13 17:49:53 -07:00
Andrew Watkins
95a78ea268
Update CHANGELOG
2017-04-13 15:36:57 -07:00
Andrew Watkins
c7e92c262e
Fix function application bug
2017-04-13 14:06:53 -07:00
Andrew Watkins
4ef7ff2dc5
Merge pull request #1232 from influxdata/feature/voltron-the-builder
...
Voltron the builder / One Builder to Rule Them All / Make Builder Great Again
2017-04-13 09:49:45 -07:00
Andrew Watkins
d52fc84810
Update CHANGELOG
2017-04-13 09:42:11 -07:00
Andrew Watkins
4c568b1e10
Update name of View component
2017-04-13 09:38:28 -07:00
lukevmorris
1b17b260e1
Add default display for an empty dashboard ( #1259 )
...
* Inline Dashboard.renderDashboard; add empty state
* Update CHANGELOG
* Update changelog
2017-04-12 18:11:38 -07:00
lukevmorris
d50374c7e9
Replace Kapacitor Alert Endpoint Dropdown with Radio Buttons ( #1258 )
...
* Replace Endpoint Dropdown with Radio Buttons
* Update CHANGELOG
* Update CHANGELOG
2017-04-12 17:48:46 -07:00
Alex Paxton
e3d70783bd
Merge pull request #1264 from influxdata/bugfix/query-template-ux
...
Polish meta queries UX
2017-04-12 15:57:05 -07:00
Alex P
f4e5c8a75a
Re-arrange raw editor to remove jank
...
- Dropdown inline with status bar
- Dropdown menu wider, aligns to right edge
- Query preview / raw text always the same height (slightly larger)
- Query tabs never gets more wide (more space for schema exploration)
2017-04-12 15:20:02 -07:00
Luke Morris
bfc5382eca
New CHANGELOG section
2017-04-11 17:21:56 -07:00
Alex Paxton
49dcd565ea
Merge pull request #1238 from influxdata/misc-aesthetic-improvements
...
Misc Aesthetic Improvements
2017-04-11 13:50:44 -07:00
Andrew Watkins
573716d8a0
Remove makeQueryExecuter middleware
...
LOAD_TIME_SERIES action is not listened to be any reducer in the app.
2017-04-11 12:50:24 -06:00
Andrew Watkins
4e3558a437
Unbind dispatch from fetchTimeSeriesAsync
2017-04-11 12:49:36 -06:00