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 93646bd  Add missing AL2 header to NameServerTest.java
     new 2d0d0c3  added golint comment
     new 99f7c24  updated to use the Read() interface
     new a0e2ade  updated to use TimeNoMod on the physlocation handler
     new b15428d  updated to support the ParameterNullable struct
     new 2f1d524  converted to use ParameterNullable
     new 2d5827b  implemented the Create for parameters
     new 8a8c801  implemented the Delete for parameters
     new 188fe96  updated the TO client to use query parameters for the name= 
lookups
     new 10e7801  successfully implemented the Update functionality
     new e2a768d  added nil checks for panic safety
     new b2f1dd7  hooked in the validation framework
     new 709727f  added nil check for the isSecure flag
     new 0d9b0a7  added Updater interface test
     new 718df0c  moved into the v13 package to simplify access
     new 8fe3633  added new session wrapper to allow for /login and /logout 
(session switching)
     new 922888a  turned on several secure flags for testing
     new f4ff48e  added support for logout
     new ce8f7bd  refactored to use the Config variable
     new 2b8f292  added support for the Portal User
     new e1eff1b  added config validation for the TrafficOps section
     new af32e2c  added return on LoadConfig err
     new 06ab471  added plumbing for all roles to have test users
     new c882ba3  removed unnecessary nil checks
     new 38b2a02  cleaned up the print statements from phys_locations
     new f9f0b2c  removed err check for testing
     new 06a5865  parallel delete to point out delete bug
     new 381ee21  removed types and parameters from the seed data
     new ef1f3be  added informational mession when setting up a session

The 28 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/parameters.go                            |  14 +
 lib/go-tc/physlocations.go                         |  28 +-
 lib/go-tc/regions.go                               |   2 +
 lib/go-tc/system_info.go                           |   2 +-
 traffic_ops/client/v13/cachegroup.go               |   2 +-
 traffic_ops/client/v13/cdn.go                      |   2 +-
 traffic_ops/client/v13/session.go                  |  61 ++++
 traffic_ops/testing/api/conf/traffic-ops-test.conf |  11 +-
 traffic_ops/testing/api/config/config.go           | 130 +++++++-
 traffic_ops/testing/api/v13/parameters_test.go     |  70 +++--
 traffic_ops/testing/api/v13/session.go             |  52 ++++
 traffic_ops/testing/api/v13/tc-fixtures.json       |  68 ++---
 traffic_ops/testing/api/{todb => v13}/todb.go      | 329 ++++++--------------
 traffic_ops/testing/api/v13/traffic_ops_test.go    |  47 +--
 .../phys_locations.go => parameter/parameters.go}  | 337 ++++++++++-----------
 .../{ => parameter}/parameters_test.go             |  72 +++--
 traffic_ops/traffic_ops_golang/parameters.go       | 147 ---------
 .../physlocation/phys_locations.go                 |   5 +-
 traffic_ops/traffic_ops_golang/routes.go           |   7 +-
 .../traffic_ops_golang/systeminfo/system_info.go   |  20 +-
 .../systeminfo/system_info_test.go                 |  60 ++--
 21 files changed, 745 insertions(+), 721 deletions(-)
 create mode 100644 traffic_ops/testing/api/v13/session.go
 copy traffic_ops/testing/api/{todb => v13}/todb.go (73%)
 copy traffic_ops/traffic_ops_golang/{physlocation/phys_locations.go => 
parameter/parameters.go} (62%)
 rename traffic_ops/traffic_ops_golang/{ => parameter}/parameters_test.go (59%)
 delete mode 100644 traffic_ops/traffic_ops_golang/parameters.go

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

Reply via email to