-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syncing latest changes from master for odf-console #1572
Commits on Sep 9, 2024
-
Adds optional chaining for label selector in topology view
Removes dependency on app label Signed-off-by: Bipul Adhikari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 851d37a - Browse repository at this point
Copy the full SHA 851d37aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b81dac - Browse repository at this point
Copy the full SHA 6b81dacView commit details
Commits on Sep 10, 2024
-
Merge pull request #1567 from bipuladh/fix-node-map
Adds optional chaining for label selector in topology view
Configuration menu - View commit details
-
Copy full SHA for 00bf9fb - Browse repository at this point
Copy the full SHA 00bf9fbView commit details -
Merge pull request #1568 from alfonsomthd/fix-cve-webpack
Security: fix webpack version
Configuration menu - View commit details
-
Copy full SHA for 1723e18 - Browse repository at this point
Copy the full SHA 1723e18View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f973cb - Browse repository at this point
Copy the full SHA 8f973cbView commit details
Commits on Sep 17, 2024
-
Merge pull request #1569 from SanjalKatiyar/initial_s3_setup
Add initial setup for AWS S3 SDK
Configuration menu - View commit details
-
Copy full SHA for f142826 - Browse repository at this point
Copy the full SHA f142826View commit details
Commits on Sep 20, 2024
-
Block creation of external mode when Provider mode is already present
Signed-off-by: Bipul Adhikari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 465b880 - Browse repository at this point
Copy the full SHA 465b880View commit details -
Merge pull request #1590 from bipuladh/block-ext
Block creation of external mode when Provider mode is already present
Configuration menu - View commit details
-
Copy full SHA for f42078a - Browse repository at this point
Copy the full SHA f42078aView commit details
Commits on Sep 26, 2024
-
Create Bucket page: display CreateOBC form.
- Add CreateBucket page. - Refactor CreateOBC form to show the namespace selector when loaded in the CreateBucket page.
Configuration menu - View commit details
-
Copy full SHA for d093f16 - Browse repository at this point
Copy the full SHA d093f16View commit details -
Merge pull request #1594 from alfonsomthd/bucket-create
Create Bucket page: display CreateOBC form.
Configuration menu - View commit details
-
Copy full SHA for 59dec8a - Browse repository at this point
Copy the full SHA 59dec8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46125c9 - Browse repository at this point
Copy the full SHA 46125c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5474f0c - Browse repository at this point
Copy the full SHA 5474f0cView commit details -
Merge pull request #1597 from alfonsomthd/fix-flaky-e2e
Fix flaky E2E test
Configuration menu - View commit details
-
Copy full SHA for 22b0c4a - Browse repository at this point
Copy the full SHA 22b0c4aView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 896224d - Browse repository at this point
Copy the full SHA 896224dView commit details
Commits on Sep 30, 2024
-
Merge pull request #1599 from alfonsomthd/client-build
Sanity checks: ensure client plugin build is healthy
Configuration menu - View commit details
-
Copy full SHA for 6c7a90e - Browse repository at this point
Copy the full SHA 6c7a90eView commit details -
Configuration menu - View commit details
-
Copy full SHA for baab291 - Browse repository at this point
Copy the full SHA baab291View commit details -
Merge pull request #1591 from SanjalKatiyar/s3_object_list
Add buckets overview page (header, details/objects list tabs, actions) layout
Configuration menu - View commit details
-
Copy full SHA for eb8baf6 - Browse repository at this point
Copy the full SHA eb8baf6View commit details
Commits on Oct 2, 2024
-
Merge pull request #1596 from alfonsomthd/update-path-to-regexp
Fix security issue: Backtracking regular expressions
Configuration menu - View commit details
-
Copy full SHA for 1181a78 - Browse repository at this point
Copy the full SHA 1181a78View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99b9bc0 - Browse repository at this point
Copy the full SHA 99b9bc0View commit details -
Merge pull request #1607 from SanjalKatiyar/update_owners
Update OWNERS file
Configuration menu - View commit details
-
Copy full SHA for 79e751e - Browse repository at this point
Copy the full SHA 79e751eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c221d5 - Browse repository at this point
Copy the full SHA 9c221d5View commit details -
Merge pull request #1608 from alfonsomthd/bucket-create
Add 'Create Bucket' form (via S3-compat API)
Configuration menu - View commit details
-
Copy full SHA for 2c5dfc0 - Browse repository at this point
Copy the full SHA 2c5dfc0View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14b314a - Browse repository at this point
Copy the full SHA 14b314aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 607cd34 - Browse repository at this point
Copy the full SHA 607cd34View commit details -
Configuration menu - View commit details
-
Copy full SHA for e83bb50 - Browse repository at this point
Copy the full SHA e83bb50View commit details -
Merge pull request #1604 from SanjalKatiyar/actions_presigned_url
Add object actions - presigned URL, download and preview
Configuration menu - View commit details
-
Copy full SHA for abb8239 - Browse repository at this point
Copy the full SHA abb8239View commit details
Commits on Oct 7, 2024
-
Reset radio button when Provider mode is selected from dropdown
Signed-off-by: Bipul Adhikari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c27a9c5 - Browse repository at this point
Copy the full SHA c27a9c5View commit details -
Merge pull request #1612 from alfonsomthd/bucket-details
Create S3 Bucket form cleanup
Configuration menu - View commit details
-
Copy full SHA for e0f7403 - Browse repository at this point
Copy the full SHA e0f7403View commit details -
Hide In-transit Encryption checkbox when MCG deployment mode is selected
The encryption in transit option is based on Ceph’s MSGR v2 protocol and is meant for traffic interacting with & within the ceph cluster (client-osd, osd-osd). MCG is not covered by this, so it doesn't make sense to show the option when deployment mode is MCG Only. Signed-off-by: Malay Kumar Parida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac12683 - Browse repository at this point
Copy the full SHA ac12683View commit details
Commits on Oct 8, 2024
-
Merge pull request #1617 from malayparida2000/hide_check_mcg
Hide In-transit Encryption checkbox when MCG deployment mode is selected
Configuration menu - View commit details
-
Copy full SHA for 79087f7 - Browse repository at this point
Copy the full SHA 79087f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d1d39 - Browse repository at this point
Copy the full SHA 43d1d39View commit details -
Fetch external cluster python script from Rook CM
Signed-off-by: Bipul Adhikari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd3dc11 - Browse repository at this point
Copy the full SHA dd3dc11View commit details -
Merge pull request #1614 from bipuladh/fix-provider-mode
Reset radio button when Provider mode is selected from dropdown
Configuration menu - View commit details
-
Copy full SHA for 6f69f2e - Browse repository at this point
Copy the full SHA 6f69f2eView commit details -
Merge pull request #1620 from bipuladh/ext-script
Fetch external cluster python script from Rook CM
Configuration menu - View commit details
-
Copy full SHA for abe297c - Browse repository at this point
Copy the full SHA abe297cView commit details -
Signed-off-by: Gowtham Shanmugasundaram <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53ea858 - Browse repository at this point
Copy the full SHA 53ea858View commit details
Commits on Oct 9, 2024
-
Adds support for new volume modes in IBM flashsystem
Signed-off-by: Bipul Adhikari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74a0345 - Browse repository at this point
Copy the full SHA 74a0345View commit details -
Configuration menu - View commit details
-
Copy full SHA for a768cd0 - Browse repository at this point
Copy the full SHA a768cd0View commit details -
Merge pull request #1626 from GowthamShanmugam/fix_bundle_analyzer
Fix bundle analyzer script
Configuration menu - View commit details
-
Copy full SHA for 5bdfa87 - Browse repository at this point
Copy the full SHA 5bdfa87View commit details -
Merge pull request #1619 from bipuladh/ibm-flash
Adds support for new volume modes in IBM flashsystem
Configuration menu - View commit details
-
Copy full SHA for 27fb46e - Browse repository at this point
Copy the full SHA 27fb46eView commit details -
Merge pull request #1610 from SanjalKatiyar/object_actions_delete
Add object actions - create folder and delete object(s)
Configuration menu - View commit details
-
Copy full SHA for cc59bbf - Browse repository at this point
Copy the full SHA cc59bbfView commit details -
RHSTOR-6195: Bucket - list page
Signed-off-by: Gowtham Shanmugasundaram <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1760799 - Browse repository at this point
Copy the full SHA 1760799View commit details