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

Main to 0x #298

Merged
merged 29 commits into from
Apr 4, 2024
Merged

Main to 0x #298

merged 29 commits into from
Apr 4, 2024

Commits on Dec 18, 2023

  1. Bump the github-actions group with 1 update (#250)

    Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7e1dcad View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Add sample app (#249)

    * Created sample app dir
    
    * Adding code from sample-app-android-apm
    
    * Setting latest lib version on sample app
    
    * Updating the sample app README
    
    * Adding doc comment
    LikeTheSalad authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0d78519 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    f2264ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c9059a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c00c4a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 18, 2024

  1. Sim operator fix (#261)

    * Calling getSimOperator once
    
    * Validating simOperator calls
    
    * Updated changelog
    LikeTheSalad authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    dbd3b99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ad9ba View commit details
    Browse the repository at this point in the history
  3. Release 0.13.1 (#263)

    * Preparing for the next release
    
    * Update gradle.properties
    
    * Update CHANGELOG.asciidoc
    
    * Update CHANGELOG.asciidoc
    
    ---------
    
    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    Co-authored-by: César <56847527+LikeTheSalad@users.noreply.github.com>
    3 people authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6ff031f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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

Commits on Feb 2, 2024

  1. Release/0.14.0 (#267)

    * Using gradle version catalog
    
    * Clean up
    
    * Upgrading dependencies
    
    * Updating notice files
    
    * Removing okhttp auto-instrumentation
    
    * Moving okhttp android test network call to the test
    
    * Testing okhttp async calls
    
    * Moving all okhttp tests to NetworkCallingActivityTest
    
    * Clean up
    
    * Adding OTel OkHttp auto-instrumentation
    
    * Clean up common dependencies
    
    * Removing android-instrumentation module
    
    * Adding OTel Android dependency
    
    * Initializing OpenTelemetryRum
    
    * Created LaunchTimeApplicationListener
    
    * Clean up
    
    * Adding OTelRumConfig
    
    * Updating tests
    
    * Preventing compileSdk > 33 to be enforced
    
    * Updating app launch metrics test
    
    * Updating UI span tests
    
    * Adding fragment destruction span UI tests
    
    * Updated coroutines context preservation
    
    * Updating sample-app
    
    * Cleaning up okhttp version lookup
    
    * Adding OTel Android note to the README
    
    * Updating the OTel Android note
    
    * Updated the setup.asciidoc file
    
    * Updated notice files
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Updating OTel Android note
    
    ---------
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    LikeTheSalad and bmorelli25 authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3761997 View commit details
    Browse the repository at this point in the history
  2. Preparing for the next release (#268)

    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    apmmachine and apmmachine authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    947da73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f9cf82 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Make resources configurable (#276)

    * Making OTel resource configurable
    
    * Validating configured resource
    
    * Adding resource config docs
    
    * Updated the CHANGELOG.asciidoc
    LikeTheSalad authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    beeb312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d839f8e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Preparing for the next release (#277)

    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    apmmachine and apmmachine authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ced2449 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    28d4cf9 View commit details
    Browse the repository at this point in the history
  2. security: add permissions block to workflows (#272)

    * security: add permissions block to workflows
    
    * Add permissions
    reakaleek authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    74cda37 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Documentation update (#281)

    * Removing links to latest version of artifacts
    
    * Adding note to warn users about version 1.13.1
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Emily S <emily.s@elastic.co>
    
    * Updating note
    
    * Removing 1.13.1 notes
    
    ---------
    
    Co-authored-by: Emily S <emily.s@elastic.co>
    LikeTheSalad and estolfo authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    16eee2d View commit details
    Browse the repository at this point in the history
  2. Cicd version validation (#282)

    * Validating version override format and major/minor values
    
    * Reorganizing code
    
    * Reorganizing code
    
    * Providing clearer function name
    LikeTheSalad authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    bf755f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77ea42a View commit details
    Browse the repository at this point in the history
  4. Cicd release messages update (#284)

    * Enhancing slack messages when a release is triggered
    
    * Showing release input params in slack message
    LikeTheSalad authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f33bb63 View commit details
    Browse the repository at this point in the history
  5. Github action to automatically update version branch after a release (#…

    …285)
    
    * Created action to automatically update version branch with the latest changes from main after a release
    
    * Update .github/workflows/updateVersionBranch.yml
    
    Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
    
    ---------
    
    Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
    LikeTheSalad and v1v authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    561606a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Remove compilesdk validation (#292)

    * Removing androidx libs version constraints
    
    * Updating tests
    
    * Updating sample app compileSdk version
    
    * Updating notice files
    
    * Updated the changelog
    LikeTheSalad authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    05abcf8 View commit details
    Browse the repository at this point in the history
  2. Preparing for the next release (#294)

    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    apmmachine and apmmachine authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a24c350 View commit details
    Browse the repository at this point in the history
  3. Main to 0.x (#290)

    * Bump the github-actions group with 1 update (#250)
    
    Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add sample app (#249)
    
    * Created sample app dir
    
    * Adding code from sample-app-android-apm
    
    * Setting latest lib version on sample app
    
    * Updating the sample app README
    
    * Adding doc comment
    
    * ci(release): use new set of credentials for GPG and Maven Central (#255)
    
    * ci(buildkite): vault context switch (#256)
    
    * Revert "Bump the github-actions group with 1 update" (#257)
    
    * ci(release): use the new vault secret path (#258)
    
    * ci(release): fetch field in plain format (#259)
    
    * Sim operator fix (#261)
    
    * Calling getSimOperator once
    
    * Validating simOperator calls
    
    * Updated changelog
    
    * Using short key id (#262)
    
    * Release 0.13.1 (#263)
    
    * Preparing for the next release
    
    * Update gradle.properties
    
    * Update CHANGELOG.asciidoc
    
    * Update CHANGELOG.asciidoc
    
    ---------
    
    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    Co-authored-by: César <56847527+LikeTheSalad@users.noreply.github.com>
    
    * backstage: add tags for the obltmachine/apmmachine and other things (#266)
    
    * Release/0.14.0 (#267)
    
    * Using gradle version catalog
    
    * Clean up
    
    * Upgrading dependencies
    
    * Updating notice files
    
    * Removing okhttp auto-instrumentation
    
    * Moving okhttp android test network call to the test
    
    * Testing okhttp async calls
    
    * Moving all okhttp tests to NetworkCallingActivityTest
    
    * Clean up
    
    * Adding OTel OkHttp auto-instrumentation
    
    * Clean up common dependencies
    
    * Removing android-instrumentation module
    
    * Adding OTel Android dependency
    
    * Initializing OpenTelemetryRum
    
    * Created LaunchTimeApplicationListener
    
    * Clean up
    
    * Adding OTelRumConfig
    
    * Updating tests
    
    * Preventing compileSdk > 33 to be enforced
    
    * Updating app launch metrics test
    
    * Updating UI span tests
    
    * Adding fragment destruction span UI tests
    
    * Updated coroutines context preservation
    
    * Updating sample-app
    
    * Cleaning up okhttp version lookup
    
    * Adding OTel Android note to the README
    
    * Updating the OTel Android note
    
    * Updated the setup.asciidoc file
    
    * Updated notice files
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Updating OTel Android note
    
    ---------
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Preparing for the next release (#268)
    
    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    
    * Updated the changelog (#269)
    
    * Make resources configurable (#276)
    
    * Making OTel resource configurable
    
    * Validating configured resource
    
    * Adding resource config docs
    
    * Updated the CHANGELOG.asciidoc
    
    * ci: use VM with the installed tools and fallback otherwise (#274)
    
    * Preparing for the next release (#277)
    
    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    
    * github-action: listen for all the github workflows (#279)
    
    * security: add permissions block to workflows (#272)
    
    * security: add permissions block to workflows
    
    * Add permissions
    
    * Documentation update (#281)
    
    * Removing links to latest version of artifacts
    
    * Adding note to warn users about version 1.13.1
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Emily S <emily.s@elastic.co>
    
    * Updating note
    
    * Removing 1.13.1 notes
    
    ---------
    
    Co-authored-by: Emily S <emily.s@elastic.co>
    
    * Cicd version validation (#282)
    
    * Validating version override format and major/minor values
    
    * Reorganizing code
    
    * Reorganizing code
    
    * Providing clearer function name
    
    * Updating setup doc versions in post deploy process (#283)
    
    * Cicd release messages update (#284)
    
    * Enhancing slack messages when a release is triggered
    
    * Showing release input params in slack message
    
    * Github action to automatically update version branch after a release (#285)
    
    * Created action to automatically update version branch with the latest changes from main after a release
    
    * Update .github/workflows/updateVersionBranch.yml
    
    Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
    
    ---------
    
    Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
    Co-authored-by: apmmachine <58790750+apmmachine@users.noreply.github.com>
    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    Co-authored-by: Jan Calanog <jan.calanog@elastic.co>
    Co-authored-by: Emily S <emily.s@elastic.co>
    8 people committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    421e18f View commit details
    Browse the repository at this point in the history
  4. Main to 0.x (#291)

    * Bump the github-actions group with 1 update (#250)
    
    Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add sample app (#249)
    
    * Created sample app dir
    
    * Adding code from sample-app-android-apm
    
    * Setting latest lib version on sample app
    
    * Updating the sample app README
    
    * Adding doc comment
    
    * ci(release): use new set of credentials for GPG and Maven Central (#255)
    
    * ci(buildkite): vault context switch (#256)
    
    * Revert "Bump the github-actions group with 1 update" (#257)
    
    * ci(release): use the new vault secret path (#258)
    
    * ci(release): fetch field in plain format (#259)
    
    * Sim operator fix (#261)
    
    * Calling getSimOperator once
    
    * Validating simOperator calls
    
    * Updated changelog
    
    * Using short key id (#262)
    
    * Release 0.13.1 (#263)
    
    * Preparing for the next release
    
    * Update gradle.properties
    
    * Update CHANGELOG.asciidoc
    
    * Update CHANGELOG.asciidoc
    
    ---------
    
    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    Co-authored-by: César <56847527+LikeTheSalad@users.noreply.github.com>
    
    * backstage: add tags for the obltmachine/apmmachine and other things (#266)
    
    * Release/0.14.0 (#267)
    
    * Using gradle version catalog
    
    * Clean up
    
    * Upgrading dependencies
    
    * Updating notice files
    
    * Removing okhttp auto-instrumentation
    
    * Moving okhttp android test network call to the test
    
    * Testing okhttp async calls
    
    * Moving all okhttp tests to NetworkCallingActivityTest
    
    * Clean up
    
    * Adding OTel OkHttp auto-instrumentation
    
    * Clean up common dependencies
    
    * Removing android-instrumentation module
    
    * Adding OTel Android dependency
    
    * Initializing OpenTelemetryRum
    
    * Created LaunchTimeApplicationListener
    
    * Clean up
    
    * Adding OTelRumConfig
    
    * Updating tests
    
    * Preventing compileSdk > 33 to be enforced
    
    * Updating app launch metrics test
    
    * Updating UI span tests
    
    * Adding fragment destruction span UI tests
    
    * Updated coroutines context preservation
    
    * Updating sample-app
    
    * Cleaning up okhttp version lookup
    
    * Adding OTel Android note to the README
    
    * Updating the OTel Android note
    
    * Updated the setup.asciidoc file
    
    * Updated notice files
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Updating OTel Android note
    
    ---------
    
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    
    * Preparing for the next release (#268)
    
    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    
    * Updated the changelog (#269)
    
    * Make resources configurable (#276)
    
    * Making OTel resource configurable
    
    * Validating configured resource
    
    * Adding resource config docs
    
    * Updated the CHANGELOG.asciidoc
    
    * ci: use VM with the installed tools and fallback otherwise (#274)
    
    * Preparing for the next release (#277)
    
    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    
    * github-action: listen for all the github workflows (#279)
    
    * security: add permissions block to workflows (#272)
    
    * security: add permissions block to workflows
    
    * Add permissions
    
    * Documentation update (#281)
    
    * Removing links to latest version of artifacts
    
    * Adding note to warn users about version 1.13.1
    
    * Update docs/setup.asciidoc
    
    Co-authored-by: Emily S <emily.s@elastic.co>
    
    * Updating note
    
    * Removing 1.13.1 notes
    
    ---------
    
    Co-authored-by: Emily S <emily.s@elastic.co>
    
    * Cicd version validation (#282)
    
    * Validating version override format and major/minor values
    
    * Reorganizing code
    
    * Reorganizing code
    
    * Providing clearer function name
    
    * Updating setup doc versions in post deploy process (#283)
    
    * Cicd release messages update (#284)
    
    * Enhancing slack messages when a release is triggered
    
    * Showing release input params in slack message
    
    * Github action to automatically update version branch after a release (#285)
    
    * Created action to automatically update version branch with the latest changes from main after a release
    
    * Update .github/workflows/updateVersionBranch.yml
    
    Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
    
    ---------
    
    Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
    Co-authored-by: apmmachine <58790750+apmmachine@users.noreply.github.com>
    Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
    Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
    Co-authored-by: Jan Calanog <jan.calanog@elastic.co>
    Co-authored-by: Emily S <emily.s@elastic.co>
    8 people committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6153d01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ae9929 View commit details
    Browse the repository at this point in the history