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
!326
Permission service test addition
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Permission service test addition
Permission-Service-Test
into
development
Overview
0
Commits
18
Pipelines
0
Changes
2
Merged
Permission service test addition
Thijs Nulle
requested to merge
Permission-Service-Test
into
development
May 8, 2020
Overview
0
Commits
18
Pipelines
0
Changes
2
This mr adds unit tests for the permissionService
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
1804e25e
18 commits,
May 8, 2020
2 files
+
1388
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/main/java/nl/tudelft/ewi/queue/service/PermissionService.java
+
1
−
0
View file @ 1804e25e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -294,6 +294,7 @@ public class PermissionService {
Course
course
=
lab
.
getCourse
();
return
user
.
assists
(
course
)
||
user
.
manages
(
course
)
||
user
.
teaches
(
course
);
}
Loading