-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1238 from SeasideSt/pharo9-tests
Pharo9 and various other additions
- Loading branch information
Showing
46 changed files
with
150 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"noMethodMetaData" : true, | ||
"separateMethodMetaAndSource" : false, | ||
"useCypressPropertiesFile" : true } | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 8 additions & 11 deletions
19
repository/BaselineOfSeaside3.package/BaselineOfSeaside3.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
{ | ||
"category" : "BaselineOfSeaside3", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
], | ||
"name" : "BaselineOfSeaside3", | ||
"pools" : [ | ||
], | ||
"super" : "BaselineOf", | ||
"type" : "normal" } | ||
"category" : "BaselineOfSeaside3", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "BaselineOfSeaside3", | ||
"type" : "normal" | ||
} |
2 changes: 1 addition & 1 deletion
2
repository/BaselineOfSeaside3.package/monticello.meta/categories.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SystemOrganization addCategory: #'BaselineOfSeaside3'! | ||
SystemOrganization addCategory: #BaselineOfSeaside3! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
{ | ||
} | ||
{ } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
repository/Seaside-Core.package/WAUrl.class/instance/withoutSeasideQueryFields.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
copying | ||
withoutSeasideQueryFields | ||
|
||
"Returns a copy of receiver without Seaside query fields (which are prefixed with `_`)" | ||
|
||
| newUrl | | ||
newUrl := self copy. | ||
(self queryFields keys select: [ :f | self isSeasideField: f ]) | ||
do: [ :f | newUrl queryFields removeKey: f ifAbsent: [ ] ]. | ||
^ newUrl |
3 changes: 3 additions & 0 deletions
3
...ide-GemStone-REST-Core.package/GRGemStonePlatform.extension/instance/selectorOfPragma..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*seaside-gemstone-REST-core | ||
selectorOfPragma: aPragma | ||
^ aPragma keyword |
8 changes: 8 additions & 0 deletions
8
...ory/Seaside-GemStone-REST-Core.package/GRGemStonePlatform.extension/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"argumentNamesOf:" : "topa 04/07/2011 13:32:08", | ||
"methodsWithHttpPragmaIn:do:" : "topa 04/07/2011 13:32:08", | ||
"mimeTypeMatchesAt:in:" : "topa 04/07/2011 13:32:08", | ||
"selectorOfPragma:" : "JohanBrichau 12/20/2020 04:55" } } |
2 changes: 1 addition & 1 deletion
2
repository/Seaside-GemStone-REST-Core.package/monticello.meta/version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(name 'Seaside-GemStone-REST-Core-topa.2' message 'React to changes in Seaside-REST' id 'c9d32065-78bc-4bc0-ae52-98020aae112c' date '04/07/2011' time '13:32:08' author 'topa' ancestors ((name 'Seaside-GemStone-REST-Core-DaleHenrichs.1' message '- initial version' id 'a18df6d1-02e8-480d-b7fd-31f1c368b546' date '08/24/2010' time '14:01:38' author 'DaleHenrichs' ancestors () stepChildren ())) stepChildren ()) | ||
(name 'Seaside-GemStone-REST-Core-JohanBrichau.3' message 'implement selectorOfPragma in GemStone' id '1cf14264-39d2-4f76-8b6f-8c5557253c18' date '12/20/2020' time '04:56:18' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-REST-Core-topa.2' message 'React to changes in Seaside-REST' id 'c9d32065-78bc-4bc0-ae52-98020aae112c' date '04/07/2011' time '13:32:08' author 'topa' ancestors ((name 'Seaside-GemStone-REST-Core-DaleHenrichs.1' message '- initial version' id 'a18df6d1-02e8-480d-b7fd-31f1c368b546' date '08/24/2010' time '14:01:38' author 'DaleHenrichs' ancestors () stepChildren ())) stepChildren ())) stepChildren ()) |
1 change: 1 addition & 0 deletions
1
...ory/Seaside-Pharo-Tools-Spec2.package/WAPharoControlPanel.class/class/buildToolbarFor..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...aside-Pharo-Tools-Spec2.package/WAPharoControlPanel.class/instance/initializePresenter.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
initialization | ||
initializePresenter | ||
adaptors transmitTo: infos transform: [ :adaptor | adaptor controlPanelInfos ]. | ||
|
||
adaptors | ||
transmitTo: infos | ||
transform: [ :adaptor | adaptor ifNil: [ '' ] ifNotNil: [ :a | a controlPanelInfos ] ]. | ||
|
||
self updateAdaptorsTable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"noMethodMetaData" : true, | ||
"separateMethodMetaAndSource" : false, | ||
"useCypressPropertiesFile" : true } | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
3 changes: 2 additions & 1 deletion
3
repository/Seaside-Pharo20-REST-Core.package/GRPackage.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
{ | ||
"name" : "GRPackage" } | ||
"name" : "GRPackage" | ||
} |
3 changes: 3 additions & 0 deletions
3
...Seaside-Pharo20-REST-Core.package/GRPharoPlatform.extension/instance/selectorOfPragma..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*Seaside-Pharo20-REST-Core | ||
selectorOfPragma: aPragma | ||
^ aPragma keyword |
3 changes: 2 additions & 1 deletion
3
repository/Seaside-Pharo20-REST-Core.package/GRPharoPlatform.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
{ | ||
"name" : "GRPharoPlatform" } | ||
"name" : "GRPharoPlatform" | ||
} |
1 change: 0 additions & 1 deletion
1
repository/Seaside-Pharo20-REST-Core.package/monticello.meta/version
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
{ | ||
} | ||
{ } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"separateMethodMetaAndSource" : false, | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
8 changes: 8 additions & 0 deletions
8
...itory/Seaside-Pharo90-REST-Core.package/GRPackage.extension/class/seasidePharoRestCore.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
*Seaside-Pharo90-REST-Core | ||
seasidePharoRestCore | ||
^ self new | ||
name: 'Seaside-Pharo90-REST-Core'; | ||
description: 'Write RESTful web services using Seaside'; | ||
addDependency: 'Seaside-REST-Core'; | ||
url: #seasideUrl; | ||
yourself |
3 changes: 3 additions & 0 deletions
3
repository/Seaside-Pharo90-REST-Core.package/GRPackage.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name" : "GRPackage" | ||
} |
3 changes: 3 additions & 0 deletions
3
.../Seaside-Pharo90-REST-Core.package/GRPharoPlatform.extension/instance/argumentNamesOf..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*Seaside-Pharo90-REST-Core | ||
argumentNamesOf: aCompiledMethod | ||
^ aCompiledMethod argumentNames |
3 changes: 3 additions & 0 deletions
3
...Seaside-Pharo90-REST-Core.package/GRPharoPlatform.extension/instance/selectorOfPragma..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*Seaside-Pharo90-REST-Core | ||
selectorOfPragma: aPragma | ||
^ aPragma selector |
3 changes: 3 additions & 0 deletions
3
repository/Seaside-Pharo90-REST-Core.package/GRPharoPlatform.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name" : "GRPharoPlatform" | ||
} |
1 change: 1 addition & 0 deletions
1
repository/Seaside-Pharo90-REST-Core.package/monticello.meta/categories.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SystemOrganization addCategory: #'Seaside-Pharo90-REST-Core'! |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
repository/Seaside-Pharo90-REST-Core.package/monticello.meta/package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(name 'Seaside-Pharo90-REST-Core') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ } |
3 changes: 3 additions & 0 deletions
3
repository/Seaside-REST-Core.package/GRPlatform.extension/instance/selectorOfPragma..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*Seaside-REST-Core | ||
selectorOfPragma: aPragma | ||
^ self subclassResponsibility |
Oops, something went wrong.