You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/04/07 18:19:30 UTC

[trafficcontrol] branch master updated (84afcad -> 9c4645f)

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

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


    from 84afcad  Traffic Ops Go client cleanup (#5512)
     add 9c4645f  LICENSE file percent coverage GitHub Action (#5719)

No new revisions were added by this update.

Summary of changes:
 .../license-file-coverage/atc_coverage_test.go     | 90 ++++++++++++++++++++++
 .github/workflows/license-file-coverage.yml        | 85 ++++++++++++++++++++
 blueprints/api.guidelines.md                       |  2 +-
 docs/source/_ext/atc.py                            |  7 +-
 docs/source/admin/traffic_ops.rst                  |  6 +-
 docs/source/development/godocs.rst                 | 57 ++++++++++++++
 docs/source/development/index.rst                  |  1 +
 docs/source/development/traffic_ops.rst            |  6 +-
 docs/source/overview/cache_groups.rst              |  2 +-
 docs/source/overview/delivery_services.rst         |  2 +-
 .../traffic_ops_golang/auth/authenticate.go        |  4 +-
 .../traffic_ops_golang/test/error_context.go       |  2 +-
 12 files changed, 250 insertions(+), 14 deletions(-)
 create mode 100644 .github/actions/license-file-coverage/atc_coverage_test.go
 create mode 100644 .github/workflows/license-file-coverage.yml
 create mode 100644 docs/source/development/godocs.rst