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

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


    from 57fc861  Removing ORT ERROR warnign related to TO notes
     new cd88a00  Initial commit of Anonymous Blocking in TO
     new 23f8101  Renamed migration to latest date
     new 4580a80  Updated docs for Anonymous Blocking
     new 1db6278  updated date on migration file
     new a165aaa  changed anonymous_blocking_enabled field to boolean
     new d5897d8  updated golang crconfig to include anonymous_blocking_enabled
     new 925cde0  updated golang tests with anonymous_blocking_enabled field
     new fe1bbc9  renamed migration file
     new 4c3b9d2  hide Anonymous Blocking field for DNS delivery services
     new 7a85426  added missing comma
     new 2fa2218  changed 0/1 to true/false
     new 9866524  updated date on migration

The 12 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:
 .../admin/quick_howto/anonymous_blocking.rst       |   87 +
 .../admin/quick_howto/anonymous_blocking01.png     |  Bin 0 -> 109855 bytes
 .../admin/quick_howto/anonymous_blocking02.png     |  Bin 0 -> 28800 bytes
 docs/source/admin/quick_howto/index.rst            |    1 +
 docs/source/api/v12/deliveryservice.rst            | 2141 ++++++++++----------
 lib/go-tc/crconfig.go                              |   45 +-
 lib/go-tc/deliveryservices.go                      |  108 +-
 .../20180514000000_add_anonymous_blocking.sql      |   19 +
 traffic_ops/app/lib/API/Deliveryservice.pm         |    9 +
 traffic_ops/app/lib/Fixtures/Deliveryservice.pm    |    6 +
 .../Result/DeliveryServiceInfoForDomainList.pm     |    4 +-
 .../Result/DeliveryServiceInfoForServerList.pm     |    4 +-
 .../app/lib/Schema/Result/Deliveryservice.pm       |    7 +
 traffic_ops/app/lib/UI/DeliveryService.pm          |    3 +
 traffic_ops/app/lib/UI/Topology.pm                 |    4 +
 traffic_ops/app/t/api/1.2/deliveryservice.t        |    2 +
 traffic_ops/app/t/deliveryservice.t                |    7 +-
 .../app/templates/delivery_service/_form.html.ep   |   15 +
 .../app/templates/delivery_service/add.html.ep     |    4 +
 .../app/templates/delivery_service/edit.html.ep    |    4 +
 .../traffic_ops_golang/crconfig/deliveryservice.go |   11 +-
 .../crconfig/deliveryservice_test.go               |    7 +-
 .../deliveryservice/deliveryservices.go            |   33 +-
 .../traffic_ops_golang/deliveryservice/handlers.go |    1 +
 .../deliveryservice/handlers_test.go               |    1 +
 25 files changed, 1357 insertions(+), 1166 deletions(-)
 create mode 100644 docs/source/admin/quick_howto/anonymous_blocking.rst
 create mode 100644 docs/source/admin/quick_howto/anonymous_blocking01.png
 create mode 100644 docs/source/admin/quick_howto/anonymous_blocking02.png
 create mode 100644 
traffic_ops/app/db/migrations/20180514000000_add_anonymous_blocking.sql

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

Reply via email to