Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds “check items” requests to the Crosslink PR happy-flow Bruno collection and reorders request execution by updating sequence numbers.
Changes:
- Added new Bruno HTTP requests to fetch
/patron_requests/{id}/itemsfor borrowing and lending sides, with post-response assertions. - Updated
meta.seqacross existing requests to accommodate the new steps.
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| bruno/crosslink/PR Happy flow/Supplier Events.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Sup Patron Events.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Requester Events.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Req Patron Events.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Lending side will-supply.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Lending side ship.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Lending side ship check.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Lending side mark-received.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Lending side get all actions.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Lending side check status.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Lending side check items.bru | New request + assertions for lending-side items endpoint. |
| bruno/crosslink/PR Happy flow/Get Peers.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Borrowing side ship-return.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Borrowing side ship-return check.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Borrowing side receive.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Borrowing side receive check.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Borrowing side check-out.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Borrowing side check-out check.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Borrowing side check-in.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Borrowing side check-in check.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Borrowing side check status.bru | Bumped meta.seq to reflect new ordering. |
| bruno/crosslink/PR Happy flow/Borrowing side check items.bru | New request + assertions for borrowing-side items endpoint. |
| bruno/crosslink/PR Happy flow/Borrowing side get all actions.bru | Bumped meta.seq to reflect new ordering. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
jakub-id
approved these changes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Check /patron_requests/prId/items?side=xxx
in requester and supplier , where at least 1 item is expected.