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

Merge main into async-changes #1348

Merged

Commits on Mar 21, 2022

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

Commits on Mar 22, 2022

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

Commits on Mar 23, 2022

  1. Add owent as an Approver (open-telemetry#1276)

    * add owent as reviewer
    
    * fix order
    lalitb authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    b5155a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    0c9aece View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    3c7b44b View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    2c9ce39 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Mar 26, 2022

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

Commits on Mar 30, 2022

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

Commits on Mar 31, 2022

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

Commits on Apr 1, 2022

  1. 1 Configuration menu
    Copy the full SHA
    2034c9b View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    33d9c62 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Apr 5, 2022

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

Commits on Apr 6, 2022

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

Commits on Apr 7, 2022

  1. 1 Configuration menu
    Copy the full SHA
    74ec691 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    6b87300 View commit details
    Browse the repository at this point in the history
  3. Remove implicitly deleted default constructor (open-telemetry#1267)

    Co-authored-by: Tom Tan <[email protected]>
    Co-authored-by: Lalit Kumar Bhasin <[email protected]>
    3 people authored Apr 7, 2022
    2 Configuration menu
    Copy the full SHA
    3122254 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

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

Commits on Apr 12, 2022

  1. 2 Configuration menu
    Copy the full SHA
    755f109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2911c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75c2a8f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

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

Commits on Apr 15, 2022

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

Commits on Apr 16, 2022

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

Commits on Apr 18, 2022

  1. dependencies image as artifact (open-telemetry#1333)

    Co-authored-by: Lalit Kumar Bhasin <[email protected]>
    esigo and lalitb authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    1d2cd42 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    b33dd09 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

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

Commits on Apr 24, 2022

  1. Merge remote-tracking branch 'origin/main' into merge_main_into_async…

    …-changes
    
    Signed-off-by: owent <[email protected]>
    
    # Conflicts:
    #	CHANGELOG.md
    #	CMakeLists.txt
    #	api/include/opentelemetry/common/spin_lock_mutex.h
    #	exporters/ostream/test/ostream_metric_test.cc
    #	sdk/CMakeLists.txt
    #	sdk/include/opentelemetry/sdk/metrics/aggregation/histogram_aggregation.h
    #	sdk/src/metrics/aggregation/histogram_aggregation.cc
    #	sdk/test/metrics/sync_metric_storage_test.cc
    owent committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    34c36a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c609455 View commit details
    Browse the repository at this point in the history
  3. Fix conflicts

    Signed-off-by: owent <[email protected]>
    owent committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ac30877 View commit details
    Browse the repository at this point in the history
  4. Using clang-format-10 to format codes(clang-format-14 has a different…

    … output)
    
    Signed-off-by: owent <[email protected]>
    owent committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f078a6d View commit details
    Browse the repository at this point in the history