Send message when a timeslot opens up.
What does this mr do?
Send a user updates on requests which have become available because of slots opening on the server side.
Screenshots
before
after
Does this MR meet the acceptance criteria?
-
I have added a changelog entry to reflect the significant changes I made. -
Tests were created to test the feature. -
I have updated the documentation accordingly. -
I adhere to the style guide.
Closes #659 (closed) #569 (closed)
Merge request reports
Activity
added difficultymedium priohigh + 1 deleted label
requested review from @rwbackx
assigned to @cedricwilleken
Additionally, to this feature, we should also consider automatically opening up labs on the request page. If a lab was not yet open when the request page was opened, no new requests will show up for that lab in the table because the front-end thinks that this lab is 'filtered-out'/not relevant for the user.
Policy violation(s) detectedSecurity and compliance scanners enforced by your organization have completed and identified that approvals are required due to one or more policy violations. Review the policy's rules in the MR widget and assign reviewers to proceed. Learn more about Security and Compliance policies.
Edited by GitLab Security Bot- Resolved by Cédric Willekens
How exactly does this new scope work? Is it 'request scope if there is a request otherwise use an existing cache' or 'request scope if there is a request otherwise create a cache', because the second one is more desirable to not have outdated data.
- Resolved by Cédric Willekens
Maybe it's nice to define an annotation
@Scope(scopeName = "cacheManager") public @interface CacheScope {}
requested review from @rwbackx
- Resolved by Cédric Willekens
mentioned in commit 8964081f
unassigned @cedricwilleken