Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt baseline to Pharo 7. #979

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ baselinejavascript: spec
package: 'Javascript-Tests-Core' with: [
spec includes: #('Javascript-Tests-Pharo-Core' ) ] ].

spec for: #(#'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x') do: [
spec for: #(#'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x') do: [
spec
package: 'Javascript-Pharo20-Core' with: [
spec requires: #('Javascript-Core' 'Seaside-Pharo20-Core' ) ].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ baselinepharo: spec
package: 'Seaside-Pharo-Email' with: [
spec requires: #('Seaside-Email' 'Seaside-Pharo20-Core' ) ] ].

spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x') do: [
spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x') do: [
spec
package: 'Seaside-Core' with: [
spec includes: #('Seaside-Pharo20-Core' ) ];
Expand Down Expand Up @@ -119,7 +119,7 @@ baselinepharo: spec
package: 'Seaside-Tests-Pharo20-Core' with: [
spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]].

spec for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x') do: [
spec for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x') do: [
spec
package: 'Seaside-Tools-Web' with: [
spec includes: #('Seaside-Pharo50-Tools-Web') ];
Expand All @@ -139,7 +139,7 @@ baselinepharo: spec
spec requires: #('Seaside-Pharo20-Core' 'Seaside-Tests-Core' ) ]].

"Spec based tools"
spec for: #(#'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x') do: [
spec for: #(#'pharo2.x' #'pharo3.x' #'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x') do: [
spec
package: 'Seaside-Tools-Core' with: [
spec includes: #('Seaside-Pharo-Tools-Spec') ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ baselinerest: spec
spec includes: #('Seaside-Pharo-Swagger-Core' 'Seaside-Squeak-Swagger-Core') ]
].

spec for: #('pharo2.x' 'pharo3.x' 'pharo4.x' 'pharo5.x' #'pharo6.x') do:[
spec for: #('pharo2.x' 'pharo3.x' 'pharo4.x' 'pharo5.x' #'pharo6.x' #'pharo7.x') do:[
spec
package: 'Seaside-Pharo20-REST-Core';
package: 'Seaside-REST-Core' with:[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ baselineslime: spec
group: 'Development Tests' with: #('Seaside-Tests-Slime' )
].

spec for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x') do: [
spec for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x') do: [
spec
package: 'Seaside-Pharo40-Slime' with: [
spec requires: #('Grease Slime' ). ];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
{
"class" : {
},
"instance" : {
"baseline:" : "pmm 8/24/2016 14:56",
"baselineadaptors:" : "JohanBrichau 3/28/2016 14:31",
"baselinecomet:" : "JohanBrichau 2/15/2014 11:48",
"baselinewelcome:" : "JohanBrichau 5/15/2016 10:20",
"baselineob:" : "JohanBrichau 8/27/2015 20:42",
"baselinecommon:" : "JohanBrichau 5/26/2017 11:09",
"baselinefilesystem:" : "MarianoMartinezPeck 07/11/2017 12:46",
"baselinegemstone:" : "MarianoMartinezPeck 07/11/2017 14:16",
"baselinegettext:" : "JohanBrichau 3/20/2016 15:51",
"baselinejavascript:" : "CyrilFerlicot 1/16/2017 11:36",
"baselinejquery:" : "JohanBrichau 2/15/2014 11:47",
"baselinejqueryui:" : "JohanBrichau 2/15/2014 11:47",
"baselineadaptors:" : "JohanBrichau 3/28/2016 14:31",
"baselinejson:" : "JohanBrichau 2/15/2014 11:47",
"baselineob:" : "JohanBrichau 8/27/2015 20:42",
"baselinepharo:" : "CyrilFerlicot 1/16/2017 11:36",
"baselinerest:" : "CyrilFerlicot 1/16/2017 11:36",
"baselinerss:" : "JohanBrichau 2/15/2014 11:46",
"baselinerest:" : "CyrilFerlicot 12/2/2017 16:36",
"baselineslime:" : "CyrilFerlicot 12/2/2017 16:36",
"baselinescriptaculous:" : "JohanBrichau 2/15/2014 11:46",
"baselinesecurity:" : "JohanBrichau 9/16/2016 08:57",
"baselineslime:" : "CyrilFerlicot 1/16/2017 11:37",
"baselinerss:" : "JohanBrichau 2/15/2014 11:46",
"baselinesqueak:" : "JohanBrichau 3/20/2016 16:26",
"baselinewelcome:" : "JohanBrichau 5/15/2016 10:20" } }
"baselinefilesystem:" : "MarianoMartinezPeck 07/11/2017 12:46",
"baseline:" : "pmm 8/24/2016 14:56",
"baselinejavascript:" : "CyrilFerlicot 12/2/2017 16:37",
"baselinesecurity:" : "JohanBrichau 9/16/2016 08:57",
"baselinejquery:" : "JohanBrichau 2/15/2014 11:47",
"baselinegemstone:" : "MarianoMartinezPeck 07/11/2017 14:16",
"baselinejqueryui:" : "JohanBrichau 2/15/2014 11:47",
"baselinecomet:" : "JohanBrichau 2/15/2014 11:48",
"baselinepharo:" : "CyrilFerlicot 12/2/2017 16:36",
"baselinegettext:" : "JohanBrichau 3/20/2016 15:51"
},
"class" : { }
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'BaselineOfSeaside3-MarianoMartinezPeck.61' message '* BaselineOfSeaside3>>baselinefilesystem: should include ''Filesystem'' groups for #common rather than #squeakCommon.* Added GemStone 3.4 attributes to BaselineOfSeaside3>>baselinegemstone:.' id '1d75663c-3526-48ec-96e1-02442d65b4a5' date '07/11/2017' time '14:22:49' author 'MarianoMartinezPeck' ancestors ((name 'BaselineOfSeaside3-CyrilFerlicot.60' message 'merged by GitFileTree-MergeDriver' id 'b9b3f095-2c98-4b81-b038-bea516afdc18' date '06/10/2017' time '10:28:43' author 'CyrilFerlicot' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.59' message 'Use Github Grease' id 'b62b1ae6-109c-400a-819a-5f7bab023ed0' date '05/26/2017' time '11:09:43' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-pmm.58' message 'merged by GitFileTree-MergeDriver' id 'd73a056d-bb29-4870-b6ae-1950370049ef' date '05/25/2017' time '03:17:05' author 'pmm' ancestors ((name 'BaselineOfSeaside3-pmm.57' message 'merged by GitFileTree-MergeDriver' id '471dd5e3-b2dc-416e-ad32-bb31c5041f14' date '10/23/2016' time '01:29:54' author 'pmm' ancestors ((name 'BaselineOfSeaside3-pmm.56' message 'Add REST examples from 2014Baseline update for #891' id '00d55504-a6f7-421d-a17d-fec6d1d862f1' date '09/10/2016' time '03:12:58' author 'pmm' ancestors ((name 'BaselineOfSeaside3-pmm.55' message 'Seaside-Examples should depend on JQueryFixes #893' id '8308f4c4-316a-4d78-8c4e-6d970c7f3009' date '09/10/2016' time '01:52:24' author 'pmm' ancestors ((name 'BaselineOfSeaside3-pmm.54' message '- enable security tests' id 'ad352d1f-4f58-40e6-a703-8620cb88ee40' date '08/25/2016' time '04:21:36' author 'pmm' ancestors ((name 'BaselineOfSeaside3-pmm.53' message '- squeak parts in Squeak baseline' id '29209152-1871-45e0-9486-b1e563857bde' date '08/24/2016' time '03:02:44' author 'pmm' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'BaselineOfSeaside3-CyrilFerlicot.54' message 'Adapt baseline to Pharo 6.' id '0c00a24e-9548-4e69-9f57-9749c28e0eaa' date '01/16/2017' time '11:37:20' author 'CyrilFerlicot' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.53' message 'fixes to baseline security' id '7b2176f4-2f7b-4774-ae53-21296ee79026' date '09/16/2016' time '08:58:21' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.52' message 'Fix inclusion of JQuery-Tests in the Welcome group because it contains the examples referenced in the welcome site' id '61b629c8-8a56-4414-9053-f3c0d3c6bdbe' date '05/15/2016' time '10:20:46' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.51' message 'Added Welcome and Examples package to default load' id 'c259c565-776b-4cec-b8a8-0283bbee2310' date '05/05/2016' time '05:34:45' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.50' message 'include Examples and Welcome in default load' id 'ea155c65-418b-4b3a-9790-43195adab1dc' date '05/05/2016' time '05:33:34' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.49' message 'https://github.com/GsDevKit/Seaside31/issues/81' id '8be6f474-1c61-4581-ba71-24bba35bbe7a' date '03/28/2016' time '02:32:23' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.48' message 'fix loading in Gemstone' id '1d00bac7-656e-4fb3-8a75-4f6bcfefd8f4' date '03/26/2016' time '03:32:19' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.47' message 'Sync with configurationOf for changes to Pharo50' id 'cd3c9a0f-aac6-4a69-bfbb-39978006881a' date '03/26/2016' time '03:22:03' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.46' message 'strange typos' id '174b49db-200a-423a-b259-a33b2a39d720' date '03/20/2016' time '04:26:56' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.45' message 'fix baseline for squeak' id 'a81595ad-59d3-49c2-9876-28b8f5f9b8ad' date '03/20/2016' time '04:22:12' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.44' message 'Added pharo5' id 'ba971228-0195-4582-bf93-0ae8bf04ffc0' date '03/20/2016' time '03:56:25' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.43' message 'correcting swagger for Squeak' id '81188dbc-27a1-4ef2-aeb4-4872d1947921' date '08/28/2015' time '05:10:01' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.42' message 'added squeak-swagger-core' id '3725f91a-8ff1-4604-8640-b976a43efaa7' date '08/28/2015' time '05:01:16' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.41' message 'Removed reference of Seaside-Tools-Core.gemstone ' id '9cb5d2a7-0294-4d87-b567-899f078e9aa1' date '08/28/2015' time '02:53:46' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'BaselineOfSeaside3-CyrilFerlicot.62' message 'Adapt baseline to Pharo 7.' id 'ec80db01-bf1b-0d00-91c5-26e30ba07aa1' date '2 December 2017' time '4:38:01.10562 pm' author 'CyrilFerlicot' ancestors ((name 'BaselineOfSeaside3-MarianoMartinezPeck.61' message '* BaselineOfSeaside3>>baselinefilesystem: should include ''Filesystem'' groups for #common rather than #squeakCommon.* Added GemStone 3.4 attributes to BaselineOfSeaside3>>baselinegemstone:.' id '1d75663c-3526-48ec-96e1-02442d65b4a5' date '11 July 2017' time '2:22:49 pm' author 'MarianoMartinezPeck' ancestors ((name 'BaselineOfSeaside3-CyrilFerlicot.60' message 'merged by GitFileTree-MergeDriver' id 'b9b3f095-2c98-4b81-b038-bea516afdc18' date '10 June 2017' time '10:28:43 am' author 'CyrilFerlicot' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.59' message 'Use Github Grease' id 'b62b1ae6-109c-400a-819a-5f7bab023ed0' date '26 May 2017' time '11:09:43 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-pmm.58' message 'merged by GitFileTree-MergeDriver' id 'd73a056d-bb29-4870-b6ae-1950370049ef' date '25 May 2017' time '3:17:05 am' author 'pmm' ancestors ((name 'BaselineOfSeaside3-pmm.57' message 'merged by GitFileTree-MergeDriver' id '471dd5e3-b2dc-416e-ad32-bb31c5041f14' date '23 October 2016' time '1:29:54 am' author 'pmm' ancestors ((name 'BaselineOfSeaside3-pmm.56' message 'Add REST examples from 2014Baseline update for #891' id '00d55504-a6f7-421d-a17d-fec6d1d862f1' date '10 September 2016' time '3:12:58 am' author 'pmm' ancestors ((name 'BaselineOfSeaside3-pmm.55' message 'Seaside-Examples should depend on JQueryFixes #893' id '8308f4c4-316a-4d78-8c4e-6d970c7f3009' date '10 September 2016' time '1:52:24 am' author 'pmm' ancestors ((name 'BaselineOfSeaside3-pmm.54' message '- enable security tests' id 'ad352d1f-4f58-40e6-a703-8620cb88ee40' date '25 August 2016' time '4:21:36 am' author 'pmm' ancestors ((name 'BaselineOfSeaside3-pmm.53' message '- squeak parts in Squeak baseline' id '29209152-1871-45e0-9486-b1e563857bde' date '24 August 2016' time '3:02:44 am' author 'pmm' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'BaselineOfSeaside3-CyrilFerlicot.54' message 'Adapt baseline to Pharo 6.' id '0c00a24e-9548-4e69-9f57-9749c28e0eaa' date '16 January 2017' time '11:37:20 am' author 'CyrilFerlicot' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.53' message 'fixes to baseline security' id '7b2176f4-2f7b-4774-ae53-21296ee79026' date '16 September 2016' time '8:58:21 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.52' message 'Fix inclusion of JQuery-Tests in the Welcome group because it contains the examples referenced in the welcome site' id '61b629c8-8a56-4414-9053-f3c0d3c6bdbe' date '15 May 2016' time '10:20:46 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.51' message 'Added Welcome and Examples package to default load' id 'c259c565-776b-4cec-b8a8-0283bbee2310' date '5 May 2016' time '5:34:45 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.50' message 'include Examples and Welcome in default load' id 'ea155c65-418b-4b3a-9790-43195adab1dc' date '5 May 2016' time '5:33:34 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.49' message 'https://github.com/GsDevKit/Seaside31/issues/81' id '8be6f474-1c61-4581-ba71-24bba35bbe7a' date '28 March 2016' time '2:32:23 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.48' message 'fix loading in Gemstone' id '1d00bac7-656e-4fb3-8a75-4f6bcfefd8f4' date '26 March 2016' time '3:32:19 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.47' message 'Sync with configurationOf for changes to Pharo50' id 'cd3c9a0f-aac6-4a69-bfbb-39978006881a' date '26 March 2016' time '3:22:03 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.46' message 'strange typos' id '174b49db-200a-423a-b259-a33b2a39d720' date '20 March 2016' time '4:26:56 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.45' message 'fix baseline for squeak' id 'a81595ad-59d3-49c2-9876-28b8f5f9b8ad' date '20 March 2016' time '4:22:12 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.44' message 'Added pharo5' id 'ba971228-0195-4582-bf93-0ae8bf04ffc0' date '20 March 2016' time '3:56:25 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.43' message 'correcting swagger for Squeak' id '81188dbc-27a1-4ef2-aeb4-4872d1947921' date '28 August 2015' time '5:10:01 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.42' message 'added squeak-swagger-core' id '3725f91a-8ff1-4604-8640-b976a43efaa7' date '28 August 2015' time '5:01:16 am' author 'JohanBrichau' ancestors ((name 'BaselineOfSeaside3-JohanBrichau.41' message 'Removed reference of Seaside-Tools-Core.gemstone ' id '9cb5d2a7-0294-4d87-b567-899f078e9aa1' date '28 August 2015' time '2:53:46 am' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down