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

V15: Hybrid Caching #16938

Merged
merged 174 commits into from
Sep 9, 2024
Merged

V15: Hybrid Caching #16938

merged 174 commits into from
Sep 9, 2024

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    9bfdcf2 View commit details
    Browse the repository at this point in the history
  2. Update umbraco code version

    Zeegaan committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f6770a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Update Directory.Build.props

    Co-authored-by: Elitsa Marinovska <[email protected]>
    Zeegaan and elit0451 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    38a5d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b2fd4 View commit details
    Browse the repository at this point in the history
  3. update template projects

    Zeegaan committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b317b08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53be525 View commit details
    Browse the repository at this point in the history
  5. Update version.json to v15

    Zeegaan committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9bf9e89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    749aed0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Rename to Exact

    Zeegaan committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f599a17 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Update global.json

    Co-authored-by: Ronald Barendse <[email protected]>
    Zeegaan and ronaldbarendse authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d14e355 View commit details
    Browse the repository at this point in the history
  2. Remove includePreviewVersion

    Zeegaan committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8075adb View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/v15/feature/update-to-dotnet-9' …

    …into v15/feature/update-to-dotnet-9
    Zeegaan committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9636433 View commit details
    Browse the repository at this point in the history
  4. Rename to trim exact

    Zeegaan committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c84137e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Add new Hybridcache project

    Zeegaan committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    84c6a7c View commit details
    Browse the repository at this point in the history
  2. Add tests

    Zeegaan committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4487421 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    2a7b813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    737348a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    972f452 View commit details
    Browse the repository at this point in the history
  2. Add cache refresher

    Zeegaan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5770a39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c2b836 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    437497f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c035c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    661bb32 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 9, 2024

  1. Implement better asserts

    Zeegaan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    22c68ff View commit details
    Browse the repository at this point in the history
  2. Implement published property

    Zeegaan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    65e596d View commit details
    Browse the repository at this point in the history
  3. Refactor to use mapping

    Zeegaan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    04dbde3 View commit details
    Browse the repository at this point in the history
  4. Rename to document tests

    Zeegaan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0c7a7e2 View commit details
    Browse the repository at this point in the history
  5. Update to test properties

    Zeegaan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    42b427e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Create more tests

    Zeegaan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a75c463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acb745a View commit details
    Browse the repository at this point in the history
  3. Update property test

    Zeegaan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0465971 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8233de8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f87181a View commit details
    Browse the repository at this point in the history
  6. Refactor to always have draft

    Zeegaan committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b82eb60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa15a2e View commit details
    Browse the repository at this point in the history
  8. Added tests

    andr317c committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7149fd8 View commit details
    Browse the repository at this point in the history
  9. Added and updated tests

    andr317c committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a5bb8ae View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Fixed tests

    andr317c committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4d10def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a7d435 View commit details
    Browse the repository at this point in the history
  3. More tests

    andr317c committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4a73539 View commit details
    Browse the repository at this point in the history
  4. Added key

    andr317c committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a7203f8 View commit details
    Browse the repository at this point in the history
  5. Another key

    andr317c committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7c6b5e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    4151d9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08bdb8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b209f View commit details
    Browse the repository at this point in the history
  4. Implement missing methods

    Zeegaan committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    55341f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    4750985 View commit details
    Browse the repository at this point in the history
  2. Fik up test

    Zeegaan committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c3c017e View commit details
    Browse the repository at this point in the history
  3. formatting

    Zeegaan committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    895e324 View commit details
    Browse the repository at this point in the history
  4. refactor variable names

    Zeegaan committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f9e5276 View commit details
    Browse the repository at this point in the history
  5. Implement variant tests

    Zeegaan committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4191c3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b714596 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    197c2ca View commit details
    Browse the repository at this point in the history
  2. Implement member cache

    Zeegaan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    dc22674 View commit details
    Browse the repository at this point in the history
  3. Add member test

    Zeegaan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0c9dad6 View commit details
    Browse the repository at this point in the history
  4. Implement media cache

    Zeegaan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4c941bb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    f03485a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    387628c View commit details
    Browse the repository at this point in the history
  3. Add more media tests

    Zeegaan committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7ed8c94 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    1dfd5a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b2b978 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Start implementing seeding

    Zeegaan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9eab933 View commit details
    Browse the repository at this point in the history
  2. Only seed when main

    Zeegaan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    97c7d08 View commit details
    Browse the repository at this point in the history
  3. Add Immutable for performance

    Zeegaan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    33483e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47b6e88 View commit details
    Browse the repository at this point in the history
  5. Implement cache settings

    Zeegaan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    acae74c View commit details
    Browse the repository at this point in the history
  6. Implement tests for seeding

    Zeegaan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b64ade1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Update package version

    Zeegaan committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    632f0ce View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. start refactoring nurepo

    Zeegaan committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    905790e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/v15/feature/hybrid-caching' into…

    … v15/feature/hybrid-caching
    Zeegaan committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    026b88b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61ce2cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2b7879 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    ab2fce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fab1df8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bb1601 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. create new benchmark project

    Zeegaan committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    617ebf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56dd31c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge branch 'v14/dev' into v15/feature/hybrid-caching

    # Conflicts:
    #	Directory.Packages.props
    #	tests/Directory.Packages.props
    #	version.json
    Zeegaan committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3b3de87 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. Implement domain cache

    Zeegaan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4807241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6788066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b98d8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f12eb47 View commit details
    Browse the repository at this point in the history
  5. Publish snapshot tests

    Zeegaan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8152c19 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    2bc59e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea93843 View commit details
    Browse the repository at this point in the history
  3. Clear entire elements cache

    Zeegaan committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e7c86cc View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. Merge remote-tracking branch 'origin/v15/dev' into v15/feature/hybrid…

    …-caching
    
    # Conflicts:
    #	Directory.Packages.props
    #	tests/Directory.Packages.props
    Zeegaan committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4b34ac5 View commit details
    Browse the repository at this point in the history
  2. Rename methods to async

    Zeegaan committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    69e0324 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06d71b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b4ff31 View commit details
    Browse the repository at this point in the history
  5. Fix tests building

    Zeegaan committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    27b1202 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    0fe3ed5 View commit details
    Browse the repository at this point in the history
  2. Delete benchmarks

    Zeegaan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    640b9be View commit details
    Browse the repository at this point in the history
  3. Delete benchmarks

    Zeegaan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    824a530 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/v15/feature/hybrid-caching' into…

    … v15/feature/hybrid-caching
    Zeegaan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    513d08a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfaf285 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6630b7d View commit details
    Browse the repository at this point in the history
  7. Implement is draft

    Zeegaan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    89cb8ff View commit details
    Browse the repository at this point in the history
  8. remove snapshot from property

    Zeegaan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b2bd81a View commit details
    Browse the repository at this point in the history
  9. V15 updated the hybrid caching integration tests to use ContentEditin…

    …gService (#16947)
    
    * Added builder extension withParentKey
    
    * Created builder with ContentEditingService
    
    * Added usage of the ContentEditingService to SETUP
    
    * Started using ContentEditingService builder in tests
    
    * Updated builder extensions
    
    * Fixed builder
    
    * Clean up
    
    * Clean up, not done
    
    * Added Ids
    andr317c authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0e9067d View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/v15/feature/hybrid-caching' into…

    … v15/feature/hybrid-caching
    Zeegaan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5d373ce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9e5eed3 View commit details
    Browse the repository at this point in the history
  12. Fix up seeding logic

    Zeegaan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    eeb8863 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    9510e03 View commit details
    Browse the repository at this point in the history
  2. Change seeded entry options

    Zeegaan committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0fe27e2 View commit details
    Browse the repository at this point in the history
  3. Update hybrid cache package

    Zeegaan committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2573115 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

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

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    a2c1fc4 View commit details
    Browse the repository at this point in the history
  2. Fix naming

    nikolajlauridsen committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d5dd217 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Dont make caches nullable

    Zeegaan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    182c17a View commit details
    Browse the repository at this point in the history
  2. Make content node sealed

    Zeegaan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ceb74b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e62f24a View commit details
    Browse the repository at this point in the history
  4. Remove hacky 2 phase ctor

    Zeegaan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    81134ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ae0595 View commit details
    Browse the repository at this point in the history
  6. Remove umbraco context

    Zeegaan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6d4a20f View commit details
    Browse the repository at this point in the history
  7. Remove "HasBy" methods

    Zeegaan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e9e3023 View commit details
    Browse the repository at this point in the history
  8. rename property data

    Zeegaan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cdfe257 View commit details
    Browse the repository at this point in the history
  9. Delete obsolete legacy stuff

    Zeegaan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d370f99 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c03dfb6 View commit details
    Browse the repository at this point in the history
  11. Add todo in UmbracoContext

    Zeegaan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    73ace33 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d881eec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8f275ec View commit details
    Browse the repository at this point in the history
  14. Fix according to review

    Zeegaan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    32e749d View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'origin/v15/dev' into v15/feature/hybrid…

    …-caching
    
    # Conflicts:
    #	Directory.Packages.props
    Zeegaan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6af5487 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5851239 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8f68e09 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6e2d817 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    202dee5 View commit details
    Browse the repository at this point in the history
  20. Rename to document cache

    Zeegaan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    86f4be2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Add TODO

    nikolajlauridsen committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    df9d221 View commit details
    Browse the repository at this point in the history
  2. Refactor to async

    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e8a2c57 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/v15/feature/hybrid-caching' into…

    … v15/feature/hybrid-caching
    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3705855 View commit details
    Browse the repository at this point in the history
  4. Rename to async

    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ea39b43 View commit details
    Browse the repository at this point in the history
  5. Make everything async

    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    065979c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df9f3c2 View commit details
    Browse the repository at this point in the history
  7. Move Hybrid cache project

    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ce732f2 View commit details
    Browse the repository at this point in the history
  8. Remove leftover file

    nikolajlauridsen committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6a00a53 View commit details
    Browse the repository at this point in the history
  9. Refactor to use keys

    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1d65aeb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    184c19a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c2350b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    59f7257 View commit details
    Browse the repository at this point in the history
  13. Move tests to own folder

    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9830e23 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8a675d9 View commit details
    Browse the repository at this point in the history
  15. Make property data public

    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    63cf4fd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bbd7300 View commit details
    Browse the repository at this point in the history
  17. Obsolete GetContentType

    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2cd7ad3 View commit details
    Browse the repository at this point in the history
  18. Remove todo

    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b59e56a View commit details
    Browse the repository at this point in the history
  19. Fix naming

    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c941b29 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    38e337a View commit details
    Browse the repository at this point in the history
  21. Add final scope tests

    Zeegaan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    101e253 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

  1. Rename test files

    Zeegaan committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    86a5a64 View commit details
    Browse the repository at this point in the history
  2. Create new doc type tests

    Zeegaan committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e45fa10 View commit details
    Browse the repository at this point in the history
  3. Add ignore to tests

    Zeegaan committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1ad0b68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01d48bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af4f2de View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    bfae478 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Teh contenttype is not upated unless the property is dirty
    nikolajlauridsen committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    73d0523 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    f90c8f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d925f52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d06de4d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    4b5a1e6 View commit details
    Browse the repository at this point in the history
  2. Update to preview 7

    nikolajlauridsen committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    59cee80 View commit details
    Browse the repository at this point in the history
  3. Fix versions

    nikolajlauridsen committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cc1f71a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b59fc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    036ad8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    794e014 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c1cce9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    682c68d View commit details
    Browse the repository at this point in the history
  5. Update versions

    nikolajlauridsen committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0d9c9b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b633e4e View commit details
    Browse the repository at this point in the history