Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!323
Resolve "Forwarding a request"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Forwarding a request"
126-forwarding-a-request
into
development
Overview
0
Commits
2
Pipelines
0
Changes
4
Merged
Resolve "Forwarding a request"
Thijs Nulle
requested to merge
126-forwarding-a-request
into
development
May 7, 2020
Overview
0
Commits
2
Pipelines
0
Changes
4
What does this mr do?
Adds the reason messages for forwarding into the timeline.
Screenshots
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
#126 (closed)
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
262cf0f4
2 commits,
May 7, 2020
4 files
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
src/main/java/nl/tudelft/ewi/queue/model/RequestForwardToAnyEvent.java
+
1
−
1
View file @ 262cf0f4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -60,7 +60,7 @@ public class RequestForwardToAnyEvent extends RequestEvent {
@Override
public
String
getDescription
()
{
return
"Request forwarded to anyone else"
;
return
"Request forwarded to anyone else"
+
"\n"
+
reason
;
}
@Override
Loading