Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CloWM UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
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
Computational Metagenomics
CloWM
CloWM UI
Merge requests
!143
Resolve "Add UI for ownership tranfers"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add UI for ownership tranfers"
feature/145-add-ui-for-ownership-tranfers
into
main
Overview
0
Commits
3
Pipelines
0
Changes
37
Merged
Daniel Göbel
requested to merge
feature/145-add-ui-for-ownership-tranfers
into
main
7 months ago
Overview
0
Commits
3
Pipelines
0
Changes
37
Expand
Closes
#145 (closed)
0
0
Merge request reports
Compare
main
version 2
bc3355d7
7 months ago
version 1
ccbff4a4
7 months ago
main (base)
and
latest version
latest version
8fd66e4e
3 commits,
7 months ago
version 2
bc3355d7
2 commits,
7 months ago
version 1
ccbff4a4
1 commit,
7 months ago
37 files
+
2705
−
569
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
37
Search (e.g. *.vue) (Ctrl+P)
src/client/models/BucketPermissionIn.ts
+
1
−
1
Options
@@ -19,7 +19,7 @@ export type BucketPermissionIn = {
/**
* Permission
*/
permission
?:
(
Permission
|
string
);
permission
?:
(
Permission
|
'
READ
'
|
'
WRITE
'
|
'
READWRITE
'
);
/**
* UID of the grantee
*/
Loading