Commit Graph

584 Commits (9e9a98f9fd666f794c6a799cdec1d73af216cf75)

Author SHA1 Message Date
Delmer 69a4bbeb56
fix(ui): fix redirect to buckets tab overlay (#11420) 2019-01-22 14:24:40 -08:00
Delmer f074315881
fix(ui): wiring for labels (#11404)
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2019-01-22 14:22:11 -08:00
Christopher Henn 7ae52419b2 Enforce minimum retention policy of 1 hour in UI 2019-01-22 14:02:38 -08:00
Christopher Henn 8781ce8357 Fix flaky getMinDurationFromAST test
Adds a bit of leeway so that the test won't fail due to tolerable
floating point inaccuracies.
2019-01-22 13:47:02 -08:00
Andrew Watkins 1abae7df0d
chore: remove time axis feature from TableGraphs (#11379) 2019-01-22 13:46:33 -08:00
Andrew Watkins 63855236ed
chore: change streaming copy to telegraf branding (#11414) 2019-01-22 13:46:06 -08:00
alexpaxton a138a683de
Polish/dash description jiggle (#11411)
* Prevent dashboard descriptions from jiggling on edit

* Shrink global font sizes and adjust accordingly
2019-01-22 13:23:50 -08:00
Palakp41 d996844f3c
Merge pull request #11403 from influxdata/feat/remove-add-source-button
Remove Add new source button from onboarding sidebar
2019-01-22 13:21:29 -08:00
Palak Bhojani 9f5b25cf7b Update scraper url to include default url metrics 2019-01-22 13:11:09 -08:00
Palak Bhojani 10d6bec4a9 Remove Skip button from Scraping and Line Protocol 2019-01-22 13:05:02 -08:00
Brandon Farmer ba9e365aca
Merge pull request #11312 from influxdata/fix/11302
fix(ui): remove returnTo on logout
2019-01-22 12:53:15 -08:00
Palak Bhojani 3e732fb617 Remove Add new source button from onboarding sidebar 2019-01-22 12:53:02 -08:00
Brandon Farmer 3d1978ca17
Merge pull request #11313 from influxdata/fix/11304
fix(ui): update IndexRoute to MePage
2019-01-22 12:52:45 -08:00
Andrew Watkins 828f96880b
Merge pull request #11391 from influxdata/fix/password-jiggle
fix(ui/validation): jiggling elements with validation errors
2019-01-22 12:50:13 -08:00
alexpaxton 9f210e9f92
Fix missing visibility toggle (#11397) 2019-01-22 12:35:35 -08:00
Daniel Campbell 3baa2d919e
Make columns same width (#11394) 2019-01-22 12:11:52 -08:00
alexpaxton 6da121399d
Polish Dropdowns (#11393)
* Align active and inactive items in dropdown menus via indentation

* Cleanup
2019-01-22 12:03:40 -08:00
Daniel Campbell 38ef776d13
Jump to data loader step from buckets "Add Data" button (#11384)
* Add context menu to open data loader

* Steps go to correct wizard
2019-01-22 11:52:11 -08:00
Christopher Henn 39ed56c25b Fix single stat and gauge value formatting
- Extract value formatting in the the `SingleStat` and `Gauge`
  components to a shared utility function
- Rewrite `SingleStat` for readability
- Implement the "auto" mode for a `DecimalPlaces` setting. For now, this
  will format integers with no digits after the decimal place, and will
  format rationals with 2 digits after the decimal place.

Closes #11370
2019-01-22 11:49:42 -08:00
Alirie Gray 7e91bf2c3e
Merge pull request #11389 from influxdata/polish(adminui)/change-scraping-button-text
Change button text from next to finish for configure scraping step
2019-01-22 11:47:11 -08:00
Andrew Watkins 5d76e73e8c fix(ui/validation): jiggling elements with validation errors 2019-01-22 11:46:37 -08:00
Deniz Kusefoglu e962eeedec
Merge pull request #11387 from influxdata/bugfix-table-time-column-detection
Resolve field options after excluding data in tables
2019-01-22 11:43:31 -08:00
Alirie Gray 489feda724 Change button text from next to finish for configure scraping step 2019-01-22 11:41:26 -08:00
Iris Scholten 0cfc99c5fe
Merge pull request #11369 from influxdata/fix/telegraf-config-verify
fix(ui/dataLoading): Ensure that a bucket gets passed into the datalistening query
2019-01-22 11:29:15 -08:00
Alirie Gray 957ddbadcd
Merge pull request #11382 from influxdata/polish(tablegraph)/remove-result-and-table-columns
Hide result and table columns from being shown in table options
2019-01-22 11:24:51 -08:00
Deniz Kusefoglu c5131bc192 Resolve field options after excluding data in tables 2019-01-22 11:17:30 -08:00
Alirie Gray 0eceb4e52b Hide result and table columns from being shown in table options 2019-01-22 11:13:05 -08:00
Deniz Kusefoglu 8fef9e5eb1 Create a clone dashboard function 2019-01-22 10:16:16 -08:00
Iris Scholten 8ff8c0ba84 fix(ui/dataLoading): Ensure that a bucket gets passed into the datalistening query 2019-01-22 09:33:01 -08:00
Christopher Henn 02cc100b4f Add icons to vis type dropdown 2019-01-18 17:31:58 -08:00
Christopher Henn 57786a6865 Default tag key selection to '_measurement' 2019-01-18 17:30:15 -08:00
Christopher Henn 083e02e4b5 Avoid issuing invalid metaquery in query builder 2019-01-18 17:30:15 -08:00
Christopher Henn 8b95eb57b3 Cache metaqueries used in query builder 2019-01-18 17:30:15 -08:00
Christopher Henn fb27576bd3 Polish TagSelector empty state spacing 2019-01-18 17:30:15 -08:00
Brandon Farmer d114ac128b
Merge pull request #11326 from influxdata/feat/update-task-time-range
Pass task options on update
2019-01-18 16:45:57 -08:00
Iris Scholten 237c468cbf
Merge pull request #11325 from influxdata/fix/dataLoader-clearing-state
fix(ui/dataLoaders): Ensure correct starting step in data loading wizard
2019-01-18 16:41:09 -08:00
Brandon Farmer b42cf30062 Pass task options on update 2019-01-18 16:39:12 -08:00
Palakp41 8845d84706
Merge pull request #11317 from influxdata/feat/validate-scraper-string
Update url input to now allow empty strings
2019-01-18 16:28:32 -08:00
Iris Scholten 3a67ad2e61 fix(ui/dataLoaders) Ensure correct starting step in data loading wizard 2019-01-18 16:26:37 -08:00
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
Palak Bhojani d16bc077b0 Update url input to not allow empty strings 2019-01-18 15:49: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
Chris Henn fdd53fa925
Update ui/src/me/components/LogoutButton.tsx
Co-Authored-By: OfTheDelmer <delmer814+1@gmail.com>
2019-01-18 17:34:57 -05:00
Brandon Farmer 22344b7f28 Wait till submit to verify manual line protocol 2019-01-18 14:26:38 -08:00