Greg
be35109440
feat(templates): handle task as option and spec in template query ( #19369 )
2020-08-26 14:44:59 -06:00
Deniz Kusefoglu
760433f00e
feat(bandchart): Add pkger stuff
2020-08-17 12:40:35 -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
d768132aaa
feat(pkger): make envRef default values support more types
...
references: #18237
2020-07-28 12:22:46 -07:00
Johnny Steenbergen
ffe5d941d3
feat(pkger): extend template Summary with discrete kinds for each summary type
...
references: #18804
2020-06-30 16:47:15 -07:00
Johnny Steenbergen
b9e6744807
chore(pkger): finalize adoption of templates naming convention
...
closes : #18580
2020-06-30 16:33:45 -07:00
Johnny Steenbergen
952007001b
chore(pkger): drop mentions of pkgs from within service models
...
references: #18580
2020-06-29 16:43:40 -07:00
David McKay
b3c738fc53
fix: have tests use non-default value and support pkger
2020-06-25 18:16:57 +01:00
Johnny Steenbergen
802afebf8c
feat(pkger): add support for selected fields to variable
...
references: #18240
2020-06-22 17:05:18 -07:00
Johnny Steenbergen
34c4e5a48b
feat(pkger): add env default vaules for template references
2020-06-22 15:14:16 -07:00
Johnny Steenbergen
6ff46c0f3c
chore(pkger): drop deprecated shouldRemove from parser identity
2020-06-16 08:04:37 -07:00
Johnny Steenbergen
12c1b61d00
feat(pkger): provide label associations env refs to each resource type
...
closes : #18407
2020-06-10 17:14:53 -07:00
Johnny Steenbergen
0d07f8e579
feat(pkger): extend SummaryVariable with its env references
...
references: #18407
2020-06-10 17:14:53 -07:00
Johnny Steenbergen
5d8538de5a
feat(pkger): extend SummaryTelegrafConfig with its env references
...
references: #18407
2020-06-10 17:14:53 -07:00
Johnny Steenbergen
b4e1ea7903
feat(pkger): extend SummaryTasks with its env references
...
references: #18407
2020-06-10 17:14:53 -07:00
Johnny Steenbergen
d9925ffbc4
feat(pkger): extend SummaryNotifcationRules with its env references
...
references: #18407
2020-06-10 16:23:43 -07:00
Johnny Steenbergen
205d022b52
feat(pkger): extend SummaryNotifcationEndpoints with its env references
...
references: #18407
2020-06-10 15:57:06 -07:00
Johnny Steenbergen
98cc30fa24
feat(pkger): extend SummaryCheck with its env references
...
references: #18407
2020-06-10 15:57:06 -07:00
Johnny Steenbergen
ef00f66a55
feat(pkger): extend SummaryDashboard with its env references
...
references: #18407
2020-06-10 15:22:08 -07:00
Johnny Steenbergen
bb270f1145
feat(pkger): extend SummaryLabel with its env references
...
references: #18407
2020-06-10 14:18:37 -07:00
Johnny Steenbergen
70b3619df6
feat(pkger): extend SummaryBucket with its env references
2020-06-10 13:34:33 -07:00
Johnny Steenbergen
73ffe23f9d
chore(pkger): backfill missing fillColumns field for histograms
...
closes : #18431
2020-06-10 07:50:35 -07:00
Johnny Steenbergen
bfc27a9d65
fix(pkger): relax chart validation on query values
...
this fixes a bug where we are trying to export a dashboard that has chart
with unexpected missign queries. the root cause of these issues is uknown
but the fix here is to remove the strict requirement. a user can still
delete any unexpected cell if they deem necessary after the export.
2020-05-27 15:02:37 -07:00
Johnny Steenbergen
9ab4447617
chore(pkger): ensure sorting is done by PkgName for all parser resource summaries
2020-05-06 13:01:50 -07:00
Johnny Steenbergen
784b222d4d
feat(pkger): enforce metadata.name dns name compliance
...
this PR includes a lot of small changes to names in existing test pkgs.
the tests are updated to follow suit.
closes : #17940
2020-05-04 12:40:22 -07:00
Johnny Steenbergen
3acd860563
feat(pkger): add stateful management for notification rules
...
references: #17434
2020-04-23 11:47:32 -07:00
Johnny Steenbergen
8251c362ee
chore(pkger): refactor parser notification rule state out into stateful type
...
this PR also drops a bunc of dead code that was necessary for times of integration.
references: #17434
2020-04-17 14:02:29 -07:00
Johnny Steenbergen
21694416a3
chore(pkger): refactor parser dashboard state out into stateful type
...
references: #17434
2020-04-16 13:27:36 -07:00
Johnny Steenbergen
f084a93fa2
chore(pkger): refactor parser telegraf config state out into stateful type
...
references: #17434
2020-04-16 12:05:07 -07:00
Johnny Steenbergen
da2cf7e94a
chore(pkger): refactor parser task state out into stateful type
...
references: #17434
2020-04-16 10:06:44 -07:00
Johnny Steenbergen
94ae519cc6
chore(pkger): refactor parser notification endpoint state out into stateful type
...
references: #17434
2020-04-15 14:26:25 -07:00
Johnny Steenbergen
c8a79f5653
chore(pkger): refactor parser variable state out into stateful type
...
references: #17434
2020-04-14 16:48:56 -07:00
Johnny Steenbergen
cb7f8ba521
chore(pkger): refactor parser check state out into stateful type
...
references: #17434
2020-04-14 15:43:50 -07:00
Johnny Steenbergen
c718b676ef
chore(pkger): refactor pkger data model to separate parsed and stateful datum
2020-04-14 09:28:09 -07:00