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

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


    from 74b4c77  makes api calls for ds requests using query params instead of 
route params
     new 413e109  work in progress until CRUD Interfaces support compound keys
     new 03f434f  hooked in the profileparameters routes with a successful Read
     new 8087858  fixed the unit test for profile_parameters
     new 54c04d0  updated to use the v13 structs
     new fa479f8  created the v13 profileparameters
     new 95f7a1e  removed the PUT for profileparameters because it isnt relevant
     new 3fdc473  added the API tests and TO Client methods for 
profileparameters
     new b8b09fc  updated for swagger documentation
     new 46d7087  updated the CHANGELOG.md
     new e586577  updated formatting
     new 8601b0f  updated for cachegroups
     new e3db333  removed unused struct
     new de8f4ec  updated for the v13 struct
     new 7f74064  updated the test case for the v13 struct
     new eab39fb  updated the routes per the API guidelines

The 15 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                                       |  56 ++--
 lib/go-tc/v13/profile_parameters.go                |  53 ++++
 .../v13/{profile.go => profile_parameter.go}       |  74 ++---
 .../testing/api/v13/profile_parameters_test.go     | 132 +++++++++
 traffic_ops/testing/api/v13/tc-fixtures.json       |  10 +
 traffic_ops/testing/api/v13/traffic_control.go     |  33 +--
 .../parameter/parameters_test.go                   |   8 +-
 .../profileparameter/profile_parameters.go         | 300 +++++++++++++++++++++
 .../profile_parameters_test.go}                    |  74 ++---
 .../traffic_ops_golang/region/regions_test.go      |   2 +-
 traffic_ops/traffic_ops_golang/routes.go           |   7 +
 .../traffic_ops_golang/swaggerdocs/v13/docs.go     |   2 +-
 .../swaggerdocs/v13/profileparameters.go           | 119 ++++++++
 13 files changed, 730 insertions(+), 140 deletions(-)
 create mode 100644 lib/go-tc/v13/profile_parameters.go
 copy traffic_ops/client/v13/{profile.go => profile_parameter.go} (52%)
 create mode 100644 traffic_ops/testing/api/v13/profile_parameters_test.go
 create mode 100644 
traffic_ops/traffic_ops_golang/profileparameter/profile_parameters.go
 copy traffic_ops/traffic_ops_golang/{status/statuses_test.go => 
profileparameter/profile_parameters_test.go} (58%)
 create mode 100644 
traffic_ops/traffic_ops_golang/swaggerdocs/v13/profileparameters.go

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

Reply via email to