Commit Graph

17 Commits

Author SHA1 Message Date
Michal Konecny
6428f8f772 Sunset github2fedmsg and fedmsg
This commit is removing all the fedmsg related stuff from ansible
repository.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-02-13 10:08:51 +00:00
Michal Konecny
2ec055db6f Use first uppercase letter for all handlers
This will unify all the handlers to use first uppercase letter for
ansible-lint to stop complaining.

I went through all `notify:` occurrences and fixed them by running
```
set TEXT "text_to_replace"; set REPLACEMENT "replacement_text"; git grep
-rlz "$TEXT" . | xargs -0 sed -i "s/$TEXT/$REPLACEMENT/g"
```

Then I went through all the changes and removed the ones that wasn't
expected to be changed.

Fixes https://pagure.io/fedora-infrastructure/issue/12391

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-02-10 20:31:49 +00:00
Ryan Lerch
6a3816dfdc ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
Replaces many references to 'copy' with ansible.builtin.copy

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:43:31 +10:00
Ryan Lerch
89f6f1fc32 Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-28 17:31:45 +10:00
Jiri Podivin
f513e7cbcd Linting python scripts
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
2024-09-18 19:57:29 +00:00
Ralph Bean
1123b0dc80 Try again to squash memory leak in fedmsg-map. 2015-06-01 19:41:45 +00:00
Ralph Bean
055645e9d3 Pull in more fedmsg-map changes.
... from https://github.com/fedora-infra/fedmsg/pull/338
2015-05-09 16:49:38 +00:00
Ralph Bean
06d2517c67 Use a threadpool to this faster; increase resolution of the collectd graph. 2015-05-09 11:15:03 +00:00
Ralph Bean
4623039226 (fedmsg+collectd) change this interval back down to 10. It wasn't the problem I originally thought it was. 2015-05-01 14:10:59 +00:00
Ralph Bean
a213938afb Let collectd try tcp connections for this plugin. 2015-05-01 01:12:30 +00:00
Ralph Bean
21a1715624 Try to fix memory growth in fedmsg-map. 2015-04-29 20:22:36 +00:00
Ralph Bean
8675c72d62 Grasping at straws. 2015-04-23 15:02:43 +00:00
Ralph Bean
67d2be7f9a Restrict percent to one digit of precision.
I think this is what collectd wants after looking in types.db.
2015-04-23 14:31:38 +00:00
Ralph Bean
8fbd6cabff Revert "I think collectd wants a 0-1 value here."
This reverts commit ada9ebb22e.
2015-04-23 01:58:31 +00:00
Ralph Bean
ada9ebb22e I think collectd wants a 0-1 value here. 2015-04-23 01:46:16 +00:00
Ralph Bean
b256d9b939 Collectd apparently doesn't like arguments. 2015-04-22 15:40:57 +00:00
Ralph Bean
0df9ce2390 Add new collectd graph for "fedmsg activation" percent. 2015-04-22 15:31:06 +00:00