Andrew Watkins
47882c8818
chore(e2e): remove test running 100 times ( #12777 )
...
* chore(e2e): remove test running 100 times
* fix: add orgID to createLabel
2019-03-20 10:38:17 -07:00
Brandon Farmer
7381748c47
Merge pull request #12765 from influxdata/fix-labels-in-cloud
...
Remove labels tab and give default org id to new labels
2019-03-19 18:05:14 -07:00
Brandon Farmer
f4a18cda60
Remove labels tab and give default org id to new labels
2019-03-19 17:47:47 -07:00
Iris Scholten
6a41856895
Merge pull request #12764 from influxdata/fix/empty-scrapers-style
...
Update the scrapers and variables empty state to match other org views
2019-03-19 17:05:17 -07:00
Iris Scholten
5bc0ddc67c
Update telegrafs in orgs view to use redux
2019-03-19 16:47:34 -07:00
Iris Scholten
452dd5a30c
Update the scrapers and variables empty state to match other org views
2019-03-19 16:31:37 -07:00
Brandon Farmer
1797ec6a5e
Merge pull request #12751 from influxdata/ui-required-org-id-labels
...
Update client for labels orgID changes
2019-03-19 15:05:41 -07:00
Christopher Henn
e8bd94d7f0
Optmize variable hydration
...
To load the values for a variable, we create a graph of variables but
only hydrate the subset of this graph containing variables in use within
a certain context (and any other variables that those might depend on).
A bug in detecting the approriate subset to hydrate meant that more
variables were being executed than necessary. This commit fixes that
issue.
2019-03-19 14:32:03 -07:00
Christopher Henn
f6b36ee4d0
Cancel outdated variable hydration requests
...
Limits the concurrency of variable hydration requests to at most 1
request at a time. This prevents a data race involving the variable
values state, frees up HTTP connections for other requests, and avoids
downloading data that will never be used.
2019-03-19 14:32:03 -07:00
Christopher Henn
fa9f319142
Fix misc variables bugs
...
- Refresh all variables when a variable selection is made on a dashboard
(to handle variables depending on other variables)
- Show a loading state in the variable control bar on a dashboard when
variable values are loading
- Do not attempt to form a `VariableAssignment` from a variable with no
available values
- Memoize the `getVariablesForDashboard` selector
2019-03-19 14:32:03 -07:00
Andrew Watkins
971bb13d40
chore: update e2e labels endpoing to include orgID
2019-03-19 14:13:02 -07:00
Brandon Farmer
f1904071fc
Update client for labels orgID changes
2019-03-19 13:49:15 -07:00
Deniz Kusefoglu
799edb87bc
Merge pull request #12714 from influxdata/templates-tab-in-orgs
...
Add templates tab to orgs
2019-03-19 13:45:24 -07:00
Deniz Kusefoglu
815bc24710
Remove unused notify from labels
2019-03-19 13:30:58 -07:00
Deniz Kusefoglu
ea03a1be5c
PR review suggestions
2019-03-19 13:30:33 -07:00
Deniz Kusefoglu
7a3a3fe09c
Reset templates state on Component unmount
2019-03-19 13:09:28 -07:00
Andrew Watkins
952b54e412
chore(telegraf/ui): link tokens to telegraf configs via labels ( #12740 )
...
* feat: fetch authorization tokens for entire config page
* feat: add @influxdata namespace to token label creation
* feat(labels/ui): filter token labels from label list
* chore: remove auth after telegraf deletion
2019-03-19 12:38:44 -07:00
Deniz Kusefoglu
3f5beb0612
bump client version
2019-03-19 10:57:50 -07:00
Deniz Kusefoglu
8a39792191
Add templates tab to orgs
2019-03-19 10:57:39 -07:00
Alirie Gray
4309a70c1b
Merge pull request #12706 from influxdata/feat(variables)/add-to-script-from-side-menu
...
feat(variables): add ability to add a variable to script from side menu
2019-03-19 09:52:47 -07:00
Alirie Gray
e8ffda2a62
feat(variables): add ability to add a variable to script from side menu
2019-03-19 09:41:22 -07:00
Iris Scholten
a6abcea690
Merge pull request #12703 from influxdata/refactor/add-note-dashboard
...
Refactor/add note dashboard
2019-03-18 16:44:11 -07:00
Brandon Farmer
4fc97b1912
Move add note overlay to react router
...
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-03-18 16:20:27 -07:00
Andrew Watkins
2d97cd9b69
feat(labels/ui): update label name ( #12702 )
2019-03-18 15:46:13 -07:00
Andrew Watkins
77cf726a52
chore: use error message from server ( #12704 )
2019-03-18 15:44:41 -07:00
Alirie Gray
260c61262f
feat(dashboards): add variable control bar for selecting values
...
Co-Authored-By: Alex Paxton <thealexpaxton@gmail.com>
2019-03-18 13:59:38 -07:00
Christopher Henn
243f1ea511
Enable selecting variable values in time machine
2019-03-18 11:40:39 -07:00
Christopher Henn
b6ff068e5c
Load variables before rendering Data Explorer
2019-03-18 11:40:39 -07:00
Iris Scholten
dfb06f15b1
Merge pull request #12684 from influxdata/fix/org-bucket-mismatch
...
Fix mismatch in bucket row and header
2019-03-18 11:12:26 -07:00
Iris Scholten
2bf7c0aa4f
fix(ui): Fix mismatch in bucket row and header
2019-03-18 10:57:17 -07:00
Deniz Kusefoglu
c0980e8a3f
Merge pull request #12668 from influxdata/fix-types-after-client-update
...
Remove add label defaults to dashboard
2019-03-18 10:16:11 -07:00
Brandon Farmer
8d70a01167
Merge pull request #12573 from influxdata/dashboard-save-as-overlay
...
Data Explorer save as overlay uses router
2019-03-18 09:30:52 -07:00
Brandon Farmer
82ad513830
Merge pull request #12618 from influxdata/refactor/veo-overlay
...
VEO uses react router
2019-03-18 09:30:23 -07:00
Deniz Kusefoglu
d5e1483fbd
Merge pull request #12661 from influxdata/add-import-to-empty
...
Add import to empty
2019-03-17 17:46:31 -07:00
Deniz Kusefoglu
46da0c8096
Add styles to empty state dropdown
...
Add dropdown to Dashboards empty state
Add dropdown to tasks empty state
Add missing import property
Fix e2e tests
2019-03-16 10:26:52 -07:00
Deniz Kusefoglu
1474b6a72e
Remove add label defaults to dashboard
2019-03-16 09:53:27 -07:00
Iris Scholten
009e5130e8
Merge pull request #12663 from influxdata/feat/flux--insert-function
...
feat(ui): Update flux functions insertion from toolbar to add to current line or below
2019-03-15 17:37:56 -07:00
Iris Scholten
e250eb1977
feat(ui): Update flux functions insertion from toolbar to add to current line or below
2019-03-15 17:24:01 -07:00
Deniz Kusefoglu
bc106c269a
Convert ITemplate types to documentcreate types
2019-03-15 17:01:04 -07:00
Brandon Farmer
32ab5f54ac
VEO uses react router
...
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-03-15 17:00:37 -07:00
Deniz Kusefoglu
28fd243fa2
Bump client version
2019-03-15 17:00:24 -07:00
Deniz Kusefoglu
98e74881eb
Fix confused types and remove add label defaults
2019-03-15 13:55:00 -07:00
Deniz Kusefoglu
181f5eb2c9
dashboards/reducers/v2
2019-03-15 13:55:00 -07:00
Deniz Kusefoglu
0dd37106d9
dashboards/actions/v2
2019-03-15 13:55:00 -07:00
Deniz Kusefoglu
00d32ec8eb
src/dashboards/apis/v2
2019-03-15 13:53:28 -07:00
Palak Bhojani
6e8c30f76f
Add the ability to run task manually from tasks run page
2019-03-15 12:29:51 -07:00
Iris Scholten
d9b416ae06
Stop scrollbars from covering text in flux editor
2019-03-15 09:35:58 -07:00
Andrew Watkins
f3448ebb02
fix(fluxui/union): removes pipes and strings from union insertion ( #12636 )
2019-03-15 09:23:42 -07:00
Christopher Henn
1e91da7d48
Fix ESLint errors
2019-03-14 13:58:29 -07:00
Christopher Henn
9c1abbf307
Fix typo with linting script
2019-03-14 13:58:29 -07:00