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 Loading
base: v0.5.0
Choose a base ref
...
head repository: 4n4nd/prometheus-api-client-python Loading
compare: v0.5.1
Choose a head ref
  • 10 commits
  • 14 files changed
  • 7 contributors

Commits on Dec 14, 2021

  1. Merge pull request #230 from AICoE/v0.5.0

    Release of version 0.5.0
    Anand Sanmukhani committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    5c09c7f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Update timestamp dtypes in MetricSnapshotDataFrame and MetricRangeDat…

    …aFrame (#234)
    
    * Update timestamps to be dtype DateTime instead of float by default.
    
    - Updates MetricRangeDataFrame to have pd.DatetimeIndex instead of
      pd.Float64Index.
    - Updates MetricSnapshotDataFrame to have the column timestamp as
      dtype datetime64[ns] instead of float64.
    - Adds test to ensure correct dtype conversion.
    
    * Rename timestamp (unix time) to datetime parameter in dataframes.
    Karanraj Chauhan committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    586c70a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. ⬆️ Bump pillow from 8.4.0 to 9.0.1

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.0.1.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@8.4.0...9.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    f463b54 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Ensuring Metric Values are Cast to Float when they are Strings (#237)

    * Casting metric values to a float; Adding a test for it as well;
    
    * Checking for str to convert to float; Adding custom exception;
    
    * Removing unused init param;
    
    * Renaming exception name;
    
    * Adjusting exception check to include ValueError; Updating Exception name; Adding a couple tests;
    
    * Adding a couple validation tests for MetricDataRange as well;
    
    * Fixing some linting issues I missed;
    Shackelford-Arden committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    361f9a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Create python-package.yml

    Add github action to run pytest on multiple python versions
    4n4nd committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    49f7bff View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    Sync with dependencies listed in the Pipfile
    4n4nd committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    f561caf View commit details
    Browse the repository at this point in the history
  3. Add get_label_values function in prometheus_connect.py. (#235)

    * Add get_label_values function in prometheus_connect.py.
    
    * Improving the all_metrics function via get_label_values.
    
    * Added tests for get_label_values().
    
    Co-authored-by: Alexey Sergeev <[email protected]>
    lixir and Alexey Sergeev committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    fa9436b View commit details
    Browse the repository at this point in the history
  4. Create python-publish.yml

    Add github action to create pypi releases for github releases
    4n4nd committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    ac2a25c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #238 from 4n4nd/dependabot/pip/pillow-9.0.1

    ⬆️ Bump pillow from 8.4.0 to 9.0.1
    4n4nd committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    294b7a6 View commit details
    Browse the repository at this point in the history
  6. Update __init__.py

    Update version number to `0.5.1`
    4n4nd committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    a3e2cde View commit details
    Browse the repository at this point in the history
Loading