Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TAM
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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
TAM
Merge requests
!49
You need to sign in or sign up before continuing.
Availability Endpoint
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Availability Endpoint
backend_availability
into
dev
Overview
13
Commits
3
Pipelines
1
Changes
16
Merged
Availability Endpoint
Otto Visser
requested to merge
backend_availability
into
dev
May 30, 2018
Overview
13
Commits
3
Pipelines
1
Changes
16
In this merge request, the following is changed:
The API documentation is adjusted to include the newcoming features to update the availability of the user.
The GET request for all available timeslots is created according to the API specification.
The GET request for the availability of a user is created.
The POST request for the updating of the availability of the user is created.
Edited
Jun 1, 2018
by
Otto Visser
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
a53e70a6
3 commits,
Jun 1, 2018
16 files
+
1337
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
config/spotbugs/spotbugs.xml
+
18
−
0
View file @ a53e70a6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -12,4 +12,22 @@
<Method
name=
"queryForList"
/>
<Bug
pattern=
"SQL_INJECTION_SPRING_JDBC"
/>
</Match>
<!-- This check is disabled because these representations can be known -->
<Match>
<Class
name=
"nl.tudelft.ewi.tam.beans.Dateslot"
/>
<Bug
pattern=
"EI_EXPOSE_REP"
/>
</Match>
<Match>
<Class
name=
"nl.tudelft.ewi.tam.beans.Dateslot"
/>
<Bug
pattern=
"EI_EXPOSE_REP2"
/>
</Match>
<Match>
<Class
name=
"nl.tudelft.ewi.tam.beans.Timeslot"
/>
<Bug
pattern=
"EI_EXPOSE_REP"
/>
</Match>
<Match>
<Class
name=
"nl.tudelft.ewi.tam.beans.Timeslot"
/>
<Bug
pattern=
"EI_EXPOSE_REP2"
/>
</Match>
</FindBugsFilter>
\ No newline at end of file
Loading