Commit Graph

541 Commits (9d3465c1e4a190f0fc2cbbda2a78f0c473205519)

Author SHA1 Message Date
Iris Scholten 9d3465c1e4
Merge pull request #11323 from influxdata/fix/nginx-configs
fix(ui/dataLoaders): Update Nginx configs to include urls
2019-01-18 16:18:47 -08:00
Palakp41 6c5117203f
Merge pull request #11320 from influxdata/feat/remove-procstat
Remove procstat plugin from system bundles
2019-01-18 16:13:43 -08:00
Iris Scholten a05e3fb421
Merge pull request #11318 from influxdata/feat/quick-start
feat(ui/onboarding): Create default scraper when Quick Start is selected
2019-01-18 15:59:01 -08:00
Iris Scholten 67b87c1086 fix(ui/dataLoaders): Update Nginx configs to include urls 2019-01-18 15:47:13 -08:00
Palak Bhojani bc924b51cb Remove procstat plugin from system bundles 2019-01-18 15:29:01 -08:00
Iris Scholten f3ad63b8b6 feat(ui/onboarding): Create default scraper when Quick Start is selected in onboarding 2019-01-18 15:25:43 -08:00
Brandon Farmer f04cf3ecd9
Merge pull request #11314 from influxdata/fixes/dont-verify-line-protocol-on-change
Wait till submit to verify manual line protocol
2019-01-18 15:09:37 -08:00
Delmer e2ffc17b21
fix(ui): add session timeout notification (#11281)
Co-authored-by: Chris Goller <goller@gmail.com>
2019-01-18 17:43:00 -05:00
Brandon Farmer 22344b7f28 Wait till submit to verify manual line protocol 2019-01-18 14:26:38 -08:00
Iris Scholten 02c02f9b40 fix(ui/dataLoaders): Update scraper targets to scraper 2019-01-18 14:08:23 -08:00
Christopher Henn 1412124a70 Fix example `map` Flux function call 2019-01-18 12:37:54 -08:00
Iris Scholten c64f528012
Merge pull request #11274 from influxdata/fix/update-telegraf-bucket
fix(ui/dataLoaders): Fix update telegraf config
2019-01-18 11:48:52 -08:00
Christopher Henn ca4a62f3f2 Reset query builder selections when changing bucket 2019-01-18 11:32:53 -08:00
Iris Scholten a5fe808680
Merge pull request #11269 from influxdata/fix/empty-scraper-verify
Remove empty scraper verify step and data loaders progress bar
2019-01-18 11:14:44 -08:00
Iris Scholten 2efa0d2a56 fix(ui/dataLoaders): Fix update telegraf config 2019-01-18 11:12:45 -08:00
Brandon Farmer 976e95c7b6
Merge pull request #11262 from influxdata/feat/show-flux-error-in-time-machine
Display flux error in UI
2019-01-18 11:07:06 -08:00
Brandon Farmer 8cb47c75cf
Merge pull request #11296 from influxdata/feat/node-npm-version
Set node and npm version requirements for project
2019-01-18 11:06:32 -08:00
Daniel Campbell 220c66dc9a
persist Add Data button (#11292)
* persist Add Data button

* swap position

* Update tip text

* remove unused import
2019-01-18 10:53:41 -08:00
Iris Scholten aded23d08b Remove empty scraper verify step and data loaders progress bar and step statuses 2019-01-18 10:48:14 -08:00
Brandon Farmer c798655b6d Set node and npm version requirements for project 2019-01-18 09:51:42 -08:00
Brandon Farmer 7a99b2947b Display flux error in UI
Closes #11162
2019-01-18 09:43:06 -08:00
Christopher Henn 7a900d76e5 Fix variable issue in "Save As Task" feature 2019-01-18 09:13:40 -08:00
Christopher Henn 458314830b Move query visibility icon to left of name 2019-01-18 09:13:40 -08:00
Christopher Henn e9f42738ab Rebuild query when switching to query builder mode
Previously, switching from the script editor mode to the query building
mode would not rebuild the query until a new selection in the query
builder was made. This resulted in a query builder that was inconsistent
with the graph above.
2019-01-18 09:13:40 -08:00
Iris Scholten c6a6cf8b22 feat(ui/dataLoaders): Add new collector from collectors tab 2019-01-17 17:14:48 -08:00
alexpaxton be430667a7
Add clone dashboard functionality to orgs dashboard list (#11265)
Co-Authored-By: Deniz Kusefoglu <deniz@influxdata.com>
2019-01-17 16:37:25 -08:00
Palakp41 a2435354bb
Merge pull request #11251 from influxdata/feat/bucket-dropdown-scrapers
Create the scraper for the bucket selected in dropdown
2019-01-17 16:33:13 -08:00
Delmer Reed d8f9f011ff Support true time series query cancellation
Previously, outdated queries in the `TimeSeries` and
`QueryBuilderFetcher` would run to completion even though their results
were ignored.

Now, pending but outdated queries will be truly canceled via
`XmlHttpRequest#abort`. This frees up server and network resources.

Closes #10801

Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2019-01-17 16:22:09 -08:00
alexpaxton 250c8df997
Moar Polish (#11255)
* Allow for custom classnames in panels

* Rename "Collectors" to "Telegraf Configurations"

* Allow query builder blocks to always be removable

Use standard margin variables in query builder

* Fix alignment of labels in tasks list

* Amend

* Simplify context menu items

* Ensure cloned cells have same dimensions as source

* Update test snapshots
2019-01-17 16:18:55 -08:00
Daniel Campbell e357f4bdbf
Polish/tip text (#11257)
* Add tip text to admin step

* update snapshot

* update text

* update snapshot
2019-01-17 16:03:20 -08:00
Brandon Farmer eea0a368fb Use v1 namespaced functions for metaqueries 2019-01-17 15:27:14 -08:00
Alirie Gray 4b1bc928a7
Merge pull request #11196 from influxdata/feat(adminui)/remove-dashboard-from-org
Add ability to delete a dashboard from the organizations page
2019-01-17 14:39:22 -08:00
Palak Bhojani df19b14c3b Create the scraper for the bucket selected in dropdown 2019-01-17 14:38:58 -08:00
Alirie Gray 60009cb1b7
Feat(adminui)/advanced data collection step (#11230)
Route to data loader wizard from onboarding advanced step
2019-01-17 14:38:00 -08:00
Alirie Gray 5baa4ba397
Merge pull request #11215 from influxdata/polish(tasks)/change-interval-label-to-every
Change interval label in TaskForm to every
2019-01-17 14:36:19 -08:00
Iris Scholten 40e75ced16
Merge pull request #11183 from influxdata/feat/plugin-links
Add additional info links to plugin forms
2019-01-17 14:35:00 -08:00
Deniz Kusefoglu 27ecddff56
Merge pull request #11245 from influxdata/polish/fix-error-link
Change error text and link to point to influxdb
2019-01-17 14:28:51 -08:00
Iris Scholten dfde657b82
Merge pull request #11235 from influxdata/feat/add-scrapers
feat(ui/dataLoaders): Add new scraper from scrapers tab
2019-01-17 14:19:36 -08:00
Iris Scholten 022b19358c Add additional info links to plugin forms 2019-01-17 14:07:53 -08:00
Iris Scholten d7f18beaee feat(ui/dataLoaders): Add new scraper from scrapers tab 2019-01-17 13:37:12 -08:00
alexpaxton 4bf257d136
Refactor note editor (#11243)
Simplified and removed a bunch of styles
2019-01-17 13:37:03 -08:00
Deniz Kusefoglu 76df423518 Change error text and link to point to influxdb 2019-01-17 13:04:00 -08:00
alexpaxton fa9b78c2f6
Prototype/vis options side panel (#11232)
* Display view options in a side panel instead of replacing query builder

* Change view options to stack vertically

* Shrink view options panel slightly

Trying to make everything fit in here

* Give linter a cookie

* Fix incorrect name

* Use global style variables when possible

* Fix weird auto input bug

Co-Authored-By: Chris Henn <chris@chrishenn.net>

* Make view options look proper in VEO

* EOL
2019-01-17 12:24:42 -08:00
Daniel Campbell e87421c984
Polish/scrolling plugins (#11225)
* Make Side Bar Scroll

* completion tweaks

* update snapshots
2019-01-17 11:54:36 -08:00
Deniz Kusefoglu 15547eda0d
Merge pull request #11197 from influxdata/feat/add-protoboard-creation-to-onboarding
Add protos state in redux and create protos API infrastructure
2019-01-17 11:51:55 -08:00
Christopher Henn 1a60b18c0b Ensure computed windowPeriod is an integer
Also lowers the `DESIRED_POINTS_PER_GRAPH` constant so that queries
return faster. Once Flux becomes more efficient at windowing, we should
increase this constant again.
2019-01-17 10:31:39 -08:00
alexpaxton 46d1179cb9
A Modest Polish PR (#11191)
* Remove "My" from config sub-pages

* Amend

* Change "Account" to "Profile"
2019-01-17 10:23:15 -08:00
Delmer 6e0635861e
feat(ui): login redirect to /me (#11166) 2019-01-17 12:02:05 -05:00
Alirie Gray 47b8ba08f9 Change interval label in TaskForm to every 2019-01-17 08:49:35 -08:00
Jonathan A. Sternberg a63acddf1c
fix(ui): update the flux doc for group (#11213)
The documention for `group` used the old function signature. Updated
with the most recent from the spec.
2019-01-17 10:39:53 -06:00