This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git.


    from 7e637f2  removed zip file, they are not allowed by apache
     new 98d91f9  refactor url parameter handling, along with where clause and 
orderBy construction
     new 0c07ec8  make api/1.2/servers return a 404 on an id parse error to 
match perl
     new 74bb966  update tests to use proper types and methods related to 
params and where clauses

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/go-tc/alerts.go                                |  14 +++
 .../traffic_ops_golang/api/shared_handlers.go      | 115 +++++++++------------
 .../traffic_ops_golang/api/shared_handlers_test.go |  10 +-
 .../traffic_ops_golang/api/shared_interfaces.go    |   4 +-
 traffic_ops/traffic_ops_golang/asns.go             |  51 +++++----
 traffic_ops/traffic_ops_golang/asns_test.go        |  10 +-
 traffic_ops/traffic_ops_golang/cdn/cdns.go         |  30 +++---
 traffic_ops/traffic_ops_golang/cdn/cdns_test.go    |  10 +-
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |  70 +++++++++----
 .../dbhelpers/db_helpers_test.go                   |  19 ++--
 .../traffic_ops_golang/deliveryservice/handlers.go |  49 ++++-----
 traffic_ops/traffic_ops_golang/divisions.go        |  44 +++++---
 traffic_ops/traffic_ops_golang/divisions_test.go   |  10 +-
 traffic_ops/traffic_ops_golang/hwinfo.go           |  52 ++++++----
 traffic_ops/traffic_ops_golang/hwinfo_test.go      |  10 +-
 traffic_ops/traffic_ops_golang/monitoring.go       |  26 ++---
 traffic_ops/traffic_ops_golang/monitoring_test.go  |   4 +-
 traffic_ops/traffic_ops_golang/parameters.go       |  49 +++++----
 traffic_ops/traffic_ops_golang/parameters_test.go  |  10 +-
 traffic_ops/traffic_ops_golang/phys_locations.go   |  51 +++++----
 .../traffic_ops_golang/phys_locations_test.go      |  10 +-
 traffic_ops/traffic_ops_golang/regions.go          |  52 +++++-----
 traffic_ops/traffic_ops_golang/regions_test.go     |  10 +-
 traffic_ops/traffic_ops_golang/routing.go          |   2 +-
 traffic_ops/traffic_ops_golang/servers.go          |  68 ++++++------
 .../traffic_ops_golang/servers_assignment.go       |  12 +--
 traffic_ops/traffic_ops_golang/servers_test.go     |  10 +-
 .../traffic_ops_golang/servers_update_status.go    |   8 +-
 traffic_ops/traffic_ops_golang/statuses.go         |  63 +++++------
 traffic_ops/traffic_ops_golang/statuses_test.go    |  10 +-
 traffic_ops/traffic_ops_golang/tenant/tenancy.go   |   3 +-
 31 files changed, 448 insertions(+), 438 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
dang...@apache.org.

Reply via email to