You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2019/12/09 21:48:39 UTC

[trafficcontrol] branch master updated (16df2d2 -> 5fec5f2)

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/trafficcontrol.git.


    from 16df2d2  Ignore api test package in top level unit tests (#4180)
     add 5fec5f2  Rewrite users/register to Go (#4125)

No new revisions were added by this update.

Summary of changes:
 docs/source/api/users_register.rst                 |  18 +-
 lib/go-tc/users.go                                 |  36 ++-
 traffic_ops/client/user.go                         |  27 ++
 traffic_ops/traffic_ops_golang/api/api.go          |   8 +
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |  41 +++
 traffic_ops/traffic_ops_golang/login/login.go      |  15 +-
 traffic_ops/traffic_ops_golang/login/register.go   | 284 +++++++++++++++++++++
 .../traffic_ops_golang/login/register_test.go      |  63 +++--
 traffic_ops/traffic_ops_golang/routing/routes.go   |   1 +
 9 files changed, 461 insertions(+), 32 deletions(-)
 create mode 100644 traffic_ops/traffic_ops_golang/login/register.go
 copy traffic_portal/app/src/common/modules/form/status/FormStatusController.js => traffic_ops/traffic_ops_golang/login/register_test.go (52%)