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: Litebox-official/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.
  • 14 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 12, 2020

  1. Добавлено новое описание + 4-ый сегмент в версии, показывающий версию…

    … модификации
    Алексей Пермяков committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    62b7d45 View commit details
    Browse the repository at this point in the history
  2. New description added. New version segment showing version of modific…

    …ation
    Алексей Пермяков committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    d398e57 View commit details
    Browse the repository at this point in the history
  3. Added storage of metrics in a separate provider. It is possible to pa…

    …ss a custom provider when determining the metric.
    Алексей Пермяков committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    8f4f2a3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/redis' of https://github.com/Litebox-official/c…

    …lient_python into feature/redis
    Алексей Пермяков committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    af0a826 View commit details
    Browse the repository at this point in the history
  5. Provider for Redis

    Алексей Пермяков committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    3b883f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Rolled back the name

    Алексей Пермяков committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    05db745 View commit details
    Browse the repository at this point in the history
  2. Added functional description. As well as the ability to create descen…

    …dants of the providers.RedisProvider class
    Алексей Пермяков committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    68c876f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Change using redis locker

    Алексей Пермяков committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    e9e04cf View commit details
    Browse the repository at this point in the history
  2. Renamed redis lock

    Алексей Пермяков committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    d51fb10 View commit details
    Browse the repository at this point in the history
  3. Rewrote the use of locks on the context manager

    Алексей Пермяков committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    3cb2d07 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Fixed and supplemented tests

    Алексей Пермяков committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    23c5d38 View commit details
    Browse the repository at this point in the history
  2. Fixed flake8

    Алексей Пермяков committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    ab426ac View commit details
    Browse the repository at this point in the history
  3. the parameter to block the flow and the lifetime of the lock are pass…

    …ed to get_redis_provider
    Алексей Пермяков committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    b18e149 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

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