Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Waterbutler Helper
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
libraries
Waterbutler Helper
Merge requests
!26
Issue/1877 extend resource type configuration nrwf hs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue/1877 extend resource type configuration nrwf hs
Issue/1877-ExtendResourceTypeConfigurationNRWFHs
into
dev
Overview
0
Commits
2
Pipelines
3
Changes
3
Merged
Hanna Führ
requested to merge
Issue/1877-ExtendResourceTypeConfigurationNRWFHs
into
dev
3 years ago
Overview
0
Commits
2
Pipelines
3
Changes
3
Expand
coscine/issues#1877
Edited
3 years ago
by
Petar Hristov
0
0
Merge request reports
Compare
dev
version 1
258b1471
3 years ago
dev (base)
and
latest version
latest version
2f6e26c8
2 commits,
3 years ago
version 1
258b1471
1 commit,
3 years ago
3 files
+
6
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/WaterbutlerHelper/WaterbutlerInterface.cs
+
2
−
2
Options
@@ -337,12 +337,12 @@ namespace Coscine.WaterbutlerHelper
private
bool
IsLikeRds
(
string
compare
)
{
return
compare
==
"rds"
||
compare
==
"rdsude"
;
return
compare
==
"rds"
||
compare
==
"rdsude"
||
compare
==
"rdsnrw"
;
}
private
bool
IsLikeRdsS3
(
string
compare
)
{
return
compare
==
"rdss3"
||
compare
==
"rdss3ude"
;
return
compare
==
"rdss3"
||
compare
==
"rdss3ude"
||
compare
==
"rdss3nrw"
;
}
}
}
Loading