Thanks to visit codestin.com
Credit goes to github.com

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: elastic/apm-agent-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.22.0
Choose a base ref
...
head repository: elastic/apm-agent-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.22.1
Choose a head ref
  • 16 commits
  • 21 files changed
  • 6 contributors

Commits on Apr 4, 2024

  1. CONTRIBUTING: describe how to create the pr to the vX.x branch (#2026)

    Create a PR from a branch already rebased so that the commit list in the github UI is clean.
    xrmx authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f364133 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. chore: APM agent json server schema a76e999543efb3ba803c9a57dd13a4f6b…

    …... (#2028)
    
    ... 3ffa7e1
    
    Made with ❤️️ by updatecli
    
    Co-authored-by: apmmachine <[email protected]>
    apmmachine and apmmachine authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    085ed0d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

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

Commits on Apr 26, 2024

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

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. tests: pick mysql image tagged as 8.0 (#2035)

    As for some reason latest 8.4.0 is not working.
    xrmx authored May 8, 2024
    Configuration menu
    Copy the full SHA
    e4488ed View commit details
    Browse the repository at this point in the history
  2. build(deps): bump jinja2 from 3.0.3 to 3.1.4 in /tests/requirements (#…

    …2034)
    
    * build(deps): bump jinja2 from 3.0.3 to 3.1.4 in /tests/requirements
    
    Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.4.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.0.3...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update tests/requirements/reqs-jinja2-2.txt
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Riccardo Magliocchetti <[email protected]>
    dependabot[bot] and xrmx authored May 8, 2024
    Configuration menu
    Copy the full SHA
    c6fa2f7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. tests: revert bumping jinja2 in flask 1.0 tests (#2037)

    Unfortunately flask 1.0 does not work with jinja 3.1.x:
    
    venv/lib/python3.10/site-packages/flask/__init__.py:19: in <module>
        from jinja2 import Markup, escape
    E   ImportError: cannot import name 'Markup' from 'jinja2'
    xrmx authored May 10, 2024
    Configuration menu
    Copy the full SHA
    c15a7bd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Assume os.getppid is always available (#2038)

    It's always available since 3.2 and tests are already assuming that.
    xrmx authored May 14, 2024
    Configuration menu
    Copy the full SHA
    73ac280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4196b34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecac142 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 16, 2024

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

Commits on May 17, 2024

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