-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1548e4a
commit e7603b7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pelican
updated
20 files
+4 −0 | common/director.go | |
+1 −0 | config/resources/defaults.yaml | |
+2 −2 | director/advertise.go | |
+2 −2 | director/advertise_test.go | |
+5 −5 | director/cache_ads.go | |
+10 −10 | director/cache_ads_test.go | |
+2 −2 | director/director.go | |
+2 −2 | director/director_api.go | |
+9 −9 | director/director_api_test.go | |
+61 −37 | director/redirect.go | |
+7 −7 | director/redirect_test.go | |
+8 −8 | director/sort.go | |
+1 −1 | director/stat.go | |
+8 −1 | docs/parameters.yaml | |
+1 −0 | param/parameters.go | |
+2 −0 | param/parameters_struct.go | |
+13 −9 | web_ui/authorization.go | |
+37 −3 | web_ui/frontend/app/api/docs/pelican-swagger.yaml | |
+9 −9 | web_ui/prometheus.go | |
+2 −0 | web_ui/prometheus_test.go |