Commit Graph

3205 Commits (a428894971d0c88b0708e9e5fae98750cf93ec8f)

Author SHA1 Message Date
Alex P a428894971 Prevent query templates dropdown from appearing beneath the resizer handle 2017-05-02 16:43:51 -07:00
Alex P c2ff0a059c Make database column smaller than the others 2017-05-02 16:43:06 -07:00
Alex P 095bd022bb Use FunctionSelector instead of MultiSelectDropdown
Solves the issue of excess space at the end of the list for invisible
dropdown menus. Also a little more space efficient
2017-05-02 15:54:09 -07:00
Alex P fef174969b Create FunctionSelector component
For use in the DE, more specifically field list items
2017-05-02 15:52:38 -07:00
Alex P d212bcd013 Return Cell Edit to previous design 2017-05-02 09:55:28 -07:00
Alex P d274630859 Remove margin on toggles
Not sure why it needs margin, am always overwriting this
2017-05-02 09:53:57 -07:00
Alex P 2ba0e0bec9 Create layout property for querymaker
Controls how the entire component appears
2017-05-01 16:14:03 -07:00
Alex P 1c715d87fe Simplify markup in database dropdown 2017-05-01 16:13:38 -07:00
Alex P cd03bcab9f Fix errors in database list 2017-05-01 16:01:03 -07:00
Alex P 0da442f5cd Merge branch 'master' into condense-de-lists 2017-05-01 15:59:33 -07:00
Jared Scheib 0061efe4c2 Fix typo in Query Templates dropdown 2017-05-01 14:45:55 -07:00
lukevmorris cb8962c2db Show red indicator when a host is down (#1365)
* Green for positive uptime, red otherwise

* Update CHANGELOG

* Handle class name construction with classnames module
2017-05-01 12:12:39 -07:00
Hunter Trujillo 71d33ec4ad Merge pull request #1364 from influxdata/bugfix/1363-logo-basepath
Home Logo Link missing basepath support
2017-05-01 12:32:07 -06:00
Hunter Trujillo b0f6ccd08a Remove trailing space from CHANGELOG. 2017-05-01 12:11:11 -06:00
Hunter Trujillo c41634d64e Update CHANGELOG 2017-05-01 12:10:56 -06:00
Hunter Trujillo 6a82958279 Fix link to the index. 2017-05-01 12:01:55 -06:00
Regan Kuchan ae27d5e6fd Merge pull request #1359 from influxdata/chronoBeta10
Prep for beta10 release
2017-04-28 17:20:02 -07:00
Regan Kuchan e68732d833 Prep for beta10 release 2017-04-28 17:14:42 -07:00
Chris Goller bad18e8ae0 Merge pull request #1358 from influxdata/update-license-of-dependencies
Update License of Dependencies
2017-04-28 19:12:42 -05:00
Jared Scheib 009c705fc1 Update License of Dependencies 2017-04-28 17:09:38 -07:00
Alex Paxton a0d39efd31 Merge pull request #1357 from influxdata/template-control-bar-polish
Template Control Bar Polish
2017-04-28 16:48:56 -07:00
Alex P ba4c42af50 SHIP IT AGAIN 2017-04-28 16:41:35 -07:00
Alex P 01f162c3a0 SHIP IT 2017-04-28 16:30:18 -07:00
Luke Morris 61c60a59f7 AutoRefresh.executeQueries accepts templates as param 2017-04-28 16:10:37 -07:00
lukevmorris e58b9eb55f Dropdown onClick opens it and executes parent's onClick (#1354)
* Dropdown onClick opens it and executes parent's onClick

* :-(
2017-04-28 16:00:39 -07:00
Hunter Trujillo 23fcf8ddb8 Merge pull request #1355 from influxdata/prettier
Make everything prettier... before things get too out of hand
2017-04-28 16:50:04 -06:00
Hunter Trujillo dcdc8cb654 eslint src --fix 2017-04-28 16:42:32 -06:00
Alex P 1bde8105d2 Don't actually need this 2017-04-28 15:41:21 -07:00
Hunter Trujillo 45c1b64c4d prettier --single-quote --trailing-comma es5 --bracket-spacing false --semi false --write "src/**/*.js" 2017-04-28 16:37:19 -06:00
Alex P 4a145da3d0 Apply the styles, update the markup 2017-04-28 15:33:41 -07:00
Alex P fc1f3ae480 Move template control styles into their own sheet 2017-04-28 15:33:25 -07:00
Alex P 9435ec87bb Add Icon to Manage Button 2017-04-28 15:33:05 -07:00
Alex P 4762dbdc38 Make round scrollbars completely round 2017-04-28 15:32:39 -07:00
Alex P 372775af09 Make page headers mo betta
No reason they need to be the equal parts
2017-04-28 15:32:22 -07:00
Chris Goller 86bf8c1604 Merge pull request #1351 from nickysemenza/add-phpfpm-dashboard
add canned dashboard for phpfpm
2017-04-28 16:48:41 -05:00
lukevmorris 6514b425bd Visualization passes thru templates to AutoRefresh (#1352) 2017-04-28 14:36:55 -07:00
lukevmorris 89c379299b Merge pull request #1304 from influxdata/feature/template-variables
Feature/template variables
2017-04-28 13:24:21 -07:00
Luke Morris 96695316df Merge remote-tracking branch 'refs/remotes/origin/feature/template-variables' into feature/template-variables 2017-04-28 13:16:38 -07:00
Luke Morris 3e6220aa6a Merge branch 'master' into feature/template-variables 2017-04-28 13:12:57 -07:00
Chris Goller b48448fdef Update /queries endpoint to handle templates 2017-04-28 15:12:28 -05:00
Luke Morris 9a198bb5dc Remove unused dependencies from dashboard_test.go 2017-04-28 12:57:16 -07:00
Andrew Watkins 3a278540a9 Merge pull request #1342 from influxdata/chore/alphabetical-dbs
Chore/alphabetical dbs
2017-04-28 12:48:32 -07:00
Andrew Watkins 8ad8839063 Merge pull request #1334 from influxdata/feature/cont-queries
Feature/cont queries
2017-04-28 12:47:56 -07:00
Andrew Watkins 7ebecd5498 Merge branch 'master' into chore/alphabetical-dbs 2017-04-28 12:47:29 -07:00
Luke Morris 0bc4716e56 Repair updateDashboardCellSpec: expected dashboard now includes templates 2017-04-28 12:47:18 -07:00
Luke Morris 38ed678c22 Dashboards no longer edit individual templates 2017-04-28 12:42:49 -07:00
Luke Morris 6693b759cb Strip colons in template variable names before saving 2017-04-28 12:38:05 -07:00
Nicky Semenza 30de3947d2 update changelog ref 2017-04-28 15:27:50 -04:00
Nicky Semenza 3acebf49da add canned dashboard for phpfpm 2017-04-28 15:25:59 -04:00
Luke Morris 3db76639e6 AutoRefresh refetches data when temp vars change 2017-04-28 12:16:56 -07:00