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

Introduce OrchardCore.Testing APIs #13018

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

Introduce OrchardCore.Testing APIs #13018

wants to merge 38 commits into from

Commits on Dec 24, 2022

  1. Add OC.Testing project

    hishamco committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    bff07e3 View commit details
    Browse the repository at this point in the history
  2. Add UseCultureAttribute

    hishamco committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    8e77805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa81d46 View commit details
    Browse the repository at this point in the history
  4. Use UseCultureAttribute

    hishamco committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    49faca3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4a039c View commit details
    Browse the repository at this point in the history
  6. Move stubs to OC.Testing

    hishamco committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    a247ce1 View commit details
    Browse the repository at this point in the history
  7. Fix broken test

    hishamco committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    c7dfd50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bdd6714 View commit details
    Browse the repository at this point in the history
  9. Add OrchardCoreWorkflowMocks

    hishamco committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    2d178b6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    753b2bf View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Configuration menu
    Copy the full SHA
    03c771c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12069e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55ee921 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    2886364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    336b574 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78bc2b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    116e7df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12872ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ce18aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fee6883 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b07c23c View commit details
    Browse the repository at this point in the history
  9. Refactoring

    hishamco committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    ead2bbf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    674ed8a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Merge branch 'main' into hishamco/testing

    # Conflicts:
    #	src/OrchardCore/OrchardCore.Testing/Apis/Security/PermissionContextAuthorizationHandler.cs
    #	src/OrchardCore/OrchardCore.Testing/Data/TablePrefixGenerator.cs
    #	src/OrchardCore/OrchardCore.Testing/Extensions/HttpContentExtensions.cs
    #	test/OrchardCore.Testing.Tests/Data/TablePrefixGeneratorTests.cs
    #	test/OrchardCore.Testing.Tests/Security/PermissionHandlerTests.cs
    #	test/OrchardCore.Tests/Apis/ContentManagement/ContentApiController/BlogPostApiControllerTests.cs
    #	test/OrchardCore.Tests/Apis/ContentManagement/DeploymentPlans/BlogPostCreateDeploymentPlanTests.cs
    #	test/OrchardCore.Tests/Apis/ContentManagement/DeploymentPlans/BlogPostUpdateDeploymentPlanTests.cs
    #	test/OrchardCore.Tests/Apis/Context/BlogPostApiControllerContext.cs
    #	test/OrchardCore.Tests/Apis/Context/Extensions/HttpRequestExtensions.cs
    #	test/OrchardCore.Tests/Apis/Context/MvcTestFixture.cs
    #	test/OrchardCore.Tests/Apis/Context/SiteContext.cs
    #	test/OrchardCore.Tests/Apis/Context/SiteStartup.cs
    #	test/OrchardCore.Tests/Apis/Context/TestRecipeHarvester.cs
    #	test/OrchardCore.Tests/Apis/GraphQL/ValidationRules/RequiresPermissionValidationRuleTests.cs
    #	test/OrchardCore.Tests/Apis/Lucene/LuceneQueryTests.cs
    #	test/OrchardCore.Tests/DisplayManagement/Decriptors/DefaultShapeTableManagerTests.cs
    #	test/OrchardCore.Tests/DisplayManagement/DefaultDisplayManagerTests.cs
    #	test/OrchardCore.Tests/DisplayManagement/ShapeFactoryTests.cs
    #	test/OrchardCore.Tests/DisplayManagement/ShapeHelperTests.cs
    #	test/OrchardCore.Tests/DisplayManagement/ShapeSerializerTests.cs
    #	test/OrchardCore.Tests/Email/EmailTests.cs
    #	test/OrchardCore.Tests/Extensions/ExtensionManagerTests.cs
    #	test/OrchardCore.Tests/Localization/PortableObjectStringLocalizerFactoryTests.cs
    #	test/OrchardCore.Tests/Localization/PortableObjectStringLocalizerTests.cs
    #	test/OrchardCore.Tests/Modules/OrchardCore.OpenId/OpenIdServerDeploymentSourceTests.cs
    #	test/OrchardCore.Tests/Modules/OrchardCore.Roles/RolesPermissionsHandlerTests.cs
    #	test/OrchardCore.Tests/OrchardCore.Users/UserValidatorTests.cs
    #	test/OrchardCore.Tests/OrchardCore.Users/UsersMockHelper.cs
    #	test/OrchardCore.Tests/ResourceManagement/ResourceDefinitionTests.cs
    #	test/OrchardCore.Tests/ResourceManagement/ResourceManagerTests.cs
    #	test/OrchardCore.Tests/Routing/AutorouteEntriesTests.cs
    #	test/OrchardCore.Tests/Security/PermissionHandlerHelper.cs
    #	test/OrchardCore.Tests/Shell/ShellContainerFactoryTests.cs
    #	test/OrchardCore.Tests/Stubs/MemoryFileBuilder.cs
    #	test/OrchardCore.Tests/Stubs/StubExtensionManager.cs
    #	test/OrchardCore.Tests/Stubs/StubHostingEnvironment.cs
    #	test/OrchardCore.Tests/Stubs/StubPoFileLocationProvider.cs
    #	test/OrchardCore.Tests/Workflows/WorkflowManagerTests.cs
    hishamco committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    bae8077 View commit details
    Browse the repository at this point in the history
  2. Fix merge issue

    hishamco committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    6025dbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db53d7b View commit details
    Browse the repository at this point in the history
  4. Add readonly modifier

    hishamco committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    3ce3591 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    137b5de View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    9a0f2a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1d4286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b89d4d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcf7c12 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into hishamco/testing

    # Conflicts:
    #	test/OrchardCore.Tests/Shell/ShellContainerFactoryTests.cs
    hishamco committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0cc8fab View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Merge branch 'main' into hishamco/testing

    # Conflicts:
    #	test/OrchardCore.Tests/Apis/Context/SiteContext.cs
    #	test/OrchardCore.Tests/Stubs/TestShapeBindingResolver.cs
    #	test/OrchardCore.Tests/Stubs/TestShapeTableManager.cs
    hishamco committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    797fe4d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    af0d321 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    hishamco committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    262b7ea View commit details
    Browse the repository at this point in the history
  3. Revert changes in OC.Cms.Web

    hishamco committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    9b145ae View commit details
    Browse the repository at this point in the history
  4. Add docs

    hishamco committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    c604fec View commit details
    Browse the repository at this point in the history