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 2018/04/06 20:46:00 UTC

[incubator-trafficcontrol] 10/15: updated formatting

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

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

commit e586577b720bd6aa9a55d0eb07f3d422324661c5
Author: Dewayne Richardson <de...@apache.org>
AuthorDate: Wed Apr 4 09:59:10 2018 -0600

    updated formatting
---
 CHANGELOG.md | 54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index eedbc36..247d10f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,33 +8,33 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 - Per-DeliveryService Routing Names: you can now choose a Delivery Service's Routing Name (rather than a hardcoded "tr" or "edge" name). This might require a few pre-upgrade steps detailed [here](http://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/migration_from_20_to_22.html#per-deliveryservice-routing-names)
 - [Delivery Service Requests](http://traffic-control-cdn.readthedocs.io/en/latest/admin/quick_howto/ds_requests.html#ds-requests): When enabled, delivery service requests are created when ALL users attempt to create, update or delete a delivery service. This allows users with higher level permissions to review delivery service changes for completeness and accuracy before deploying the changes.
 - Traffic Ops Golang Proxy Endpoints
-  - /api/1.3/about
-  - /api/1.3/asns (GET,POST,PUT,DELETE)
-  - /api/1.3/cdns (GET,POST,PUT,DELETE)
-  - /api/1.3/cdns/capacity (GET)
-  - /api/1.3/cdns/configs (GET)
-  - /api/1.3/cdns/dnsseckeys (GET)
-  - /api/1.3/cdns/domain (GET)
-  - /api/1.3/cdns/monitoring (GET)
-  - /api/1.3/cdns/health (GET)
-  - /api/1.3/cdns/routing (GET)
-  - /api/1.3/deliveryservice_requests (GET,POST,PUT,DELETE)
-  - /api/1.3/divisions (GET,POST,PUT,DELETE) 
-  - /api/1.3/hwinfos (GET)
-  - /api/1.3/parameters (GET,POST,PUT,DELETE)
-  - /api/1.3/profileparameters (GET,POST,PUT,DELETE)
-  - /api/1.3/phys_locations (GET,POST,PUT,DELETE)
-  - /api/1.3/ping (GET)
-  - /api/1.3/profiles (GET,POST,PUT,DELETE)
-  - /api/1.3/regions (GET,POST,PUT,DELETE)
-  - /api/1.3/servers (GET,POST,PUT,DELETE)
-  - /api/1.3/servers/checks (GET)
-  - /api/1.3/servers/details (GET)
-  - /api/1.3/servers/status (GET)
-  - /api/1.3/servers/totals (GET)
-  - /api/1.3/statuses (GET,POST,PUT,DELETE)
-  - /api/1.3/system/info (GET)
-  - /api/1.3/types (GET,POST,PUT,DELETE)
+  - /api/1.3/about `(GET)`
+  - /api/1.3/asns `(GET,POST,PUT,DELETE)`
+  - /api/1.3/cdns `(GET,POST,PUT,DELETE)`
+  - /api/1.3/cdns/capacity `(GET)`
+  - /api/1.3/cdns/configs `(GET)`
+  - /api/1.3/cdns/dnsseckeys `(GET)`
+  - /api/1.3/cdns/domain `(GET)`
+  - /api/1.3/cdns/monitoring `(GET)`
+  - /api/1.3/cdns/health `(GET)`
+  - /api/1.3/cdns/routing `(GET)`
+  - /api/1.3/deliveryservice_requests `(GET,POST,PUT,DELETE)`
+  - /api/1.3/divisions `(GET,POST,PUT,DELETE)`
+  - /api/1.3/hwinfos `(GET)`
+  - /api/1.3/parameters `(GET,POST,PUT,DELETE)`
+  - /api/1.3/profileparameters `(GET,POST,PUT,DELETE)`
+  - /api/1.3/phys_locations `(GET,POST,PUT,DELETE)`
+  - /api/1.3/ping `(GET)`
+  - /api/1.3/profiles `(GET,POST,PUT,DELETE)`
+  - /api/1.3/regions `(GET,POST,PUT,DELETE)`
+  - /api/1.3/servers `(GET,POST,PUT,DELETE)`
+  - /api/1.3/servers/checks `(GET)`
+  - /api/1.3/servers/details `(GET)`
+  - /api/1.3/servers/status `(GET)`
+  - /api/1.3/servers/totals `(GET)`
+  - /api/1.3/statuses `(GET,POST,PUT,DELETE)`
+  - /api/1.3/system/info `(GET)`
+  - /api/1.3/types `(GET,POST,PUT,DELETE)`
 - Fair Queuing Pacing: Using the FQ Pacing Rate parameter in Delivery Services allows operators to limit the rate of individual sessions to the edge cache. This feature requires a Trafficserver RPM containing the fq_pacing experimental plugin AND setting 'fq' as the default Linux qdisc in sysctl. 
 
 ### Changed

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