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 36eee10  Updated configuration.rst and renamed defaultGeolocations
     new ea6f53a  converted the read to use the Read() interface
     new 589df81  renamed the Inserter interface to Creator to match the CRUD 
acronym
     new 8324aab  fixed test cases for the Inserter to Creator interface name 
change
     new 22eab8b  updated comment to reflect the Creator refactor
     new a2361c6  added functionality to support CRUD on the /divisions endpoint
     new 861b873  added TO Client funcs for invoking the /divisions CRUD
     new c929d89  cleaned up the cdns to account for the cdn package
     new a0bdfc8  refactored the asns to refer to the CRUD interface framework
     new 2d73bd6  cleaned up queries to account for the package names
     new 262e969  added TO client for ASNs
     new e61724c  added more test fixtures
     new c7397f9  updated to only deleteByID
     new 0e7d855  fixed asns test case
     new 49e18dd  added the TestInterface
     new 2b0ea08  added TestInterfaces test
     new 0b39602  added TestInterfaces test
     new e3e2c05  updated to support the GetID() interface change and the 
Inserter to Creator interface rename
     new 7ecb032  fixed merge conflict
     new fd8f390  fixed merge issue
     new 9360cb1  fixed merge issue
     new ae533b5  ds Inserter->Creator
     new e493f07  fix sql syntax
     new fd728da  fix column names; include cachegroup table in queries

The 23 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:
 traffic_ops/client/{cdn.go => asn.go}              |  91 ++-----
 traffic_ops/client/cdn.go                          |   6 +-
 traffic_ops/client/{cdn.go => division.go}         |  91 ++-----
 traffic_ops/testing/api/tc-fixtures.json           | 110 ++++++++
 traffic_ops/testing/api/v13/cdns_test.go           |  17 +-
 traffic_ops/traffic_ops_golang/api/change_log.go   |   2 +-
 .../traffic_ops_golang/api/change_log_test.go      |   4 +-
 .../traffic_ops_golang/api/shared_handlers.go      |  14 +-
 .../traffic_ops_golang/api/shared_handlers_test.go |   4 +-
 .../traffic_ops_golang/api/shared_interfaces.go    |   4 +-
 .../{cdn/cdns.go => asn/asns.go}                   | 266 +++++++++---------
 .../traffic_ops_golang/{ => asn}/asns_test.go      |  40 ++-
 traffic_ops/traffic_ops_golang/asns.go             | 125 ---------
 traffic_ops/traffic_ops_golang/cdn/cdns.go         | 178 ++++++------
 traffic_ops/traffic_ops_golang/cdn/cdns_test.go    |  24 +-
 .../deliveryservice/deliveryservices.go            |   6 +-
 .../deliveryservice/deliveryservices_test.go       |   4 +-
 .../deliveryservice/request/requests.go            |   6 +-
 .../deliveryservice/request/requests_test.go       |   4 +-
 .../{cdn/cdns.go => division/divisions.go}         | 299 ++++++++++++---------
 .../{ => division}/divisions_test.go               |  30 ++-
 traffic_ops/traffic_ops_golang/divisions.go        | 118 --------
 traffic_ops/traffic_ops_golang/routes.go           |  19 +-
 23 files changed, 670 insertions(+), 792 deletions(-)
 copy traffic_ops/client/{cdn.go => asn.go} (54%)
 copy traffic_ops/client/{cdn.go => division.go} (54%)
 create mode 100644 traffic_ops/testing/api/tc-fixtures.json
 copy traffic_ops/traffic_ops_golang/{cdn/cdns.go => asn/asns.go} (69%)
 rename traffic_ops/traffic_ops_golang/{ => asn}/asns_test.go (70%)
 delete mode 100644 traffic_ops/traffic_ops_golang/asns.go
 copy traffic_ops/traffic_ops_golang/{cdn/cdns.go => division/divisions.go} 
(60%)
 rename traffic_ops/traffic_ops_golang/{ => division}/divisions_test.go (79%)
 delete mode 100644 traffic_ops/traffic_ops_golang/divisions.go

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

Reply via email to