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

In Auto setup, when IsUninitialized, response http status code 503 #16834

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    5c0cfbe View commit details
    Browse the repository at this point in the history
  2. Remove ILogger

    infofromca committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cbb43d2 View commit details
    Browse the repository at this point in the history
  3. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/IAutoSe…

    …tupService.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    infofromca and hishamco authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1573e53 View commit details
    Browse the repository at this point in the history
  4. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/AutoSet…

    …upService.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    infofromca and hishamco authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ff715ae View commit details
    Browse the repository at this point in the history
  5. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/AutoSet…

    …upService.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    infofromca and hishamco authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5ffc4aa View commit details
    Browse the repository at this point in the history
  6. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/AutoSet…

    …upService.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    infofromca and hishamco authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c02123c View commit details
    Browse the repository at this point in the history
  7. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/AutoSet…

    …upService.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    infofromca and hishamco authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    281daa4 View commit details
    Browse the repository at this point in the history
  8. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/AutoSet…

    …upService.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    infofromca and hishamco authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    511dc12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a51f44 View commit details
    Browse the repository at this point in the history
  10. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/IAutoSe…

    …tupService.cs
    
    Co-authored-by: Zoltán Lehóczky <[email protected]>
    infofromca and Piedone authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1fbc8c6 View commit details
    Browse the repository at this point in the history
  11. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/AutoSet…

    …upService.cs
    
    Co-authored-by: Zoltán Lehóczky <[email protected]>
    infofromca and Piedone authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6f99df3 View commit details
    Browse the repository at this point in the history
  12. change to 503

    infofromca committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9c25005 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    2d52d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37aaf73 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    23333d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f665ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4255865 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed75f46 View commit details
    Browse the repository at this point in the history
  5. Clean

    infofromca committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    889565e View commit details
    Browse the repository at this point in the history
  6. Clean

    infofromca committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    b039be0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    13ba574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    debdf12 View commit details
    Browse the repository at this point in the history
  3. Code styling

    Piedone authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9d0902f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    4b5ae4b View commit details
    Browse the repository at this point in the history
  2. Update test/OrchardCore.Tests/Modules/OrchardCore.AutoSetup/AutoSetup…

    …MiddlewareTests.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    infofromca and hishamco authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    3c806ab View commit details
    Browse the repository at this point in the history
  3. Update test/OrchardCore.Tests/Modules/OrchardCore.AutoSetup/AutoSetup…

    …MiddlewareTests.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    infofromca and hishamco authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    30cf024 View commit details
    Browse the repository at this point in the history
  4. Update test/OrchardCore.Tests/Modules/OrchardCore.AutoSetup/AutoSetup…

    …MiddlewareTests.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    infofromca and hishamco authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    d02b9e1 View commit details
    Browse the repository at this point in the history
  5. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/AutoSet…

    …upService.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    infofromca and hishamco authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    703a622 View commit details
    Browse the repository at this point in the history