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

Add database options like TablePrefixSeparator, Schema, IdentityColumnType, and DocumentTable #12683

Merged
merged 48 commits into from
Jan 4, 2023

Commits on Oct 21, 2022

  1. Add support for configuring database options like DocumentTable, Sche…

    …ma and the identity column type
    MikeAlhayek committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    828512c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4042ae8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Cleanup

    MikeAlhayek committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    688a7c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a344040 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Update src/OrchardCore/OrchardCore.Abstractions/Setup/SetupConstants.cs

    Co-authored-by: Jean-Thierry Kéchichian <[email protected]>
    MikeAlhayek and jtkech authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    1d7d900 View commit details
    Browse the repository at this point in the history
  2. clean up

    MikeAlhayek committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    6a40640 View commit details
    Browse the repository at this point in the history
  3. Clean up

    MikeAlhayek committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    673def9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/AutoSetupMiddlew…

    …are.cs
    
    Co-authored-by: Jean-Thierry Kéchichian <[email protected]>
    MikeAlhayek and jtkech authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f96bd15 View commit details
    Browse the repository at this point in the history
  2. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/AutoSetupMiddlew…

    …are.cs
    
    Co-authored-by: Jean-Thierry Kéchichian <[email protected]>
    MikeAlhayek and jtkech authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2eaf317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a6550b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecace50 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Work in progress

    jtkech committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    95680f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. WIP

    jtkech committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7209251 View commit details
    Browse the repository at this point in the history
  2. Should use Enum.IsDefined() as by default ColSize is neither "Int32" …

    …(1) nor "Int64" (2) but "0"
    jtkech committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a758c8a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Wip

    jtkech committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    6b1d243 View commit details
    Browse the repository at this point in the history
  2. Fix Tests build

    jtkech committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    52b94a6 View commit details
    Browse the repository at this point in the history
  3. Minor changes

    jtkech committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1096720 View commit details
    Browse the repository at this point in the history
  4. Update regular expression

    jtkech committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    0d9f7de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41d2a6e View commit details
    Browse the repository at this point in the history
  6. Minor change

    jtkech committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4e29139 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Configuration menu
    Copy the full SHA
    57eb090 View commit details
    Browse the repository at this point in the history
  2. Update after merging dev

    jtkech committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    6f61e68 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. WIP

    jtkech committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    cb18b95 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. wip

    jtkech committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    4c1c753 View commit details
    Browse the repository at this point in the history
  2. wip

    jtkech committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    fcfc978 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. wip and doc

    jtkech committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    3aea8bc View commit details
    Browse the repository at this point in the history
  2. Missing changes

    jtkech committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    ace7b33 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. wip

    jtkech committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    804839b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. tweaks

    jtkech committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    7baa301 View commit details
    Browse the repository at this point in the history
  2. minor changes

    jtkech committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    b9a1a7b View commit details
    Browse the repository at this point in the history
  3. Little revert

    jtkech committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    09aabfb View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Last tweaks

    jtkech committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    bb83861 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Minor changes

    jtkech committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    424987a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Anticipate OrchardCMS#13021

    jtkech committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    199b675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d82dd6c View commit details
    Browse the repository at this point in the history
  3. Minor change

    jtkech committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    77f1a9a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    a9f6764 View commit details
    Browse the repository at this point in the history
  2. React to review

    jtkech committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8e5b6ed View commit details
    Browse the repository at this point in the history
  3. Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Options/TenantSe…

    …tupOptions.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    MikeAlhayek and hishamco authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e5d262c View commit details
    Browse the repository at this point in the history
  4. Update src/OrchardCore/OrchardCore.Data.Abstractions/ShellSettingsExt…

    …ensions.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    MikeAlhayek and hishamco authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    812c26e View commit details
    Browse the repository at this point in the history
  5. Update src/OrchardCore.Modules/OrchardCore.Tenants/ViewModels/SetupAp…

    …iViewModel.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    MikeAlhayek and hishamco authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ffebf50 View commit details
    Browse the repository at this point in the history
  6. Update src/OrchardCore.Modules/OrchardCore.Tenants/Controllers/AdminC…

    …ontroller.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    MikeAlhayek and hishamco authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f6ff29e View commit details
    Browse the repository at this point in the history
  7. Update src/OrchardCore.Modules/OrchardCore.Setup/Controllers/SetupCon…

    …troller.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    MikeAlhayek and hishamco authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    880bcb7 View commit details
    Browse the repository at this point in the history
  8. Update src/OrchardCore.Modules/OrchardCore.Tenants/Controllers/AdminC…

    …ontroller.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    MikeAlhayek and hishamco authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b1cbfcb View commit details
    Browse the repository at this point in the history
  9. Minor cleanup

    MikeAlhayek committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    82aeb8a View commit details
    Browse the repository at this point in the history
  10. Update src/OrchardCore.Modules/OrchardCore.Tenants/Controllers/AdminC…

    …ontroller.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    MikeAlhayek and hishamco authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    536ff5a View commit details
    Browse the repository at this point in the history
  11. Fix build error

    MikeAlhayek committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5b8fb5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fd5a136 View commit details
    Browse the repository at this point in the history