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

Feature/90 known types #165

Merged
merged 52 commits into from
Apr 20, 2023
Merged

Feature/90 known types #165

merged 52 commits into from
Apr 20, 2023

Commits on Sep 8, 2022

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

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    946f489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31d3c9e View commit details
    Browse the repository at this point in the history
  3. 90 remove preview option

    Sevitas committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2844427 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Revert "90 remove preview option"

    This reverts commit 2844427.
    Sevitas committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    cf20f7b View commit details
    Browse the repository at this point in the history
  2. 90 options validation

    Sevitas committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8495eca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e478db View commit details
    Browse the repository at this point in the history
  4. 90 refactorings

    Sevitas committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    10fbb60 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    2410e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3d3faa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9903da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5f5905 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6ec2c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    422268e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f99ca54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e080c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f05ab6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5965a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8290e76 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c2fa2e1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eaa0e22 View commit details
    Browse the repository at this point in the history
  14. 90 fix original property name

    Sevitas committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    fb3f13a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7369338 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6f5f58a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Merge branch 'master' into feature/90_known_types

    # Conflicts:
    #	src/Kontent.Ai.ModelGenerator.Core/CodeGeneratorBase.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Common/ClassCodeGeneratorFactory.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Common/ClassDefinition.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Common/Property.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Configuration/CodeGeneratorOptions.cs
    #	src/Kontent.Ai.ModelGenerator.Core/DeliveryCodeGenerator.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Generators/Class/BaseClassCodeGenerator.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Generators/Class/ClassCodeGenerator.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Generators/Class/DeliveryClassCodeGenerator.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Generators/Class/DeliveryClassCodeGeneratorBase.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Generators/Class/ManagementClassCodeGenerator.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Generators/Class/PartialClassCodeGenerator.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Helpers/TextHelpers.cs
    #	src/Kontent.Ai.ModelGenerator/Program.cs
    #	src/Kontent.Ai.ModelGenerator/ValidationExtensions.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/CodeGeneratorTestsBase.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/Common/ClassCodeGeneratorFactoryTests.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/Common/PropertyTests.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/DeliveryCodeGeneratorTests.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/Generators/Class/BaseClassCodeGeneratorTests.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/Generators/Class/DeliveryClassCodeGeneratorTests.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/Generators/Class/ManagementClassCodeGeneratorTests.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/Helpers/ManagementElementHelperTests.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/Helpers/TextHelpersTests.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/ManagementCodeGeneratorTests.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/TestHelper.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/ValidationExtensionsTests.cs
    Sevitas committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    342ac0f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/90_known_types

    # Conflicts:
    #	test/Kontent.Ai.ModelGenerator.Tests/Kontent.Ai.ModelGenerator.Tests.csproj
    Sevitas committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    bd536df View commit details
    Browse the repository at this point in the history
  3. 90 use fluentAssertions

    Sevitas committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    da544d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. 90 refactorings

    Sevitas committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    dd0ad0e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. 90 update docs

    Sevitas committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1da9e84 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

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

Commits on Feb 9, 2023

  1. 90 bump nuget packages

    Sevitas committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1f6b019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c4f102 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Merge branch 'master' into feature/90_known_types

    # Conflicts:
    #	README.md
    #	src/Kontent.Ai.ModelGenerator.Core/Common/Property.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Configuration/CodeGeneratorOptions.cs
    #	src/Kontent.Ai.ModelGenerator.Core/Configuration/CodeGeneratorOptionsExtensions.cs
    #	src/Kontent.Ai.ModelGenerator/ValidationExtensions.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/Configuration/CodeGeneratorOptionsExtensionsTests.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/Generators/Class/DeliveryClassCodeGeneratorTests.cs
    #	test/Kontent.Ai.ModelGenerator.Tests/ValidationExtensionsTests.cs
    Sevitas committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7323107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396ba3f View commit details
    Browse the repository at this point in the history
  3. 90 docs

    Sevitas committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    217b114 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Merge branch 'master' into feature/90_known_types

    # Conflicts:
    #	src/Kontent.Ai.ModelGenerator.Core/Kontent.Ai.ModelGenerator.Core.csproj
    Sevitas committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    975dfeb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    4f85ced View commit details
    Browse the repository at this point in the history
  2. 90 refactoring

    Sevitas committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    483fdd1 View commit details
    Browse the repository at this point in the history
  3. 90 fix casing

    Sevitas committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1bae082 View commit details
    Browse the repository at this point in the history
  4. 90 fix appSettings.json file

    Sevitas committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ba8d418 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. 90 docs

    Sevitas committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    95bd45c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed0a443 View commit details
    Browse the repository at this point in the history
  3. 90 docs

    Sevitas committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c9aae6d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. 90 review fixes

    Sevitas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    41af3bf View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    0c45133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d554c4 View commit details
    Browse the repository at this point in the history
  3. 90 docs

    Sevitas committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    ec03c17 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. 90 fix warnings

    Sevitas committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    546327e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. 90 docx fix

    Sevitas committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    5409722 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

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

Commits on Apr 13, 2023

  1. 90 fix arg problems

    Sevitas committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    07ad4ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dfb80a View commit details
    Browse the repository at this point in the history