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 dde3297  fix ds request reader.  if empty list, return empty slice 
rather than nil
     new 77464b5  updated to use the CRUD interface
     new 59e8aab  updated regions to use the CRUD interface
     new bd6aa75  fix the insert statement
     new 3743b14  added API tests for /regions
     new 4b881b6  cleaned up test case
     new cca777e  added TestInterfaces test
     new 07eec2a  fixed GetID() interface change
     new a5fdba4  cleanup; fix column mappings
     new 4eba14b  fixed test case to use Creator instead of Inserter
     new e08cd94  fixed to use Creator instead of Inserter

The 10 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/regions.go                               |   2 +-
 traffic_ops/client/{status.go => region.go}        |  48 +++----
 traffic_ops/testing/api/region_test.go             | 107 ++++++++++++++
 .../{status/statuses.go => region/regions.go}      | 153 ++++++++++-----------
 .../divisions_test.go => region/regions_test.go}   |  48 ++++---
 traffic_ops/traffic_ops_golang/regions.go          | 122 ----------------
 traffic_ops/traffic_ops_golang/regions_test.go     |  97 -------------
 traffic_ops/traffic_ops_golang/routes.go           |  12 +-
 8 files changed, 242 insertions(+), 347 deletions(-)
 copy traffic_ops/client/{status.go => region.go} (71%)
 create mode 100644 traffic_ops/testing/api/region_test.go
 copy traffic_ops/traffic_ops_golang/{status/statuses.go => region/regions.go} 
(67%)
 copy traffic_ops/traffic_ops_golang/{division/divisions_test.go => 
region/regions_test.go} (68%)
 delete mode 100644 traffic_ops/traffic_ops_golang/regions.go
 delete mode 100644 traffic_ops/traffic_ops_golang/regions_test.go

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

Reply via email to