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: calston/tensor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.2
Choose a base ref
...
head repository: calston/tensor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.5
Choose a head ref
  • 20 commits
  • 11 files changed
  • 3 contributors

Commits on Jun 17, 2015

  1. RIP pypip.in

    calston committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    8363a3e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2015

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

Commits on Sep 17, 2015

  1. Option to filter NaN events

    calston committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    71033d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2015

  1. Add a simple cache utility

    calston committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    cf3f19e View commit details
    Browse the repository at this point in the history
  2. Add Docker source

    calston committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    2a3dc81 View commit details
    Browse the repository at this point in the history
  3. Add docker to docs

    calston committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    7ae700f View commit details
    Browse the repository at this point in the history
  4. Add a requirements file

    calston committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    98bbfa3 View commit details
    Browse the repository at this point in the history
  5. Fix docker docs

    calston committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    aeb0051 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Update requirements for PySNMP

    Otherwise `twistd -n tensor -c <my_config.yml>` fails if there are SNMP checks therein:
    
    ```
    <snip>
    File "/usr/local/lib/python2.7/dist-packages/tensor/sources/snmp.py", line 20, in <module>
        from pysnmp.entity.rfc3413.twisted import cmdgen
    ImportError: No module named twisted
    ``
    hobbeswalsh committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    a604778 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from hobbeswalsh/pin-snmp-requirement

    Update requirements for PySNMP
    hobbeswalsh committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    a323c9f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from hobbeswalsh/master

    Pin requirements for PySNMP
    calston committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    dc1a5f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. Adding ability to add "Attributes"

    Riemann events support Attributes, so I'm adding that capability in Tensor.
    Robin Walsh committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    3801d55 View commit details
    Browse the repository at this point in the history
  2. Oops, need to add the attributes to the PB object

    Robin Walsh committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    af60197 View commit details
    Browse the repository at this point in the history
  3. adding a test case to "test" attributes

    Robin Walsh committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    e6b46bd View commit details
    Browse the repository at this point in the history
  4. whoops, wrong event

    Robin Walsh committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    ece84b9 View commit details
    Browse the repository at this point in the history
  5. can't test locally so pushing to test in Travis

    Robin Walsh committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    45e3274 View commit details
    Browse the repository at this point in the history
  6. don't serialize to string

    Robin Walsh committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    977e891 View commit details
    Browse the repository at this point in the history
  7. remove unused import

    Robin Walsh committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    88fd615 View commit details
    Browse the repository at this point in the history
  8. We should bump the minor version if we're changing the way the Event …

    …API works
    Robin Walsh committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    e5e0dc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. Merge pull request #19 from hobbeswalsh/master

    Adding ability to add "Attributes"
    calston committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    5bfcdd1 View commit details
    Browse the repository at this point in the history
Loading