-
Notifications
You must be signed in to change notification settings - Fork 440
Examples of RSS Feeds
Eduardo J edited this page Sep 29, 2021
·
2 revisions
Examples useful for the RSS Feed for Notifications page
Having the users Admin. Iggy and Requestor.
- Requestor requires a review by user Admin and, some time later, also requires a review by group group-admin. Both got merged.
<item>
<title>Request 433 requires review (add_role home:Iggy)</title>
<description>Request 433 (by Requestor) requires a review by group group-admin
Visit http://unconfigured.openbuildservice.org:3000/request/show/433
Review reason set by Requestor:
Request description:
Actions:
- reviewhero wants to be maintainer in project home:Iggy</description>
<category>Event::ReviewWanted/reviewer</category>
<pubDate>2020-09-30 11:10:30 UTC</pubDate>
<author>Open Build Service</author>
</item>
Requestor creates an Add Role Request in home:Admin.
<item>
<title>Request 432 created by Requestor (add_role home:Admin)</title>
<description>Visit http://unconfigured.openbuildservice.org:3000/request/show/432
Description:
Actions:
- reviewhero wants to be maintainer in project home:Admin
To REVIEW against the previous version:
osc request show --diff 432
To ACCEPT the request:
osc request accept 432 --message="reviewed ok."
To DECLINE the request:
osc request decline 432 --message="declined for reason xyz (see ... for background / policy / ...)."
To REVOKE the request:
osc request revoke 432 --message="retracted because ..., sorry / thx / see better version ..."
</description>
<category>Event::RequestCreate/target_maintainer</category>
<pubDate>2020-09-30 10:53:38 UTC</pubDate>
<author>Open Build Service</author>
</item>
Requestor, some time later, also requires a review by group group-iggy.
<item>
<title>Request 432 requires review (add_role home:Admin)</title>
<description>Request 432 (by Requestor) requires a review by group group-iggy
Visit http://unconfigured.openbuildservice.org:3000/request/show/432
Review reason set by Requestor:
Request description:
Actions:
- reviewhero wants to be maintainer in project home:Admin</description>
<category>Event::ReviewWanted/reviewer</category>
<pubDate>2020-09-30 11:08:12 UTC</pubDate>
<author>Open Build Service</author>
</item>
Requestor requires a review by user Iggy.
<item>
<title>Request 432 requires review (add_role home:Admin)</title>
<description>Request 432 (by Requestor) requires a review by user Iggy
Visit http://unconfigured.openbuildservice.org:3000/request/show/432
Review reason set by Requestor:
Request description:
Actions:
- reviewhero wants to be maintainer in project home:Admin</description>
<category>Event::ReviewWanted/reviewer</category>
<pubDate>2020-09-30 11:02:50 UTC</pubDate>
<author>Open Build Service</author>
</item>
Requestor creates an Add Role Request in home:Iggy.
<item>
<title>Request 433 created by Requestor (add_role home:Iggy)</title>
<description>Visit http://unconfigured.openbuildservice.org:3000/request/show/433
Description:
Actions:
- reviewhero wants to be maintainer in project home:Iggy
To REVIEW against the previous version:
osc request show --diff 433
To ACCEPT the request:
osc request accept 433 --message="reviewed ok."
To DECLINE the request:
osc request decline 433 --message="declined for reason xyz (see ... for background / policy / ...)."
To REVOKE the request:
osc request revoke 433 --message="retracted because ..., sorry / thx / see better version ..."
</description>
<category>Event::RequestCreate/target_maintainer</category>
<pubDate>2020-09-30 10:54:05 UTC</pubDate>
<author>Open Build Service</author>
</item>
- Development Environment Overview
- Development Environment Tips & Tricks
- Spec-Tips
- Code Style
- Rubocop
- Testing with VCR
- Authentication
- Authorization
- Autocomplete
- BS Requests
- Events
- ProjectLog
- Notifications
- Feature Toggles
- Build Results
- Attrib classes
- Flags
- The BackendPackage Cache
- Maintenance classes
- Cloud uploader
- Delayed Jobs
- Staging Workflow
- StatusHistory
- OBS API
- Owner Search
- Search
- Links
- Distributions
- Repository
- Data Migrations
- next_rails
- Ruby Update
- Rails Profiling
- Installing a local LDAP-server
- Remote Pairing Setup Guide
- Factory Dashboard
- osc
- Setup an OBS Development Environment on macOS
- Run OpenQA smoketest locally
- Responsive Guidelines
- Importing database dumps
- Problem Statement & Solution
- Kickoff New Stuff
- New Swagger API doc
- Documentation and Communication
- GitHub Actions
- How to Introduce Software Design Patterns
- Query Objects
- Services
- View Components
- RFC: Core Components
- RFC: Decorator Pattern
- RFC: Backend models