Skip to content

Commit

Permalink
feat: prepare new sidebar ordering / add technology
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Sep 30, 2024
1 parent ebd2db2 commit 06f528b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion extloadtest/action_do_nothing.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (l *doNothingAction) Describe() action_kit_api.ActionDescription {
l.selectionTemplate,
}),
}),
Category: extutil.Ptr("internal"),
Technology: extutil.Ptr("Debug"),
Kind: action_kit_api.Attack,
TimeControl: action_kit_api.TimeControlInstantaneous,
}
Expand Down
2 changes: 1 addition & 1 deletion extloadtest/action_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (l *logAction) Describe() action_kit_api.ActionDescription {
l.selectionTemplate,
}),
}),
Category: extutil.Ptr("internal"),
Technology: extutil.Ptr("Debug"),
Kind: action_kit_api.Attack,
TimeControl: action_kit_api.TimeControlExternal,
Parameters: []action_kit_api.ActionParameter{
Expand Down
2 changes: 1 addition & 1 deletion extloadtest/action_recreate.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (r *recreateAction) Describe() action_kit_api.ActionDescription {
r.selectionTemplate,
}),
}),
Category: extutil.Ptr("internal"),
Technology: extutil.Ptr("Debug"),
Kind: action_kit_api.Attack,
TimeControl: action_kit_api.TimeControlInstantaneous,
Parameters: []action_kit_api.ActionParameter{
Expand Down
2 changes: 1 addition & 1 deletion extloadtest/action_targetless.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (l *targetlessAction) Describe() action_kit_api.ActionDescription {
Label: "Do nothing without a target",
Description: "This action does nothing.",
Version: extbuild.GetSemverVersionStringOrUnknown(),
Category: extutil.Ptr("internal"),
Technology: extutil.Ptr("Debug"),
Kind: action_kit_api.Other,
TimeControl: action_kit_api.TimeControlInstantaneous,
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/procyon-projects/chrono v1.1.2
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/advice-kit/go/advice_kit_api v1.0.0
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ github.com/smartystreets/assertions v1.13.1/go.mod h1:cXr/IwVfSo/RbCSPhoAPv73p3h
github.com/smartystreets/goconvey v1.8.0 h1:Oi49ha/2MURE0WexF052Z0m+BNSGirfjg5RL+JXWq3w=
github.com/smartystreets/goconvey v1.8.0/go.mod h1:EdX8jtrTIj26jmjCOVNMVSIYAtgexqXKHOXW2Dx9JLg=
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/advice-kit/go/advice_kit_api v1.0.0 h1:ApgKzjqXkFEtTxW2HETLYgEOQY+ZZOdYFmscfRc1LcA=
Expand Down

0 comments on commit 06f528b

Please sign in to comment.