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
!108
Resolve "Add checkbox for public buckets"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add checkbox for public buckets"
feature/111-add-checkbox-for-public-buckets
into
main
Overview
0
Commits
2
Pipelines
3
Changes
25
Merged
Daniel Göbel
requested to merge
feature/111-add-checkbox-for-public-buckets
into
main
11 months ago
Overview
0
Commits
2
Pipelines
3
Changes
25
Expand
Closes
#111 (closed)
0
0
Merge request reports
Compare
main
version 1
f644a949
11 months ago
main (base)
and
latest version
latest version
6055aa6c
2 commits,
11 months ago
version 1
f644a949
1 commit,
11 months ago
25 files
+
470
−
267
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
src/client/s3proxy/models/Body_Bucket_update_bucket_public_state.ts
0 → 100644
+
11
−
0
Options
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export
type
Body_Bucket_update_bucket_public_state
=
{
/**
* New State
*/
public
:
boolean
;
};
Loading