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

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


    from 4003c03  renamed maxmind.default.override parameter to 
maxmindDefaultOverride
     new 3719794  Add a Location API
     new a613a35  Implement Location support in the client, integration tests
     new 4ba11bf  Add Location API reference doc
     new ce33262  Rename 'location' to 'coordinate'

The 4 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:
 CHANGELOG.md                                       |   1 +
 docs/source/api/index.rst                          |   1 +
 docs/source/api/v13/coordinate.rst                 | 272 +++++++++++++++++++++
 docs/source/{faq => api/v13}/index.rst             |  22 +-
 lib/go-tc/v13/{cdns.go => coordinates.go}          |  90 +++----
 ...shots.sql => 20180420000000_add_coordinate.sql} |  17 +-
 .../client/v13/{cachegroup.go => coordinate.go}    |  48 ++--
 traffic_ops/testing/api/v13/coordinates_test.go    | 129 ++++++++++
 traffic_ops/testing/api/v13/tc-fixtures.json       |  12 +
 traffic_ops/testing/api/v13/traffic_control.go     |   1 +
 .../{cdn/cdns.go => coordinate/coordinates.go}     | 153 ++++++------
 .../coordinates_test.go}                           | 100 +++-----
 traffic_ops/traffic_ops_golang/routes.go           |   9 +-
 13 files changed, 613 insertions(+), 242 deletions(-)
 create mode 100644 docs/source/api/v13/coordinate.rst
 copy docs/source/{faq => api/v13}/index.rst (84%)
 copy lib/go-tc/v13/{cdns.go => coordinates.go} (51%)
 copy traffic_ops/app/db/migrations/{20161208000001_create_snapshots.sql => 
20180420000000_add_coordinate.sql} (63%)
 copy traffic_ops/client/v13/{cachegroup.go => coordinate.go} (68%)
 create mode 100644 traffic_ops/testing/api/v13/coordinates_test.go
 copy traffic_ops/traffic_ops_golang/{cdn/cdns.go => coordinate/coordinates.go} 
(65%)
 copy traffic_ops/traffic_ops_golang/{cachegroup/cachegroups_test.go => 
coordinate/coordinates_test.go} (62%)

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

Reply via email to