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

Performance: Adds headers optimization #1781

Merged
merged 30 commits into from
Aug 26, 2020
Merged

Commits on Jun 13, 2020

  1. Rewriting the headers

    # Conflicts:
    #	Microsoft.Azure.Cosmos/src/Headers/CosmosMessageHeadersInternal.cs
    #	Microsoft.Azure.Cosmos/src/Headers/Headers.cs
    kirankumarkolli committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    dab3214 View commit details
    Browse the repository at this point in the history
  2. Making headers INameValueCollection

    # Conflicts:
    #	Microsoft.Azure.Cosmos/src/Headers/Headers.cs
    kirankumarkolli committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    5099bd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Rewriting the headers

    # Conflicts:
    #	Microsoft.Azure.Cosmos/src/Headers/CosmosMessageHeadersInternal.cs
    #	Microsoft.Azure.Cosmos/src/Headers/Headers.cs
    kirankumarkolli committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    d4cfdc4 View commit details
    Browse the repository at this point in the history
  2. Making headers INameValueCollection

    # Conflicts:
    #	Microsoft.Azure.Cosmos/src/Headers/Headers.cs
    kirankumarkolli committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    cb8fb1b View commit details
    Browse the repository at this point in the history
  3. Clean build

    kirankumarkolli committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    2d4cc2b View commit details
    Browse the repository at this point in the history
  4. Pull from origin

    kirankumarkolli committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    12a0d1a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Configuration menu
    Copy the full SHA
    6da58db View commit details
    Browse the repository at this point in the history
  2. One small refactoring

    kirankumarkolli committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    1344ac1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

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

Commits on Jul 29, 2020

  1. Merge remote-tracking branch 'origin/master' into users/kirankk/heade…

    …rs_revisit
    Jake Willey committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    0bc993b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Merge remote-tracking branch 'origin/master' into users/jawilley/perf…

    …/headers
    Jake Willey committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    5d4ea8b View commit details
    Browse the repository at this point in the history
  2. Merge to latest

    Jake Willey committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    6c52f2d View commit details
    Browse the repository at this point in the history
  3. Switch header to use DictionaryNameValueCollection. Fixed null ref ex…

    …ception from unnecessary ToString()
    Jake Willey committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    e7e327d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Merge remote-tracking branch 'origin/master' into users/jawilley/perf…

    …/headers
    Jake Willey committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    bc14d88 View commit details
    Browse the repository at this point in the history
  2. Revert back to CosmosMessageHeadersInternal

    Jake Willey committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    143232f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Merge remote-tracking branch 'origin/master' into users/jawilley/perf…

    …/headers
    Jake Willey committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    5cc9d4c View commit details
    Browse the repository at this point in the history
  2. Implemented missing methods

    Jake Willey committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    5556d96 View commit details
    Browse the repository at this point in the history
  3. Removed unused code

    Jake Willey committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    34c8be4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Update contract changes

    Jake Willey committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    1e62e99 View commit details
    Browse the repository at this point in the history
  2. Fixed retry after logic

    Jake Willey committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    b6852fc View commit details
    Browse the repository at this point in the history
  3. Fixed substatus code

    Jake Willey committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    c46df34 View commit details
    Browse the repository at this point in the history
  4. Fix null ref exception

    Jake Willey committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    00320b0 View commit details
    Browse the repository at this point in the history
  5. Fixed invariant culture

    Jake Willey committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    5b61b44 View commit details
    Browse the repository at this point in the history
  6. Fix header checks. Add with null now works as remove

    Jake Willey committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    64d9a3b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

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

Commits on Aug 25, 2020

  1. Merge remote-tracking branch 'origin/master' into users/jawilley/perf…

    …/headers
    Jake Willey committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    c61230c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Merge remote-tracking branch 'origin/master' into users/jawilley/perf…

    …/headers
    Jake Willey committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    7ce6a64 View commit details
    Browse the repository at this point in the history
  2. Use static readonly instead of const

    Jake Willey committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    b29c4e1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'users/jawilley/perf/headers' of https://github.com/Azur…

    …e/azure-cosmos-dotnet-v3 into users/jawilley/perf/headers
    Jake Willey committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    a523f5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1905b12 View commit details
    Browse the repository at this point in the history