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

feat: support data protection for blob csi driver #3115

Commits on Jan 18, 2023

  1. Squashed commit of the following:

    commit 0162f0e5af55c034f40b83ab292fa39f2f759028
    Merge: 7355e07 188ebdf
    Author: weizhichen <weizhichen@microsoft.com>
    Date:   Wed Jan 18 02:54:11 2023 +0000
    
        Merge branch 'master' of github.com:kubernetes-sigs/cloud-provider-azure into support-data-protection-for-blob-csi-driver
    
    commit 7355e07
    Author: weizhichen <weizhichen@microsoft.com>
    Date:   Tue Jan 17 09:17:27 2023 +0000
    
        delete useless mockblobclient
    
    commit 54bd7e6
    Author: weizhichen <weizhichen@microsoft.com>
    Date:   Tue Jan 17 08:57:40 2023 +0000
    
        do not search for storage accounts if data protection field not set
    
    commit 1f26083
    Author: weizhichen <weizhichen@microsoft.com>
    Date:   Tue Jan 17 08:26:31 2023 +0000
    
        Revert "fix ut"
    
        This reverts commit 8b2e6b2.
    
    commit f9a6092
    Author: weizhichen <weizhichen@microsoft.com>
    Date:   Tue Jan 17 08:24:05 2023 +0000
    
        revert delete storage account
    
    commit ad83771
    Author: weizhichen <weizhichen@microsoft.com>
    Date:   Fri Jan 13 12:20:36 2023 +0000
    
        fix
    
    commit 8b2e6b2
    Author: weizhichen <weizhichen@microsoft.com>
    Date:   Fri Jan 13 11:40:56 2023 +0000
    
        fix ut
    
    commit 790ba4a
    Author: weizhichen <weizhichen@microsoft.com>
    Date:   Fri Jan 13 11:28:43 2023 +0000
    
        typo
    
    commit ecc8b67
    Author: weizhichen <weizhichen@microsoft.com>
    Date:   Fri Jan 13 11:24:35 2023 +0000
    
        fix by code review
    
    commit dce5594
    Author: weizhichen <weizhichen@microsoft.com>
    Date:   Fri Jan 13 10:43:15 2023 +0000
    
        Squashed commit of the following:
    
        commit 21369ab
        Author: weizhichen <weizhichen@microsoft.com>
        Date:   Fri Jan 13 10:41:42 2023 +0000
    
            fix ut
    
        commit bec648e
        Author: weizhichen <weizhichen@microsoft.com>
        Date:   Fri Jan 13 10:33:49 2023 +0000
    
            fix lint
    
        commit 1acc7f0
        Author: weizhichen <weizhichen@microsoft.com>
        Date:   Fri Jan 13 10:06:55 2023 +0000
    
            change IsEnableBlobVersioning from bool to *bool
    
        commit 8aa7c2d
        Merge: d66726a 4448927
        Author: weizhichen <weizhichen@microsoft.com>
        Date:   Fri Jan 13 08:45:53 2023 +0000
    
            Merge branch 'account-search-fix2' of github.com:andyzhangx/cloud-provider-azure into support-data-protection-for-blob-csi-driver
    
        commit 4448927
        Author: andyzhangx <xiazhang@microsoft.com>
        Date:   Fri Jan 13 05:19:54 2023 +0000
    
            fix: make account search backward compatible
    
        commit d66726a
        Author: weizhichen <weizhichen@microsoft.com>
        Date:   Fri Jan 13 03:24:35 2023 +0000
    
            use %w to wrap error
    
        commit 388ee70
        Author: weizhichen <weizhichen@microsoft.com>
        Date:   Fri Jan 13 03:14:42 2023 +0000
    
            add mock
    
        commit e0a6674
        Author: weizhichen <weizhichen@microsoft.com>
        Date:   Fri Jan 13 03:07:38 2023 +0000
    
            feat: support data protection for blob csi driver
    cvvz committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c877240 View commit details
    Browse the repository at this point in the history
  2. safer pointer usage

    cvvz committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a6de958 View commit details
    Browse the repository at this point in the history
  3. safer pointer usage

    cvvz committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ee5b942 View commit details
    Browse the repository at this point in the history