Christopher Henn
c301f9150e
Enable searching tag values in query builder
...
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2019-01-08 09:05:28 -08:00
Delmer
93c1a3a80a
feat(ui): add table graph hover time ( #2286 )
...
* feat(ui): add hover time for table graphs
* feat(ui): fix table graph sorting error
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2019-01-08 10:42:33 -05:00
Palakp41
bf74b83724
Merge pull request #2280 from influxdata/onboarding-plugin-bundles
...
Remove plugin bundles that don't match the protoboards
2019-01-07 16:14:33 -08:00
Iris Scholten
6747b35455
fix(ui/dataLoaders): Ensure the type is streaming if the substep is streaming
2019-01-07 15:01:44 -08:00
Iris Scholten
b020f6b0d3
feat(ui/onboarding): Allow filtering of plugin bundles
2019-01-07 14:42:14 -08:00
Christopher Henn
f4c34aeda9
Fix plotting independent series
2019-01-07 12:47:32 -08:00
Christopher Henn
8fcd8ca594
Use memoization in DygraphTransformation
2019-01-07 12:47:32 -08:00
Palak Bhojani
ae6c0957e3
Remove plugin bundles that don't match the protoboards
2019-01-07 11:55:06 -08:00
Christopher Henn
d342fffbc9
Fix legend crash when rendering new time series
...
We use dygraphs to populate the value for each time series in the hover
legend. These values are stored as state, but can go stale if the
`Dygraph` component is rerendered with new time series. This breaks
assumptions we have about the data passed to the `Legend` component.
This commit adds a guard to the `Legend` component to bail out of
rendering if it encounters invalid data. This prevents the `Dygraph`
component from crashing.
2019-01-07 11:31:19 -08:00
Christopher Henn
b286099f60
Polish graph loading states
...
If a graph switched from the "No Results" state to a loading state, it
would still display "No Results". Now, it will display the loading
state.
2019-01-07 11:07:54 -08:00
Christopher Henn
2770ae5e7b
Implement new visual query builder designs
2019-01-07 10:58:18 -08:00
alexpaxton
099d311037
Refactor & Polish Renaming Widget ( #2260 )
...
* Refactor rename dashboard component
* moar polish
* Moar
* Rename component to be more generic
* Refactor component to remove flicker on blur
2019-01-07 10:35:33 -08:00
Brandon Farmer
732541f53d
Do not truncate time fields in raw view
2019-01-04 16:14:49 -08:00
Brandon Farmer
e3e7f1dab4
Remove y2 options
2019-01-04 14:34:12 -08:00
Brandon Farmer
97cafe85c8
Merge pull request #2227 from influxdata/feat/timeRangeStart-flux-variable
...
Add timeRangeStart variable to queries as preamble
2019-01-04 13:23:41 -08:00
Palakp41
35a038795f
Merge pull request #2226 from influxdata/feat/orgs-members-filtering
...
Create dummy data for members and add filter box to the header
2019-01-04 12:07:40 -08:00
Palak Bhojani
25d792f052
Create dummy data for members and add filter box to the header
2019-01-04 11:55:18 -08:00
alexpaxton
aa1f3d2444
Introduce Confirmation Buttons ( #2223 )
...
* Initial pass at Confirmation Delete component
* Require confirmation when deleting a dashboard
* Require confirmation when deleting a task
* Cleanup
* Write unit test
* Rewrite test to use jest mock function
2019-01-04 10:01:50 -08:00
Brandon Farmer
e7c33d5c8e
Add timeRangeStart variable to queries as preamble
2019-01-04 09:30:04 -08:00
Delmer
3dacbdf162
feat(ui): add field options to view ( #2171 )
2019-01-04 08:57:04 -05:00
Andrew Watkins
6eca18fc4e
fix(ui/org-view): org view polish
...
* fix(ui/org-view): list actual tasks from api
* fix(ui/org-view): fix dashboard list not rendering
* fix(ui/org-view): fix bucket modal
* feat(dashboards): add updated at column
2019-01-03 16:18:14 -08:00
Palakp41
ac7e9df407
Merge pull request #2219 from influxdata/feat/org-members-role-column
...
Update MembersList to include role column
2019-01-03 16:09:49 -08:00
Palak Bhojani
21eb3a26d8
Update MembersList to include role column
2019-01-03 14:39:49 -08:00
Palakp41
36d602822f
Merge pull request #2199 from influxdata/fix-range-now-function
...
Update range function example constant to include now() instead of now
2019-01-03 14:27:27 -08:00
Palak Bhojani
56d1247e51
Update range function example constant to include now() instead of now
2019-01-03 14:10:38 -08:00
Palak Bhojani
029e3af719
Update telegraf.conf constant to 10 instead of 15
2019-01-03 13:32:35 -08:00
Palak Bhojani
def2cdc287
Function name is being condition for any from functions
2019-01-03 12:39:59 -08:00
Palak Bhojani
aaffe604fa
Revert "Merge branch 'feat/from-function-explorer' of github.com:influxdata/platform into feat/from-function-explorer"
...
This reverts commit 93ce63e9c9
, reversing
changes made to 4c7dfe93de
.
2019-01-03 12:37:46 -08:00
Palak Bhojani
93ce63e9c9
Merge branch 'feat/from-function-explorer' of github.com:influxdata/platform into feat/from-function-explorer
2019-01-03 12:33:52 -08:00
Palak Bhojani
4c7dfe93de
Add parameter to the onclick on toolbar function to condition on the func name
2019-01-03 12:32:28 -08:00
Palak Bhojani
b5802b273b
Merge branch 'feat/from-function-explorer' of github.com:influxdata/platform into feat/from-function-explorer
2019-01-03 12:31:20 -08:00
Palak Bhojani
6746d7ca22
Update from function example to bucket_name instead of telegraf/autogen
2019-01-03 11:52:48 -08:00
Palak Bhojani
69fd6fddd6
Add parameter to the onclick on toolbar function to condition on the func name
2019-01-03 11:20:14 -08:00
Brandon Farmer
78744e4b0e
Merge pull request #2194 from influxdata/feat/dataloader-verify-line-protocol
...
Add verify step for line protocol onboarding
2019-01-03 10:59:12 -08:00
Palak Bhojani
ed424c713c
Add parameter to the onclick on toolbar function to condition on the func name
2019-01-03 10:14:44 -08:00
Deniz Kusefoglu
f79ed49a02
Merge pull request #2189 from influxdata/bugfix/tasks-error-messages
...
Fix error notifications on tasks
2019-01-03 18:04:44 +00:00
Brandon Farmer
f06b258a13
Add verify step for line protocol onboarding
2019-01-03 09:57:39 -08:00
Christopher Henn
89e6851812
Upgrade Parcel to 1.11.0
2019-01-03 09:41:59 -08:00
Deniz Kusefoglu
9df87928ec
Fix error notifications on tasks
2019-01-03 13:37:33 +00:00
Palak Bhojani
1c6f188f58
Style copy button to float right in the text area
2019-01-02 14:30:52 -08:00
Palak Bhojani
cd698e1f5c
Add notification when text is copied to clipboard
2019-01-02 12:25:00 -08:00
Deniz Kusefoglu
be1ba8a559
Merge pull request #2178 from influxdata/tables/vertical-time-axis-default
...
Set default time axis to vertical
2019-01-02 18:58:02 +00:00
Deniz Kusefoglu
acab39cf33
Set default time axis to vertical
2019-01-02 18:49:21 +00:00
Palak Bhojani
a7ed69c322
Fix minor props issue on Admin Step
2019-01-02 09:18:41 -08:00
Palak Bhojani
bab967df00
Pressing Enter takes user to next step or substep of the onboarding process
...
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-01-02 09:11:46 -08:00
Andrew Watkins
3429e8d0c6
feat(auth): rewrite authorization service ( #2157 )
...
* feat(view-token-overlay): add view token overlay
* test(tokens): update tests
* chore(auths): rename mock data file
* feat(token-view): clicking on description opens token view modal
* feat(token-view): add ability to close overlay
* feat(token-view): display token permissions with updated permissions shape
* feat(token-view): wip update authorization and permission shapes
* feat(auth): wip refactor auth permissions
* fix(auth): generate permissions via functions
* fix(auth): make Id ID
* chore(types): update generated client
* feat(auth): wip add user and org names to auth
* fix(user): didnt save rebase
* feat(auth): WIP refactor auth
* feat(auth): check for user existence during auth creation
* feat(auth): org must exist during auth creation
* fix(auth): pluralize telegrafs resource type
* docs(http): update swagger definition for the Authorization
* test(auth): fix broken tests
* docs(swagger): update cur_swagger Authrorizations
* fix(api): remove trace from cur_swag
* test(ui/token): update components with new generated type definitions
* feat(http): add lookup service adding names for permissions
* fix(http): remove debugging panics
* chore: go tidy
* fix: unsaved rebase
* test(idpe): add ids to Authorizations for log tests
2018-12-28 15:02:19 -08:00
Delmer
efdb373868
Feat/manage labels ( #2082 )
...
feat(ui): add labels to org page
2018-12-27 13:19:07 -05:00
Deniz Kusefoglu
b59f71697c
Merge pull request #2092 from influxdata/import-table-graph-changes
...
Merge table features from 1.x, get tables to work in dashboards
2018-12-20 18:24:57 -08:00
Deniz Kusefoglu
03a21fe487
Merge table features from 1.x, get tables to work in dashboards
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
Co-authored-by: Chris Henn <chris@chrishenn.net>
2018-12-20 17:52:48 -08:00
Daniel Campbell
b327ff7d07
More onboarding styles ( #2086 )
...
* Update styles, fix onboarding weirdness
* update tests
* update test props
2018-12-20 13:57:59 -08:00