Bug #31730
Cleanup hook names in event_name_for
Difficulty:
Triaged:
Yes
Description
Events created from Ruby namespace often contain slash characters which looks weird: actions/remote_execution/run_hosts_job_stopped.event.foreman.event.foreman
Let's convert them to dots.
Related issues
Associated revisions
History
#1
Updated by Lukas Zapletal about 2 years ago
- Related to Tracker #30290: Foreman webhooks integration story added
#2
Updated by Lukas Zapletal about 2 years ago
- Project changed from Webhooks to Foreman
#3
Updated by The Foreman Bot about 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8284 added
#4
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases 2.5.0 added
#5
Updated by Lukas Zapletal about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|eb60c4002ad74dde845ca3863cd9099a1ef1d3de.
#6
Updated by Lukas Zapletal about 2 years ago
- Target version set to 2.4.0
Requesting 2.4 so we can release plugins for this versions with events support.
#7
Updated by The Foreman Bot about 2 years ago
- Pull request https://github.com/theforeman/foreman/pull/8319 added
#8
Updated by Lukas Zapletal about 2 years ago
- Related to Feature #31647: Ability to add new arbitrary event via plugin API added
#9
Updated by Tomer Brisker about 2 years ago
- Fixed in Releases 2.4.0 added
- Fixed in Releases deleted (
2.5.0)
#10
Updated by Tomer Brisker about 2 years ago
- Category set to Plugin integration
Fixes #31730 - cleaner event name and documentation