You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by rob05c <gi...@git.apache.org> on 2017/07/27 15:26:13 UTC

[GitHub] incubator-trafficcontrol pull request #761: Add TO client DS ByServer, Regex...

GitHub user rob05c opened a pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/761

    Add TO client DS ByServer, Regexes

    Adds missing CDN DomainName field

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rob05c/incubator-trafficcontrol toclientfuncs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafficcontrol/pull/761.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #761
    
----
commit 0b65316f749f0cd9634b9c19da10049164e3bdee
Author: Robert Butts <ro...@gmail.com>
Date:   2017-07-27T14:56:04Z

    Add TO client DS ByServer, Regexes
    
    Adds missing CDN DomainName field

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #761: Add TO client DS ByServer, Regex...

Posted by rob05c <gi...@git.apache.org>.
Github user rob05c commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/761#discussion_r129882952
  
    --- Diff: traffic_ops/client/delivery_service_endpoints.go ---
    @@ -22,6 +22,10 @@ func deliveryServicesEp() string {
     	return apiBase + dsPath + ".json"
     }
     
    +func deliveryServicesByServerEp(id string) string {
    +	return apiBase + "/servers/" + id + dsPath + ".json"
    --- End diff --
    
    Right, I was just trying to be consistent with the surrounding functions


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol issue #761: Add TO client DS ByServer, Regexes

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/incubator-trafficcontrol/pull/761
  
    
    Refer to this link for build results (access rights to CI server needed): 
    https://builds.apache.org/job/incubator-trafficcontrol-PR-trafficops-test/13/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol issue #761: Add TO client DS ByServer, Regexes

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/incubator-trafficcontrol/pull/761
  
    Can one of the admins verify this patch?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #761: Add TO client DS ByServer, Regex...

Posted by mitchell852 <gi...@git.apache.org>.
Github user mitchell852 commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/761#discussion_r130380695
  
    --- Diff: traffic_ops/client/delivery_service_endpoints.go ---
    @@ -22,6 +22,10 @@ func deliveryServicesEp() string {
     	return apiBase + dsPath + ".json"
     }
     
    +func deliveryServicesByServerEp(id string) string {
    +	return apiBase + "/servers/" + id + dsPath + ".json"
    --- End diff --
    
    consistency is good


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol issue #761: Add TO client DS ByServer, Regexes

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/incubator-trafficcontrol/pull/761
  
    Can one of the admins verify this patch?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol issue #761: Add TO client DS ByServer, Regexes

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/incubator-trafficcontrol/pull/761
  
    
    Refer to this link for build results (access rights to CI server needed): 
    https://builds.apache.org/job/incubator-trafficcontrol-traffic_ops-test-PR/13/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #761: Add TO client DS ByServer, Regex...

Posted by mitchell852 <gi...@git.apache.org>.
Github user mitchell852 commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/761#discussion_r129881754
  
    --- Diff: traffic_ops/client/delivery_service_endpoints.go ---
    @@ -22,6 +22,10 @@ func deliveryServicesEp() string {
     	return apiBase + dsPath + ".json"
     }
     
    +func deliveryServicesByServerEp(id string) string {
    +	return apiBase + "/servers/" + id + dsPath + ".json"
    --- End diff --
    
    you don't need the .json anymore on any api routes btw


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---