Deniz Kusefoglu
9fc73cc060
Make limits errors less verbose and limited duration
2019-05-02 17:09:00 -07:00
Deniz Kusefoglu
dbd36b7a2e
Differentiate between asset limit errors and rate limit errors
2019-05-02 14:56:36 -07:00
Deniz Kusefoglu
f33f63185a
Fix reference to redux state in get
2019-05-02 12:38:22 -07:00
alexpaxton
62f8a654a6
Upgrade to Clockface 0.0.13 ( #13686 )
...
* Upgrade!
* Replace "customClass" with "className"
* Upgrade to 0.0.12
* Replace square shaped buttons with SquareButton
* Appease linter gods
* Polish panel in org profile
* Update snapshots
* Upgrade to Clockface 0.0.13
* Fix button refs bug
* Fix failing unit test
* Fix onboarding e2e tests
2019-05-02 09:22:25 -07:00
Russ Savage
82eb9099a6
remove telegraf bucket name from getting started with flux template ( #13753 )
...
* remove telegraf bucket name
2019-05-02 08:56:50 -07:00
Russ Savage
954ba9601d
update the system time function ( #13742 )
...
* update the system time function
2019-05-01 13:17:36 -07:00
Deniz Kusefoglu
c068e2eaee
Pin client version to 0.3.3
2019-05-01 12:52:31 -07:00
Deniz Kusefoglu
79f4e2b57e
Merge pull request #13734 from influxdata/remove-builderConfig
...
Sanitize query builderConfigs before exporting dashboards
2019-05-01 12:33:24 -07:00
Russ Savage
1f63aba1a9
fix a typo in the range example ( #13738 )
...
fix a typo in the range example
2019-05-01 12:26:15 -07:00
Deniz Kusefoglu
e9c551723e
Sanitize query builderConfigs before exporting dashboards
2019-05-01 12:16:32 -07:00
Christopher Henn
ea9a231f43
fix(ui): fix issue saving histograms via the Data Explorer
...
Closes #13733
2019-05-01 11:23:16 -07:00
Russ Savage
9a7840aae0
fixing window example ( #13732 )
2019-05-01 10:38:18 -07:00
Deniz Kusefoglu
506ddb4f4f
Remove builderConfigs from templates
2019-04-30 17:37:20 -07:00
Russ Savage
90f42df107
Fixing templates to address float != int error ( #13718 )
...
Fixing system template to address float != int error in flux
2019-04-30 14:13:23 -07:00
Andrew Watkins
c3d823e545
fix: notes covered by adjacent cells ( #13717 )
...
* fix(dashboards): notes being hiddent by adjascent cells
* chore(portals): be the change
2019-04-30 12:41:39 -07:00
Russ Savage
3e6ac0cc1e
adding local metrics dashboard for quickstart ( #13715 )
...
Adding local metrics dashboard for quickstart
2019-04-30 12:31:39 -07:00
Deniz Kusefoglu
3314563439
Create token with select all buckets should not create token with all access permissions
2019-04-30 09:54:37 -07:00
Andrew Watkins
f2fd7d6728
feat(ui/explorer): add imports to flux scripts ( #13711 )
...
* fix(ui) Update flux function docs and examples
* add package property to FluxToolbarFunction
* added package property to built-in flux functions
* added package propert to the toFloat function
* prettified fluxFunction.ts
* updated columns parameter on derivative function
* added newline after derivative desc for prettier fluxFunction.ts
* chore(e2e): updsate cypress to 2.0
* feat(query-builder): add import statements
* wip
* feat(ui/builder): simplify import addition logic
* test: remove only
* chore: linting
* test: string organization
2019-04-29 21:56:36 -07:00
Delmer
556e030f7b
fix(ui/var/dropdown): display map key names in dropdown ( #13659 )
...
fix(ui/var/dropdown): display map key names in dropdown
2019-04-29 13:53:25 +02:00
Palakp41
8adfabab84
Merge pull request #13674 from influxdata/fix/scraper-create-submit
...
Update scraper create overlay to create scraper on enter
2019-04-26 15:21:31 -07:00
Deniz Kusefoglu
581a810a87
Merge pull request #13675 from influxdata/cell-errors
...
Display Limit Errors in cells and wrap error texts.
2019-04-26 15:03:32 -07:00
Palak Bhojani
468b9978c8
Update scraper create overlay to create scraper on enter
2019-04-26 15:02:54 -07:00
Deniz Kusefoglu
af02e4db41
Merge pull request #13679 from influxdata/fix-notifications-in-tests
...
Import NotificationStyle enum directly from notification types
2019-04-26 15:01:21 -07:00
Andrew Watkins
e9deac45d6
fix(ui): task update ( #13663 )
...
* fix(ui): task update
* chore: lock
2019-04-26 14:27:43 -07:00
Christopher Henn
4378456257
Update query builder metaqueries
...
Currently, slight changes in the form of a Flux metaquery can have
drastic performance implications. To solve this issue, the Flux language
provides helper metaquery functions such as `v1.tagKeys` and
`v1.tagValues` which are guaranteed to be as fast as possible.
In #12791 , we switched away from using the `v1.tagKeys` and
`v1.tagValues` functions in the query builder to their underlying Flux
implementations in order to implement a UI feature. While the new
metaqueries used in the query builder were still optimized at the time,
the Flux language has since changed and this is no longer the case.
In addition, the metaqueries in the UI no longer hit the same code-path
in Flux which has exposed a logic bug in the queries. So when executed,
the metaqueries return the following error:
schema collision detected: column ""_value"" is both of type float and int
This PR updates the metaqueries used in the query builder to their
[currently optimized form][0]. The long term solution is to address
[this][1] issue and then switch back to using the safer `v1.tagKeys` and
`v1.tagValues` functions directly.
[0]: https://github.com/influxdata/flux/blob/master/stdlib/influxdata/influxdb/v1/v1.flux
[1]: https://github.com/influxdata/flux/issues/1071
Closes https://github.com/influxdata/influxdb/issues/13660
2019-04-26 14:26:30 -07:00
Deniz Kusefoglu
d72fe46510
Import NotificationStyle enum directly from notification types instead of from src types
2019-04-26 14:16:36 -07:00
Deniz Kusefoglu
4707ce26ce
Text wrap error messages that appear in cells.
2019-04-26 13:45:58 -07:00
Deniz Kusefoglu
6bd1518fd0
Pass errorMessages directly from TimeSeries, and change if limit error
2019-04-26 13:44:13 -07:00
Deniz Kusefoglu
2551aadd79
move rate limit error constant to cloud constants
2019-04-26 13:41:46 -07:00
Andrew Watkins
707cfc1146
fix(ui): duplicate logout buttons ( #13670 )
2019-04-26 12:30:44 -07:00
Deniz Kusefoglu
45ad90e949
Check that notification is unique by type before publishing
2019-04-25 19:19:57 -07:00
Deniz Kusefoglu
30b6a4a23e
Convert notification type to style
2019-04-25 19:02:59 -07:00
Christopher Henn
cd1fcf6c1f
Detect more errors in JSON query responses
2019-04-25 18:41:35 -07:00
Deniz Kusefoglu
da2339ea24
Merge pull request #13638 from influxdata/fix-notifications
...
Clean up notifications
2019-04-25 16:40:23 -07:00
Deniz Kusefoglu
68fed64b7a
Fix failing notifications tests
2019-04-25 16:21:22 -07:00
Deniz Kusefoglu
ca17786924
import NotifyAction directly from types
2019-04-25 15:14:11 -07:00
Palak Bhojani
1a9441c86a
Fix permissions on view token overlay
2019-04-25 15:10:15 -07:00
Deniz Kusefoglu
27b00b293d
Remove ActionType on notifications
2019-04-25 15:00:28 -07:00
Deniz Kusefoglu
1cd0bf5807
Remove v2 notifications, and remove unused notifications
2019-04-25 14:14:11 -07:00
Deniz Kusefoglu
bbefc71f02
Use immer library in notifications reducer
2019-04-25 13:15:02 -07:00
Deniz Kusefoglu
c4f3580e0b
Move notifications action types back in to actions file
2019-04-25 12:39:42 -07:00
Palakp41
2a76243170
Merge pull request #13634 from influxdata/fix/scraper-create-bucket-change
...
Fix create scraper bucket dropdown
2019-04-25 12:17:02 -07:00
Palak Bhojani
5e46917dab
Fix create scraper bucket dropdown to use params orgID
2019-04-25 11:29:24 -07:00
Deniz Kusefoglu
98d443708d
Merge pull request #13613 from influxdata/buckets-tasks-limits
...
Buckets tasks limits
2019-04-25 10:46:52 -07:00
Deniz Kusefoglu
1efe9825b1
Add Asset limit alert component to buckets dashboards and tasks
2019-04-25 09:24:33 -07:00
Russ Savage
0983797b14
updated markdown link to a more useful site ( #13602 )
...
* updated markdown link to a more useful site
2019-04-24 17:03:46 -07:00
Palakp41
28dce8de4e
Merge pull request #13626 from influxdata/fix/telegraf-config-setup
...
Update telegraf config setup instructions to use Link
2019-04-24 16:24:41 -07:00
Deniz Kusefoglu
c8a345b35d
Improve error message copy for read, write, asset limits
2019-04-24 15:39:18 -07:00
Deniz Kusefoglu
268229d31c
Avoid runtime errors in case of limits missing in redux
2019-04-24 15:37:43 -07:00
Deniz Kusefoglu
f116adcfff
Remove unnecessary else statements and default props
2019-04-24 15:37:43 -07:00
Deniz Kusefoglu
13cc0ae547
Add missing prop to tasks test
2019-04-24 15:37:43 -07:00
Deniz Kusefoglu
5c9131e406
Add titleText to dashboard add resource dropdown
2019-04-24 15:37:43 -07:00
Deniz Kusefoglu
281b268cef
add limits to tasks
2019-04-24 15:37:43 -07:00
Deniz Kusefoglu
5e603974e7
Add optional titleText to AddResourceDropdown
2019-04-24 15:37:43 -07:00
Deniz Kusefoglu
a00b5f6257
remove unused props from dashboards index
2019-04-24 15:37:43 -07:00
Deniz Kusefoglu
6d6a194150
Add limits to buckets
2019-04-24 15:37:43 -07:00
Palak Bhojani
a27d4acb6a
Update telegraf config setup instructions to use Link
2019-04-24 15:20:49 -07:00
alexpaxton
843dbfe039
Polish Login Panel ( #13624 )
...
* Simplify version info styles
* Simplify splash page styles
Ensure classnames match component names
make more flexible
* Refactor signin page to use clockface panel
* Remove purgatory styles
* Simplify version info styles more
* Remove unused imports
2019-04-24 14:56:07 -07:00
Iris Scholten
cdb325d0e0
fix(ui): Display error message from writing line protocol
2019-04-24 14:26:41 -07:00
Palak Bhojani
68fdcd0ecd
Fix line protocol bugs with upload and styling
2019-04-24 13:50:43 -07:00
Palakp41
e5d6a81425
Merge pull request #13612 from influxdata/tasks-runs-sorting
...
Update task runs list to sort
2019-04-24 11:34:16 -07:00
Iris Scholten
ad0b0891de
Merge pull request #13601 from influxdata/feat/buckets-token
...
feat(ui): Add option to generate read / write token
2019-04-24 11:19:41 -07:00
Iris Scholten
62f2d632e5
feat(ui): Add option to generate read / write token
2019-04-24 11:09:12 -07:00
Palak Bhojani
15ba4b58cb
Update task runs list to sort using getSortedResources
2019-04-24 11:06:17 -07:00
Deniz Kusefoglu
b5fffc6aab
Merge pull request #13588 from influxdata/feat-rate-limiting
...
Add rate limiting to dashboard asset
2019-04-24 10:19:05 -07:00
Deniz Kusefoglu
0d78a296cc
use CLOUD var for detecting cloud env
2019-04-24 10:02:52 -07:00
Palak Bhojani
945505839f
Update add users dropdown with an empty state
2019-04-24 09:10:10 -07:00
Deniz Kusefoglu
49c8d3a0f7
Move create and clone dashboard functions to actions and handle limit errors
2019-04-23 18:18:51 -07:00
alexpaxton
191c16c474
Use DapperScrollbars in inline label editor ( #13584 )
...
* wip
* Minor tweaks
* Updoot
2019-04-23 14:56:01 -07:00
Deniz Kusefoglu
fbdc65b98d
Add asset limits getter to DashboardsIndex
2019-04-23 14:05:07 -07:00
Deniz Kusefoglu
20ac4f2357
Add cloud limits to redux state, and create asset getter component
2019-04-23 14:04:37 -07:00
alexpaxton
17caffe309
Fix Dropdown Overlapping Dot & Text ( #13585 )
...
* Only remove item padding when mode is action list and no selectedID is passed in
* Updoot
2019-04-23 12:10:28 -07:00
alexpaxton
e063e8f570
Generic Builder Card Components ( #13570 )
...
* Introduce BuilderCard component family for use in query builder
* Implement BuilderCard in data card component
* Implement BuilderCard in selector list
* Update function selector
* Implement BuilderCard in tag selector and remove unused styles
* Use AddCardButton and proper container classname
* Remove unused imports
2019-04-23 11:18:35 -07:00
Palak Bhojani
1e4acb3815
Update telegraf list to use ResourceList
2019-04-23 09:20:34 -07:00
Iris Scholten
0f01067f60
feat(ui): Add option to generate an all access token
2019-04-22 17:58:50 -07:00
Kelvin Wang
79093f1de3
fix(ui): remove orgName
...
Co-authored-by: Kelvin Wang <sherkrainwang@gmail.com>
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
fix(buckets): fix linter errors
fix(telegrafs): get orgID to create dashboards for plugins
fix(telegrafs): fix linter errors
2019-04-22 18:39:07 -04:00
Deniz Kusefoglu
47047865d6
Fix typon in create dashboard notification
...
Notify on 429 errors on query in dashboard and DE
Notify on 429 error in line protocol write
Query for limitStatus on Dashboard and DE load
Remove React import in LimitChecker
Rename limits folder to cloud
Add strict comparison to status code checking
Prevent blow up if error doesn't contain status
convert readLimit writeLimit to boolean sounding vars
2019-04-22 15:13:22 -07:00
Delmer
cf8785dc76
feat(ui/variables/rename): add danger zone to rename ( #13555 )
2019-04-22 15:25:08 -04:00
alexpaxton
5b168f74b3
Remove profile link ( #13551 )
2019-04-22 10:39:43 -07:00
Palak Bhojani
b0253c92e2
Use memoizeOne function for sorting resources
2019-04-19 14:24:37 -07:00
Deniz Kusefoglu
3285009c11
Use memoize one instead of getDerivedStateFromProps for soring state
2019-04-19 14:24:36 -07:00
Palak Bhojani
eff0b3e21f
Resource List sorts from state instead of redux state
2019-04-19 14:24:36 -07:00
Palak Bhojani
732ec9b20a
Alphabetize all resource lists using same sorting
2019-04-19 14:24:36 -07:00
Delmer Reed
4684b9fac0
feat(ui/buckets): add buckets danger zone
...
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-04-19 17:02:45 -04:00
Delmer
956d1fd59b
fix(ui/var/rename): resolve naming when changing types ( #13518 )
2019-04-19 14:08:04 -04:00
Iris Scholten
5a55d4496a
Fix autorefresh icon always showing pause
2019-04-19 09:48:29 -07:00
Iris Scholten
24bd1850a6
feat(ui): Add orgname to dashboard page title
2019-04-18 12:57:29 -07:00
Nathaniel Cook
1c2fd2eedd
Merge pull request #13506 from influxdata/flux-staging
...
Update to Flux v0.26.0
2019-04-18 12:13:49 -06:00
Delmer
87121fba1f
feat(ui/variables/csv): add csv variable ( #13503 )
2019-04-18 13:37:00 -04:00
Nathaniel Cook
4c77e3598b
Merge branch 'master' into flux-staging
2019-04-18 11:01:22 -06:00
Delmer
875855c4bb
feat(ui/variables/map): add map type variables ( #13466 )
2019-04-18 09:23:07 -04:00
Iris Scholten
5fbca241d6
feat(ui): Add ability to rename org
2019-04-17 16:57:18 -07:00
Nathaniel Cook
8b918539db
Merge branch 'master' into flux-staging
2019-04-17 12:26:10 -06:00
alexpaxton
2b8c17b767
Polish Create From Template Overlay ( #13424 )
...
* Move and rename components
* Break overlay into subcomponents
* Create empty state with link when no templates exist
* Break down template overlay components further
* Enable scrolling in overlay
Use custom UI instead of responsive grid
* Updoot changelog
* Fix e2e test
* Improve readability of code
* Import types from src/types instead of directly from client
* Import type from src/types instead of directly from client
* Do not display version of template in details panel
* WIP import types from src/types instead of directly from client
* Fix template types
2019-04-16 13:58:27 -07:00
Iris Scholten
5487ed6661
Merge pull request #13423 from influxdata/disable-autorefresh-timerange
...
Set autorefresh of dashboard to pause if absolute time range is selected
2019-04-16 10:56:47 -07:00
Iris Scholten
a14e64af27
feat(ui): Set autorefresh of that dashboard to pause if absolute time range is selected
2019-04-16 10:45:36 -07:00
Delmer
9d0c91f5f0
Fix/variable update overlay ( #13438 )
2019-04-16 12:46:03 -04:00
karel-rehor
8d178ebda1
test(e2e): bonitoo cypress onboarding ( #13087 )
...
* added writeData command
* better junit reporting
* adding package-lock.json as per circle-ci hint
* delinting
* removed chainable .only.
* removed commented line
* starting onboarding test
* onboarding assert
* complete onboarding to quick start
* additional onboarding tests
* delinting
* adding field requirements test
* fixing merge conflicts
* WIP - updating to new org ctx - stablizing
* WIP - linting - stablizing
* fixing merge conflicts
* refactor onboarding test to leverage data-testid
* fixing jstests with new data-testid attribs
* resynch promql.go
* refactor add last data-testid replacements onb test
* replacing lost asserts
* improving assert
* passing in additional data-testid values
* removing bin_gen.go from branch
2019-04-16 09:06:16 -07:00
Palakp41
3c3d3c2d03
Merge pull request #13420 from influxdata/fix/feedback-button-cloud
...
Put feedback nav item below the cloud nav item
2019-04-15 16:39:48 -07:00
Brandon Farmer
4315daffb6
Merge pull request #13416 from influxdata/fix-cloud-logout
...
Fix logout for cloud, use environment variable
2019-04-15 16:26:11 -07:00
Palakp41
65cbc789ce
Merge pull request #13406 from influxdata/route-member-overlay
...
Add route to new member overlay
2019-04-15 16:26:05 -07:00
Christopher Henn
11bfc0b41c
Ensure column selections are saved with histograms
...
Closes #13407
2019-04-15 16:09:30 -07:00
Christopher Henn
a9f88f5aa7
Extract view saving logic from component to thunk
2019-04-15 16:09:30 -07:00
Christopher Henn
e08457cde2
Rename vis provisioning components for clarity
...
In preparation for #13310 .
2019-04-15 16:09:30 -07:00
Brandon Farmer
3ecf6870d0
Fix logout for cloud, use environment variable
2019-04-15 15:49:01 -07:00
Palak Bhojani
a26e87beec
Put feedback nav item below the cloud nav item
2019-04-15 15:47:57 -07:00
Palak Bhojani
024ee048df
Add route to new member overlay
2019-04-15 15:46:13 -07:00
Deniz Kusefoglu
a85b77d723
Merge pull request #13415 from influxdata/tasks-auths-getAll
...
Incorporate getAll changes in tasks and auths from client
2019-04-15 15:45:19 -07:00
Deniz Kusefoglu
1524160e50
Incorporate getAll changes in tasks and auths from client
2019-04-15 14:59:23 -07:00
Delmer
8f54f280d6
feat(ui/variables): add name validation to overlay ( #13414 )
2019-04-15 17:38:03 -04:00
Deniz Kusefoglu
4cb8a0632b
Merge pull request #13410 from influxdata/reorg-sweepthrough
...
Reorg sweepthrough
2019-04-15 14:13:28 -07:00
Alirie Gray
401ec79bff
Merge pull request #13378 from influxdata/fix/dashboards-test
...
fix(tests): fix flaky dashboards e2e test
2019-04-15 11:44:54 -07:00
Deniz Kusefoglu
09751d7c59
Remove GetLabels in favor of GetResources with labels resource
2019-04-12 17:10:04 -07:00
Deniz Kusefoglu
c469a1b716
Remove subsections
2019-04-12 17:02:10 -07:00
Deniz Kusefoglu
d4788217e3
Remove cloud feature flag for cloud exclude
2019-04-12 17:01:51 -07:00
Deniz Kusefoglu
de25e696cd
Remove v2 actions and reducer folder in shared
2019-04-12 16:53:40 -07:00
Deniz Kusefoglu
4b9305a473
Remove src/influxql folder
2019-04-12 16:51:20 -07:00
Deniz Kusefoglu
a446f413a3
Remove inconsistencies around getAll
2019-04-12 16:45:22 -07:00
Deniz Kusefoglu
b5c30e6930
Remove unused FetchLabels component
2019-04-12 16:45:06 -07:00
Deniz Kusefoglu
090e922532
Remove dashboards-apis-v2
2019-04-12 15:58:33 -07:00
Deniz Kusefoglu
92cc0cfbed
Rename org-view-tab to settings-tab
2019-04-12 15:57:56 -07:00
Deniz Kusefoglu
40bc15d53f
Remove unused organizations and configurations folder contents
2019-04-12 15:42:14 -07:00
Iris Scholten
66cd6dd1ba
Merge pull request #13383 from influxdata/fix/switch-orgs-close
...
Fix sidenav menu closing when switching orgs
2019-04-12 15:27:17 -07:00
Brandon Farmer
e8ea61e0d5
Merge pull request #13376 from influxdata/fixes/to-bucket-save-as-task
...
Pass org to save as task script builder
2019-04-12 15:09:16 -07:00
Iris Scholten
0e891a3a8b
Fix sidenav menu closing when switching orgs
2019-04-12 15:07:01 -07:00
Alirie Gray
0bd62f468f
fix(tests): fix flaky dashboards e2e test
2019-04-12 15:05:57 -07:00
Deniz Kusefoglu
012fc04c63
Fix function types
2019-04-12 14:13:38 -07:00
Brandon Farmer
aa323ff090
Pass org to save as task script builder
2019-04-12 13:59:22 -07:00
Deniz Kusefoglu
bc495d12a8
Remove labelsInOrg selector
2019-04-12 13:54:09 -07:00
Deniz Kusefoglu
649f8e7baa
Get org from redux when fetching and creating labels
2019-04-12 13:40:38 -07:00
Russ Savage
70100b2f98
adding new default template for getting started with flux ( #13345 )
...
* adding new default template for getting started with flux
2019-04-12 13:10:04 -07:00
Alirie Gray
000c3e5665
fix(telegrafs): add get telegrafs to BucketsIndex
2019-04-12 10:52:34 -07:00
Alirie Gray
cadf065b44
Merge pull request #13337 from influxdata/reorg-scrapers
...
refactor(scrapers): move scrapers under orgs
2019-04-12 10:42:36 -07:00
Alirie Gray
a1fa689a6a
refactor(scrapers): move scrapers under orgs
...
Move the Scrapers index under the /orgs route and move collectors
overlays to their own routes
2019-04-12 10:32:32 -07:00
Delmer
2bb77736f2
feat(ui/template/labels): add and remove template labels ( #13331 )
2019-04-12 12:40:49 -04:00
jlapacik
f33722a1d5
refactor(ui): no more /api/v2/query/spec endpoint
2019-04-12 07:15:27 -07:00
Palak Bhojani
da2a62e025
Update redux state to include current config toml
2019-04-11 15:39:44 -07:00
Palak Bhojani
c1d79f63e9
Update Telegraf Config overlay to be on a route
...
Co-authored-by: Alirie Gray<alirie@gmail.com>
2019-04-11 15:34:48 -07:00
Andrew Watkins
9a5126d29a
chore(ui): use ast types from js client ( #13335 )
2019-04-11 13:00:55 -07:00
Delmer
6e499049c6
Create resource from template button ( #13300 )
2019-04-11 12:47:11 -04:00
Delmer
ae7ecf0eb6
fix(ui/templates/import): add orgID to created ( #13308 )
2019-04-11 10:30:19 -04:00
Iris Scholten
71e458d22f
Merge pull request #13311 from influxdata/feat/sync-note-scrolling
...
feat(ui): sync note editor text and preview scrolling
2019-04-10 16:54:02 -07:00
Iris Scholten
7c0d4f85c3
feat(ui): sync note editor text and preview scrolling
2019-04-10 16:44:31 -07:00
Palakp41
7d66dbbfc2
Merge pull request #13304 from influxdata/feat/runs-duration
...
Update duration to display in seconds instead of milliseconds
2019-04-10 15:24:52 -07:00
Palak Bhojani
a5369fbab4
Update duration to display in seconds instead of milliseconds
2019-04-10 14:55:46 -07:00
Iris Scholten
486b64bc9d
Ensure note is loaded in note editor after refresh
2019-04-10 14:47:22 -07:00
Iris Scholten
2537b0e2bf
fix(ui): Update draggable components to ensure single instance of drag and drop context
2019-04-10 13:27:07 -07:00
Delmer
a8c3fea540
fix(ui/exportOverlay): use dispatch props ( #13295 )
2019-04-10 16:18:27 -04:00
Palak Bhojani
8e80b98210
Update variables to use view overlay instead of export overlay
2019-04-10 11:54:59 -07:00
Iris Scholten
db2b9e278e
Merge pull request #13287 from influxdata/variables-cursor-hand
...
Update cursor to grab over draggable areas
2019-04-10 09:48:04 -07:00
Iris Scholten
76f002f11e
Merge pull request #13281 from influxdata/reborg-data-explorer
...
feat(ui): Make data explorer org centric
2019-04-10 09:28:31 -07:00
Iris Scholten
689fa62987
Update cursor to grab over draggable areas
2019-04-10 09:27:23 -07:00
Christopher Henn
6ba469de5a
Refactor vis data provisioning
2019-04-10 09:12:46 -07:00
Iris Scholten
ebc8b654ad
Merge pull request #13284 from influxdata/shift-functions-list
...
fix(ui): Update flux function shift to timeShift in the functions list
2019-04-09 17:28:23 -07:00
Iris Scholten
e9d53b35ac
Merge pull request #13283 from influxdata/reborg-labels
...
feat(ui): make labels org centric
2019-04-09 17:12:34 -07:00
Iris Scholten
9abcc745e0
fix(ui): Update flux function shift to timeShift in the functions list
2019-04-09 17:11:58 -07:00
alexpaxton
d88d3c29d8
Update Nav Icons ( #13280 )
...
* Update feedback icon
* Update cloud icon and use nav components
* Update test to use clockface nav
* Fix test
* Remove local nav components in favor of clockface nav
2019-04-09 16:36:52 -07:00
Iris Scholten
d9d5b7b733
feat(ui): make labels org centric
2019-04-09 16:36:38 -07:00
Iris Scholten
fffaa8aed9
feat(ui): Make data explorer org centric
2019-04-09 16:20:47 -07:00
Iris Scholten
c6615afd79
Merge pull request #13276 from influxdata/feat/settings-labels
...
feat(ui): Add labels tab to org settings page
2019-04-09 15:54:29 -07:00
Iris Scholten
107a465bcc
feat(ui): Add labels tab to org settings page
2019-04-09 15:21:26 -07:00
Delmer
2463114fc8
chore(ui/telegrafs): move org telegrafs to settings ( #13258 )
2019-04-09 18:20:02 -04:00
alexpaxton
64d05f2a02
Upgrade to Clockface 0.0.10 ( #13267 )
...
* Get latest version of Clockface
* Update test snapshot
* Update use of radio button testID
* Fix incorrect prop
* Get latest version of Clockface
* Update test snapshot
* Update use of radio button testID
* Fix incorrect prop
* fix(ui/snapshot): update radio button
2019-04-09 15:19:29 -07:00
Delmer
6b300ae30d
fix(ui/dash.clone): add orgID to clone ( #13266 )
...
* fix(ui/dash.clone): add orgID to clone
* fix(ui/make/node_modules): update makefile
2019-04-09 16:43:57 -04:00
Palak Bhojani
e6f5dd37e4
Update settings members tab to be org centric
2019-04-09 11:58:06 -07:00
Deniz Kusefoglu
1a032ae8d1
Remove owner from sortKeys
2019-04-09 10:35:18 -07:00
Iris Scholten
11578e5221
Merge pull request #13249 from influxdata/feat/create-org-bucket
...
feat(ui): Create new bucket when creating new org
2019-04-08 17:16:18 -07:00
Iris Scholten
ccbf11fffc
Merge pull request #13250 from influxdata/feat/orgname-on-homepage
...
feat(ui): Add org name to home page title
2019-04-08 17:14:56 -07:00
Deniz Kusefoglu
4c9afb94c0
Merge pull request #13238 from influxdata/reborg-templates
...
Make templates org centric
2019-04-08 17:06:41 -07:00
Iris Scholten
147c3cd7d9
feat(ui): Create new bucket when creating new org
2019-04-08 16:55:51 -07:00
Iris Scholten
25477b6df1
feat(ui): Add org name to home page title
2019-04-08 16:39:25 -07:00
Deniz Kusefoglu
02215e2ba0
Make templates org centric
2019-04-08 15:31:57 -07:00
Alirie Gray
13b146c75d
refactor(variables): update CreateVariableOverlay to use routes
2019-04-08 15:27:46 -07:00
Alirie Gray
7816e6a3e9
fix(templates): update org name to ID for fetching templates
2019-04-08 15:14:20 -07:00
alexpaxton
e604cdcc57
Clockface Cleanup ( #13229 )
...
* Remove local Alert component
* Remove local empty state components
* Remove local radio buttons components
* Remove local color picker files
* Delete local Grid components and update imports
* Update test snapshots
* Fix e2e test
2019-04-08 13:02:34 -07:00
Alex P
aa57ca363a
Fix e2e test
2019-04-08 11:49:52 -07:00
Alirie Gray
6b93c6ce89
fix(templates): update export template route
2019-04-08 11:46:12 -07:00
Alex P
d03eb8d583
Update test snapshots
2019-04-08 11:24:51 -07:00
Alex P
2eb907578c
Delete local Grid components and update imports
2019-04-08 11:20:54 -07:00
Alex P
0915236229
Remove local color picker files
2019-04-08 11:10:58 -07:00
Alex P
2af2582534
Remove local radio buttons components
2019-04-08 11:09:33 -07:00
Alex P
898bffd09b
Remove local empty state components
2019-04-08 11:02:30 -07:00
Alex P
84fc244188
Remove local Alert component
2019-04-08 10:57:11 -07:00
Iris Scholten
44a153accd
Merge pull request #13225 from influxdata/uncapitalize-orgname-page-title
...
stop capitalizing org name in page title
2019-04-08 10:17:43 -07:00
Iris Scholten
7df48351ca
stop capitalizing org name in page title
2019-04-08 09:43:20 -07:00
Palak Bhojani
46c5b775dc
Add the feedback button to left Nav bar
2019-04-08 09:28:44 -07:00
Iris Scholten
03a64d189e
Merge pull request #13212 from influxdata/move-create-org-nav
...
Move Create Org near Switch Org and alphabetize orgs
2019-04-05 17:10:40 -07:00
Delmer
2cbb0c946c
feat(ui/templates/variable.labels): export/import variable labels ( #13175 )
2019-04-05 19:49:46 -04:00
Iris Scholten
01f4c507f0
Move Create Org near Switch Org and alphabetize orgs
...
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2019-04-05 16:11:44 -07:00
Deniz Kusefoglu
d078e48565
Merge pull request #13186 from influxdata/reconcile-vars
...
Make variables org centric
2019-04-05 15:57:45 -07:00
Deniz Kusefoglu
a43ea6e2b0
Remove type coersion
2019-04-05 14:35:57 -07:00
Deniz Kusefoglu
ba351e5fb8
Get variables after template import
2019-04-05 14:08:56 -07:00
Deniz Kusefoglu
dc10dcabb6
Fix links on landing page
2019-04-05 12:44:49 -07:00
Palakp41
57a8339a2b
Merge pull request #13176 from influxdata/feat/tasks-runs-edit
...
Add the ability to edit a task from tasks runs page
2019-04-05 10:27:21 -07:00
alexpaxton
e88477097f
Replace Panels with Clockface Panels ( #13185 )
...
* Delete local Panel components
* Replace instances of local Panel with clockface Panel
* Update test snapshot
* Cleanup spacing between panels on me page
2019-04-05 10:03:46 -07:00
Deniz Kusefoglu
f8f3e1d2ba
Make variables org centric
2019-04-04 17:25:03 -07:00
Brandon Farmer
bae07aca42
Merge pull request #13184 from influxdata/influx-dev-branch
...
Move influx dependency to github branch
2019-04-04 17:21:57 -07:00
Iris Scholten
f15dea3580
Merge pull request #13173 from influxdata/feat/create-org-nav
...
feat(ui): Add create org to side nav
2019-04-04 17:21:06 -07:00
Iris Scholten
05df47d1b0
feat(ui): Add create org to side nav
2019-04-04 17:09:56 -07:00
Brandon Farmer
9b816248bc
Move influx dependency to github branch
2019-04-04 17:08:46 -07:00