-
-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add RSS Reporter #553
Conversation
Would the logic used for |
Yup, that's pretty much exactly the same logic. I'm not sure where a method containing that logic could be placed nicely though; it doesn't seem to fit well in either |
You could make it just another command-line argument instead of a fully-fledged reporter and then you can put it in I would imagine this feature working something like this:
Plus a reporter that takes as configuration argument at least the In the future (but this can be scoped out of the PR to keep it simple) i'm sure people will want to create separate RSS files for each job of for a subset of jobs, etc... -- this should be easy to add once the basic infrastructure is in, but no need to do it in this PR, imho. |
Closing due to inactivity. |
This is a work in progress attempt at a RSS reporter. It retrieves job history and compares each version with the previous one to generate a hopefully stable RSS feed.
I have not tested this very thoroughly (it has no tests, but neither do the other reporters) and it is missing documentation, among other things.
I suspect this will either break or be able to be improved once #360 (or equivalent) is merged.
Resolves #53.