GitHub user robert-butts opened a pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/10

    Traffic Monitor 2.0 Improvements

    Adds config for server read and write timeouts.
    
    Removes duplicate common API data.
    
    Fixes numerous Linter issues.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robert-butts/incubator-trafficcontrol tm2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafficcontrol/pull/10.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #10
    
----
commit f24ecf2c08107c51c6812623468730de8b06e134
Author: Robert Butts <[email protected]>
Date:   2016-10-17T21:42:04Z

    Add TM2 config for server read and write timeouts

commit 9108de233a6ac80d68888d2bc67f0149c5080c3d
Author: Robert Butts <[email protected]>
Date:   2016-10-19T21:27:40Z

    Change TM2 common API data to a common struct.
    
    Fixes #1960

commit 2890c439b501e86da50866f83492cd09ee32d656
Author: Robert Butts <[email protected]>
Date:   2016-10-20T15:50:38Z

    Remove TM2 unused symbols

commit 8fbf1965f434f8ea7b05f01af6775d3062b0eb4c
Author: Robert Butts <[email protected]>
Date:   2016-10-20T15:57:26Z

    Fix TM2 error message missing format value

commit ad05ab321a6e2df67251a18dfb29f36aad59a4ab
Author: Robert Butts <[email protected]>
Date:   2016-10-20T16:15:48Z

    Fix TM2 range variable capture

commit 6f400aa0d8d0a21a6be331224c72c52e12c13d08
Author: Robert Butts <[email protected]>
Date:   2016-10-20T16:39:33Z

    Fix TM2 duplicate file handling

commit a83937e4b48c3ba5f759300826ff0c02b314642f
Author: Robert Butts <[email protected]>
Date:   2016-10-20T16:41:55Z

    Fix TM2 CommonAPIData uses to qualify namespace

commit 929688e8649d7682d0763de36fd8080b800ba5ae
Author: Robert Butts <[email protected]>
Date:   2016-10-20T19:28:36Z

    Change TM2 Go imports to Apache

commit bb9d2553be2fb57c078a63409eb74515293d2979
Author: Robert Butts <[email protected]>
Date:   2016-10-20T20:33:24Z

    Remove TM2 unused symbols

commit d71f5279898073f34323aa7a9b0b7c3c0a296c97
Author: Robert Butts <[email protected]>
Date:   2016-10-20T20:44:38Z

    Change TM2 Go to be simpler
    
    Changes `for{ select{ case` to `for range` for single-case selects.
    Changes array copies to use `copy` builtin.
    
    This makes all packages in traffic_monitor/experimental satisfy
    `gosimple`.

commit 1edfc414b6980465297c6f941388b8fb12df87cb
Author: Robert Butts <[email protected]>
Date:   2016-10-20T21:41:51Z

    Rename TM2 http_server to idiomatic srvhttp

commit e1852e09d42303caae727162f4ec2fc8c20d0f1e
Author: Robert Butts <[email protected]>
Date:   2016-10-20T21:57:05Z

    Fix TM2 symbol names to be idiomatic

commit 82f5d98ef315df92dff5beab830c3cf67e6c8cfa
Author: Robert Butts <[email protected]>
Date:   2016-10-20T22:18:31Z

    Fix TM2 to simplify single var ranges

commit fe4dac9e9b816fc7458b6e38027c114c729c195f
Author: Robert Butts <[email protected]>
Date:   2016-10-20T22:21:12Z

    Fix TM2 package comment to be idiomatic

commit 7699b3746d961d997d89d6674bcb1ec60ac319b2
Author: Robert Butts <[email protected]>
Date:   2016-10-20T22:23:03Z

    Fix TM2 member func self var to be idiomatic

commit b0a503f1907bd39d5cd9cffd8a1bb95ece6b5175
Author: Robert Butts <[email protected]>
Date:   2016-10-21T14:48:43Z

    Fix TM2 function comments to be godoc compliant

commit 728c66dd15f980ec0e01b3c8664cd457624a05a5
Author: Robert Butts <[email protected]>
Date:   2016-10-21T20:57:03Z

    Add TM2 godoc comments

commit 38f4710800252e4e4c51b7918512f7506204f3e2
Author: Robert Butts <[email protected]>
Date:   2016-10-21T21:11:40Z

    Fix TM2 unnecessary conversions

commit 635f905e04efc6e94737d92079cdc93a98dc5d33
Author: Robert Butts <[email protected]>
Date:   2016-10-21T21:17:28Z

    Fix TM2 DSStatsThreadsafe to be passed as a Reader

commit 6d3df241f7d4a4b2c53e68aa5108db9977010d45
Author: Robert Butts <[email protected]>
Date:   2016-10-21T21:21:46Z

    Fix TM2 test to match renamed symbol

commit 973b13f1ae071c7588c822790a40889af1863a13
Author: Robert Butts <[email protected]>
Date:   2016-10-21T21:22:07Z

    Remove TM2 unused variable

commit 9a49d250861ae3608b638c1defd2f7e378d9c5e7
Author: Robert Butts <[email protected]>
Date:   2016-10-21T21:35:51Z

    Fix TM2 HTTP serving to log write errors

commit 417b0cd11c2a9f4b51199bb1a21d57a6e9c90874
Author: Robert Butts <[email protected]>
Date:   2016-10-21T21:36:24Z

    Remove TM2 debug message

----


---
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 the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to