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/19 21:32:53 UTC

[trafficcontrol] branch master updated (058c655 -> 052f5e9)

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 058c655  Targeted cleanup (#4160)
     add 052f5e9  Rewrote /user/current to Go (#3996)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   2 +-
 CHANGELOG.md                                       |   1 +
 docs/source/api/user_current.rst                   | 167 ++++++++----
 lib/go-tc/users.go                                 | 173 ++++++++++++-
 .../clients/python/trafficops/tosession.py         |  11 +
 traffic_ops/client/user.go                         |  23 ++
 traffic_ops/testing/api/v14/user_test.go           |  67 ++++-
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |  73 ++++++
 traffic_ops/traffic_ops_golang/routing/routes.go   |   1 +
 traffic_ops/traffic_ops_golang/user/current.go     | 283 ++++++++++++++++++++-
 10 files changed, 727 insertions(+), 74 deletions(-)