Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eclipsefdn-uss-api
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Foundation
IT
APIs
eclipsefdn-uss-api
Merge requests
!33
feat: Update the cleanup task to run hourly
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: Update the cleanup task to run hourly
blob-cleanup-hourly
into
main
Overview
0
Commits
2
Changes
2
Merged
Zachary Sabourin
requested to merge
blob-cleanup-hourly
into
main
8 months ago
Overview
0
Commits
2
Changes
2
Expand
feat: Update the cleanup task to run hourly
#43 (closed)
1
0
Merge request reports
Compare
main
version 1
3bb942ec
8 months ago
main (base)
and
latest version
latest version
e9b5cde1
2 commits,
8 months ago
version 1
3bb942ec
1 commit,
8 months ago
2 files
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/main/java/org/eclipsefoundation/uss/resources/BlobResource.java
+
0
−
1
Options
@@ -14,7 +14,6 @@ package org.eclipsefoundation.uss.resources;
import
java.util.Arrays
;
import
java.util.List
;
import
java.util.Optional
;
import
java.util.stream.Collectors
;
import
org.apache.commons.lang3.StringUtils
;
import
org.eclipsefoundation.efservices.models.RequestTokenWrapper
;
Loading