Greg
285c6ce06d
chore: add simple metrics related to installed templates ( #19873 )
2020-11-02 10:59:01 -07:00
Yiqun (Ethan) Zhang
17fcd2dce2
feat: make sure the query plan nodes have unique ids ( #19879 )
2020-11-02 11:15:39 -06:00
Timmy Luong
f6a26ee2b9
feat: update generate ticks into an array of properties for each axis ( #19850 )
...
* feat: update generate ticks into an array of properties for each axis
* fix: add missing operand
* chore: reorder properties to be consistent
* fix: update GenerateYAxisTicks to array of strings
* fix: change expected property to null
2020-10-29 10:59:25 -07:00
Timmy Luong
9dd37a1d1b
feat: add tick generation properties and legendColorizeRows
2020-10-27 16:50:53 -07:00
George
3d643e0681
refactor(notification): move rule service into own package ( #19804 )
...
* refactor(notification): move rule service into own package
* chore(launcher): fix tests to use clients as opposed to direct kv service
* chore(influx): update task cli to consume core domain model task from client
* chore(kv): remove rule service behaviours from kv
This also introduces the org id resolver type. Which is transplanted
from the kv service. As this one function coupled all resource
capabilities onto the kv service. Making removing these capabilities
impossible. Moving this type out into its own package which depends on
each service explicitly ensures we don't have one type which has to
implement all the service contracts.
* fix(launcher): remove double reference to influxdb package
2020-10-27 11:45:05 +00:00
Greg
b63bcb43c4
fix: use valid flux in pkger test templates ( #19465 )
2020-10-19 15:45:11 -06:00
Greg
e8931bbffa
fix(templates): allow same duration unit identifiers that the tasks api allows ( #19710 )
2020-10-09 14:17:04 -06:00
Greg
6219adc574
fix: preserve cell colors on export/import ( #19700 )
2020-10-07 14:13:53 -06:00
greg linton
214625e7c0
chore: remove crufty comments
2020-09-22 10:22:55 -06:00
greg linton
13cb2927bb
Merge branch 'master' into feat/18733
2020-09-21 17:21:06 -06:00
Timmy Luong
fbe56d7e23
feat: add legendOrientationThreshold ( #19584 )
...
* feat: add legendOrientationThreshold
* feat: add legendOpacity
* chore: fix float definition in swagger and use single-value context in Resource float64
2020-09-21 11:02:51 -07:00
Christopher M. Wolff
e7cbbaa722
feat: upgrade Flux to v0.83.2 ( #19569 )
2020-09-16 17:59:15 -07:00
greg linton
6dc785e894
chore: address feedback
2020-09-15 09:33:44 -06:00
greg linton
53b325c7d0
Merge branch 'master' into feat/18733
2020-09-11 14:23:24 -06:00
Timmy Luong
f4c0259906
feat: update BandViewProperties
2020-09-11 10:47:24 -07:00
greg linton
0eb53e0e0b
chore: revert notificationEndpoints to be name unique
2020-09-10 17:55:22 -06:00
greg linton
8c61b922dd
chore: update old tests and add new tests
2020-09-09 20:10:52 -06:00
Stuart Carnie
7964f86ffc
fix: switch port to 8086
...
fix(readme): update the port and setup
2020-09-03 14:40:29 -07:00
greg linton
1d9a5623e3
chore: remove name from service clone org resources
...
these functions are not hit by the cli
2020-08-27 17:48:17 -06:00
greg linton
f5731b8397
feat: export variables by name
2020-08-27 17:44:43 -06:00
greg linton
826462f5f8
feat: export telegraf configs by name
2020-08-27 17:37:46 -06:00
greg linton
0413713ba1
feat: export tasks by name
2020-08-27 17:35:04 -06:00
greg linton
a9421279c5
feat: export notification rules by name
2020-08-27 17:29:25 -06:00
greg linton
57d21d26c3
feat: export notification endpoints by name
2020-08-27 17:19:55 -06:00
greg linton
7565ce2992
feat: export labels by name
2020-08-27 17:01:23 -06:00
greg linton
e69af9a331
feat: export checks by name
2020-08-27 16:55:23 -06:00
greg linton
a0c0c392da
feat: export buckets by name
2020-08-27 16:31:25 -06:00
greg linton
aca096a79a
chore: actually restrict exported dashboards to specified name
2020-08-27 16:10:13 -06:00
greg linton
7cc195556d
chore: cleanup types
2020-08-27 15:37:44 -06:00
greg linton
4e1bc7ceb2
feat(pkger): add ability to export dashboards by name
2020-08-27 15:32:04 -06:00
Brett Buddin
09b0258ab4
chore(master): Merge branch 'master' into sgc/tsm1
2020-08-27 14:43:50 -04:00
Greg
be35109440
feat(templates): handle task as option and spec in template query ( #19369 )
2020-08-26 14:44:59 -06:00
Stuart Carnie
505f40c158
Merge remote-tracking branch 'origin/master' into sgc/tsm1
...
# Conflicts:
# go.mod
# go.sum
# query/promql/internal/promqltests/go.mod
2020-08-18 14:04:52 -07:00
Deniz Kusefoglu
760433f00e
feat(bandchart): Add pkger stuff
2020-08-17 12:40:35 -07:00
Stuart Carnie
3d913da53c
fix(pkger): Add temporary Flux helpers for pkger build
2020-08-11 10:36:13 -07:00
Johnny Steenbergen
811aeaf5fb
chore(pkger): update doc.go
2020-08-06 12:33:29 -07:00
Johnny Steenbergen
35bc18bc34
fix(task): update task max page size error message to include an accurate limit
...
previously it had returned and error of 100, but the limit was 500.
2020-08-06 11:09:40 -07:00
Johnny Steenbergen
536e2c9811
feat(pkger): parameterize task queries
...
references: #18237
2020-08-05 16:14:06 -07:00
Johnny Steenbergen
41cb12aeec
feat(pkger): add parameterization to dashboard queries
...
references: #18237
2020-08-04 17:02:34 -07:00
rbose22
a61161d73b
feat: added backend for mosaic graph type ( #19195 )
...
Closes : #19121
Closes : #19211
Added the ability to save the mosaic graph type.
Co-authored-by: Rose Parker reparker837@gmail.com
2020-08-04 16:24:58 -07:00
Johnny Steenbergen
211e16dd7c
chore(pkger): axe deprecated fields
2020-07-30 17:25:58 -07:00
Johnny Steenbergen
e7310b414c
fix(pkger): update stacks with snapshot of all prevoius event resources
2020-07-28 15:58:59 -07:00
Johnny Steenbergen
d768132aaa
feat(pkger): make envRef default values support more types
...
references: #18237
2020-07-28 12:22:46 -07:00
Johnny Steenbergen
5dfa0e2973
feat(pkger): add resource links to a stack's resources from public HTTP API list/read calls
...
closes : #19049
2020-07-24 15:42:16 -07:00
Johnny Steenbergen
a652cdf552
chore(pkger): axe deprecated /packges route tree
2020-07-24 09:33:30 -07:00
Bucky Schwarz
88cdf43db1
revert: feat(pkger): add Stack resource type to global list
...
This reverts commit 99eabf8a44
.
A backend change was needed to make this work in Cloud envs, that change is blocked.
2020-07-22 12:48:53 -07:00
Johnny Steenbergen
99eabf8a44
feat(pkger): add Stack resource type to global list
...
now that Stacks have landed, the resource type can now be included for
any all access tokens, not just the token from setup
2020-07-21 11:16:00 -07:00
Johnny Steenbergen
944b097628
feat(pkger): extend stacks API with uninstall ability
...
this new ability removes the resources associated with the stack
and adds the uninstall event.
2020-07-09 17:05:53 -07:00
Johnny Steenbergen
8b6788fdd2
feat(pkger): make stacks event sourced
...
closes : #18874
2020-07-08 13:40:48 -07:00
Johnny Steenbergen
f15fc045fb
fix(pkger): fulfill pagination for tasks/checks/not rules for export all
...
closes : #18850
2020-07-06 13:11:59 -07:00