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

Hierarchical Partitioning #407

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    84e9155 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from xInfinitYz/Core/MakeCompile

    Allow compilation fresh clone
    xInfinitYz committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a8d9451 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Added PartitionKeyLists

    xInfinitYz committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1737b45 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

  1. Save changes

    xInfinitYz committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9459538 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    4f7e3cd View commit details
    Browse the repository at this point in the history
  2. Save changes

    xInfinitYz committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    3957c20 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

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

Commits on Feb 14, 2024

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

Commits on Feb 15, 2024

  1. Update src/Microsoft.Azure.CosmosRepository/Builders/ContainerOptions…

    …Builder.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7a49505 View commit details
    Browse the repository at this point in the history
  2. Update src/Microsoft.Azure.CosmosRepository/Providers/DefaultCosmosPa…

    …rtitionKeyPathProvider.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1af9058 View commit details
    Browse the repository at this point in the history
  3. Update src/Microsoft.Azure.CosmosRepository/Providers/ICosmosPartitio…

    …nKeyPathProvider.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cd2048a View commit details
    Browse the repository at this point in the history
  4. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.Count.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3da89ac View commit details
    Browse the repository at this point in the history
  5. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9ca24b4 View commit details
    Browse the repository at this point in the history
  6. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.Count.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    84ccff2 View commit details
    Browse the repository at this point in the history
  7. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7d6a3d8 View commit details
    Browse the repository at this point in the history
  8. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8e4780d View commit details
    Browse the repository at this point in the history
  9. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f3e0d36 View commit details
    Browse the repository at this point in the history
  10. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0a89c79 View commit details
    Browse the repository at this point in the history
  11. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.Count.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0acb985 View commit details
    Browse the repository at this point in the history
  12. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.Exists.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7a4ace8 View commit details
    Browse the repository at this point in the history
  13. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.Paging.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    779eb45 View commit details
    Browse the repository at this point in the history
  14. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.Read.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1fe41da View commit details
    Browse the repository at this point in the history
  15. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.Specs.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a3fd25a View commit details
    Browse the repository at this point in the history
  16. Update src/Microsoft.Azure.CosmosRepository/Repositories/DefaultRepos…

    …itory.Update.cs
    
    Co-authored-by: David Pine <david.pine@microsoft.com>
    xInfinitYz and IEvangelist committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2cb6092 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    86d2310 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d4f96b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. fix conditional statements

    xInfinitYz committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    3441f65 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

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