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

Update BlobStorage to use Azure.Storage.Blobs #1564

Merged
merged 21 commits into from
Oct 8, 2021

Commits on Mar 24, 2021

  1. Use Azure.Storage.Blobs Nuget packge to replace deprecated Microsoft.…

    …Azure.Storage.Blob
    tedvanderveen committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    107416d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Add missing PiranhaServiceBuilder extension method

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    5d0eff1 View commit details
    Browse the repository at this point in the history
  2. Remove unused Nuget package

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    17a8945 View commit details
    Browse the repository at this point in the history
  3. Add extension method check for success HTTP Status code

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    465bc65 View commit details
    Browse the repository at this point in the history
  4. Optimize code

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    b2591fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c923859 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e46ed1 View commit details
    Browse the repository at this point in the history
  7. Merge IStorageSession and IStorage

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    51f9122 View commit details
    Browse the repository at this point in the history
  8. Move Media.Init() call to App class

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    48d849f View commit details
    Browse the repository at this point in the history
  9. Modify docs

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4ae3be6 View commit details
    Browse the repository at this point in the history
  10. Fix

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0d64de5 View commit details
    Browse the repository at this point in the history
  11. Correct order of code

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    25c9b10 View commit details
    Browse the repository at this point in the history
  12. Reverse some of the breaking changes

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    682a890 View commit details
    Browse the repository at this point in the history
  13. Remove duplicate empty line (make CodeFactor test pass)

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    69e6973 View commit details
    Browse the repository at this point in the history
  14. Remove unused using refs

    tedvanderveen committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    dbba1b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Undo changes to Piranha.Local.FileStorage

    tedvanderveen committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1ad80e5 View commit details
    Browse the repository at this point in the history
  2. Undo changes to IStorageSession

    tedvanderveen committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    a7efc1c View commit details
    Browse the repository at this point in the history
  3. Undo changes

    tedvanderveen committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    d9dcf2a View commit details
    Browse the repository at this point in the history
  4. Restore IStorageSession.cs

    tedvanderveen committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    daa90a3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/tedvanderveen/piranha.core

    # Conflicts:
    #	core/Piranha/IStorageSession.cs
    tedvanderveen committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    00a155f View commit details
    Browse the repository at this point in the history
  6. Revert changes to IMediaService

    Add check if IMediaService instance implements IInitializable
    tedvanderveen committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    a881b58 View commit details
    Browse the repository at this point in the history