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: prometheus/client_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: haizaar/client_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.
  • 9 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    a33dac0 View commit details
    Browse the repository at this point in the history
  2. Installing futures package for Python 2.x

    Required for multithreading tests.
    haizaar committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    263e2b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4969a5 View commit details
    Browse the repository at this point in the history
  4. Py2.x unittest compatability

    haizaar committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    40fdecc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efc33da View commit details
    Browse the repository at this point in the history
  6. pypy needs futures for testing as well

    It's a 2.7 version of Python lang.
    haizaar authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    2bb344d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Ensuring that different instances of timer do not interfere

    Signed-off-by: Zaar Hai <haizaar@haizaar.com>
    haizaar committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    1807d22 View commit details
    Browse the repository at this point in the history
  2. Python2.6 compliance

    Signed-off-by: Zaar Hai <haizaar@haizaar.com>
    haizaar committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    6f32ab9 View commit details
    Browse the repository at this point in the history
  3. Python2.6 compliance take 2

    Signed-off-by: Zaar Hai <haizaar@haizaar.com>
    haizaar committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    b95fc83 View commit details
    Browse the repository at this point in the history
Loading