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: studentlynn/apm_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: APMonitor/apm_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 23 files changed
  • 4 contributors

Commits on Dec 12, 2017

  1. APMonitor Python Update

    Add try...except to a couple places to catch errors
    APMonitor authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    94caa1c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Update apm.py

    Add option to not print output from APM cmd. In a perfect world, I think it might be best to adjust the return value of method to return a tuple of `(response, output)` so the caller can do what they will with the output, or something similar, but that will likely cause a fair amount of refactoring.
    
    This change should keep the default behavior while allowing to opt out from printing input, for example when running APM from Gekko. I haven't spent an inordinate amount of time thinking over this change, so feedback is certainly welcome :)
    seanlane authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    f0c6547 View commit details
    Browse the repository at this point in the history
  2. Update apm.py

    Add same change to Python 3 branch
    seanlane authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    0f9af9c View commit details
    Browse the repository at this point in the history
  3. Update apm.py

    Add comment to Python 2 branch as well
    seanlane authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    4b722ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adc4476 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Merge pull request APMonitor#1 from seanlane/patch-1

    Update apm.py
    loganbeal authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    89b9bc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    3114369 View commit details
    Browse the repository at this point in the history
  2. APMonitor for Python 3.7

    APMonitor authored Aug 20, 2018
    Configuration menu
    Copy the full SHA
    0066556 View commit details
    Browse the repository at this point in the history
  3. APMonitor for Python 3.7

    APMonitor authored Aug 20, 2018
    Configuration menu
    Copy the full SHA
    6efd1af View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Update README.txt

    APMonitor authored May 14, 2020
    Configuration menu
    Copy the full SHA
    c971251 View commit details
    Browse the repository at this point in the history
  2. Update README.txt

    APMonitor authored May 14, 2020
    Configuration menu
    Copy the full SHA
    b6e1f1d View commit details
    Browse the repository at this point in the history
Loading