Skip to content
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

Merged
merged 41 commits into from
Oct 15, 2024

Commits on Sep 9, 2024

  1. Adds optional chaining for label selector in topology view

    Removes dependency on app label
    
    Signed-off-by: Bipul Adhikari <[email protected]>
    bipuladh committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    851d37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b81dac View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request #1567 from bipuladh/fix-node-map

    Adds optional chaining for label selector in topology view
    openshift-merge-bot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    00bf9fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1568 from alfonsomthd/fix-cve-webpack

    Security: fix webpack version
    openshift-merge-bot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1723e18 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    8f973cb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge pull request #1569 from SanjalKatiyar/initial_s3_setup

    Add initial setup for AWS S3 SDK
    openshift-merge-bot[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f142826 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    465b880 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1590 from bipuladh/block-ext

    Block creation of external mode when Provider mode is already present
    openshift-merge-bot[bot] authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f42078a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Create Bucket page: display CreateOBC form.

    - Add CreateBucket page.
    - Refactor CreateOBC form to show the namespace selector
      when loaded in the CreateBucket page.
    alfonsomthd committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d093f16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1594 from alfonsomthd/bucket-create

    Create Bucket page: display CreateOBC form.
    openshift-merge-bot[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    59dec8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46125c9 View commit details
    Browse the repository at this point in the history
  4. Fix flaky E2E test

    alfonsomthd committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5474f0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22b0c4a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    896224d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge pull request #1599 from alfonsomthd/client-build

    Sanity checks: ensure client plugin build is healthy
    openshift-merge-bot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6c7a90e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baab291 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1591 from SanjalKatiyar/s3_object_list

    Add buckets overview page (header, details/objects list tabs, actions) layout
    openshift-merge-bot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    eb8baf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge pull request #1596 from alfonsomthd/update-path-to-regexp

    Fix security issue: Backtracking regular expressions
    openshift-merge-bot[bot] authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1181a78 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Update OWNERS file

    SanjalKatiyar committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    99b9bc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79e751e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c221d5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1608 from alfonsomthd/bucket-create

    Add 'Create Bucket' form (via S3-compat API)
    openshift-merge-bot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2c5dfc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    14b314a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    607cd34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e83bb50 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1604 from SanjalKatiyar/actions_presigned_url

    Add object actions - presigned URL, download and preview
    openshift-merge-bot[bot] authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    abb8239 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Reset radio button when Provider mode is selected from dropdown

    Signed-off-by: Bipul Adhikari <[email protected]>
    bipuladh committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c27a9c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1612 from alfonsomthd/bucket-details

    Create S3 Bucket form cleanup
    openshift-merge-bot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e0f7403 View commit details
    Browse the repository at this point in the history
  3. 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]>
    malayparida2000 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ac12683 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge pull request #1617 from malayparida2000/hide_check_mcg

    Hide In-transit Encryption checkbox when MCG deployment mode is selected
    openshift-merge-bot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    79087f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43d1d39 View commit details
    Browse the repository at this point in the history
  3. Fetch external cluster python script from Rook CM

    Signed-off-by: Bipul Adhikari <[email protected]>
    bipuladh committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dd3dc11 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1614 from bipuladh/fix-provider-mode

    Reset radio button when Provider mode is selected from dropdown
    openshift-merge-bot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6f69f2e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1620 from bipuladh/ext-script

    Fetch external cluster python script from Rook CM
    openshift-merge-bot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    abe297c View commit details
    Browse the repository at this point in the history
  6. Fix bundle analyzer script

    Signed-off-by: Gowtham Shanmugasundaram <[email protected]>
    GowthamShanmugam committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    53ea858 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Adds support for new volume modes in IBM flashsystem

    Signed-off-by: Bipul Adhikari <[email protected]>
    bipuladh committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    74a0345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a768cd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bdfa87 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1619 from bipuladh/ibm-flash

    Adds support for new volume modes in IBM flashsystem
    openshift-merge-bot[bot] authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    27fb46e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1610 from SanjalKatiyar/object_actions_delete

    Add object actions - create folder and delete object(s)
    openshift-merge-bot[bot] authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cc59bbf View commit details
    Browse the repository at this point in the history
  6. RHSTOR-6195: Bucket - list page

    Signed-off-by: Gowtham Shanmugasundaram <[email protected]>
    GowthamShanmugam committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1760799 View commit details
    Browse the repository at this point in the history