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: 4n4nd/prometheus-api-client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.3
Choose a base ref
...
head repository: 4n4nd/prometheus-api-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.4
Choose a head ref
  • 9 commits
  • 7 files changed
  • 6 contributors

Commits on Dec 9, 2022

  1. ⬆️ Bump certifi from 2022.9.24 to 2022.12.7

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
    - [Release notes](https://github.com/certifi/python-certifi/releases)
    - [Commits](certifi/python-certifi@2022.09.24...2022.12.07)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    48aef5e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Added Proxy Feature #261

    mayankho committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    cb0ec75 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. added proxy usage in docs

    mayankkholia committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    672970c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Merge pull request #262 from mayankkholia/proxy-feature

    Added Proxy Feature #261
    4n4nd authored May 15, 2023
    Configuration menu
    Copy the full SHA
    0e73e83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #258 from 4n4nd/dependabot/pip/certifi-2022.12.7

    ⬆️ Bump certifi from 2022.9.24 to 2022.12.7
    4n4nd authored May 15, 2023
    Configuration menu
    Copy the full SHA
    922b937 View commit details
    Browse the repository at this point in the history
  3. Issue251 help matplotlib load times (#255)

    * add controls to subplot
    
    * convert plot() so that it can be called more than once to show Metrics on the same graph
    
    * moved plot() call into it's own file and more importantly, made the loading of matplotlib lazy loaded only on plot() call. Also added some additional code as a direction for later
    mahtin authored May 15, 2023
    Configuration menu
    Copy the full SHA
    39c5710 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. feat: add get_label_names helper (#267)

    * feat: add get_label_names helper
    
    * test: get_label_names
    samber authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8495853 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Create FUNDING.yml

    4n4nd authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f942d44 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    4n4nd authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    53aaac1 View commit details
    Browse the repository at this point in the history
Loading