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

Add profile_trace testing #858

Merged
merged 27 commits into from
Jun 30, 2023
Merged

Add profile_trace testing #858

merged 27 commits into from
Jun 30, 2023

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    00b7966 View commit details
    Browse the repository at this point in the history
  2. Use isort & sys to eliminate std & builtin modules

    Previously, the logic would fail to identify third party modules installed within the
    local user socpe. This fixes that issue by skipping builtin and stdlib modules by name,
    instead of attempting to identify third party modules based on file paths.
    hmstepanek committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5d48e3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d59962 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0e45f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    ce4f37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82307dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f681ada View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0317e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

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

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    647ce67 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-local-scoped-package-reporting' of github.com:newre…

    …lic/newrelic-python-agent into fix-local-scoped-package-reporting
    hmstepanek committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1f0d5c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ecb71e View commit details
    Browse the repository at this point in the history
  4. Remove Python 2.7 and pypy2 testing (#835)

    * Change setup-python to @v2 for py2.7
    
    * Remove py27 and pypy testing
    
    * Fix syntax errors
    
    * Fix comma related syntax errors
    
    * Fix more issues in tox
    
    * Remove gearman test
    lrafeei authored and hmstepanek committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    17c52bd View commit details
    Browse the repository at this point in the history
  5. Containerized CI Pipeline (#836)

    * Revert "Remove Python 2.7 and pypy2 testing (#835)"
    
    This reverts commit abb6405.
    
    * Containerize CI process
    
    * Publish new docker container for CI images
    
    * Rename github actions job
    
    * Copyright tag scripts
    
    * Drop debug line
    
    * Swap to new CI image
    
    * Move pip install to just main python
    
    * Remove libcurl special case from tox
    
    * Install special case packages into main image
    
    * Remove unused packages
    
    * Remove all other triggers besides manual
    
    * Add make run command
    
    * Cleanup small bugs
    TimPansino authored and hmstepanek committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d98e4a9 View commit details
    Browse the repository at this point in the history
  6. Fix CI Image Tagging (#838)

    * Correct templated CI image name
    
    * Pin pypy2.7 in image
    
    * Fix up scripting
    TimPansino authored and hmstepanek committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    7d2f89e View commit details
    Browse the repository at this point in the history
  7. Temporarily Restore Old CI Pipeline (#841)

    * Restore old pipelines
    
    * Remove python 2 from setup-python
    TimPansino authored and hmstepanek committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    075ea20 View commit details
    Browse the repository at this point in the history
  8. Rework CI Pipeline (#839)

    Change pypy to pypy27 in tox.
    
    Fix checkout logic
    
    Pin tox requires
    TimPansino authored and hmstepanek committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    6527064 View commit details
    Browse the repository at this point in the history
  9. Fix Tests on New CI (#843)

    * Remove non-root user
    
    * Test new CI image
    
    * Change pypy to pypy27 in tox.
    
    * Fix checkout logic
    
    * Fetch git tags properly
    
    * Pin tox requires
    
    * Adjust default db settings for github actions
    
    * Rename elasticsearch services
    
    * Reset to new pipelines
    
    * [Mega-Linter] Apply linters fixes
    
    * Fix timezone
    
    * Fix docker networking
    
    * Pin dev image to new sha
    
    * Standardize gearman DB settings
    
    * Fix elasticsearch settings bug
    
    * Fix gearman bug
    
    * Add missing odbc headers
    
    * Add more debug messages
    
    * Swap out dev ci image
    
    * Fix required virtualenv version
    
    * Swap out dev ci image
    
    * Swap out dev ci image
    
    * Remove aioredis v1 for EOL
    
    * Add coverage paths for docker container
    
    * Unpin ci container
    
    ---------
    
    Co-authored-by: TimPansino <TimPansino@users.noreply.github.com>
    2 people authored and hmstepanek committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1389876 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'fix-local-scoped-package-reporting' of github.com:newre…

    …lic/newrelic-python-agent into fix-local-scoped-package-reporting
    hmstepanek committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    6375813 View commit details
    Browse the repository at this point in the history
  11. Trigger tests

    hmstepanek committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c64b670 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    0264905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b16da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fdffbd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    9f5a233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0686cd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3c11a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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