Commit Graph

12668 Commits (3c6445cbaf3385ac50847912dc81c5e4f72b958e)

Author SHA1 Message Date
Delmer 3c6445cbaf
feat(ui/logs): add influxql logs querying utils (#1415)
feat(ui/logs): add influxql log querying utils
2018-11-16 11:45:56 -05:00
Mark Rushakoff 8ab01c99c0 test(tsdb/tsm1): skip long tests in short mode
The tsdb/tsm1 package was one of the test suites that took the longest
to run in platform with go test -short. The rule of thumb on the Go
project is that short mode should skip any individual test that takes
longer than one second. This change skips two such tests, and it
eliminates a string concatenation loop in two other tests, so that they
report completion in "0.00s" rather than about 0.94s, on my machine.

These cumulative changes take `go test -short ./tsdb/tsm1` from about 14
seconds to about 7 seconds on my machine.
2018-11-16 08:06:23 -08:00
Chris Goller 5b575143e6
Merge pull request #1454 from influxdata/fix/makefile-clean
fix(Makefile): remove old clean targets
2018-11-15 20:36:03 -06:00
Chris Goller a8c1155b21 fix(Makefile): remove old clean targets 2018-11-15 20:21:30 -06:00
Palakp41 1e2a602cf6
Merge pull request #1445 from influxdata/feat/organization-tasks-page-routes
Add onclick to organization on task row
2018-11-15 16:53:39 -08:00
Palak Bhojani 0a22974e29 Add onclick to organization on task row
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-11-15 16:32:38 -08:00
Palakp41 448058dbd6
Merge pull request #1446 from influxdata/feat/display-error-on-create-task
Add error message on task not created error
2018-11-15 15:51:54 -08:00
Palak Bhojani 1d5828d05a Add error message on task not created error
Co-authored-by: Palak Bhojani <palak@influxdata.com>
2018-11-15 15:24:23 -08:00
alexpaxton b74f61443a
Merge pull request #1412 from influxdata/clockface/improve-index-list
Extend IndexList to support Sortable Headers
2018-11-15 14:52:44 -08:00
alexpaxton 512ec658e7
Merge branch 'master' into clockface/improve-index-list 2018-11-15 14:47:13 -08:00
Christopher Henn 6d0654d0f8 Add ability to filter orgs index 2018-11-15 14:07:50 -08:00
alexpaxton f4e7cc4233
Merge pull request #1407 from influxdata/polish/orgs-index-alignment
Fix Alignment of Orgs Index View
2018-11-15 14:02:21 -08:00
Palakp41 bf34eceb0f
Merge pull request #1419 from influxdata/feat/tasks-org-dropdown-filter
Create a dropdown filter to filter tasks through Organizations
2018-11-15 13:42:50 -08:00
Iris Scholten c79a8c90a3
Merge pull request #1416 from influxdata/onboarding/select-source
feat(ui/dataSources): Add initial Select Data Sources Step
2018-11-15 13:25:01 -08:00
Palak Bhojani b798e55db3 Create a dropdown filter to filter tasks through Organizations
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-11-15 13:24:49 -08:00
Christopher Henn c7a708d3db Fix ProfilePage typechecking 2018-11-15 12:35:32 -08:00
Christopher Henn db5337d42a Move org name to page header on org page 2018-11-15 12:35:32 -08:00
Iris Scholten b493e97e5c Add initial Select Data Sources Step 2018-11-15 11:46:14 -08:00
Palakp41 ccca7b9343
Merge pull request #1409 from influxdata/feat/add-export-task
Add export button on task row
2018-11-15 11:43:33 -08:00
Palak Bhojani 4bdeb1a934 Add export button on task row
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-11-15 11:03:03 -08:00
Christopher M. Wolff bbd460e7d9
Add method QueryRawJSON to influxql.service (for querytest tool) (#1402) 2018-11-15 10:45:38 -08:00
Michael Desa 904d70ba05
Merge pull request #1366 from influxdata/feat/secret-service
Add secret service interface and boltdb implementation
2018-11-15 13:20:52 -05:00
Michael Desa e1d5e62125 feat(bolt): add boltdb implementation of secret service 2018-11-15 12:42:01 -05:00
Michael Desa 8cb5e688c7 feat(testing): add conformance test for secret service 2018-11-15 12:42:01 -05:00
Michael Desa d1aecb7755 feat(platform): add secret service interface for managing use secrets 2018-11-15 12:42:01 -05:00
kelwang 0fc981133f
Merge pull request #1394 from influxdata/fix_telegraf_find_nothing_404
fix 404 to an empty array
2018-11-15 12:38:27 -05:00
Mark Rushakoff b0b0d965ff feat(task): integrate task logs with system buckets
- Brought over enterprise's QueryLogReader, with small adjustments
  - Time filters are for the run's ScheduledFor field, per spec
- Adjusted run log timestamps for consistent formatting:
  - ScheduledFor is RFC3339 because it's a whole-second timestamp
  - StartedAt, FinishedAt use RFC3339Nano for high precision
- Several test adjustments to use relative time, for easier integration
  with storage retention
2018-11-15 08:59:15 -08:00
Ben Johnson f2677caf68
Merge pull request #1349 from influxdata/integration-tests
Add end-to-end write/query integration testing.
2018-11-15 09:16:02 -07:00
Ben Johnson 37be1e9219
Add end-to-end write/query integration testing. 2018-11-15 09:08:36 -07:00
Edd Robinson dbc4610747
Merge pull request #1345 from zhulongcheng/reduce-tag-copy
reduce parsing and copying of tags
2018-11-15 13:15:01 +00:00
zhulongcheng e7bc29a590 reduce parsing and copying of tags 2018-11-15 20:45:16 +08:00
Alex P 6be303e8ec Merge branch 'master' into clockface/improve-index-list 2018-11-14 17:43:24 -08:00
Alex P e6f0b2d6a8 Fix more imports >___< 2018-11-14 17:41:34 -08:00
Alex P a2c9ea3590 Fix import 2018-11-14 17:38:42 -08:00
Alex P 04e6aa035c Update test snapshots 2018-11-14 17:38:38 -08:00
Alex P 510d426821 Merge branch 'master' into clockface/improve-index-list 2018-11-14 17:36:27 -08:00
Alex P 95660e583f Add optional sortable options to headers 2018-11-14 17:28:27 -08:00
Christopher Henn 81c0e53c4a Add initial source management UI 2018-11-14 16:38:25 -08:00
Alex P 629a03330d Import styles directly into component 2018-11-14 16:00:41 -08:00
Palakp41 71b2eec624
Merge pull request #1403 from influxdata/feat/toggle-show-inactive
Added toggle on Task Header for option to show only active
2018-11-14 15:56:16 -08:00
Alex P 25b3e4f29e Move IndexList into Clockface directory 2018-11-14 15:49:19 -08:00
Alex P b357f22ef1 Wrap orgs index list in 12 column div
This fixes the misalignment of the page
2018-11-14 15:25:09 -08:00
Palak Bhojani a7b8d4b35e Resolved state into action/reducer 2018-11-14 15:24:16 -08:00
Palak Bhojani 04ee4fce3c Added toggle on Task Header for option to show only active
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-11-14 15:24:16 -08:00
alexpaxton 0558f351d4
Merge pull request #1404 from influxdata/polish/page-layout-styles
Polish Page Styles
2018-11-14 15:16:22 -08:00
alexpaxton 24968bc6b0
Merge pull request #1405 from influxdata/clockface/improve-radio-buttons
Improve Usability of Radio Buttons
2018-11-14 14:48:20 -08:00
Alex P 1890fa96d4 Cleanup 2018-11-14 14:36:49 -08:00
Alex P ab2103c0cb Make radio buttons "primary" theme by default 2018-11-14 14:36:10 -08:00
Alex P 2ed24a76a7 Make Radio button active state more obvious 2018-11-14 14:35:59 -08:00
Alex P 6490283700 Import stylesheet into component 2018-11-14 14:27:11 -08:00