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 2016/11/08 15:41:06 UTC

[1/3] incubator-trafficcontrol git commit: Fix for Issue #TC-33

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/psql 0604f3699 -> 102aab198


Fix for Issue #TC-33


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/5fa71c63
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/5fa71c63
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/5fa71c63

Branch: refs/heads/psql
Commit: 5fa71c6388f42b9c4e746bf69c1d15b7f2a21789
Parents: 9102176
Author: Dewayne Richardson <de...@apache.org>
Authored: Mon Nov 7 13:23:59 2016 -0700
Committer: Dewayne Richardson <de...@apache.org>
Committed: Mon Nov 7 13:23:59 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/API/Deliveryservice.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/5fa71c63/traffic_ops/app/lib/API/Deliveryservice.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/API/Deliveryservice.pm b/traffic_ops/app/lib/API/Deliveryservice.pm
index 8a69e00..a56c892 100644
--- a/traffic_ops/app/lib/API/Deliveryservice.pm
+++ b/traffic_ops/app/lib/API/Deliveryservice.pm
@@ -32,7 +32,7 @@ use Validate::Tiny ':all';
 
 sub index {
 	my $self         = shift;
-	my $orderby      = $self->param('orderby') || "xml_id";
+	my $orderby      = "xml_id";
 	my $logs_enabled = $self->param('logsEnabled');
 	my $current_user = $self->current_user()->{username};
 	my @data;


[2/3] incubator-trafficcontrol git commit: Merge branch 'fix/ds_orderby' of https://github.com/dewrich/incubator-trafficcontrol into psql

Posted by mi...@apache.org.
Merge branch 'fix/ds_orderby' of https://github.com/dewrich/incubator-trafficcontrol into psql


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/14177f18
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/14177f18
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/14177f18

Branch: refs/heads/psql
Commit: 14177f18ea5137a1b229122631960511efb88e21
Parents: 0604f36 5fa71c6
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Tue Nov 8 08:38:47 2016 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Tue Nov 8 08:38:47 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/API/Deliveryservice.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/14177f18/traffic_ops/app/lib/API/Deliveryservice.pm
----------------------------------------------------------------------


[3/3] incubator-trafficcontrol git commit: This closes #57

Posted by mi...@apache.org.
This closes #57


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/102aab19
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/102aab19
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/102aab19

Branch: refs/heads/psql
Commit: 102aab198c0d0fb2f3676b783cf1520749b27e1c
Parents: 14177f1
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Tue Nov 8 08:40:54 2016 -0700
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Tue Nov 8 08:40:54 2016 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------