Hi All,
My goal is to develop a plugin that will be used to follow the activity of a repository, pull-request, branch, etc ... through RSS feed.
Would you please give me an idea who can I do that ?
Cheers,
Ahmed.
Ahmed,
If you want to create a RSS feed, your best bet would be to listen for the relevant events in your plugin and persist them somewhere, perhaps using ActiveObjects. Then create a servlet to generate the RSS from these persisted events?
You'll also want to prune old events from time to time to prevent the database tables from filling up and slowing down the RSS generation.
Hope that helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My goal is to track all the changes made on a stash repository (create pull request, commit ...)
I will use those changes to send them even by email or through and RSS Fee
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.