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: cvmfs/collectd-cvmfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pypi
Choose a base ref
...
head repository: cvmfs/collectd-cvmfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 25, 2019

  1. Prepare 1.2.0

    traylenator committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    2fe8096 View commit details
    Browse the repository at this point in the history
  2. Prepare 1.2.1

    traylenator committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    dab7554 View commit details
    Browse the repository at this point in the history
  3. Fix rst markup

    traylenator committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    9848e19 View commit details
    Browse the repository at this point in the history
  4. Prepare 1.2.2

    traylenator committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    6ffa5ec View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Require pyxattr rather xattr

    In reality we are using the
    
    https://pypi.org/project/pyxattr
    
    and not
    
    https://pypi.org/project/xattr
    
    Note that both allow `import xattr` to work.
    
    So we correct the metadata to reflect that. Background in
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1817425
    traylenator committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    afd003e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Merge pull request #15 from cvmfs/pyxattr

    Require pyxattr rather xattr
    traylenator authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    a9d3669 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Use fqrn attribute to check if repo really mounted

    Rather than relying on scandir only to check if repository
    is mounted actually check an attribute.
    
    ```
    [ "x$(attr -qg fqrn /cvmfs/cms.cern.ch)" = "xcms.cern.ch" ]
    ```
    
    This avoids having to solve the problem in #14
    traylenator committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    ed38d68 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Merge pull request #16 from cvmfs/exception

    Use fqrn attribute to check if repo really mounted
    traylenator authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    8d6ac25 View commit details
    Browse the repository at this point in the history
  2. Release 1.3.0

    traylenator committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    433ac6b View commit details
    Browse the repository at this point in the history
  3. use valid rst

    traylenator committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    378ab45 View commit details
    Browse the repository at this point in the history
  4. Release 1.3.1

    traylenator committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    149e94c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Fix psutil call for read memory metris

    Luis Fernández Álvarez committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    4f62b3f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Merge pull request #17 from luisfdez/fix/memory

    Fix psutil call for read memory metrics
    traylenator authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2e5f673 View commit details
    Browse the repository at this point in the history
  2. Release 1.3.2

    traylenator committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    c463f42 View commit details
    Browse the repository at this point in the history
  3. Travis on python3

    traylenator committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    95bbc8e View commit details
    Browse the repository at this point in the history
  4. Release 1.3.3

    traylenator committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    b7e03a5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

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

Commits on Feb 7, 2025

  1. Merge pull request #18 from toteva/master

    Continue with the next available repo if issue with current
    traylenator authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    fc31eab View commit details
    Browse the repository at this point in the history
  2. Release 1.3.4

    traylenator committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    730b33f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #19 from traylenator/release

    Release 1.3.4
    traylenator authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    cd2d93b View commit details
    Browse the repository at this point in the history
Loading