[obs-commits] [openSUSE/open-build-service] ba117d: Improve the rake task that creates notifications
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ba117d505c97abe49f9f4075b5eef607865396c3 https://github.com/openSUSE/open-build-service/commit/ba117d505c97abe49f9f40... Author: Lukas Krause <lkrause@suse.de> Date: 2020-04-30 (Thu, 30 Apr 2020) Changed paths: M src/api/lib/tasks/dev.rake Log Message: ----------- Improve the rake task that creates notifications The Faker::Lorem.word starts to repeat words after a short while. This leads to validation errors, when creating the packages in the rake task. So both the current time and a counter has been used to get non-repeated names. Add a reason (comment) when creating a review, so they will have some text to show as excerpt. Ensure admin user has notifications via web enabled in the configuration. Create notifications for more than one project to have some options in the filter by project. Generates notifications for event type 'RequestStatechange'. Commit: 2944d0a68f73fce6ce44284423ceca09d490249f https://github.com/openSUSE/open-build-service/commit/2944d0a68f73fce6ce4428... Author: Lukas Krause <lkrause@suse.de> Date: 2020-04-30 (Thu, 30 Apr 2020) Changed paths: M src/api/lib/tasks/dev.rake Log Message: ----------- Merge pull request #9413 from krauselukas/add_counter Add counter to notifications creation rake task Compare: https://github.com/openSUSE/open-build-service/compare/566d93d40369...2944d0...
participants (1)
-
Lukas Krause