Skip to content

Commit

Permalink
Sync REST code with 3.2
Browse files Browse the repository at this point in the history
- Fixes #891
- Fixes #934
- Fixes #947
  • Loading branch information
marschall committed Sep 6, 2017
1 parent f2d9178 commit 947ed7e
Show file tree
Hide file tree
Showing 114 changed files with 832 additions and 535 deletions.
5 changes: 3 additions & 2 deletions repository/Seaside-REST-Core.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"instance" : { },
"class" : {
"seasideRestCore" : "pmm 5/8/2012 19:10" },
"instance" : {
} }
"seasideRestCore" : "pmm 5/8/2012 19:10"
}
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRPackage" }
"name" : "GRPackage"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"class" : {
},
"instance" : {
"argumentNamesOf:" : "lr 7/26/2011 14:17",
"createRoutesFor:" : "pmm 8/27/2011 09:53",
"createRoutesFrom:to:" : "pmm 8/27/2011 09:53" } }
"createRoutesFrom:to:" : "pmm 8/27/2011 09:53",
"argumentNamesOf:" : "lr 7/26/2011 14:17"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "GRPlatform" }
"name" : "GRPlatform"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"class" : {
},
"instance" : {
} }
"instance" : { },
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "WAArgumentNotFoundError",
"pools" : [
],
"super" : "WAError",
"type" : "normal" }
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "WAArgumentNotFoundError",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"class" : {
"routes:" : "pmm 9/8/2009 22:12" },
"instance" : {
"addRoute:to:" : "pmm 3/22/2011 14:40",
"buildContainers:" : "lr 7/26/2011 14:07",
"fixedRoutesForContext:" : "pmm 3/22/2011 20:33",
"flexibleRoutesForContext:" : "pmm 9/2/2012 15:43",
"initializeWithRoutes:" : "pmm 3/22/2011 20:25",
"mergedRoutesForContext:" : "pmm 3/22/2011 21:01",
"flexibleRoutesForContext:" : "pmm 9/2/2012 15:43",
"fixedRoutesForContext:" : "pmm 3/22/2011 20:33",
"privateRouteForContext:ifAbsent:" : "lr 7/26/2011 12:17",
"routeForContext:consume:ifAbsent:" : "pmm 2/18/2012 14:11" } }
"routeForContext:consume:ifAbsent:" : "pmm 2/18/2012 14:11",
"initializeWithRoutes:" : "pmm 3/22/2011 20:25",
"addRoute:to:" : "pmm 3/22/2011 14:40",
"buildContainers:" : "lr 7/26/2011 14:07"
},
"class" : {
"routes:" : "pmm 9/8/2009 22:12"
}
}
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "DamienPollet 6/27/2011 16:31",
"super" : "WAObject",
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"fixedContainers",
"flexibleContainers" ],
"flexibleContainers"
],
"name" : "WAByMethodRoutes",
"pools" : [
],
"super" : "WAObject",
"type" : "normal" }
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
{
"class" : {
"example" : "lr 7/25/2011 11:05",
"method:selector:pattern:" : "lr 7/25/2011 11:05",
"method:selector:pattern:arguments:produces:consumes:" : "lr 7/25/2011 11:05",
"method:selector:url:arguments:produces:consumes:" : "lr 7/25/2011 11:05" },
"instance" : {
"argumentCount" : "lr 7/26/2011 14:07",
"buildPathMatchesFrom:arguments:" : "pmm 8/27/2011 11:51",
"initializeQueryFieldParameters:arguments:" : "EstebanMaringolo 1/20/2016 15:03",
"initializeWithMethod:selector:url:arguments:produces:consumes:" : "EstebanMaringolo 1/20/2016 15:03",
"isOverlyComplex" : "pmm 3/22/2011 14:30",
"mapArgumentsWithElements:parameters:into:" : "lr 7/26/2011 14:07",
"matchesFlexibleNumberOfPathElements" : "pmm 3/22/2011 14:33",
"matchesModeratelyComplex:" : "pmm 3/22/2011 09:17",
"matchesOverlyComplex:" : "pmm 7/10/2011 16:45",
"argumentCount" : "lr 7/26/2011 14:07",
"matchesParameters:" : "pmm 9/8/2009 17:13",
"matchesFlexibleNumberOfPathElements" : "pmm 3/22/2011 14:33",
"initializeQueryFieldParameters:arguments:" : "EstebanMaringolo 1/20/2016 15:03",
"matchesPath:" : "lr 7/25/2011 10:56",
"pathElementCount" : "pmm 9/6/2009 22:09",
"isOverlyComplex" : "pmm 3/22/2011 14:30",
"printOn:" : "NickAger 8/13/2011 15:27",
"priority" : "pmm 9/7/2009 00:27" } }
"buildPathMatchesFrom:arguments:" : "pmm 8/27/2011 11:51",
"priority" : "pmm 9/7/2009 00:27",
"pathElementCount" : "pmm 9/6/2009 22:09",
"matchesOverlyComplex:" : "pmm 7/10/2011 16:45",
"initializeWithMethod:selector:url:arguments:produces:consumes:" : "EstebanMaringolo 1/20/2016 15:03"
},
"class" : {
"method:selector:pattern:arguments:produces:consumes:" : "lr 7/25/2011 11:05",
"method:selector:url:arguments:produces:consumes:" : "lr 7/25/2011 11:05",
"method:selector:pattern:" : "lr 7/25/2011 11:05",
"example" : "lr 7/25/2011 11:05"
}
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "WARoute",
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"pathMatches",
"parameterMatches",
"isOverlyComplex" ],
"isOverlyComplex"
],
"name" : "WAComplexRoute",
"pools" : [
],
"super" : "WARoute",
"type" : "normal" }
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"class" : {
"matches:" : "lr 7/25/2011 11:05" },
"instance" : {
"initializeWithMatches:" : "pmm 10/17/2010 14:01",
"matches:" : "lr 7/25/2011 10:54",
"priorityFor:" : "pmm 10/17/2010 19:35",
"seasideMimeType" : "pmm 7/28/2011 22:00" } }
"seasideMimeType" : "pmm 7/28/2011 22:00"
},
"class" : {
"matches:" : "lr 7/25/2011 11:05"
}
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "WAMatch",
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"matches" ],
"matches"
],
"name" : "WACompositeMimeTypeMatch",
"pools" : [
],
"super" : "WAMatch",
"type" : "normal" }
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"class" : {
"name:value:arguments:" : "pmm 10/30/2010 18:59" },
"instance" : {
"argumentCount" : "pmm 9/8/2009 18:29",
"initializeWithName:value:" : "pmm 2/13/2011 10:31",
"mapArgumentsWithParameters:into:" : "pmm 9/9/2009 07:06",
"matchesName:value:" : "lr 7/25/2011 11:05" } }
"initializeWithName:value:" : "pmm 2/13/2011 10:31",
"matchesName:value:" : "lr 7/25/2011 11:05",
"argumentCount" : "pmm 9/8/2009 18:29"
},
"class" : {
"name:value:arguments:" : "pmm 10/30/2010 18:59"
}
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "WAParameterMatch",
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"value" ],
"value"
],
"name" : "WAExactParameterMatch",
"pools" : [
],
"super" : "WAParameterMatch",
"type" : "normal" }
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"class" : {
"fromString:" : "pmm 9/7/2009 00:07",
"fromString:index:arguments:" : "pmm 6/13/2010 09:30" },
"instance" : {
"argumentCount" : "pmm 9/8/2009 18:30",
"inititializeWith:" : "pmm 2/16/2011 22:23",
"mapArgumentsWithElements:into:usingOffset:" : "pmm 3/22/2011 10:06",
"priority" : "pmm 6/26/2010 17:45",
"matches:" : "pmm 9/7/2009 00:07",
"priority" : "pmm 6/26/2010 17:45" } }
"mapArgumentsWithElements:into:usingOffset:" : "pmm 3/22/2011 10:06"
},
"class" : {
"fromString:index:arguments:" : "pmm 6/13/2010 09:30",
"fromString:" : "pmm 9/7/2009 00:07"
}
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "WAPPathMatch",
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"element" ],
"element"
],
"name" : "WAExactPathMatch",
"pools" : [
],
"super" : "WAPPathMatch",
"type" : "normal" }
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"class" : {
"main:sub:" : "lr 7/25/2011 11:05" },
"instance" : {
"initializeWithMain:sub:" : "pmm 10/6/2010 11:42",
"matches:" : "lr 7/25/2011 10:55",
"priorityFor:" : "pmm 7/28/2011 21:42",
"printOn:" : "NickAger 8/13/2011 16:09",
"priority" : "lr 7/25/2011 10:54",
"priorityFor:" : "pmm 7/28/2011 21:42",
"seasideMimeType" : "pmm 7/28/2011 21:53" } }
"matches:" : "lr 7/25/2011 10:55",
"initializeWithMain:sub:" : "pmm 10/6/2010 11:42",
"seasideMimeType" : "pmm 7/28/2011 21:53"
},
"class" : {
"main:sub:" : "lr 7/25/2011 11:05"
}
}
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "WAMimeTypeMatch",
"category" : "Seaside-REST-Core-Route",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"main",
"sub" ],
"sub"
],
"name" : "WAFullMimeTypeMatch",
"pools" : [
],
"super" : "WAMimeTypeMatch",
"type" : "normal" }
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"class" : {
"fromString:index:arguments:" : "pmm 6/27/2010 10:09",
"source:target:" : "pmm 6/27/2010 10:12" },
"instance" : {
"mapArgumentsWithElements:into:usingOffset:" : "pmm 3/22/2011 10:20",
"matches:" : "pmm 6/26/2010 17:45",
"priority" : "pmm 3/20/2011 14:10" } }
"priority" : "pmm 3/20/2011 14:10"
},
"class" : {
"fromString:index:arguments:" : "pmm 6/27/2010 10:09",
"source:target:" : "pmm 6/27/2010 10:12"
}
}

0 comments on commit 947ed7e

Please sign in to comment.