Commit Graph

12989 Commits (8f468895f1de7ae1dc094947af61f74d1ccf4317)

Author SHA1 Message Date
alexpaxton e09dd2abde
Merge pull request #1465 from influxdata/polish/fade-disabled-links
Fade IndexList Disabled Links to Match Design Spec
2018-11-16 15:24:35 -08:00
jlapacik f7a55a7606 transpiler test case for multiple fields in project 2018-11-16 15:05:45 -08:00
Iris Scholten 637edd0151
Merge pull request #1449 from influxdata/dataSources/data-source-type
feat(ui/onboarding): Add step for choosing csv, streaming, or line protocol
2018-11-16 15:02:33 -08:00
Iris Scholten 5e6a7c16b7 Add step for choosing csv, streaming, or line protocol 2018-11-16 14:17:39 -08:00
Chris Goller aaf69ffbc9
Merge pull request #1411 from influxdata/feature/grpc-errors
feat(kit/grpc): add translation between gRPC status and platform.Error
2018-11-16 16:16:34 -06:00
Chris Goller 7f3035eaef
Merge pull request #1448 from influxdata/feature/self-source
feat(http): self sources now return links to /api/v2
2018-11-16 16:14:18 -06:00
Adam 41aa5688a0
Add default column to databases and add support for `show retention policies` (#1423)
* Add default column to databases to support `show retention policies`

* add unit test for show retention policies

* update transpiler readme for show databases, show retention policies
2018-11-16 15:20:49 -05:00
Alex P 439da75ac4 Fade color of links in disabled IndexList rows to match design spec 2018-11-16 11:20:04 -08:00
Palakp41 bf0d8362a2
Merge pull request #1464 from influxdata/fix-tasks-page-css
Fix css on tasks header for cleaner view
2018-11-16 11:08:06 -08:00
Palak Bhojani 846912c088 Fix css on tasks header for cleaner view 2018-11-16 10:18:07 -08:00
Christopher Henn b22c97df6f Remove use of external file download code 2018-11-16 10:12:29 -08:00
Christopher Henn 79b0ea9374 Add CSV export button to TimeMachine 2018-11-16 10:12:29 -08:00
Christopher Henn 74f7c81b7f Work around emergent type errors 2018-11-16 10:12:29 -08:00
Christopher Henn 355a19fe7a Split out singular time machine reducer 2018-11-16 10:12:29 -08:00
Christopher Henn 34d2216dc1 Introduce selector for getting active time machine 2018-11-16 10:12:29 -08:00
Christopher Henn 1b9fd1bcda Hoist TimeSeries component to root of TimeMachine
This enables us to use the data provided by the `TimeSeries` component
outside of the `TimeMachine` visualization without breaking one-way data
flow.
2018-11-16 10:12:29 -08:00
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 8dc9f4c0c0 feat(kit/grpc): add tests for conversions 2018-11-15 21:17:24 -06:00
Chris Goller 6054288f3e feat(kit/grpc): add translation between gRPC status and platform.Error 2018-11-15 21:16:48 -06: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
Chris Goller ea5d9112b2 feat(http): self sources now return links to /api/v2 2018-11-15 19:01:34 -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