Commit Graph

3269 Commits (f99a5626069880edac2cf62591eaeab2d7bb421b)

Author SHA1 Message Date
Alex P f99a562606 Undo previous name change
was not the right instance, going to leave this how it was
2017-05-05 11:13:50 -07:00
Alex P 275718ebb1 Make carets and name clickable instead of just name 2017-05-05 11:12:55 -07:00
Alex P e4e644ed43 Use proper naming for functions 2017-05-05 11:04:53 -07:00
Alex P 877a8310b5 Use css class in favor of inline styles 2017-05-05 10:34:53 -07:00
Alex P 2f714106e7 Do battle with magic numbers
Their magic is dark and potent, but we will prevail
2017-05-05 10:30:08 -07:00
Alex P 5aa3fe36f0 Add todo comment 2017-05-05 10:26:25 -07:00
Alex P ac4725109f Resolve conflicts 2017-05-05 10:13:13 -07:00
Alex P f223e1e2cd Rebase 2017-05-05 10:11:38 -07:00
Alex P c0a3e6d722 Use constants in favor of magic numbers
But damn they were so magical
2017-05-05 10:08:27 -07:00
Alex P 0acf2b6c45 Use modern js stuffs 2017-05-05 09:53:46 -07:00
Alex P 2650817617 Clean up CSS 2017-05-05 09:09:31 -07:00
Chris Goller 809a07ce38 Merge pull request #1382 from influxdata/feature/influx-write
Add line-protocol /write endpoint to all data sources
2017-05-05 08:58:26 -05:00
Chris Goller 365434783d Merge branch 'master' into feature/influx-write 2017-05-05 08:10:14 -05:00
Alex P e333af913c Merge branch 'master' into condense-de-lists 2017-05-04 17:38:59 -07:00
Alex P 5802f3a85a User proper means of calculating number of children 2017-05-04 17:34:45 -07:00
lukevmorris b4e97fa21f :dashboardTime: (#1391)
* Add Range.Lower and Range.Upper to query config to persist custom ranges

* Update CHANGELOG to mention adding query build duration support

* Remove automatic application of global timeRange

If a user supplies a timeRange.  Add that to the queryConfig and use
that to generate the SELECT statement.  If a user omits a time range,
do not automatically include one...yet

* Update swagger.json to mention queryConfig's range

* Add test to influxql AST parsing of durations with no WHERE clause

* Implement first iteration of templated dashboard time range

* Range is nested within query.queryConfig

* DE will not use :dashboardTime:

* Clarify intention with a comment

* If there are no templates present, don't open the drawer

* Make TemplateControlBar its own component

* Rename dashTime to dashboardTime

* Cleanup TemplateControlBar

* Update CHANGELOG

* Update TemplateControlBar min height

* Polish template control bar

Inspired by @lukevmorris’ screenshot with the manage button on the right

* Reconstitute presentation mode styles
2017-05-04 16:57:50 -07:00
Jared Scheib ac2b4d404d Make handleClickOutside on TemplateVariableRow work the same as handleCancelEdit (#1400)
* Give handleClickOutside the same behavior as handleCancelEdit

* Update changelog
2017-05-04 16:57:24 -07:00
Alex P ad3ca3b19e Handle case of too many children
Shouldn’t be more than 2. Added a const atop the file for this, so no
magic numbers
2017-05-04 16:44:42 -07:00
Hunter Trujillo c4d41c997f Merge pull request #1379 from influxdata/bugfix/1345-alert-level-colors
Fix alert level colors, in addition to hover state color.
2017-05-04 17:43:35 -06:00
Jared Scheib e4d5e912db Merge branch 'master' into bugfix/1345-alert-level-colors 2017-05-04 16:42:50 -07:00
Alex P 17aeb34746 Fix build error
pesky trailing spaces! *shakes fist*
2017-05-04 16:30:25 -07:00
Alex P 8fc37488b9 Add explanatory comment for Layout prop 2017-05-04 16:23:09 -07:00
Alex Paxton 579b4bc81c Merge pull request #1392 from influxdata/overlay-all-the-way
Make overlay technology full screen
2017-05-04 16:11:52 -07:00
Alex P faa478cad3 Change cx and classNames to both be classnames
this is the new pattern, apparently
2017-05-04 16:08:38 -07:00
Alex P 76766bd93b Make "Functions" toggle have a toggled state 2017-05-04 15:55:01 -07:00
Alex Paxton b3bb2d3314 Merge branch 'master' into overlay-all-the-way 2017-05-04 14:20:05 -07:00
Jared Scheib ce12d1dce7 Change default global time range to past 1 hour (#1395)
* Change default global timeRange to 1 hour

* Update changelog
2017-05-04 13:00:30 -07:00
Alex P 096cf1592b Forgot this piece 2017-05-04 12:32:32 -07:00
Chris Goller e54554e8de Update influxql AST parsing to return full binary exprs (#1380) 2017-05-03 15:57:19 -07:00
Alex P 2e485ffa48 Update the changelog 2017-05-03 15:53:07 -07:00
Alex P 7fee10fed9 Make overlay technology full screen
No reason why this can’t or shouldn’t be done, it is a modal after all
2017-05-03 15:43:38 -07:00
Alex P 19897ae4f9 Fix build error
My baddddd guys
2017-05-03 14:55:18 -07:00
Alex P 85cd461dcc Resolve issue created by previous changes
Rule builder looks good now, was wonky with that extra column
2017-05-03 14:45:08 -07:00
Alex Paxton 8d8bd9b6a4 Merge branch 'master' into condense-de-lists 2017-05-03 14:38:12 -07:00
Alex Paxton f6b0cc903a Merge pull request #1386 from influxdata/ui-terminology
Terminology Terminus
2017-05-03 14:14:24 -07:00
Andrew Watkins 9074b6f58c Add tab functionality in template-varmojis 2017-05-03 13:47:07 -07:00
Alex P bb4ea57a6d Update Changelog 2017-05-03 12:11:51 -07:00
Alex P d98f834b89 Add Nate's changes in
Two heads clearly better than one here
2017-05-03 12:11:12 -07:00
Alex P b138cfa92f Adjust UI copy 2017-05-03 11:18:10 -07:00
Alex P f557d53dd6 Let the world know about these changes 2017-05-03 10:34:32 -07:00
Alex P 232cf73707 Merge branch 'master' into condense-de-lists 2017-05-03 10:09:12 -07:00
Alex P 1e167a4fa7 Remove placeholder number 2017-05-03 10:09:01 -07:00
Alex P 802d619cef Unify fetching states of graphs 2017-05-02 23:21:16 -07:00
Alex P a68634c713 Make visualization empty states consistent
For some reason the font styles were different, now they are not
2017-05-02 22:53:36 -07:00
Chris Goller f24a00f314 Update CHANGELOG to mention adding /write endpoint 2017-05-03 00:16:09 -05:00
Chris Goller 7b08acb621 Add line-protocol /write endpoint to all data sources 2017-05-03 00:06:40 -05:00
Alex P 1c00382641 Use carets in measurement list
Stronger affordance
2017-05-02 19:02:48 -07:00
Alex P b3bd729ab1 Make resizer children look good in DE & Overlay Technology
Required some crazy tweaking, but it is done
2017-05-02 18:52:15 -07:00
Alex P 8686c6430e Remove unused div and style 2017-05-02 18:13:52 -07:00
Alex P de1dd70d56 Update resizer and its children in DE to work properly 2017-05-02 18:13:33 -07:00