re: Is it possible to disable action history on specific action(s)?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6.5k
- Forks
- 787
- PR merge metrics
- No merged PRs in 30d
Description
I've found a similar question, but don't find the answer I'm looking for.
Here is my question:
I created an action to post a pubsub topic on completion of some actions. I tried both core.st2.generic.actiontrigger and core.st2.generic.notifyrigger.
For core.st2.generic.actiontrigger, the problem is every completed action is companioned with a topic posting action in the action history.
For core.st2.generic.notifyrigger, the situation is better, but still, every action with notify section in the definition is companioned with a topic posting action in the action history.
Is there a configuration to disable the history records of the topic posting action?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the core.st2.generic.actiontrigger and core.st2.generic.notifyrigger mechanisms named in the issue, then follow how their topic-posting actions are recorded in action history. Done means determining whether per-action history suppression is supported and, if not, defining the configuration behavior needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100