From 29bb86b11267b1b448ec799072a9aa68fa7e36d6 Mon Sep 17 00:00:00 2001 From: Daniel Reuter Date: Mon, 30 Sep 2024 16:17:28 +0200 Subject: [PATCH] feat: prepare new sidebar ordering / add `technology` --- extrobots/action.go | 6 ++++-- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/extrobots/action.go b/extrobots/action.go index 3979a3d..9427234 100644 --- a/extrobots/action.go +++ b/extrobots/action.go @@ -61,8 +61,10 @@ func (l *logAction) Describe() action_kit_api.ActionDescription { }, }), }), - // Category for the targets to appear in - Category: extutil.Ptr("other"), + // Used to categorize the actions in the UI + Technology: extutil.Ptr("Scaffold"), + //Optional sub-category + Category: extutil.Ptr("Robots"), // To clarify the purpose of the action, you can set a kind. // Attack: Will cause harm to targets diff --git a/go.mod b/go.mod index 83952c6..a6891bd 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/KimMachineGun/automemlimit v0.6.1 github.com/kelseyhightower/envconfig v1.4.0 github.com/rs/zerolog v1.33.0 - github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.2 + github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3-beta.1 github.com/steadybit/action-kit/go/action_kit_sdk v1.1.10 github.com/steadybit/action-kit/go/action_kit_test v1.2.15 github.com/steadybit/advice-kit/go/advice_kit_api v1.0.0 diff --git a/go.sum b/go.sum index b813fd8..841209f 100644 --- a/go.sum +++ b/go.sum @@ -156,8 +156,8 @@ github.com/smartystreets/goconvey v1.8.0/go.mod h1:EdX8jtrTIj26jmjCOVNMVSIYAtgex github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0= -github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.2 h1:z7DoVMFIhkKii+3SNFKDoHzYidOxCOkWohvqqPld/aw= -github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.2/go.mod h1:PMhimKAlixCZOIwzPsNvIOrVuII876CuWMGeiEwGN34= +github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3-beta.1 h1:TR0LbBEzOC77HwbcGxngvbY4UN4QpDN/RGZsC+KdKYY= +github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.3-beta.1/go.mod h1:PMhimKAlixCZOIwzPsNvIOrVuII876CuWMGeiEwGN34= github.com/steadybit/action-kit/go/action_kit_sdk v1.1.10 h1:1c/tpC0gLj1YAKEno0v9X14WuuYbxCB/ke6csTtVefQ= github.com/steadybit/action-kit/go/action_kit_sdk v1.1.10/go.mod h1:iuzHsEiAgF4s21i6jxjqb7V33sMNeMP93CHm8bI5Nbg= github.com/steadybit/action-kit/go/action_kit_test v1.2.15 h1:A9FrK5jthzjhPzBRDeAZbCfgoFkEO3q654kFvyjD07o=