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 new_sdk/main #2996

Merged
merged 21 commits into from
Jul 7, 2022
Merged

Commits on May 19, 2022

  1. Use already enabled revive linter and add depguard (open-telemetry#2883)

    * Refactor golangci-lint conf
    
    Order settings alphabetically.
    
    * Add revive settings to golangci conf
    
    * Check blank imports
    
    * Check bool-literal-in-expr
    
    * Check constant-logical-expr
    
    * Check context-as-argument
    
    * Check context-key-type
    
    * Check deep-exit
    
    * Check defer
    
    * Check dot-imports
    
    * Check duplicated-imports
    
    * Check early-return
    
    * Check empty-block
    
    * Check empty-lines
    
    * Check error-naming
    
    * Check error-return
    
    * Check error-strings
    
    * Check errorf
    
    * Stop ignoring context first arg in tests
    
    * Check exported comments
    
    * Check flag-parameter
    
    * Check identical branches
    
    * Check if-return
    
    * Check increment-decrement
    
    * Check indent-error-flow
    
    * Check deny list of go imports
    
    * Check import shadowing
    
    * Check package comments
    
    * Check range
    
    * Check range val in closure
    
    * Check range val address
    
    * Check redefines builtin id
    
    * Check string-format
    
    * Check struct tag
    
    * Check superfluous else
    
    * Check time equal
    
    * Check var naming
    
    * Check var declaration
    
    * Check unconditional recursion
    
    * Check unexported return
    
    * Check unhandled errors
    
    * Check unnecessary stmt
    
    * Check unnecessary break
    
    * Check waitgroup by value
    
    * Exclude deep-exit check in example*_test.go files
    MrAlias committed May 19, 2022
    Configuration menu
    Copy the full SHA
    1f5b159 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Move the minimum version to go 1.17 (open-telemetry#2917)

    * Move the minimum version to go 1.17
    
    * Update readme and changelog
    
    Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
    MadVikingGod and hanyuancheung committed May 25, 2022
    Configuration menu
    Copy the full SHA
    7458aa9 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Use ByteSliceToString from golang.org/x/sys/unix (open-telemetry#2924)

    Use unix.ByteSliceToString to convert Utsname []byte fields to strings.
    
    This also allows to drop the charsToString helper which serves the same
    purpose and matches ByteSliceToString's implementation.
    
    Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
    
    Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
    tklauser and MrAlias committed May 26, 2022
    Configuration menu
    Copy the full SHA
    4155b35 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

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

Commits on Jun 2, 2022

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

Commits on Jun 10, 2022

  1. Closes: open-telemetry#2951 (open-telemetry#2952)

    This PR updates the example listed in the getting started doc
    so that it will compile without error.  It also makes this
    example consistent with the code found in
    https://github.com/open-telemetry/opentelemetry-go/blob/main/example/fib/main.go
    
    Signed-off-by: Brad Topol <btopol@us.ibm.com>
    bradtopol committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    acce4e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

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

Commits on Jun 20, 2022

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

Commits on Jun 24, 2022

  1. Move to using Instrumentation Scope (open-telemetry#2976)

    * Move to using Instrumentation Scope
    
    * Use type alias, not definition
    
    * Add a changelog entry
    Craig Pastro committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    5fabad6 View commit details
    Browse the repository at this point in the history
  2. docs(website_docs): fix exporting_data.md and getting-started.md toc (o…

    …pen-telemetry#2930)
    
    * docs(website_docs): fix toc
    
    * docs(website_docs): fix toc
    
    * update exporting_data.md for rerun check-links
    
    * update exporting_data.md for rerun check-links
    
    Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
    Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
    3 people committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    ef6c0da View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Update getting-started.md (open-telemetry#2984)

    grammar edit for line 175 of readme
    kmurudi committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    36b37c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. fix typo (open-telemetry#2986)

    * fix typo
    
    * spell fix
    Petrie committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    c2dc940 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

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

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    5795c70 View commit details
    Browse the repository at this point in the history
  2. Deprecate Library and move all uses to Scope (open-telemetry#2977)

    * Deprecate Library and move all uses to Scope
    
    * Add PR number to changelog
    
    * Don't change signatures in stable modules
    
    * Revert some changes
    
    * Rename internal struct names
    
    * A bit more renaming
    
    * Update sdk/trace/span.go
    
    Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
    
    * Update based on feedback
    
    * Revert change
    
    Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
    Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
    3 people committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    575e1bb View commit details
    Browse the repository at this point in the history
  3. Feat/bridge support text map (open-telemetry#2911)

    * feat: support TextMap
    
    * doc: add comment
    
    * test: support for ot.TextMap
    
    * Retrieve lost code due to merge
    
    * fix: retrieve lost code due to merge. test: support for ot.HTTPHeaders
    
    * go mod tidy
    
    * Optimized code style, add changelog
    
    * doc: Restore comments
    
    * wip: add test cases
    
    * test: fix args error
    
    * delete empty line
    
    * Fix syntax and changelog errors
    
    * Fix formatting errors
    
    Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
    Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
    3 people committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    8b89e49 View commit details
    Browse the repository at this point in the history
  4. Add a release template (open-telemetry#2863)

    * Add a release template
    
    * Update the about field
    
    Co-authored-by: Damien Mathieu <42@dmathieu.com>
    
    * Fix linting Issues
    
    * Add ignore for template link
    
    Co-authored-by: Damien Mathieu <42@dmathieu.com>
    Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
    Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
    4 people committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    ac0221e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    6281a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373c371 View commit details
    Browse the repository at this point in the history
  3. Fix merge of CHANGELOG.md

    MrAlias committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    5fe49ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bb3461 View commit details
    Browse the repository at this point in the history