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

Expose Content Fields Indexing via GraphQL for content field filtering #16092

Merged
merged 63 commits into from
Jun 15, 2024

Commits on May 17, 2024

  1. Expose ContentFields as input fields, add more content definition eve…

    …nts for updated type, parts and fields
    mdameer committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cd1c0dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dbce74 View commit details
    Browse the repository at this point in the history
  3. Exclude empty input parts

    mdameer committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9d132e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a34d2f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Remove unused usings, fix injecting for nullable dependency "fieldsIn…

    …putMarker"
    mdameer committed May 18, 2024
    Configuration menu
    Copy the full SHA
    44a202f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83da283 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    3500572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26d07fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8fa1cc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Fix duplicate aliases

    mdameer committed May 23, 2024
    Configuration menu
    Copy the full SHA
    387ea80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acad591 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    36afb33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c0d85c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    692b40a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73135d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d88f14 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    3250a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06680e5 View commit details
    Browse the repository at this point in the history
  3. Check if field index is null

    Co-authored-by: Tony Han <[email protected]>
    mdameer and hyzx86 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    2f13f45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cd80e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b250836 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on May 31, 2024

  1. Merge remote-tracking branch 'OrchardCore/main' into graph-dynamic-fi…

    …elds-filter
    mdameer committed May 31, 2024
    Configuration menu
    Copy the full SHA
    884e646 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    mdameer committed May 31, 2024
    Configuration menu
    Copy the full SHA
    cff031d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Differentiate query and input dynamic builders, dynamic content type …

    …query tests
    mdameer committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    926b12a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6b7f06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95fb3bf View commit details
    Browse the repository at this point in the history
  4. Fix dynamic content type test recipe name

    mdameer committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    381e6b6 View commit details
    Browse the repository at this point in the history
  5. Add query multiple content fields test

    mdameer committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    68093fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73f4f9d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    6f12374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23c164f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    473666a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b18b5d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    b54b0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4fe18c View commit details
    Browse the repository at this point in the history
  3. Add a blank line at the end of the file

    Co-authored-by: Tony Han <[email protected]>
    mdameer and hyzx86 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    85a3dea View commit details
    Browse the repository at this point in the history
  4. Add a blank line at the end of the file

    Co-authored-by: Tony Han <[email protected]>
    mdameer and hyzx86 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7cd0804 View commit details
    Browse the repository at this point in the history
  5. Use var instead of string

    Co-authored-by: Tony Han <[email protected]>
    mdameer and hyzx86 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1f07cb3 View commit details
    Browse the repository at this point in the history
  6. Update src/OrchardCore/OrchardCore.ContentManagement.GraphQL/Queries/…

    …Types/DynamicContentTypeQueryBuilder.cs
    
    Co-authored-by: Tony Han <[email protected]>
    mdameer and hyzx86 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a46bb75 View commit details
    Browse the repository at this point in the history
  7. Remove unused content query parameter in "DynamicContentTypeBuilder",…

    … Add end line for files
    mdameer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a90e4e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73eb17b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c53c26 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd7106f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    837eb66 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    7945f06 View commit details
    Browse the repository at this point in the history
  2. Merge 'main' into graph-dynamic-fields-filter

    mdameer committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    a3bb0b2 View commit details
    Browse the repository at this point in the history
  3. Update comment for clarity

    mdameer committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    9ccfd9f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

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

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    306d85a View commit details
    Browse the repository at this point in the history
  2. DynamicContentTypeBuilder variables name refactoring

    Co-authored-by: Georg von Kries <[email protected]>
    mdameer and gvkries authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2781ca6 View commit details
    Browse the repository at this point in the history
  3. Mahe DynamicContentTypeBuilder ctor protected

    mdameer committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    da07f14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    491a97f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    8676203 View commit details
    Browse the repository at this point in the history
  2. Make IIndexAliasProvider.GetAliases async and rename it to GetAliases…

    …Async, use memory cache instead of concurrentdictionary
    mdameer committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    60168e4 View commit details
    Browse the repository at this point in the history
  3. Fix tests to renamed GetAliasesAsync

    mdameer committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b2ae3ec View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    9981450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a88c3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46d0eb0 View commit details
    Browse the repository at this point in the history