[GitHub] incubator-trafficcontrol issue #167: Refactor and cleanup the influxdb_tools...

2017-01-09 Thread sbogacz
Github user sbogacz commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/167 I've had good experiences with `godep` for the most part, and I'd be happy to bring it in (I can maybe throw in a Makefile to make some of the local commands easier). That said, [a

[jira] [Commented] (TC-91) Add support for path based filtering to relevant legacy APIs

2017-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15813161#comment-15813161 ] ASF GitHub Bot commented on TC-91: -- Github user elsloo commented on a diff in the pull request:

[GitHub] incubator-trafficcontrol pull request #172: [TC-91] TM2 - Add support for pa...

2017-01-09 Thread elsloo
Github user elsloo commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/172#discussion_r95268661 --- Diff: traffic_monitor/experimental/traffic_monitor/manager/datarequest.go --- @@ -198,6 +204,16 @@ func NewCacheStatFilter(params

[GitHub] incubator-trafficcontrol pull request #173: [TC-92] -- Add RPM build for goT...

2017-01-09 Thread dneuman64
GitHub user dneuman64 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/173 [TC-92] -- Add RPM build for goTM A goTM RPM can now be built by running `./build/build.sh traffic_monitor/experimental` from the incubator-trafficcontrol directory. You can

[jira] [Created] (TC-93) Add RPM build for goTM

2017-01-09 Thread David Neuman (JIRA)
David Neuman created TC-93: -- Summary: Add RPM build for goTM Key: TC-93 URL: https://issues.apache.org/jira/browse/TC-93 Project: Traffic Control Issue Type: Improvement Components:

[GitHub] incubator-trafficcontrol pull request #171: Traffic Monitor 2.0 fixes

2017-01-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/171 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[jira] [Created] (TC-91) Add support for path based filtering to relevant legacy APIs

2017-01-09 Thread Jeff Elsloo (JIRA)
Jeff Elsloo created TC-91: - Summary: Add support for path based filtering to relevant legacy APIs Key: TC-91 URL: https://issues.apache.org/jira/browse/TC-91 Project: Traffic Control Issue Type:

[GitHub] incubator-trafficcontrol pull request #172: [TC-91] TM2 - Add support for pa...

2017-01-09 Thread elsloo
GitHub user elsloo opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/172 [TC-91] TM2 - Add support for path based filtering to applicable lega… …cy APIs. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-trafficcontrol pull request #169: [TC-89] fix tar ball and directo...

2017-01-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/169 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[jira] [Commented] (TC-89) tar ball name should be "trafficcontrol-incubating-"

2017-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812627#comment-15812627 ] ASF GitHub Bot commented on TC-89: -- Github user asfgit closed the pull request at:

[GitHub] incubator-trafficcontrol pull request #171: Traffic Monitor 2.0 fixes

2017-01-09 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/171 Traffic Monitor 2.0 fixes Fixes for various uncommon Traffic Control scenarios. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (TC-90) TR should check for closest cache group because using Maxmind Geolocation

2017-01-09 Thread Eric Friedrich (JIRA)
Eric Friedrich created TC-90: Summary: TR should check for closest cache group because using Maxmind Geolocation Key: TC-90 URL: https://issues.apache.org/jira/browse/TC-90 Project: Traffic Control

[GitHub] incubator-trafficcontrol pull request #170: get dnssec from old-releases dir

2017-01-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/170 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-trafficcontrol pull request #170: get dnssec from old-releases dir

2017-01-09 Thread dangogh
GitHub user dangogh opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/170 get dnssec from old-releases dir for 1.8.0 -- dnssec made a new release 0.13. The version we have been using is 0.12, which was moved to old-releases directory.

[jira] [Commented] (TC-89) tar ball name should be "trafficcontrol-incubating-"

2017-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812140#comment-15812140 ] ASF GitHub Bot commented on TC-89: -- GitHub user dangogh opened a pull request:

[jira] [Commented] (TC-6) Traffic Ops postinstall: non-interactive configuration

2017-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812134#comment-15812134 ] ASF GitHub Bot commented on TC-6: - Github user dewrich commented on a diff in the pull request:

[GitHub] incubator-trafficcontrol pull request #167: Refactor and cleanup the influxd...

2017-01-09 Thread dewrich
Github user dewrich commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/167#discussion_r95182473 --- Diff: traffic_stats/influxdb_tools/sync/sync_test.go --- @@ -0,0 +1,230 @@ +/* +Licensed to the Apache Software Foundation

[GitHub] incubator-trafficcontrol issue #167: Refactor and cleanup the influxdb_tools...

2017-01-09 Thread dneuman64
Github user dneuman64 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/167 +1 on vendoring. We are currently defining the version of the InfluxDb client to use in the build script and vendoring is a much better solution. --- If your project is set

[jira] [Commented] (TC-6) Traffic Ops postinstall: non-interactive configuration

2017-01-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15811885#comment-15811885 ] ASF GitHub Bot commented on TC-6: - Github user PeterRyder commented on a diff in the pull request: