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

PR For Bulk Operation and ODataBind Review for Beta Release #2524

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Commits on Jul 8, 2021

  1. Bulk operations8 (#2502)

    * Bulk operations6 (#2)
    
    * BulkInsert1 draft
    
    * Bulk insert changes
    
    * deleted old test
    
    * updates
    
    * Update ODataResourceSetWrapper.cs
    
    * updates
    
    * Updated addressing  comments
    
    * updates
    
    * updates
    
    updates
    
    * Updates
    
    * Updates
    
    * Minor updates
    
    * comments
    
    * updates
    
    * update publicapi for core
    
    * Address comments
    
    * Cleanup and additional tests
    
    Cleanup and additional tests
    
    * Updated code
    
    * BulkInsert1 draft
    
    * Bulk insert changes
    
    * deleted old test
    
    * updates
    
    * updates
    
    * Updated addressing  comments
    
    * updates
    
    * updates
    
    updates
    
    * Updates
    
    * Updates
    
    * Minor updates
    
    * updates
    
    * Address comments
    
    * Cleanup and additional tests
    
    Cleanup and additional tests
    
    * DataAnnotationException updates
    
    * comments
    
    * small updates
    
    * updates
    
    * small update
    
    * updates
    
    * Updates
    
    * Update DeltaSetOfT.cs
    
    * Updates with Patch
    
    * updates
    
    * updates
    
    * Update WebHostTestFixture.cs
    
    * updates
    
    * Update DeltaOfTStructuralType.cs
    
    * Updates
    
    * Updates for serializer etc
    
    * Update WebHostTestFixture.cs
    
    * updates
    
    * updates
    
    * updates
    
    * Bulk Operations Updates
    
    * Review comments addressed
    
    * Updates
    
    * updated for deltaentity
    
    * Update Microsoft.AspNet.OData.Test.csproj
    
    * Update Microsoft.AspNet.OData.PublicApi.bsl
    
    * update public api
    
    * test fix
    
    * Update EdmStructuredObject.cs
    
    * Update EdmStructuredObject.cs
    
    * Update BulkInsertTest.cs
    
    * update
    
    * public api
    
    * review comments
    
    * Review comments updates
    
    * smalll update
    
    * updates
    
    * updates
    
    * updates
    Sreejithpin committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    1c83dd5 View commit details
    Browse the repository at this point in the history
  2. Feature/new add support for odata bind (#2506)

    * support for odata.bind
    
    * support for odata.bind
    ElizabethOkerio authored and Sreejithpin committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a6c6763 View commit details
    Browse the repository at this point in the history
  3. updates

    Sreejithpin committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    6ff81ed View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    3a9f4bc View commit details
    Browse the repository at this point in the history
  2. small update

    Sreejithpin committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    fbe081a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

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

Commits on Jul 14, 2021

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

Commits on Jul 15, 2021

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

Commits on Jul 27, 2021

  1. Code review comments

    Sreejithpin committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6acac50 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

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

Commits on Aug 5, 2021

  1. Built-in support for deeply nested paths (#2456)

    * Add [EnableNestedPaths] attribute that transforms result query based on path
    
    * Add NestedPathsRoutingConvention for .netcore
    
    * Make it possible to access action descriptor from action map
    
    * Fix bug in WebApiActionDescriptor.GetCustomAttributes()
    
    * Add tests for NestedPathsRoutingConvention
    
    * Add routing tests
    
    * Add tests for ODataPathQueryBuilder
    
    * Fix tests
    
    * Fix build errors is AspNet
    
    * Minor cleanup
    
    * Fix build error
    
    * Reuse existing ExpressionHelpers methods in ODataPathQueryBuilder
    
    * Minor code cleanup based on review comments
    
    * Remove var keyword
    
    * Fix some failing tests
    
    * Fix failing tests
    
    * Better support single results when [EnableQuery] is set and better support for EF Core
    
    * Add e2e tests
    
    * Add EF e2e tests
    
    * Refactoring
    
    * Update core 3.x public API
    
    * Minor refactors
    
    * Fix build errors in aspnet
    
    * Fix aspnet classic tests
    
    * Update projitems
    
    * Fix failing tests
    
    * Refactoring
    
    * Address PR comments and refactor
    
    * Conditionally-compile code only supported in net core
    
    * Minor clean up
    habbes authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    1f8901e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Bump System.Text.RegularExpressions (#2540)

    Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1.
    
    ---
    updated-dependencies:
    - dependency-name: System.Text.RegularExpressions
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    e00e7f1 View commit details
    Browse the repository at this point in the history
  2. Bump System.Text.RegularExpressions (#2539)

    Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1.
    
    ---
    updated-dependencies:
    - dependency-name: System.Text.RegularExpressions
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    4355161 View commit details
    Browse the repository at this point in the history
  3. Bump System.Text.RegularExpressions (#2538)

    Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1.
    
    ---
    updated-dependencies:
    - dependency-name: System.Text.RegularExpressions
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    e10811a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Update version to 7.5.9 (#2541)

    Co-authored-by: John Gathogo <jogathogo@microsoft.com>
    gathogojr and John Gathogo authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    80aeefd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

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

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    46d7ecb View commit details
    Browse the repository at this point in the history
  2. Update copyrights on non-source files (#2548)

    * Update copyrights on non source files
    * Add changes from review
    marabooy authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    0338075 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

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

Commits on Aug 24, 2021

  1. update for odataid _temp

    Sreejithpin committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    19e3474 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

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

Commits on Aug 26, 2021

  1. Update version to 7.5.10 (#2554)

    Co-authored-by: John Gathogo <jogathogo@microsoft.com>
    gathogojr and John Gathogo authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    67f82a6 View commit details
    Browse the repository at this point in the history
  2. updates

    Sreejithpin committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    4839a77 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

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

Commits on Aug 30, 2021

  1. updates

    Sreejithpin committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    b82cd97 View commit details
    Browse the repository at this point in the history
  2. Bulk operations8 (#2502)

    * Bulk operations6 (#2)
    
    * BulkInsert1 draft
    
    * Bulk insert changes
    
    * deleted old test
    
    * updates
    
    * Update ODataResourceSetWrapper.cs
    
    * updates
    
    * Updated addressing  comments
    
    * updates
    
    * updates
    
    updates
    
    * Updates
    
    * Updates
    
    * Minor updates
    
    * comments
    
    * updates
    
    * update publicapi for core
    
    * Address comments
    
    * Cleanup and additional tests
    
    Cleanup and additional tests
    
    * Updated code
    
    * BulkInsert1 draft
    
    * Bulk insert changes
    
    * deleted old test
    
    * updates
    
    * updates
    
    * Updated addressing  comments
    
    * updates
    
    * updates
    
    updates
    
    * Updates
    
    * Updates
    
    * Minor updates
    
    * updates
    
    * Address comments
    
    * Cleanup and additional tests
    
    Cleanup and additional tests
    
    * DataAnnotationException updates
    
    * comments
    
    * small updates
    
    * updates
    
    * small update
    
    * updates
    
    * Updates
    
    * Update DeltaSetOfT.cs
    
    * Updates with Patch
    
    * updates
    
    * updates
    
    * Update WebHostTestFixture.cs
    
    * updates
    
    * Update DeltaOfTStructuralType.cs
    
    * Updates
    
    * Updates for serializer etc
    
    * Update WebHostTestFixture.cs
    
    * updates
    
    * updates
    
    * updates
    
    * Bulk Operations Updates
    
    * Review comments addressed
    
    * Updates
    
    * updated for deltaentity
    
    * Update Microsoft.AspNet.OData.Test.csproj
    
    * Update Microsoft.AspNet.OData.PublicApi.bsl
    
    * update public api
    
    * test fix
    
    * Update EdmStructuredObject.cs
    
    * Update EdmStructuredObject.cs
    
    * Update BulkInsertTest.cs
    
    * update
    
    * public api
    
    * review comments
    
    * Review comments updates
    
    * smalll update
    
    * updates
    
    * updates
    
    * updates
    Sreejithpin committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    dbd3ec1 View commit details
    Browse the repository at this point in the history
  3. Feature/new add support for odata bind (#2506)

    * support for odata.bind
    
    * support for odata.bind
    ElizabethOkerio authored and Sreejithpin committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    8e5b66a View commit details
    Browse the repository at this point in the history
  4. updates

    Sreejithpin committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    a7afb1c View commit details
    Browse the repository at this point in the history
  5. small update

    Sreejithpin committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    44a3f24 View commit details
    Browse the repository at this point in the history
  6. Code review comments

    Sreejithpin committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    83d7e49 View commit details
    Browse the repository at this point in the history
  7. update for odataid _temp

    Sreejithpin committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    2771b28 View commit details
    Browse the repository at this point in the history
  8. updates

    Sreejithpin committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    945f79d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    768a789 View commit details
    Browse the repository at this point in the history
  10. updates

    Sreejithpin committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    3b2c682 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a648a4a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c9a45a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7402621 View commit details
    Browse the repository at this point in the history
  14. publicapi

    Sreejithpin committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    3471989 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. test change

    Sreejithpin committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    7f0eddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f183d8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49ba7a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. updates

    Sreejithpin committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    40c5ca9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    5ddec3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bfc01a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    b2aa235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7fff9 View commit details
    Browse the repository at this point in the history
  3. For testing

    Sreejithpin committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    2a1216a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. update

    Sreejithpin committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    8bcbd40 View commit details
    Browse the repository at this point in the history