Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-telemetry/opentelemetry-collector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ab1d6695cc67d59f00c3c6375c6332f4fce1687
Choose a base ref
...
head repository: open-telemetry/opentelemetry-collector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c7567ac3f92440d9f26c8a3fdfa35b0705977a44
Choose a head ref
  • 11 commits
  • 10 files changed
  • 5 contributors

Commits on Jul 15, 2022

  1. [pdata] export NewSliceFromRaw (#5679)

    * export NewSliceFromRaw
    
    * Add changelog entry
    
    * Update pdata/pcommon/alias.go
    
    Co-authored-by: Dmitrii Anoshin <[email protected]>
    Co-authored-by: Alex Boten <[email protected]>
    3 people authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a7c047b View commit details
    Browse the repository at this point in the history
  2. [exporter/logging] Create logging exporter logger from service logger (

    …#5677)
    
    Build the logger on the logging exporter's logger from the one on `TelemetrySettings`, so that the logger honors the configuration settings on `telemetry::logs` and the configuration options on `CollectorSettings.LoggingOptions`.
    
    Depends on #5678
    
    **Link to tracking Issue:** Fixes #5652
    
    **Documentation:** Documented the feature gate.
    mx-psi authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    5f506a9 View commit details
    Browse the repository at this point in the history
  3. add prepare-release make target (#5503)

    * add prepare-release make target
    
    make prepare-release does the following:
    - checks the local repository is clean
    - search/replace PREVIOUS_VERSION with RELEASE_CANDIDATE
    - runs make genotelcorecol
    - creates a commit on a new branch
    - runs make multimod-prerelease
    - commits the changes to the branch
    - creates a PR
    
    * add check for gh
    Alex Boten authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    7c125fb View commit details
    Browse the repository at this point in the history
  4. skip changelog for [chore] prs (#5676)

    * skip changelog for [chore] prs
    
    Add a check in the changelog job to skip the job if the title of the PR contains [chore]. This makes it possible for a user who's change doesn't require a changelog entry and doesn't have write access to the repository to skip this check.
    
    For now I've left the check for the "Skip Changelog" label as well, in the future, this should be removed and the label can be removed altogether.
    
    * Update .github/workflows/changelog.yml
    
    Co-authored-by: Tyler Helmuth <[email protected]>
    Alex Boten and TylerHelmuth authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    0509360 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. [ci] disable G112 to unblock CI (#5700)

    Disabling G112 until #5699 has been addressed.
    Alex Boten authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c3a3160 View commit details
    Browse the repository at this point in the history
  2. fix nil panic in confighttp

    Signed-off-by: Ziqi Zhao <[email protected]>
    fatsheep9146 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    3294b91 View commit details
    Browse the repository at this point in the history
  3. add unit test and changelog

    Signed-off-by: Ziqi Zhao <[email protected]>
    fatsheep9146 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    4cb9eb2 View commit details
    Browse the repository at this point in the history
  4. fix the review comments to use httptest package

    Signed-off-by: Ziqi Zhao <[email protected]>
    fatsheep9146 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    53a1265 View commit details
    Browse the repository at this point in the history
  5. move changelog to right place

    Signed-off-by: Ziqi Zhao <[email protected]>
    fatsheep9146 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c5539ad View commit details
    Browse the repository at this point in the history
  6. add tests to cover different errors

    Signed-off-by: Ziqi Zhao <[email protected]>
    fatsheep9146 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    e5ec09d View commit details
    Browse the repository at this point in the history
  7. fix unit test

    Signed-off-by: Ziqi Zhao <[email protected]>
    fatsheep9146 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c7567ac View commit details
    Browse the repository at this point in the history
Loading