Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team 5 - Smart Towns
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Rhys Evans
Team 5 - Smart Towns
Merge requests
!42
Resolve "As a site administrator I want to be able to review submitted trail checkpoints by business owners, so that they might be added to the existing trails
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "As a site administrator I want to be able to review submitted trail checkpoints by business owners, so that they might be added to the existing trails
82-as-a-site-admininstrator-i-want-to-be-able-to-review-submited-trail-checkpoints-by-bussiness
into
main
Overview
1
Commits
9
Pipelines
0
Changes
9
Merged
Resolve "As a site administrator I want to be able to review submitted trail checkpoints by business owners, so that they might be added to the existing trails
Rhys Evans
requested to merge
82-as-a-site-admininstrator-i-want-to-be-able-to-review-submited-trail-checkpoints-by-bussiness
into
main
Dec 13, 2023
Overview
1
Commits
9
Pipelines
0
Changes
9
Closes
#82 (closed)
Super speed!!
0
0
Merge request reports
Compare
main
version 6
e16260a4
Dec 13, 2023
version 5
496275ef
Dec 13, 2023
version 4
7d1d4a12
Dec 13, 2023
version 3
a2ce4b54
Dec 13, 2023
version 2
fd48eeaa
Dec 13, 2023
version 1
de63fae0
Dec 13, 2023
main (base)
and
version 3
latest version
769cca5e
9 commits,
Dec 14, 2023
version 6
e16260a4
8 commits,
Dec 13, 2023
version 5
496275ef
7 commits,
Dec 13, 2023
version 4
7d1d4a12
6 commits,
Dec 13, 2023
version 3
a2ce4b54
5 commits,
Dec 13, 2023
version 2
fd48eeaa
2 commits,
Dec 13, 2023
version 1
de63fae0
1 commit,
Dec 13, 2023
9 files
+
125
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
src/main/java/Team5/SmartTowns/data/LocationRepository.java
+
1
−
0
View file @ a2ce4b54
Edit in single-file editor
Open in Web IDE
Show full file
@@ -10,6 +10,7 @@ public interface LocationRepository {
List
<
Location
>
getAllApprovedLocations
();
int
nametoLocationID
(
String
name
);
// List<Location> getApprovedLocations2(List<Location> list);
Loading