Michael Desa
857b60150e
feat(platform): add proto service for creating templated resources
...
feat(http): add http handler for proto service
feat(mock): add mock proto service
test(http): add proto handler tests
fix(platform): add view as option when adding a cell
feat(platform): add dashboard to proto struct
feat(fs): add filesystem implementation of proto
feat(http): add protos endpoints to api handler
feat(cmd/influxd/launcher): add protos path to server
doc(http): add protos to swagger
test(cmd/influxd/launcher): add --protos-path to launcher tests
fix(fs): remove unused args from test
fix(http): use platform.Error where appropriate
2019-01-09 09:55:15 -05:00
Michael Desa
7ea1db0079
Merge pull request #2250 from influxdata/fix/issue#2195
...
Nest views beneath dashboard cells
2019-01-09 09:30:39 -05:00
Edd Robinson
e3ae256782
Add storage bucket service
...
The storage bucket service wraps another bucket service, and invokes
actions on a storage engine based upon the actions taken upon buckets.
Currently, the storage bucket service will delete bucket data from the
storage engine when the bucket is deleted via the bucket service.
2019-01-09 13:35:25 +00:00
Edd Robinson
5a12a3a72e
Export access to bucket drop in engine
2019-01-09 13:35:07 +00:00
Leonardo Di Donato
86baef1a01
Merge pull request #2167 from zhulongcheng/add-mock-svc
...
Mock implementation of various services
2019-01-09 11:18:05 +01:00
Leonardo Di Donato
5530e07847
Merge branch 'master' into add-mock-svc
2019-01-09 11:12:44 +01:00
Russ Savage
31d7a045fc
changing from 10ms to 10s ( #2361 )
2019-01-08 17:51:54 -08:00
Christopher Henn
7e43dc18bb
Enable refresh button in TimeMachine
2019-01-08 17:05:25 -08:00
Brandon Farmer
063d773cec
Merge pull request #2359 from influxdata/feat/show-hide-query
...
Allow query builder to toggle query visibility
2019-01-08 16:44:00 -08:00
Iris Scholten
d1520aa49f
Merge pull request #2356 from influxdata/feat/show-labels-tasks
...
feat(ui/labels): display labels in task row
2019-01-08 16:21:25 -08:00
Daniel Campbell
344e5b70e4
delete update-golang folder ( #2357 )
2019-01-08 16:20:59 -08:00
Alirie Gray
dadbf5d491
Create configuration page with labels subtab ( #2307 )
2019-01-08 16:20:36 -08:00
Brandon Farmer
a88beaa59a
Allow query builder to toggle query visibility
2019-01-08 16:15:01 -08:00
Iris Scholten
4f96333b52
feat(ui/labels): display labels in task row
2019-01-08 16:07:10 -08:00
Jeff Wendling
0a85e3b0dd
tsm1: add initial index cleanup to DeletePrefix
2019-01-08 16:32:43 -07:00
Christopher Henn
d07d565775
Polish query builder tab states
2019-01-08 15:15:56 -08:00
Michael Desa
338e0587d0
fix(platform): nest view beneath dashboard cell
...
feat(platform): add functional options for platform errors
fix(testing): set dashboard ids properly in dashboard tests
feat(bolt): add dashboard specific views
fix(bolt): delete view when cell is removed or dashboard is deleted
2019-01-08 18:11:13 -05:00
Jeff Wendling
0fe2f02812
tsm1: initial DeletePrefix impl
2019-01-08 16:03:34 -07:00
alexpaxton
21c996383c
Display Labels in Dashboards Index ( #2330 )
...
* Update cur_swagger
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
* Display labels in dashboards list
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
* Add # to example label
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
* Write test for dashboard TableRow component
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
* Update snapshot and mock data
Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
* Increase page gutter and max width of centered pages
* Show description in dashboards list
* Update snapshot
* Fix linting error
* Remove snapshot check from unit test
2019-01-08 14:56:48 -08:00
Iris Scholten
a5831e70db
Merge pull request #2353 from influxdata/fix/procstat-invalid-plugin-error
...
Change typo of procstats to procstat and make exe required
2019-01-08 14:52:13 -08:00
Brandon Farmer
9b6669eae8
Enable searching tag keys in query builder
...
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2019-01-08 14:46:09 -08:00
Daniel Campbell
44feb51386
Onboarding responsive styles ( #2352 )
...
* update cubo doodles
* migrate style changes
* update snapshots
2019-01-08 14:40:09 -08:00
Iris Scholten
304721441f
Change typo of procstats to procstat and make exe required
...
Co-authored-by: Palak Bhojani <palak@influxdata.com>
2019-01-08 14:25:22 -08:00
Jeff Wendling
f712828016
tsm1: refactor and rename some methods
2019-01-08 14:52:30 -07:00
Brandon Farmer
9edb8cd738
Merge pull request #2305 from influxdata/feat/add-back-submit-button
...
Add explicit submit button for query builder
2019-01-08 13:41:43 -08:00
Brandon Farmer
aa09e0af21
Add explicit submit button for query builder
...
Co-authored-by: Chris Henn <chris@chrishenn.net>
2019-01-08 13:20:51 -08:00
Kelvin Wang
8a5da95f4d
fix(cmd/influx): don't print token, print the file where it stored
2019-01-08 15:58:31 -05:00
Christopher Henn
fef6d4618e
Show query completion time in TimeMachine
2019-01-08 11:05:09 -08:00
Palakp41
3c13a97a90
Merge pull request #2306 from influxdata/feat/display-token-myaccount
...
Display token on my account token overlay
2019-01-08 11:00:48 -08:00
Iris Scholten
99a2b9167b
Merge pull request #2310 from influxdata/onboarding/stop-header-skipping
...
fix(ui/onboarding): Prevent unskippable steps from being skipped with progress bar
2019-01-08 10:51:45 -08:00
alexpaxton
b69f647c2b
Miscellaneous Polish ( #2311 )
...
* Update grid breakpoints
* Fix spacing of action buttons in dashboards index row
* Simplify micro copy on delete task and delete dashboard buttons
* Update HTML page title when a new page is loaded
* Condense layout of line options
* Update test snapshot
* Shrink size of buttons in task page header
* Prevent missing page name in dashboard during initial load
* Make tasks table "Owner" column match column in dashboards table
* Update test snapshots
* Depluralize button copy
* Guard against missing page titles
2019-01-08 10:27:53 -08:00
Iris Scholten
bb93b3608d
fix(ui/onboarding): Prevent unskippable steps from being skipped with progress bar
2019-01-08 10:11:23 -08:00
Palak Bhojani
071a109eae
Display token on my account token overlay
2019-01-08 10:11:15 -08:00
Christopher Henn
01a836a995
Replace node-sass dep with sass
2019-01-08 09:42:32 -08:00
Christopher Henn
c301f9150e
Enable searching tag values in query builder
...
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2019-01-08 09:05:28 -08:00
Edd Robinson
e2fb85a3f9
Merge pull request #2315 from influxdata/er-fix-32b
...
Remove 32bit architectures from builds
2019-01-08 16:07:49 +00:00
Delmer
93c1a3a80a
feat(ui): add table graph hover time ( #2286 )
...
* feat(ui): add hover time for table graphs
* feat(ui): fix table graph sorting error
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2019-01-08 10:42:33 -05:00
Leonardo Di Donato
43c454e5ea
chore(http): cleanup scraper tests
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-08 15:57:29 +01:00
Leonardo Di Donato
e79be29224
chore(http): test update of scraper targets
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-08 15:57:29 +01:00
Leonardo Di Donato
4932f2aadd
chore(http): test insertion and deletion of scraper targets
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-08 15:57:29 +01:00
Leonardo Di Donato
53cadf9260
chore(http): test scraper targets listing
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-08 15:57:29 +01:00
Leonardo Di Donato
a79780e074
chore(http): test getting scraper target by id
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-08 15:57:29 +01:00
Leonardo Di Donato
c90f79d28a
feat(mock): scraper service mock
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-08 15:57:29 +01:00
Edd Robinson
9f8495e612
Remove 32bit architectures from builds
...
Fixes #2233 .
This commit removes support for building 32bit architectures, including
i386, arm6 and arm7.
2019-01-08 14:53:33 +00:00
Jeff Wendling
8744a82665
tsm1: add DeletePrefix to the reader
2019-01-07 21:11:49 -07:00
Jeff Wendling
f65b0933f6
tsm1: move code around into smaller files and add tests
2019-01-07 21:11:49 -07:00
Jeff Wendling
fed3154506
tsm1: DeletePrefix on the indirectIndex
2019-01-07 21:08:32 -07:00
Jeff Wendling
14b5f103c4
Merge pull request #1984 from influxdata/jmw-tsm1-fixes
...
tsm1 index fixes and improvements
2019-01-07 21:07:18 -07:00
Palakp41
bf74b83724
Merge pull request #2280 from influxdata/onboarding-plugin-bundles
...
Remove plugin bundles that don't match the protoboards
2019-01-07 16:14:33 -08:00
Nathaniel Cook
cf074c49e4
Merge pull request #2248 from influxdata/flux-staging
...
update to Flux v0.13.0
2019-01-07 17:00:17 -07:00