Commit Graph

9188 Commits (53052dd7b946f9860abb3faf5693880ec2dc1cd8)

Author SHA1 Message Date
Brandon Farmer 632f3d70cf Merge pull request #3225 from influxdata/dashboard-error-handling
Add error handling to dashboard components
2018-04-17 13:12:44 -07:00
Brandon Farmer c03f7ec5ce Add error handling to dashboard components 2018-04-17 11:58:36 -07:00
Brandon Farmer f6823cdf9f Merge pull request #3222 from influxdata/error-handling
Convert admin components to have proper error handling
2018-04-17 11:26:57 -07:00
Andrew Watkins 7d7214a8b0 Handle array values 2018-04-17 11:13:12 -07:00
Brandon Farmer dfd69e205f Show error info as a warning 2018-04-17 11:13:04 -07:00
Alex Paxton 3df2998645 Merge pull request #3177 from influxdata/bugfix/tickscript-name-not-id
bugfix/TICKscript name instead of ID
2018-04-17 11:10:35 -07:00
Alex Paxton 74921587bc Merge pull request #3215 from influxdata/polish/sticky-tempvar-controls
Attach Template Controls Bar to top of page
2018-04-17 11:08:31 -07:00
Brandon Farmer d6d509f7af Add decorator plugin to production 2018-04-17 11:07:00 -07:00
Andrew Watkins 9f865efcc2 Merge pull request #3221 from influxdata/ifql/arg-inputs
Ifql/arg inputs
2018-04-17 11:03:54 -07:00
Brandon Farmer 278a532401 Convert admin components to have proper error handling 2018-04-17 10:53:13 -07:00
Alex P 2c51293735 Add shadow to template control bar for contrast with dashboard cells 2018-04-17 10:41:04 -07:00
Alex P 39c90cae78 Simplify evaluation 2018-04-17 10:26:19 -07:00
Alex P 8a63b30cf3 Move types to central location 2018-04-17 10:25:09 -07:00
Andrew Watkins 0f01af71ca Make switch statement clearer 2018-04-17 10:02:25 -07:00
Andrew Watkins e72c984f7c Add return types 2018-04-17 09:50:21 -07:00
Andrew Watkins 9d2a93fc7c Add FundArgInput test 2018-04-17 09:47:45 -07:00
Andrew Watkins 0171aa36b5 Introduce FuncArg test 2018-04-17 09:30:50 -07:00
ebb-tide 3a3ce69fbd Treat GroupBy responses properly and insert groupbytag data 2018-04-16 21:44:50 -07:00
ebb-tide b584249fe6 Constrain TableGraph updating 2018-04-16 19:13:23 -07:00
Iris Scholten 035d61100c WIP test hostsPage async proxy request calls
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-16 18:29:16 -07:00
Alex Paxton 19946e0dc2 Merge branch 'master' into polish/sticky-tempvar-controls 2018-04-16 18:08:49 -07:00
Alex P 0ff7ca69f0 Write component test 2018-04-16 18:07:12 -07:00
Alex P 235dd7644d Implement TemplateControlDropdown in TemplateControlBar 2018-04-16 18:06:34 -07:00
Alex P 2baa9cf4d4 Introduce Template Control Dropdown component
cleanup
2018-04-16 18:02:51 -07:00
Andrew Watkins 814c2c63ba Update input types 2018-04-16 17:04:03 -07:00
Andrew Watkins 809d8718cc Add initial ability to handle string argument types 2018-04-16 16:56:38 -07:00
ebb-tide 12be732e1c update fieldNames upon new queryAST in tablegraph 2018-04-16 16:56:19 -07:00
Iris Scholten 21037ab55c Add :db: and :rp: tempVars to host queries
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-16 16:15:02 -07:00
Brandon Farmer 217c60ec31 Merge pull request #3214 from influxdata/migrate-ceo-typescript
Remove extra click when creating dashboard cell
2018-04-16 15:12:57 -07:00
Iris Scholten bee5dc7b8c Add db and rp tempate variables to hosts page queries
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-16 15:04:24 -07:00
Brandon Farmer e56e29df9b Address PRs comments and update Changelog 2018-04-16 15:00:45 -07:00
Brandon Farmer 4e21017136 CEO always has at least one query 2018-04-16 15:00:45 -07:00
Brandon Farmer d34ea10d98 Migrate CEO to typescript 2018-04-16 15:00:45 -07:00
Iris Scholten 91fef5307c Add template variables db and rp to canned layouts json
Also surround all measurements and template variables with
escaped quotes

Regex find and replace used:
FIND: `FROM (\w+)`, REPLACE: `FROM \\":db:\\".\\":rp:\\".\\"$1\\"`
FIND: `FROM ([\\"]{2}[^"\\]*[\\"]{2})` , REPLACE: `FROM \\":db:\\".\\":rp:\\".$1`

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-16 14:55:06 -07:00
Alex P 7e0aa13ba0 Update Changelog 2018-04-16 14:55:04 -07:00
Alex P 35e02abbb9 Merge branch 'master' into polish/sticky-tempvar-controls 2018-04-16 14:54:14 -07:00
Andrew Watkins 45d1c7ad33 Add inputs for various argument types 2018-04-16 14:53:54 -07:00
Alex P 1ecb8c5c2c Allow template control bar to grow without disrupting page layout 2018-04-16 14:49:21 -07:00
Alex P a07ffe0861 Convert component to TypeScript 2018-04-16 14:06:11 -07:00
Alex P ec5452230c Embolden proper noun 2018-04-16 13:25:37 -07:00
Alex P 78d96eb92b Redesign template variables control bar to not scroll with the page 2018-04-16 13:21:50 -07:00
lukevmorris ada654cbe6 fix(migration): Snapshot all struct types (#3211)
declaring all migration-irrelevant types as []byte may erase data
for repeated protobuf fields. we hoped that "obscuring" the original
types of these columns with []byte would pass-through their values
unchanged, allowing us to omit entire types (and their descendent
trees) that were not being operated on in a migration. Fewer imported
types would lead to a more expressive migration file whose intent was
more clear to the reader. We will need to experiment with other ways
to achieve this in the future.

fixes #3200
2018-04-16 12:47:38 -07:00
Alex Paxton ce95bf9213 Merge pull request #3204 from influxdata/polish/notify-cell-actions
Notify when User adds, deletes, or clones a cell
2018-04-16 11:48:36 -07:00
Jared Scheib 9ecc05ff5d Add rp to HostsPage query & all Layout cell queries
Rename q.database to q.db in HostPage and AutoRefresh.

Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-16 11:42:53 -07:00
Andrew Watkins 0924cd498c Merge pull request #3203 from influxdata/ifql/add-editor
Ifql/add editor
2018-04-16 11:16:21 -07:00
Jared Scheib b3bd851bcb Revert "Pass defaultRP from client to server for Host Page queries"
This reverts commit fd2af90e53.
2018-04-16 11:05:07 -07:00
Alex P 42ce1b0802 Update changelog 2018-04-16 11:03:57 -07:00
Alex P 9571031fe4 Implement cell action notifications 2018-04-16 10:59:57 -07:00
Alex P d8c9c34bb9 Create notifications for cell add/delete/clone 2018-04-16 10:59:41 -07:00
Alex P 1ae08c6467 Introduce notification default for "Delete" actions
Planning to use this in the future to visually distinguish from
“Create” actions
2018-04-16 10:59:12 -07:00