diff --git a/.travis.yml b/.travis.yml index cace3c652..1fced121e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,14 @@ sudo: false os: linux smalltalk: - - GemStone-3.5.0 + - GemStone-3.5.1 - Pharo-5.0 - GemStone-2.4.8 - GemStone-3.1.0.6 - GemStone-3.2.17 - GemStone-3.3.9 - - GemStone-3.4.3 + - GemStone-3.4.5 + - GemStone-3.5.2 - Pharo-3.0 - Pharo-4.0 - Pharo-6.0 @@ -32,3 +33,6 @@ matrix: cache: directories: - $SMALLTALK_CI_CACHE + +notifications: + slack: gemtalksystems:ENb7sBznQr32ZxlOCAdFfZdm diff --git a/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/instance/baseline..st b/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/instance/baseline..st index 5b96c0020..44dc22ba3 100644 --- a/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/instance/baseline..st +++ b/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/instance/baseline..st @@ -23,8 +23,7 @@ baseline: spec with: [ spec requires: #('Metacello-GitBasedRepository') ]; package: 'Metacello-Bitbucket' with: [ spec requires: #('Metacello-GitBasedRepository') ]; - package: 'Metacello-MC' - with: [ spec requires: #('Metacello-Core') ]; + package: 'Metacello-MC' with: [ spec requires: #('Metacello-Core') ]; package: 'Metacello-Platform' with: [ spec requires: #('Metacello-MC') ]; package: 'Metacello-Reference' @@ -45,7 +44,10 @@ baseline: spec requires: #('Metacello-Core' 'Metacello-TestsCore' 'Metacello-ToolBox' 'Metacello-TestsMCResources') ]; package: 'Metacello-TestsMC' - with: [ spec requires: #('Metacello-MC' 'Metacello-ToolBox' 'Metacello-GitHub' 'Metacello-Bitbucket' 'Metacello-TestsMCResources') ]; + with: [ + spec + requires: + #('Metacello-MC' 'Metacello-ToolBox' 'Metacello-GitHub' 'Metacello-Bitbucket' 'Metacello-TestsMCResources') ]; package: 'Metacello-TestsMCA' with: [ spec requires: #('Metacello-TestsMC') ]; package: 'Metacello-TestsMCB' @@ -109,9 +111,9 @@ baseline: spec yourself ]. spec for: #(#'pharo1.x' #'pharo2.x') - do: [ - self filetree: spec. - self gofer: spec. + do: [ + self filetree: spec. + self gofer: spec. spec project: 'ProfStef' with: [ @@ -127,10 +129,8 @@ baseline: spec repository: 'http://seaside.gemtalksystems.com/ss/metacello' ]; yourself. spec - package: 'Metacello-MC' - with: [ spec requires: #('Gofer') ]; - package: 'Metacello-TestsMC' - with: [ spec requires: #('Gofer Tests') ]; + package: 'Metacello-MC' with: [ spec requires: #('Gofer') ]; + package: 'Metacello-TestsMC' with: [ spec requires: #('Gofer Tests') ]; package: 'Metacello-ProfStef' with: [ spec requires: #('Metacello-Core' 'ProfStef' 'Metacello-ToolBox') ]; package: 'Metacello-TestsProfStef' @@ -201,13 +201,11 @@ baseline: spec spec for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x') do: [ - self filetree: spec. - self gofer: spec. + self filetree: spec. + self gofer: spec. spec - package: 'Metacello-MC' - with: [ spec requires: #('Gofer') ]; - package: 'Metacello-TestsMC' - with: [ spec requires: #('Gofer Tests') ]; + package: 'Metacello-MC' with: [ spec requires: #('Gofer') ]; + package: 'Metacello-TestsMC' with: [ spec requires: #('Gofer Tests') ]; package: 'Metacello-PharoCommonPlatform' with: [ spec requires: #('Metacello-MC') ]; package: 'Metacello-Platform' @@ -222,10 +220,12 @@ baseline: spec for: #(#'pharo6.x' #'pharo7.x') do: [ spec - package: 'Metacello-MC' - with: [ spec requires: #('Metacello-Core') ]; + package: 'Metacello-MC' with: [ spec requires: #('Metacello-Core') ]; package: 'Metacello-TestsMC' - with: [ spec requires: #('Metacello-MC' 'Metacello-ToolBox' 'Metacello-GitHub' 'Metacello-Bitbucket' 'Metacello-TestsMCResources') ]; + with: [ + spec + requires: + #('Metacello-MC' 'Metacello-ToolBox' 'Metacello-GitHub' 'Metacello-Bitbucket' 'Metacello-TestsMCResources') ]; package: 'Metacello-PharoCommonPlatform' with: [ spec requires: #('Metacello-MC') ]; package: 'Metacello-Platform' @@ -271,44 +271,40 @@ baseline: spec with: [ spec repository: 'github://dalehenrich/filetree:squeak4.3/repository' ]; yourself. spec - package: 'Metacello-MC' - with: [ spec requires: #('Gofer') ]; - package: 'Metacello-TestsMC' - with: [ spec requires: #('Gofer Tests') ]; + package: 'Metacello-MC' with: [ spec requires: #('Gofer') ]; + package: 'Metacello-TestsMC' with: [ spec requires: #('Gofer Tests') ]; package: 'Metacello-Platform' with: [ spec file: 'Metacello-Platform.squeak'; requires: #('Ston') ]; yourself ]. spec - for: #( #'squeak4.1.x' #'squeak4.2.x' #'squeak4.3.x' #'squeak4.4.x' #'squeak4.5.x' ) + for: + #(#'squeak4.1.x' #'squeak4.2.x' #'squeak4.3.x' #'squeak4.4.x' #'squeak4.5.x') do: [ spec configuration: 'WebClient' - with: [ - spec - loads: #('Core'); - repository: 'http://www.squeaksource.com/MetacelloRepository'; - repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ]. + with: [ + spec + loads: #('Core'); + repository: 'http://www.squeaksource.com/MetacelloRepository'; + repository: 'http://ss3.gemtalksystems.com/ss/WebClient' ]. spec package: 'SqueakSSL-Core' - with: [spec repository: 'http://www.squeaksource.com/SqueakSSL']; + with: [ spec repository: 'http://www.squeaksource.com/SqueakSSL' ]; package: 'Metacello-Platform' with: [ spec requires: #('WebClient' 'SqueakSSL-Core') ]; yourself ]. - spec for: #'gemstone' do: [ - self filetree: spec. - self gofer: spec. + self filetree: spec. + self gofer: spec. spec baseline: 'FileTree' with: [ spec repository: 'github://dalehenrich/filetree:gemstone2.4/repository' ]. spec - package: 'Metacello-MC' - with: [ spec requires: #('Gofer') ]; - package: 'Metacello-TestsMC' - with: [ spec requires: #('Gofer Tests') ]; + package: 'Metacello-MC' with: [ spec requires: #('Gofer') ]; + package: 'Metacello-TestsMC' with: [ spec requires: #('Gofer Tests') ]; package: 'Metacello-Platform' with: [ spec @@ -345,4 +341,16 @@ baseline: spec with: [ spec requires: 'Metacello-Platform' ]; package: 'Metacello-Platform' with: [ spec includes: 'Metacello-GS3x-Platform' ]; - yourself ] \ No newline at end of file + yourself ]. + spec + for: #'gs3.3.x' + do: [ + spec + package: 'Metacello-Platform' + with: [ spec includes: #('Metacello-GS3x-Platform' 'Metacello-Platform3x') ]; + package: 'Metacello-Platform3x' + with: [ + spec + requires: 'Metacello-Platform'; + postLoadDoIt: #'gemstoneMetacelloGemStonePlatform3xInit' ]; + yourself ] diff --git a/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/instance/gemstoneMetacelloGemStonePlatform3xInit.st b/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/instance/gemstoneMetacelloGemStonePlatform3xInit.st new file mode 100644 index 000000000..e44227ca7 --- /dev/null +++ b/repository/BaselineOfMetacello.package/BaselineOfMetacello.class/instance/gemstoneMetacelloGemStonePlatform3xInit.st @@ -0,0 +1,3 @@ +doits +gemstoneMetacelloGemStonePlatform3xInit + (Smalltalk at: #'MetacelloGemStonePlatform3x') select \ No newline at end of file diff --git a/repository/BaselineOfMetacello.package/monticello.meta/categories.st b/repository/BaselineOfMetacello.package/monticello.meta/categories.st index 002610b4e..c4488cb74 100644 --- a/repository/BaselineOfMetacello.package/monticello.meta/categories.st +++ b/repository/BaselineOfMetacello.package/monticello.meta/categories.st @@ -1 +1 @@ -SystemOrganization addCategory: #BaselineOfMetacello! +SystemOrganization addCategory: #'BaselineOfMetacello'! diff --git a/repository/BaselineOfMetacello.package/monticello.meta/version b/repository/BaselineOfMetacello.package/monticello.meta/version index 2ec3aed74..5f39f4279 100644 --- a/repository/BaselineOfMetacello.package/monticello.meta/version +++ b/repository/BaselineOfMetacello.package/monticello.meta/version @@ -1 +1 @@ -(name 'BaselineOfMetacello-tobe.98' message 'add ston as a direct dependency on squeak' id 'f2c55cd9-dca1-4d25-b528-588ad46afe67' date '15 May 2020' time '8:33:01.098726 pm' author 'tobe' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.97' message 'extracted gofer baseline to just call it when needed.' id '27b7d7d0-d118-0d00-896e-ce94019bbce8' date '26 October 2017' time '11:48:48.269064 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.96' message 'remove Gofer dependency also from tests' id '4ed21375-d118-0d00-894e-d837019bbce8' date '26 October 2017' time '11:23:08.703864 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.95' message 'metacello should not load Gofer at least for Pharo 6+' id 'a2248ae0-d018-0d00-8be9-b3a80b2101a5' date '26 October 2017' time '10:41:36.652983 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-topa.94' message '[squeak] avoids loading WebClient/SqueakSSL in images where those are to be expected See #450, Part I to fix #438' id '6b8888e0-efe9-43f4-8802-feab6b290caf' date '14 September 2017' time '3:58:59.787173 pm' author 'topa' ancestors ((name 'BaselineOfMetacello-TravisCI.93' message '#402 add a pharo6.x section that points to pharo6.0_dev branch of FileTree' id 'b314dabc-57f7-4f1b-88cd-c8d21959eb56' date '28 July 2016' time '3:03:02.993932 pm' author 'TravisCI' ancestors ((name 'BaselineOfMetacello-dkh.92' message '#399 Metacello-Cypress dependencies not quite right and test groups for Travis* not defined correctly either ...' id 'e4a9e060-5964-4360-a4e5-56149285ed64' date '7 July 2016' time '10:10:19 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.91' message '#399 add ''Metacello-TestsCypress'' to Tests group' id '034c2972-e5b8-4a49-b439-912998c2dced' date '7 July 2016' time '7:54:34 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.90' message '#399 add tests that load baselines with Cypress packages enabled ... keep us honest' id 'ce3b4c46-42e9-4e76-8cb9-e64936c382c6' date '7 July 2016' time '7:48:50 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.89' message 'Metacello-GemStone-TestsMCB was missing from ''Tests'' group which could lead to slightly different results depending upon how things were loaded' id '561ccf9f-bf41-49a7-939e-894ff3f6161a' date '5 July 2016' time '5:34:57 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.88' message '#399 go ahead and make Cypress part of the default group' id '322b869c-2231-4eed-8d31-de0e3344c3b6' date '3 July 2016' time '7:33:08 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.87' message 'use pharo5.0 branch of Filetree for Pharo 5.0 ' id 'fcbd2b34-7eaf-4917-a392-7b969a76dc41' date '10 July 2015' time '6:16:10 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.86' message 'Issue #354: Need to use the pharo4.0 branch of FileTree' id 'af0b5185-5afb-4f71-a477-7e1a9cffb63b' date '8 July 2015' time '10:12:04 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.85' message 'Issue #273: restructure baseline for Pharo3.x and Pharo4.x' id '7a6f39fb-9b19-476b-9e01-bd55baf33c90' date '10 November 2014' time '3:28:34 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.84' message 'Issue #273: add Pharo4.0 to baseline ... same as Pharo3.0 for now ...' id '24e114c5-8c92-4c68-8616-bd5ae9d300e7' date '10 November 2014' time '1:12:28 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.83' message 'Issue #306: move MetacelloNameNotDefinedError extension method to 3.x specific package' id '80a61a36-0cda-469a-9f6a-d6117f7dd754' date '20 October 2014' time '6:39:12 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.82' message 'pharo2.0 cannot use the ConfigurationOfOsProcess from http://www.squeaksource.com/MetacelloRepository anymore...' id '66e58a87-01f0-4f81-be7a-547bf97c8c5f' date '11 October 2014' time '3:06:38 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.81' message 'Issue #236: have to clear cached default repository for the new ones to take effect ... ' id 'e075ca9d-3423-4e02-8551-050b540dc9f6' date '30 September 2014' time '5:42:59 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.80' message 'Issue #278: remove GsCore and GsMonticello dependencies' id '55190208-d8e9-46cd-a2bd-543ee0d83b92' date '30 September 2014' time '9:57:07 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.79' message 'Issue #233 and Issue #287 move extensions methods for Gitorious support to Metacello-Gitorious package and remove Metacello-Gitorious package from baseline' id 'cf6c4e1d-d36d-4cdb-ba8c-47711ff4dbe2' date '29 September 2014' time '5:15:13 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.78' message 'Issue #233: initial round of changes in support of adding gitorious and bitbucket' id 'b96f7120-f452-4be6-9832-f3e39a0fc43b' date '29 September 2014' time '1:03:22 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.77' message 'merged by GitFileTree-MergeDriver' id '2f193e24-d10b-470d-a416-bb66651ccdad' date '29 September 2014' time '9:54:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.76' message 'as of PR #257, OSProcess does not belong in SqueakCommon ... no dependency by Squak platforms...' id 'aa18ab0d-42ff-40a1-92f4-53a5b28a80a2' date '26 September 2014' time '3:57:43 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-tfel.75' message 'update squeak dependencies to use WebClient and SqueakSSL' id 'bb2343bc-d006-4175-988a-b47bae3a3805' date '29 July 2014' time '3:55:08 am' author 'tfel' ancestors () stepChildren ())) stepChildren ())(name 'BaselineOfMetacello-dkh.75' message 'Issue #281: backport PR #257' id '7de098fd-f8c9-4e9f-ae1b-eba1638eaa94' date '26 September 2014' time '3:38:17 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.74' message 'split out Metacello-GemStone-TestsMCB so that Metacello-TestsMCB doesn''t get loaded with both TravisCI_1 and TravisCI_3 (for GemStone)' id '9d1859e9-67c7-4fb6-af4b-582273dc0c8a' date '5 July 2014' time '8:02:41 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.73' message 'finish work on unregistering removed configuration/baseline classes - gemstone only for now .. - tests in Metacello-TestsPlatform.gemstone, for platform isolation - tweak baseline so that Metacello-TestsPlatform requires Metacello-TestsMCB' id '8af65ecc-a71f-42ac-8e62-08742e697f15' date '14 May 2014' time '7:27:24 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.72' message '- inline MetacelloProjectRegistration>>isValid to correct invalid definition ... detecting INVALID registrations' id '42490a29-daa1-42c3-9e59-41592ff5cd3b' date '10 May 2014' time '11:00:31 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.71' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code ' id 'b790a393-313b-445b-b421-aa11f7836640' date '8 May 2014' time '4:19:41 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.70' message '- wire out Metacello-GS2x-Platform for a beat' id '4be91164-13f6-4ad8-8e47-ded8a6c885e1' date '8 May 2014' time '2:20:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.69' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code' id 'c0ecfb04-f58b-4a99-8905-fbc8aba5f1cd' date '8 May 2014' time '2:15:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.68' message 'Update the baseline to remove OSProcess dependency for Pharo 3.0' id 'f6645dd0-11f2-4370-8479-0cb9c0aceb4d' date '19 September 2013' time '4:27:30 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.67' message 'Fix FileTree version for pharo 3.0' id 'aa1a4746-279e-4a5b-ade8-d8b05425333f' date '12 September 2013' time '4:39:05 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-.66' message 'add Metacello-Cypress package with Metacello support for using a baseline with a pure Cypress repository. ' id '9e83f047-9481-4536-b52a-9a6b4eabc67c' date '1 September 2013' time '12:20:55 am' author '' ancestors ((name 'BaselineOfMetacello-dkh.65' message 'bullet proof MetacelloProjectRegistry>>primeRegistryFromImage and BaselineOfMetacello load ' id '5ef80523-495c-4d53-b34d-d2d94d1af632' date '29 July 2013' time '4:21:23 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.64' message 'woops use detect:ifNone: ' id 'b11ac983-5af7-47e5-bf38-13bb0ab6ffd9' date '27 July 2013' time '9:17:26 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.63' message 'Issue #197: may have to reprime the registry on load ' id 'c1d5c267-c7d8-465c-af14-59708edb62c6' date '27 July 2013' time '9:11:21 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.62' message 'Use Pharo 3.0 specific package' id '610efa00-e6ec-4e6e-b252-3c8ee752cf7b' date '19 July 2013' time '9:49:58 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.61' message 'switch to using http://smalltalkhub.com/mc/PharoExtras/ProfStef/main as Pharo repository for ProfStef ' id '350961c6-e201-4c6b-a713-442d455fef5e' date '18 July 2013' time '10:38:18 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.60' message 'move MetacelloTestsMCPackage into Metacello-TestsMCResources where it really belongs ' id '51002fab-b90c-476c-a5a0-a89248b4b51f' date '13 July 2013' time '9:31:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.59' message 'create Metacello-TestsMCA and Metacello-TestsMCB for further test partitioning ' id 'b4ebd955-9933-46d3-92c0-54ccd3bac1e5' date '12 July 2013' time '11:04:37 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.58' message 'push push ' id '6138af4e-bc9f-4677-a590-13456180b006' date '12 July 2013' time '9:59:40 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.57' message 'fix Metacello-TestsMCResources requirements ' id '12ad0d79-7303-4614-a2e4-07106fe8ccfe' date '12 July 2013' time '9:13:44 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.56' message 'add Metacello-TestsMCResources package ' id 'e3fbe110-da4f-4ced-a6f8-3fc434744bd6' date '12 July 2013' time '9:11:56 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.55' message 'split out Metacello-TestsMC tests that depend upon tests in Metacello-TestsCore and put them in Metacello-TestsMCCore...working on splitting tests into two groups to reduce overall run time for travis ' id '7eac9ebe-a0b8-4398-8c2d-d850ede2435b' date '12 July 2013' time '7:19:56 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.54' message 'rebalance tests ' id '1da95a24-432f-493c-8165-76c17e2f81e6' date '12 July 2013' time '4:33:33 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.53' message 'split TravisCI group into two sub-groups: TravisCI_1 and TravisCI_2 to avoid going over 30 minute limit ' id '628ab442-194a-4006-bc81-b56a9d9d8217' date '12 July 2013' time '4:07:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.52' message 'fix Issue #170: location of ConfigurationOfOsProcess for Pharo2.0+ changed ' id '5baeabbb-f72b-41d2-a38f-46bf4b3dea7d' date '1 July 2013' time '2:03:09 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.51' message 'whoa ... missing Pharo3.0 section... ' id '504171a5-faea-49c3-827f-9234f9ed296a' date '30 June 2013' time '7:53:36 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.50' message 'update baseline with fix for Issue #172 ' id 'e39ef1b3-0685-44d8-852a-3c238c7a0065' date '28 June 2013' time '4:33:05 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.49' message 'add in the Metacello-TestsCommonMC package with a Metacello-TestsCommonMC.common branch and a Metacello-TestsCommonMC.pharo20 branch ' id 'fb1edda9-7750-4acd-9be4-c9e07857daa4' date '17 June 2013' time '4:26:23 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.48' message 'Update file to use fot the Metacello-TestsCommonMC according to specified platforms.' id '6b1dbd7b-4521-4d27-a372-48718284f13d' date '17 June 2013' time '3:00:58 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.47' message 'Add Metacello-TestsPharo20MC as dependency of Metacello-TestsMC for Pharo2.0.' id '4b5cf015-3a02-4951-847a-74b9bbef34eb' date '4 June 2013' time '1:18:18 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.46' message 'remove #preLoadSqueakEnsureGlobalUnderscoreSelectors and postLoadSqueakRestoreGlobalUnderscoreSelectors as fixes for Issue #151 and Issue #158 ... better to use #asSymbol than to rely on preference settings ... lowest common denominator and all that ... ' id '6ecb9c3f-868d-486c-aa19-a0722016639a' date '12 May 2013' time '9:54:35 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.45' message 'fix Issue #158 ' id '1d33248f-0f13-48b8-9e06-f71863d4c029' date '11 May 2013' time '9:23:36 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.44' message 'fix dependencies and groups ' id 'd28d146e-c29b-438d-9b64-f560f50682e4' date '6 May 2013' time '8:58:11 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.43' message 'Add Metacello-PharoCommonPlatform as dependency for Pharo.' id '7b180205-58c5-4d26-b17a-487ab8cd39c0' date '30 April 2013' time '10:29:46 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.42' message 'fix baseline for Pharo2.0 (restore OSProcess)' id '5a03b801-f8f6-4b21-b145-7bec4d7869da' date '16 April 2013' time '10:17:48 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.41' message 'Issue #65: remove OSProcess dependency for Pharo-2.0 and remove OB_Metacello ' id '08000000-1508-ac1d-1508-ac1d14000000' date '25 September 2012' time '10:35:12 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.40' message 'add support for Pharo1.1 and Pharo1.2' id '868a22ef-51bd-4418-919f-25ba0d51e026' date '16 September 2012' time '7:05:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.39' message 'tweak FileTree spec so that only one repo is defined' id 'a7b62e74-bd86-4ee7-8ee2-f970c1bcd38f' date '26 July 2012' time '10:48:15 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.38' message 'need GemStone doits defined in baseline' id '7634bb1f-f1bb-4c68-bb4f-f1f3c6cc6757' date '24 July 2012' time '6:10:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.37' message 'issue #39 port to gemstone' id 'bd9140dd-c282-4323-a304-9aa8032cf822' date '9 July 2012' time '11:41:29 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.36' message 'checkpoint #Issue39' id 'b1898417-4de4-4e64-b802-8ee4500c2d1b' date '7 July 2012' time '8:02:28 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.35' message 'add pharo2.0 support' id 'f27f2968-ffa1-4ec5-b543-537bef6a44fd' date '6 July 2012' time '5:53:38 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.34' message 'use OSProcess 4.4.5, since 4.4.6 seems to not intialize correctly' id '049a24ec-4d74-4c21-a9b3-3641641b2383' date '6 July 2012' time '6:52:48 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.33' message 'turn on Pharo1.4 travis ci builds' id 'e307cc85-5e53-49d0-b821-36dd60d7acbd' date '5 July 2012' time '12:50:17 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.32' message 'Issue #64' id '08000000-1508-8c12-1508-8c1214000000' date '29 June 2012' time '1:47:21 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.31' message 'checkpoint Issue #54' id '08000000-1508-4e16-1508-4e1614000000' date '25 June 2012' time '4:03:27 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.30' message 'checkpoint Issue #62' id '08000000-1508-3607-1508-360714000000' date '25 June 2012' time '3:09:52 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.29' message 'checkpoint Issue #47' id 'df68b554-7e6d-43d3-8c41-240117a6e964' date '15 June 2012' time '8:09:06 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.28' message 'workaround for Issue #47' id '72189f6a-68c5-4464-80ed-ea53b9b004d0' date '15 June 2012' time '8:00:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.27' message 'switch to use baseline for FileTree project reference' id '1d3b098f-503d-4277-8b6b-6115395f11b1' date '15 June 2012' time '7:36:16 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.26' message 'checkpoint issue #45 ' id '0ab0a693-f30d-4d1b-8566-31a3dd0b8623' date '15 June 2012' time '4:49:47 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.25' message 'clean up Test/ToolBox dependency' id '1269be0c-5038-4966-9a9a-b511719237f9' date '11 June 2012' time '5:38:26 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.24' message 'more bootstrapping' id '000da268-6810-4621-acd7-abafad6e2544' date '11 June 2012' time '11:44:34 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.23' message 'remove OSProcess dependency simply to avoid squeaksource flakiness' id 'e96766cd-b1f9-4d58-a906-5cb7dd081957' date '11 June 2012' time '8:34:31 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.22' message 'get baseline in shape for use with travis-ci' id '59c131f3-4f17-49a5-b14a-3bffb761fdbf' date '10 June 2012' time '12:52:36 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.21' message 'add postload doit' id '3fe87ca0-8658-43ba-9319-4f1afe863b98' date '1 June 2012' time '9:18:17 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.20' message 'whoops use BaselineOf as superclass' id 'f425db54-66e9-4fcc-a892-65eec57f7554' date '1 June 2012' time '9:13:51 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.19' message 'MCGitHubRepository is still needed...' id '4ef97c4a-824a-48c8-8100-adbabb730c4b' date '15 May 2012' time '12:04:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.18' message '- remove references to extraneous Git/GitHub/FileTree classes classes were related metacello.json implementation and aren''t needed (in their current form) with the BaselineOf implementation.' id 'e03efb15-6fbd-47bb-acf7-5a5aa8fc4623' date '15 May 2012' time '11:41:45 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.7' message 'bump' id 'd530b426-595d-4789-96e7-6e9720e650b3' date '6 May 2012' time '3:48:31 pm' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'BaselineOfMetacello-tobe.102' message 'merged by GitFileTree-MergeDriver' id '1b8f5929-0cc7-4647-b0c6-1b66da5f4b05' date '3 July 2020' time '9:57:21.108861 am' author 'tobe' ancestors ((name 'BaselineOfMetacello-tobe.98' message 'add ston as a direct dependency on squeak' id 'f2c55cd9-dca1-4d25-b528-588ad46afe67' date '15 May 2020' time '8:33:01.098726 pm' author 'tobe' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.97' message 'extracted gofer baseline to just call it when needed.' id '27b7d7d0-d118-0d00-896e-ce94019bbce8' date '26 October 2017' time '11:48:48.269064 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.96' message 'remove Gofer dependency also from tests' id '4ed21375-d118-0d00-894e-d837019bbce8' date '26 October 2017' time '11:23:08.703864 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-EstebanLorenzano.95' message 'metacello should not load Gofer at least for Pharo 6+' id 'a2248ae0-d018-0d00-8be9-b3a80b2101a5' date '26 October 2017' time '10:41:36.652983 am' author 'EstebanLorenzano' ancestors ((name 'BaselineOfMetacello-topa.94' message '[squeak] avoids loading WebClient/SqueakSSL in images where those are to be expected See #450, Part I to fix #438' id '6b8888e0-efe9-43f4-8802-feab6b290caf' date '14 September 2017' time '3:58:59.787173 pm' author 'topa' ancestors ((name 'BaselineOfMetacello-TravisCI.93' message '#402 add a pharo6.x section that points to pharo6.0_dev branch of FileTree' id 'b314dabc-57f7-4f1b-88cd-c8d21959eb56' date '28 July 2016' time '3:03:02.993932 pm' author 'TravisCI' ancestors ((name 'BaselineOfMetacello-dkh.92' message '#399 Metacello-Cypress dependencies not quite right and test groups for Travis* not defined correctly either ...' id 'e4a9e060-5964-4360-a4e5-56149285ed64' date '7 July 2016' time '10:10:19 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.91' message '#399 add ''Metacello-TestsCypress'' to Tests group' id '034c2972-e5b8-4a49-b439-912998c2dced' date '7 July 2016' time '7:54:34 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.90' message '#399 add tests that load baselines with Cypress packages enabled ... keep us honest' id 'ce3b4c46-42e9-4e76-8cb9-e64936c382c6' date '7 July 2016' time '7:48:50 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.89' message 'Metacello-GemStone-TestsMCB was missing from ''Tests'' group which could lead to slightly different results depending upon how things were loaded' id '561ccf9f-bf41-49a7-939e-894ff3f6161a' date '5 July 2016' time '5:34:57 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.88' message '#399 go ahead and make Cypress part of the default group' id '322b869c-2231-4eed-8d31-de0e3344c3b6' date '3 July 2016' time '7:33:08 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.87' message 'use pharo5.0 branch of Filetree for Pharo 5.0 ' id 'fcbd2b34-7eaf-4917-a392-7b969a76dc41' date '10 July 2015' time '6:16:10 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.86' message 'Issue #354: Need to use the pharo4.0 branch of FileTree' id 'af0b5185-5afb-4f71-a477-7e1a9cffb63b' date '8 July 2015' time '10:12:04 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.85' message 'Issue #273: restructure baseline for Pharo3.x and Pharo4.x' id '7a6f39fb-9b19-476b-9e01-bd55baf33c90' date '10 November 2014' time '3:28:34 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.84' message 'Issue #273: add Pharo4.0 to baseline ... same as Pharo3.0 for now ...' id '24e114c5-8c92-4c68-8616-bd5ae9d300e7' date '10 November 2014' time '1:12:28 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.83' message 'Issue #306: move MetacelloNameNotDefinedError extension method to 3.x specific package' id '80a61a36-0cda-469a-9f6a-d6117f7dd754' date '20 October 2014' time '6:39:12 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.82' message 'pharo2.0 cannot use the ConfigurationOfOsProcess from http://www.squeaksource.com/MetacelloRepository anymore...' id '66e58a87-01f0-4f81-be7a-547bf97c8c5f' date '11 October 2014' time '3:06:38 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.81' message 'Issue #236: have to clear cached default repository for the new ones to take effect ... ' id 'e075ca9d-3423-4e02-8551-050b540dc9f6' date '30 September 2014' time '5:42:59 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.80' message 'Issue #278: remove GsCore and GsMonticello dependencies' id '55190208-d8e9-46cd-a2bd-543ee0d83b92' date '30 September 2014' time '9:57:07 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.79' message 'Issue #233 and Issue #287 move extensions methods for Gitorious support to Metacello-Gitorious package and remove Metacello-Gitorious package from baseline' id 'cf6c4e1d-d36d-4cdb-ba8c-47711ff4dbe2' date '29 September 2014' time '5:15:13 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.78' message 'Issue #233: initial round of changes in support of adding gitorious and bitbucket' id 'b96f7120-f452-4be6-9832-f3e39a0fc43b' date '29 September 2014' time '1:03:22 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.77' message 'merged by GitFileTree-MergeDriver' id '2f193e24-d10b-470d-a416-bb66651ccdad' date '29 September 2014' time '9:54:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.76' message 'as of PR #257, OSProcess does not belong in SqueakCommon ... no dependency by Squak platforms...' id 'aa18ab0d-42ff-40a1-92f4-53a5b28a80a2' date '26 September 2014' time '3:57:43 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-tfel.75' message 'update squeak dependencies to use WebClient and SqueakSSL' id 'bb2343bc-d006-4175-988a-b47bae3a3805' date '29 July 2014' time '3:55:08 am' author 'tfel' ancestors () stepChildren ())) stepChildren ())(name 'BaselineOfMetacello-dkh.75' message 'Issue #281: backport PR #257' id '7de098fd-f8c9-4e9f-ae1b-eba1638eaa94' date '26 September 2014' time '3:38:17 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.74' message 'split out Metacello-GemStone-TestsMCB so that Metacello-TestsMCB doesn''t get loaded with both TravisCI_1 and TravisCI_3 (for GemStone)' id '9d1859e9-67c7-4fb6-af4b-582273dc0c8a' date '5 July 2014' time '8:02:41 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.73' message 'finish work on unregistering removed configuration/baseline classes - gemstone only for now .. - tests in Metacello-TestsPlatform.gemstone, for platform isolation - tweak baseline so that Metacello-TestsPlatform requires Metacello-TestsMCB' id '8af65ecc-a71f-42ac-8e62-08742e697f15' date '14 May 2014' time '7:27:24 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.72' message '- inline MetacelloProjectRegistration>>isValid to correct invalid definition ... detecting INVALID registrations' id '42490a29-daa1-42c3-9e59-41592ff5cd3b' date '10 May 2014' time '11:00:31 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.71' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code ' id 'b790a393-313b-445b-b421-aa11f7836640' date '8 May 2014' time '4:19:41 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.70' message '- wire out Metacello-GS2x-Platform for a beat' id '4be91164-13f6-4ad8-8e47-ded8a6c885e1' date '8 May 2014' time '2:20:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.69' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code' id 'c0ecfb04-f58b-4a99-8905-fbc8aba5f1cd' date '8 May 2014' time '2:15:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.68' message 'Update the baseline to remove OSProcess dependency for Pharo 3.0' id 'f6645dd0-11f2-4370-8479-0cb9c0aceb4d' date '19 September 2013' time '4:27:30 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.67' message 'Fix FileTree version for pharo 3.0' id 'aa1a4746-279e-4a5b-ade8-d8b05425333f' date '12 September 2013' time '4:39:05 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-.66' message 'add Metacello-Cypress package with Metacello support for using a baseline with a pure Cypress repository. ' id '9e83f047-9481-4536-b52a-9a6b4eabc67c' date '1 September 2013' time '12:20:55 am' author '' ancestors ((name 'BaselineOfMetacello-dkh.65' message 'bullet proof MetacelloProjectRegistry>>primeRegistryFromImage and BaselineOfMetacello load ' id '5ef80523-495c-4d53-b34d-d2d94d1af632' date '29 July 2013' time '4:21:23 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.64' message 'woops use detect:ifNone: ' id 'b11ac983-5af7-47e5-bf38-13bb0ab6ffd9' date '27 July 2013' time '9:17:26 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.63' message 'Issue #197: may have to reprime the registry on load ' id 'c1d5c267-c7d8-465c-af14-59708edb62c6' date '27 July 2013' time '9:11:21 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.62' message 'Use Pharo 3.0 specific package' id '610efa00-e6ec-4e6e-b252-3c8ee752cf7b' date '19 July 2013' time '9:49:58 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.61' message 'switch to using http://smalltalkhub.com/mc/PharoExtras/ProfStef/main as Pharo repository for ProfStef ' id '350961c6-e201-4c6b-a713-442d455fef5e' date '18 July 2013' time '10:38:18 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.60' message 'move MetacelloTestsMCPackage into Metacello-TestsMCResources where it really belongs ' id '51002fab-b90c-476c-a5a0-a89248b4b51f' date '13 July 2013' time '9:31:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.59' message 'create Metacello-TestsMCA and Metacello-TestsMCB for further test partitioning ' id 'b4ebd955-9933-46d3-92c0-54ccd3bac1e5' date '12 July 2013' time '11:04:37 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.58' message 'push push ' id '6138af4e-bc9f-4677-a590-13456180b006' date '12 July 2013' time '9:59:40 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.57' message 'fix Metacello-TestsMCResources requirements ' id '12ad0d79-7303-4614-a2e4-07106fe8ccfe' date '12 July 2013' time '9:13:44 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.56' message 'add Metacello-TestsMCResources package ' id 'e3fbe110-da4f-4ced-a6f8-3fc434744bd6' date '12 July 2013' time '9:11:56 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.55' message 'split out Metacello-TestsMC tests that depend upon tests in Metacello-TestsCore and put them in Metacello-TestsMCCore...working on splitting tests into two groups to reduce overall run time for travis ' id '7eac9ebe-a0b8-4398-8c2d-d850ede2435b' date '12 July 2013' time '7:19:56 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.54' message 'rebalance tests ' id '1da95a24-432f-493c-8165-76c17e2f81e6' date '12 July 2013' time '4:33:33 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.53' message 'split TravisCI group into two sub-groups: TravisCI_1 and TravisCI_2 to avoid going over 30 minute limit ' id '628ab442-194a-4006-bc81-b56a9d9d8217' date '12 July 2013' time '4:07:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.52' message 'fix Issue #170: location of ConfigurationOfOsProcess for Pharo2.0+ changed ' id '5baeabbb-f72b-41d2-a38f-46bf4b3dea7d' date '1 July 2013' time '2:03:09 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.51' message 'whoa ... missing Pharo3.0 section... ' id '504171a5-faea-49c3-827f-9234f9ed296a' date '30 June 2013' time '7:53:36 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.50' message 'update baseline with fix for Issue #172 ' id 'e39ef1b3-0685-44d8-852a-3c238c7a0065' date '28 June 2013' time '4:33:05 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.49' message 'add in the Metacello-TestsCommonMC package with a Metacello-TestsCommonMC.common branch and a Metacello-TestsCommonMC.pharo20 branch ' id 'fb1edda9-7750-4acd-9be4-c9e07857daa4' date '17 June 2013' time '4:26:23 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.48' message 'Update file to use fot the Metacello-TestsCommonMC according to specified platforms.' id '6b1dbd7b-4521-4d27-a372-48718284f13d' date '17 June 2013' time '3:00:58 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.47' message 'Add Metacello-TestsPharo20MC as dependency of Metacello-TestsMC for Pharo2.0.' id '4b5cf015-3a02-4951-847a-74b9bbef34eb' date '4 June 2013' time '1:18:18 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.46' message 'remove #preLoadSqueakEnsureGlobalUnderscoreSelectors and postLoadSqueakRestoreGlobalUnderscoreSelectors as fixes for Issue #151 and Issue #158 ... better to use #asSymbol than to rely on preference settings ... lowest common denominator and all that ... ' id '6ecb9c3f-868d-486c-aa19-a0722016639a' date '12 May 2013' time '9:54:35 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.45' message 'fix Issue #158 ' id '1d33248f-0f13-48b8-9e06-f71863d4c029' date '11 May 2013' time '9:23:36 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.44' message 'fix dependencies and groups ' id 'd28d146e-c29b-438d-9b64-f560f50682e4' date '6 May 2013' time '8:58:11 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-ChristopheDemarey.43' message 'Add Metacello-PharoCommonPlatform as dependency for Pharo.' id '7b180205-58c5-4d26-b17a-487ab8cd39c0' date '30 April 2013' time '10:29:46 am' author 'ChristopheDemarey' ancestors ((name 'BaselineOfMetacello-dkh.42' message 'fix baseline for Pharo2.0 (restore OSProcess)' id '5a03b801-f8f6-4b21-b145-7bec4d7869da' date '16 April 2013' time '10:17:48 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.41' message 'Issue #65: remove OSProcess dependency for Pharo-2.0 and remove OB_Metacello ' id '08000000-1508-ac1d-1508-ac1d14000000' date '25 September 2012' time '10:35:12 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.40' message 'add support for Pharo1.1 and Pharo1.2' id '868a22ef-51bd-4418-919f-25ba0d51e026' date '16 September 2012' time '7:05:57 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.39' message 'tweak FileTree spec so that only one repo is defined' id 'a7b62e74-bd86-4ee7-8ee2-f970c1bcd38f' date '26 July 2012' time '10:48:15 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.38' message 'need GemStone doits defined in baseline' id '7634bb1f-f1bb-4c68-bb4f-f1f3c6cc6757' date '24 July 2012' time '6:10:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.37' message 'issue #39 port to gemstone' id 'bd9140dd-c282-4323-a304-9aa8032cf822' date '9 July 2012' time '11:41:29 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.36' message 'checkpoint #Issue39' id 'b1898417-4de4-4e64-b802-8ee4500c2d1b' date '7 July 2012' time '8:02:28 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.35' message 'add pharo2.0 support' id 'f27f2968-ffa1-4ec5-b543-537bef6a44fd' date '6 July 2012' time '5:53:38 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.34' message 'use OSProcess 4.4.5, since 4.4.6 seems to not intialize correctly' id '049a24ec-4d74-4c21-a9b3-3641641b2383' date '6 July 2012' time '6:52:48 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.33' message 'turn on Pharo1.4 travis ci builds' id 'e307cc85-5e53-49d0-b821-36dd60d7acbd' date '5 July 2012' time '12:50:17 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.32' message 'Issue #64' id '08000000-1508-8c12-1508-8c1214000000' date '29 June 2012' time '1:47:21 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.31' message 'checkpoint Issue #54' id '08000000-1508-4e16-1508-4e1614000000' date '25 June 2012' time '4:03:27 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.30' message 'checkpoint Issue #62' id '08000000-1508-3607-1508-360714000000' date '25 June 2012' time '3:09:52 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.29' message 'checkpoint Issue #47' id 'df68b554-7e6d-43d3-8c41-240117a6e964' date '15 June 2012' time '8:09:06 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.28' message 'workaround for Issue #47' id '72189f6a-68c5-4464-80ed-ea53b9b004d0' date '15 June 2012' time '8:00:51 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.27' message 'switch to use baseline for FileTree project reference' id '1d3b098f-503d-4277-8b6b-6115395f11b1' date '15 June 2012' time '7:36:16 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.26' message 'checkpoint issue #45 ' id '0ab0a693-f30d-4d1b-8566-31a3dd0b8623' date '15 June 2012' time '4:49:47 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.25' message 'clean up Test/ToolBox dependency' id '1269be0c-5038-4966-9a9a-b511719237f9' date '11 June 2012' time '5:38:26 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.24' message 'more bootstrapping' id '000da268-6810-4621-acd7-abafad6e2544' date '11 June 2012' time '11:44:34 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.23' message 'remove OSProcess dependency simply to avoid squeaksource flakiness' id 'e96766cd-b1f9-4d58-a906-5cb7dd081957' date '11 June 2012' time '8:34:31 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.22' message 'get baseline in shape for use with travis-ci' id '59c131f3-4f17-49a5-b14a-3bffb761fdbf' date '10 June 2012' time '12:52:36 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.21' message 'add postload doit' id '3fe87ca0-8658-43ba-9319-4f1afe863b98' date '1 June 2012' time '9:18:17 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.20' message 'whoops use BaselineOf as superclass' id 'f425db54-66e9-4fcc-a892-65eec57f7554' date '1 June 2012' time '9:13:51 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.19' message 'MCGitHubRepository is still needed...' id '4ef97c4a-824a-48c8-8100-adbabb730c4b' date '15 May 2012' time '12:04:08 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.18' message '- remove references to extraneous Git/GitHub/FileTree classes classes were related metacello.json implementation and aren''t needed (in their current form) with the BaselineOf implementation.' id 'e03efb15-6fbd-47bb-acf7-5a5aa8fc4623' date '15 May 2012' time '11:41:45 am' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.7' message 'bump' id 'd530b426-595d-4789-96e7-6e9720e650b3' date '6 May 2012' time '3:48:31 pm' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'BaselineOfMetacello-dkh.101' message 'Issue #514: patch for pre-3.3.x implementation and init code for post 3.3.x implementation' id 'b89e7c14-22c6-4f55-9d32-1b3597f183d7' date '2 July 2020' time '4:53:36 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.100' message 'Issue #514: ZnClient can''t be used for etagcache in GemStone prior to 3.3.x' id '8bb209ba-8cf5-4037-9df4-63bab7a2359f' date '2 July 2020' time '3:37:25 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.99' message 'Issue #514: clean up some typos and fix baseline; reduce lineup' id 'c0a4e87a-997a-4cde-b9e5-80dac0a1fefe' date '2 July 2020' time '1:10:26 pm' author 'dkh' ancestors ((name 'BaselineOfMetacello-dkh.98' message 'Issue #514: preparing to implement ZnClient-based handling of etag cache' id '304c76a6-b1b1-43da-ab7e-89fc815f3c73' date '2 July 2020' time '11:44:47 am' author 'dkh' ancestors ((id '27b7d7d0-d118-0d00-896e-ce94019bbce8')) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/Metacello-GitBasedRepository.package/MCGitBasedNetworkRepository.class/class/projectDirectoryFrom.version..st b/repository/Metacello-GitBasedRepository.package/MCGitBasedNetworkRepository.class/class/projectDirectoryFrom.version..st index f6da25600..f9482d6ad 100644 --- a/repository/Metacello-GitBasedRepository.package/MCGitBasedNetworkRepository.class/class/projectDirectoryFrom.version..st +++ b/repository/Metacello-GitBasedRepository.package/MCGitBasedNetworkRepository.class/class/projectDirectoryFrom.version..st @@ -34,7 +34,10 @@ projectDirectoryFrom: projectPath version: versionString directory := mcPlatform directoryFromPath: (cachePath := archive members first fileName) relativeTo: theCacheDirectory. - archive close. + false + ifTrue: [ + "temporary patch for https://github.com/Metacello/metacello/issues/504" + archive close ]. directory exists ifTrue: [ mcPlatform deleteFileNamed: zipFileName ] ifFalse: [ mcPlatform @@ -44,4 +47,4 @@ projectDirectoryFrom: projectPath version: versionString projectDirectory := mcPlatform directoryFromPath: cachePath relativeTo: theCacheDirectory ]. - ^ projectDirectory \ No newline at end of file + ^ projectDirectory diff --git a/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/class/initialize.st b/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/class/initialize.st index 8567e7a58..d1db3f1e4 100644 --- a/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/class/initialize.st +++ b/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/class/initialize.st @@ -2,6 +2,9 @@ initialize-release initialize "self initialize" - self select. - SystemLoginNotification subscribe: self name. - self sessionStart \ No newline at end of file + Smalltalk + at: #'MetacelloGemStonePlatform3x' + ifAbsent: [ + self select. + SystemLoginNotification subscribe: self name. + self sessionStart ] \ No newline at end of file diff --git a/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/instance/downloadJSON.eTagsCache.eTagsKey.username.pass..st b/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/instance/downloadJSON.eTagsCache.eTagsKey.username.pass..st index 2ff4b7c6f..6e5ae3660 100644 --- a/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/instance/downloadJSON.eTagsCache.eTagsKey.username.pass..st +++ b/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/instance/downloadJSON.eTagsCache.eTagsKey.username.pass..st @@ -4,21 +4,10 @@ downloadJSON: url eTagsCache: eTagsCache eTagsKey: eTagsKey username: username p "To minimize GitHub rate limiting problems, we are caching the ETags for the tag request: https://developer.github.com/v3/#conditional-requests" - | jsonFileName errorFileName jsonFile eTagsUrl eTagInfo errorBlock | + | jsonFileName errorFileName jsonFile eTagsUrl errorBlock etagInfo | jsonFileName := self tempFileFor: 'tags-' , self processPID suffix: '.json'. eTagsUrl := url. - eTagsCache - ifNotNil: [ - eTagsCache - at: eTagsKey - ifPresent: [ :info | - | etag | - etag := info at: 'ETag' ifAbsent: [ '1234' ]. - eTagsUrl := eTagsUrl , ' -H ''If-None-Match: ' , etag , ''''. - eTagInfo := info ] - ifAbsent: [ - eTagInfo := Dictionary new. - eTagsCache at: eTagsKey put: eTagInfo ] ]. + etagInfo := eTagsCache at: eTagsKey ifAbsentPut: [ Dictionary new ]. errorFileName := self downloadBasicFile: eTagsUrl to: jsonFileName @@ -48,38 +37,30 @@ downloadJSON: url eTagsCache: eTagsCache eTagsKey: eTagsKey username: username p ifNil: [ ^ MCFileTreeJsonParser parse: fileStream contents ] ifNotNil: [ self - extractHTTPHeader: (ReadStream on: fileStream contents) + extractHTTPHeader: (ReadStreamPortable on: fileStream contents) do: [ :headerDict :payload | - | status | - status := headerDict at: 'Status'. + | status tag | + status := headerDict at: 'status' ifAbsent: [ '403' ]. (status beginsWith: '200') ifTrue: [ | jsonObject | "cached info is not valid" jsonObject := MCFileTreeJsonParser parse: payload. - eTagInfo - at: 'ETag' - put: (headerDict at: 'ETag' ifAbsent: [ '1234' ]); - at: 'Last-Modified' put: (headerDict at: 'Last-Modified'); + tag := headerDict at: 'etag'. + (tag beginsWith: 'W/') + ifTrue: [ tag := tag copyFrom: 3 to: tag size ] + ifFalse: [ tag := tag copyFrom: 1 to: tag size ]. + etagInfo + at: 'ETag' put: tag; + at: 'last-modified' put: (headerDict at: 'last-modified'); at: 'jsonObject' put: jsonObject; - at: 'X-RateLimit-Remaining' - put: (headerDict at: 'X-RateLimit-Remaining'); + at: 'X-Ratelimit-Remaining' + put: (headerDict at: 'X-Ratelimit-Remaining'); yourself. self deleteFileNamed: errorFileName. ^ jsonObject ]. (status beginsWith: '304') - ifTrue: [ - "eTagCache hit ... need to know if data still valid" - eTagInfo - at: 'X-RateLimit-Remaining' - put: (headerDict at: 'X-RateLimit-Remaining'). - self deleteFileNamed: errorFileName. - ^ self - downloadJSONIfModified: url - eTagInfo: eTagInfo - username: username - pass: pass - onError: errorBlock ]. + ifTrue: [ ^ etagInfo at: 'jsonObject' ifAbsent: [ MCFileTreeJsonParser parse: payload ] ]. (status beginsWith: '403') ifTrue: [ | jsonObject | diff --git a/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/instance/downloadJSONIfModified.eTagInfo.username.pass.onError..st b/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/instance/downloadJSONIfModified.eTagInfo.username.pass.onError..st index d0e57d8bd..c3fcec18e 100644 --- a/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/instance/downloadJSONIfModified.eTagInfo.username.pass.onError..st +++ b/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/instance/downloadJSONIfModified.eTagInfo.username.pass.onError..st @@ -6,7 +6,7 @@ downloadJSONIfModified: url eTagInfo: eTagInfo username: username pass: pass onE | jsonFileName errorFileName jsonFile eTagsUrl | jsonFileName := self tempFileFor: 'tagsIM-' , self processPID suffix: 'json'. - eTagsUrl := url , ' -H "If-Modified-Since: ' , (eTagInfo at: 'Last-Modified') + eTagsUrl := url , ' -H "If-Modified-Since: ' , (eTagInfo at: 'last-modified') , '"'. errorFileName := self downloadBasicFile: eTagsUrl @@ -23,17 +23,17 @@ downloadJSONIfModified: url eTagInfo: eTagInfo username: username pass: pass onE extractHTTPHeader: (ReadStream on: fileStream contents) do: [ :headerDict :payload | | status | - status := headerDict at: 'Status'. + status := headerDict at: 'status'. (status beginsWith: '200') ifTrue: [ | jsonObject | "Last-Modified date changed" jsonObject := MCFileTreeJsonParser parse: payload. eTagInfo - at: 'Last-Modified' put: (headerDict at: 'Last-Modified'); + at: 'last-modified' put: (headerDict at: 'last-modified'); at: 'jsonObject' put: jsonObject; - at: 'X-RateLimit-Remaining' - put: (headerDict at: 'X-RateLimit-Remaining'); + at: 'X-Ratelimit-Remaining' + put: (headerDict at: 'X-Ratelimit-Remaining'); yourself. self deleteFileNamed: errorFileName. ^ jsonObject ]. @@ -41,8 +41,8 @@ downloadJSONIfModified: url eTagInfo: eTagInfo username: username pass: pass onE ifTrue: [ "eTagCache hit ... need to know if data still valid" eTagInfo - at: 'X-RateLimit-Remaining' - put: (headerDict at: 'X-RateLimit-Remaining'). + at: 'X-Ratelimit-Remaining' + put: (headerDict at: 'X-Ratelimit-Remaining'). self deleteFileNamed: errorFileName. ^ eTagInfo at: 'jsonObject' ]. (status beginsWith: '403') diff --git a/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/methodProperties.json b/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/methodProperties.json index e25c531f0..ccf26fbe5 100644 --- a/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/methodProperties.json +++ b/repository/Metacello-Platform.gemstone.package/MetacelloGemStonePlatform.class/methodProperties.json @@ -1,6 +1,6 @@ { "class" : { - "initialize" : "dkh 05/14/2014 06:34", + "initialize" : "dkh 07/02/2020 12:49", "registerForNotifications" : "dkh 05/13/2014 21:29", "sessionStart" : "dkh 05/13/2014 21:36" }, "instance" : { @@ -16,12 +16,12 @@ "downloadBasicFile:to:" : "dkh 10/15/2014 17:04", "downloadBasicFile:to:includeHTTPHeader:username:pass:" : "dkh 03/18/2015 05:21", "downloadBasicFile:to:username:pass:" : "dkh 03/18/2015 05:21", - "downloadJSON:eTagsCache:eTagsKey:username:pass:" : "dkh 07/28/2016 17:19", + "downloadJSON:eTagsCache:eTagsKey:username:pass:" : "dkh 07/02/2020 17:53", "downloadJSON:username:pass:" : "dkh 03/18/2015 06:44", - "downloadJSONIfModified:eTagInfo:username:pass:onError:" : "dkh 07/28/2016 17:20", + "downloadJSONIfModified:eTagInfo:username:pass:onError:" : "dkh 07/02/2020 11:53", "downloadZipArchive:to:" : "dkh 10/14/2014 10:51", "extractAtrributesFrom:" : "dkh 10/10/2016 14:56", - "extractHTTPHeader:do:" : "dkh 03/18/2015 06:05", + "extractHTTPHeader:do:" : "dkh 07/02/2020 11:55", "extractRepositoryFrom:to:" : "dkh 05/28/2015 09:39", "extractTypeFromDescription:" : "dkh 03/23/2013 08:54", "fileDirectoryClass" : "dkh 07/09/2012 04:46", diff --git a/repository/Metacello-Platform.gemstone.package/monticello.meta/version b/repository/Metacello-Platform.gemstone.package/monticello.meta/version index 6e0d57c73..0eb0c3c9a 100644 --- a/repository/Metacello-Platform.gemstone.package/monticello.meta/version +++ b/repository/Metacello-Platform.gemstone.package/monticello.meta/version @@ -1 +1 @@ -(name 'Metacello-Platform.gemstone-dkh.66' message 'add gemstoneCommon and gsc.* attributes in support of Metacello port to GemStone base' id '4c98427b-90c3-418f-93cf-56dc892a8d52' date '10/10/2016' time '14:57:19' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.65' message 'Issue #406: bonus cleanup of .err files created downloading github tag files ... only an issue for Squeak and GemStone' id 'b23ec3e7-9892-451b-bb1e-37676b7bfa83' date '07/28/2016' time '17:25:17' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.64' message '#390 assertion failure during tearDown appears to be culprit for 2.4.8 failures ... take steps' id '82f4b8e5-9e21-4e29-acfd-8021ffbc61db' date '07/06/2016' time '22:33:49' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.63' message '#390 ... why are 2.4.8 tests failing?' id 'c9503b25-4fe1-48ba-b94a-a5a62413b009' date '07/06/2016' time '21:49:20' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.62' message '#390 portable implementation of undefinedSymbol enable/reenable tracking' id '47ef0914-7ec2-45a8-8f74-1e5a6faa99da' date '07/06/2016' time '15:00:40' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.61' message 'Issue #349: discard stdout for unzip in MetacelloGemStonePlatform>>extractRepositoryFrom:to:' id '7a61c28a-669a-4b53-a155-87b480560024' date '05/28/2015' time '09:40:10' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.60' message 'Issue $332: looks like status 403 indicates api rate limit exceeded' id '5872c4ef-adf9-45a3-8b87-6ec728c3e108' date '03/18/2015' time '20:14:17' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.59' message 'Issue #332: add rate limit protection and clean up some code paths hit when rate limit is exceeded from the get go' id 'dd4c69e7-ed37-423e-a91d-7b1f500e2b1c' date '03/18/2015' time '20:05:24' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.58' message 'Issue #332: need to use #at:ifPresent:ifAbsent:' id 'caedeb1b-7310-4f83-8a2e-0cd5deb0b3c8' date '03/18/2015' time '14:05:28' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.57' message 'Issue #332: proposed fix ... - maintain an ETags dictionary and cache the JSON associated with the particular ETag and last modification date - these queries don''t count against API rate limit so it will only cost to fill the cache ... instead of each access ... ' id '14fe666c-211f-4f61-8d01-99db59515378' date '03/18/2015' time '11:07:07' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.56' message 'Issue #273: logging for Pharo-4.0 test failures' id '6d234895-dd31-43ed-8ffd-1a96681d7ba1' date '11/10/2014' time '15:57:42' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.55' message 'Issue #306: move MetacelloNameNotDefinedError extension method to 3.x specific package' id 'dcb6313e-7198-4edc-b1c7-714b2423cf00' date '10/20/2014' time '18:39:11' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.54' message 'Issue #295: use MetacelloNameNotDefinedError to signal the error. MetacelloNameNotDefinedError is a resumable error so that folks can get past issues while making it a bit more difficult to ignore so the configs will be fixed' id '01152ba7-5536-4971-abc1-7f7e2fc31960' date '10/17/2014' time '16:59:15' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.53' message 'Issue #277: siteUsername:sitePassword class inst vars will handle the first line of defense for supply credentials ... ultimately a platform specific mechanism will be called for, but it''s premature to create a mechanism at this point in time...' id 'f738ab4f-c3de-4d0b-baae-e2151cb16dfe' date '10/16/2014' time '13:59:19' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.52' message 'Issue #277: -add error logging for the test that could be exposed to reate limiting - add protocol for passing in username:password for json api calls ... still need to figure out how username:password for git will be stored' id '369da846-5c97-4a55-a08d-86324ca05dcf' date '10/15/2014' time '17:42:31' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.51' message 'Issue #277: checkpoint - rename platform downloadFile:to: to downloadZipArchive:to: - add MetacelloGemStonePlatform>>downloadJSON: (still need to implement for other platforms) - implement tag pattern matching plus some basic tests - still need more tests/validation' id '74332d39-9e67-4b97-8d53-bc6f13bb01f6' date '10/14/2014' time '17:25:24' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.50' message 'Issue #299: proposed bugfix and test' id '5ca8af87-9693-4162-9703-6beff28c6efc' date '10/12/2014' time '16:06:52' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.49' message 'Issue #233 and Issue #287 move extensions methods for Gitorious support to Metacello-Gitorious package and remove Metacello-Gitorious package from baseline' id '126ec8e7-4541-4e88-9bfa-c6625e29595a' date '09/29/2014' time '17:15:12' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.48' message 'Issue #233: checkpoint before stopping work on supporting Gitorious, see Issue #287: for rationale' id '2891a26f-3e12-44e0-a730-7f3c32acf63d' date '09/29/2014' time '17:10:13' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.47' message 'Issue #233: initial round of changes in support of adding gitorious and bitbucket' id '1115bb7c-5334-4260-8134-c2a79eeb1c82' date '09/29/2014' time '13:03:17' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.46' message 'merged by GitFileTree-MergeDriver' id '549b3724-821c-45a3-a2ea-fe97b3534329' date '09/29/2014' time '09:54:56' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.45' message 'Issue #236: update documentation and define MetacelloPlatform>>defaultRepositoryDescription for GemStone ...' id 'f3614284-f5d3-4f10-ac51-697981b99ec1' date '09/28/2014' time '09:54:10' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.44' message 'Issue #232: need portable MetacelloGemStonePlatform>>processPID method' id 'ac5f753e-39f0-4e65-b535-08e32e8b5a35' date '09/26/2014' time '15:00:40' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.43' message 'Issue #226: Much better error message using proposed fix .... now need to fix Issue #227 as retry logic still masking the real errors' id '9072d688-2416-4282-9e33-93a3da48badb' date '09/26/2014' time '09:16:09' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.42' message 'Issue #232: pid is actually a better way to differentiate between files in /tmp on the same machine ... Not sure how to get pid of vm for Squeak and Pharo without loading OS-Process ... added platform hook for pid if there is a way ...' id '74a2cfff-9d87-4256-b0af-af76fb3cad71' date '09/19/2014' time '15:19:39' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'Metacello-Platform.gemstone-dkh.42' message 'Issue #281: backport Issue #226' id '5f77497e-d7f6-4194-bc59-f4e01abe40fd' date '09/26/2014' time '15:39:56' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.41' message 'fix comment and trim blanks in MetacelloGemStonePlatform>>gitRootDirectoryPath:' id '59ffdc98-2b9a-4925-b292-0798c2c05b3e' date '05/22/2014' time '18:06:39' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.40' message 'add more git support to MetacelloGemStonePlatform - all methods take a directory path to a directory somewhere in the git repository' id 'a481182b-92c7-4a4e-9962-33e2974f1f8b' date '05/15/2014' time '20:58:15' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.39' message 'add a useful git utility function to MetacelloGemStonePlatform - MetacelloGemStonePlatform>>gitIsGitDirectoryPath: ' id '6254d88e-aa94-4c67-be56-e5deb05e7c1e' date '05/15/2014' time '18:56:13' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.38' message 'finish work on unregistering removed configuration/baseline classes - gemstone only for now .. - tests in Metacello-TestsPlatform.gemstone, for platform isolation - tweak baseline so that Metacello-TestsPlatform requires Metacello-TestsMCB' id '0d28fe31-82ea-4119-b4bf-3190e8a26cf7' date '05/14/2014' time '07:27:18' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.37' message 'hook up MetacelloProjectRegistration for class removal events - unregister removed configuration/baseline clsses' id '2e7056b9-9600-4487-9b68-bf9c5bdd51a1' date '05/13/2014' time '21:49:10' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.36' message '- add api for getting git branch name from repo ...' id '1c2ffbfa-a0cf-4fdd-99dd-0c6d405cf576' date '05/09/2014' time '10:16:15' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.35' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code - support for MetacelloProjectRegistrationVersionInfo which should allow us to associate the git commit SHA for a git repo with the baseline that was loaded from the repo - all repository types supported for displaying something useful for the version string (only used by baselines as configuration version is used for configurations) - tests' id 'fc387f2d-d57d-4e76-a67c-986c8684d1ae' date '05/08/2014' time '16:20:06' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.34' message 'To correctly read files, it is necessary to use FileDirectory>>readOnlyFileNamed:do:' id '0eafb05e-5689-476e-a55d-bffdf510107b' date '12/13/2013' time '18:09:40' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.33' message 'Issue #209: add exception handler to nuke the .zip and .err files in the case of an archive extract error' id '6893fdf6-f2aa-4ad5-87b2-dc81666f68af' date '10/06/2013' time '16:26:48' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'Metacello-Platform.gemstone-dkh.33' message 'Issue #281: backport Issue #226 fix' id '91156b29-8746-482b-8f9a-c91c81f081bc' date '09/26/2014' time '14:26:33' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.32' message 'fix google Issue 184: github zip download failures due to filesystem issues ' id '31075f98-3e1f-4e14-9601-168c8828693e' date '07/01/2013' time '10:57:45' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.31' message 'switch to using #select and #unselect for MetacelloPlatform ' id 'de47ee88-5444-487e-be7e-1f59d5fac067' date '05/05/2013' time '13:46:05' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.30' message 'add cache repository type so one can refer to a cache repository by oop rather than by global name ... needed for unambiguos reference to a cache repository: cache://42871553@gemstone ' id 'bc705062-32f6-4b41-aba9-2a356881184c' date '03/23/2013' time '09:28:35' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.29' message 'get tests passing (two changed methods in entirety constitute bugfix ...) fix ...) ' id '80e40d22-2564-4d39-a3b2-16a76c74ee69' date '02/25/2013' time '16:16:03' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.28' message 'checkpoint ... write from GemStone ... no code changes' id '2101bec9-b015-479c-bac6-adbec4e080a5' date '02/25/2013' time '16:10:28' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.27' message 'mods to get tests passing in GemStone ' id 'e13d319d-4d73-4c65-b50d-9491ef635558' date '02/25/2013' time '16:04:11' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.26' message 'Issue #39: gemstone tests green' id 'af135c0d-fa87-415e-bca0-23597cc9c760' date '07/09/2012' time '18:00:32' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.25' message 'issue #39 port to gemstone' id '18545fe8-f66f-4dbb-af03-f9ded23cc3c6' date '07/09/2012' time '11:48:41' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.24' message '1.0-beta.32 (dkh.665): - fix Issue 109: pkgSpec for Metacello configuration doesn''t work for GemStone ServerDirectory repository http://code.google.com/p/metacello/issues/detail?id=109' id '9184ebfc-ea45-453b-be84-7a4f8e689d1c' date '01/19/2012' time '15:13:16' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.23' message '- force a load, so that #gemstone10beta311PostLoadDoIt gets triggered' id '299b1de6-f5c6-48a2-8db7-db30ad9ae6ae' date '11/14/2011' time '14:11:23' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.22' message '1.0-beta.31 (dkh.634): - fix for GemStone version of Pharo Issue 4613 .... derive attributes from GemStone version string' id '8486a1c8-bac3-43dc-a7bf-4e5c8e0aa024' date '10/11/2011' time '14:31:17' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.21' message '1.0-beta.30 (dkh.623): - persistent author initials can be set by defining #''''GS_tODE_AuthorInitials'''' in UserGlobals with desired author initials string (in support of tODE) [GemStone only]''' id 'd6312423-eeec-4c8f-899c-a8afafa35e01' date '07/19/2011' time '11:41:58' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.20' message '- add #maglev attribute for conditional maglev code' id '74d0e559-08c1-4134-861d-527e328d98dd' date '02/02/2011' time '20:07:41' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.19' message '- fix up gemstone-related tests/errors' id '27fa2a3a-ec9d-48e3-9887-c8e99ed0c3c5' date '01/16/2011' time '14:09:49' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.18' message '- implement copyClass:as:inCategory:' id 'd76b70c6-80de-4164-ba94-9cc348acc7db' date '11/18/2010' time '16:24:05' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.17' message '- portable copyClass for toolbox -clean up some old toolbox cruft' id '35ef84f2-1073-4115-b363-90365ac147bd' date '11/17/2010' time '16:21:03' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.16' message '- fix Issue 32: http://code.google.com/p/metacello/issues/detail?id=32 "Connect repositories as MCServerDirectory rather than MCDirectory" - Metacello-Platform.gemstone - Metacello-TestsPlatform.gemstone' id '141e8463-720a-4acd-8177-ca01688ebe5f' date '03/12/1910' time '01:46:16' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.15' message '- remove GoferAPITest>>expectedFailures ' id 'f36f8e62-c162-4f2e-a094-8012d754d473' date '02/11/1910' time '11:25:16' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.14' message '- remove some obsolete methods' id '52d89e7b-0585-49bc-b180-f9aafa6b7b17' date '02/10/1910' time '09:56:38' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.13' message '- fix valueSupplyingMetacelloAnswers for complex blocks' id '8b5535c0-74cf-4869-9aa2-ee87aa357597' date '01/20/1910' time '16:02:11' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.12' message '- pick up latest Gofer-Core and Gofer-Tests - some more version caching for speed - better workingCopy resolution for MetacelloCachingGoferResolvedReference - adjust tests - no longer inheriting pragmas ... too expensive ' id '03c4f166-a8da-4979-807b-f85a35fc95e7' date '01/15/1910' time '17:45:32' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-dkh.11' message '- fix problems with GemStone Metacello when runnng without OB' id '2385ae1e-836b-419e-a1aa-45a5c42aa48f' date '01/06/1910' time '11:24:53' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.10' message '- port to latest version of Gofer (Gofer-dkh.105)' id '859122f3-5fc3-4512-bfda-dd75325af4fc' date '12/15/2009' time '11:54:59' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.9' message '- avoid adding extra IV, since MetacelloGemStonePlatform is in the load stack ... avoid migration issues for G/S' id 'bccee966-4431-4744-bcac-ad931e9c44d2' date '11/14/2009' time '09:53:40' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.8' message '- GemStone attributes, now may include: #gemstone #''gs2.x'' #''gs2.3.x'' #''gs2.4.x'' and #''gs3.x'' for finer grainded resolution of Stone version' id '34ffc547-3953-4844-aaac-6aebf77cf701' date '11/13/2009' time '16:41:54' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.7' message '- add #transact: to platform to support GemStone optional transactions ' id 'd26cdbda-62da-458a-a372-f3cb73397a7b' date '10/23/2009' time '12:17:35' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.6' message '- implement #ceateRepository:' id '4e7e6bba-a254-48e8-a00c-096a4e2959bb' date '10/22/2009' time '16:32:25' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.5' message '- add support for initials and timestamp' id 'edaee15f-192c-40d5-aaeb-db39a9e30b1e' date '10/16/2009' time '13:48:59' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.4' message '- allow caching of nil currentVersions' id '2c30d9aa-a4f5-46c7-a340-7dc688fcd18f' date '08/20/2009' time '15:48:48' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.3' message '- add caching - add #initialize ' id '005e6864-4430-4846-9bc5-799d11fbf371' date '08/20/2009' time '15:36:30' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.2' message '- move #confirm: to platform, since ui not always present (at least for GemStone) ' id '2357cfa5-0d29-4c68-a9c8-f880f1e1a0f1' date '08/11/2009' time '10:21:14' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.1' message '- GemStone-specific metacello support' id '243a54b1-2084-4127-afe4-4df86aa71a20' date '08/09/2009' time '11:21:42' author 'dkh' ancestors ((name 'Metacello-Platform.squeak-dkh.1' message '- Squeak-specific metacello support' id '7045edec-ac01-4485-bd21-efac82f0c9ef' date '08/09/2009' time '11:13:57' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Metacello-Platform.gemstone-dkh.92' message 'Issue #514: finally unlocked the secret of no status --- API RATE Limit payload' id 'eac29a84-01aa-4a26-947d-045d2153b873' date '07/02/2020' time '17:56:06' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.91' message 'Issue #514: looks like the errors are triggered during the reload of Metacello...' id 'f5428b25-90ae-4ea1-9831-00e1eb590bad' date '07/02/2020' time '17:11:16' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.90' message 'Issue #514: patch for pre-3.3.x implementation and init code for post 3.3.x implementation' id 'bcddd460-e90a-48c8-9adf-a4cea5a2f74c' date '07/02/2020' time '16:53:35' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.89' message 'Issue #514: another typo' id '6ba2b0d3-e619-4e13-a775-5dd3000306bb' date '07/02/2020' time '16:27:52' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.88' message 'Issue #514: fix a bug' id '95031bae-4970-465f-b115-a75bb7860f1c' date '07/02/2020' time '16:26:32' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.87' message 'Issue #514: for the tests, still need to fill in etaginfo, just don''t use the etag request url' id '1b2e1eaf-04da-48d9-8aa2-24a9ad6087e5' date '07/02/2020' time '16:24:35' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.86' message 'Issue #514: disable use of etagcache for downloadJSONTags for pre 3.3.x versions of GemStone (using ZnClient and GsSecureSocket in later versions)' id 'edb5cbdc-bdf8-44e2-a4fd-324f3cafc953' date '07/02/2020' time '16:13:25' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.85' message 'Issue #514: clean up some typos and fix baseline; reduce lineup' id '64866000-919f-4992-a38e-341ae030ea73' date '07/02/2020' time '13:10:26' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.84' message 'Issue #514: tracety trace (check for correct platform class)' id '99be6c3b-5970-4637-80d2-19db52be9e3a' date '07/02/2020' time '12:51:40' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.83' message 'Issue #514: strip out the tracing and logging code added over last few days' id 'dde52136-3482-4c37-a7a0-924969cc0b5a' date '07/02/2020' time '12:00:44' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.82' message 'Issue #514: preparing to implement ZnClient-based handling of etag cache' id '9ff66fe1-fd69-4233-b061-cf3d5b6d04ad' date '07/02/2020' time '11:44:46' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.81' message 'Issue #514: fix tracing errors' id 'bf825579-6cb3-4053-ade8-36bc6902c0e9' date '07/01/2020' time '17:38:23' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.80' message 'Issue #514: trace me a river' id '887f06a4-8f78-4040-8527-7ec138a9d405' date '07/01/2020' time '17:25:44' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.79' message 'Issue #514: tracety trace' id '2936ff98-c463-4b4d-af2c-49e5c7386968' date '07/01/2020' time '17:11:22' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.78' message 'Issue #514: get rid of questionable status skipping ...' id '92c98f46-35a1-4a0b-895a-9a68e8efa8f8' date '07/01/2020' time '16:53:40' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.77' message 'Issue #514: more tracing ...' id '1ed32792-bce7-4746-aafc-3efbd8133601' date '07/01/2020' time '16:33:20' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.76' message 'Issue #514: more tracing ... only fails on travis and makes debugging darn difficult' id '44a8784d-4592-4744-b250-2a256687a59b' date '07/01/2020' time '15:49:51' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.75' message 'Issue #514: another case of empty payload?' id 'bcdea88c-861a-4154-9e3b-0b1ce8d307a8' date '07/01/2020' time '15:34:41' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.74' message 'Issue #514: looks like rate limit messages do not come with a header' id '84ad265b-5506-4a4a-b43e-15200228a0ef' date '07/01/2020' time '15:02:56' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.73' message 'Issue #514: empty payload handling?' id 'aa668906-23a7-4eac-81d3-bb499cfcdb6a' date '07/01/2020' time '14:08:26' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.72' message 'Issue #514: looks like last-modified; field needs to be transferred to eTagInfo' id 'a67b8488-62c9-4fc3-8269-a57d3a8b7beb' date '07/01/2020' time '13:42:26' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.71' message 'Issue #514: and yet more tracing' id '75d9e58a-3c24-4234-af48-ca6ac52cbaae' date '07/01/2020' time '12:20:30' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.70' message 'Issue #514: debugging statements for MetacelloScriptingSuccessTestCase>>testGitHubTagPatternLoad2B, since bug does not fail locally ... only on travis' id 'de77f444-8b6c-47ca-b862-6509ec73d67a' date '07/01/2020' time '11:23:03' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.69' message 'Issue #514: remaining changes needed to match the new JSON format GitHub JSON API' id '57a41894-bb99-49ba-95b8-2b262350b3e0' date '07/01/2020' time '09:10:08' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.68' message 'Issue #514: final round of fixes' id '19285fb7-fc67-4ee0-9e63-8a1e2a54d80b' date '03/28/2020' time '11:56:57' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.67' message 'proposed fix for issue #514' id '6fd7a1e6-0b58-4d26-b8d0-82b0150f7f54' date '03/28/2020' time '10:52:57' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.66' message 'add gemstoneCommon and gsc.* attributes in support of Metacello port to GemStone base' id '4c98427b-90c3-418f-93cf-56dc892a8d52' date '10/10/2016' time '14:57:19' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.65' message 'Issue #406: bonus cleanup of .err files created downloading github tag files ... only an issue for Squeak and GemStone' id 'b23ec3e7-9892-451b-bb1e-37676b7bfa83' date '07/28/2016' time '17:25:17' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.64' message '#390 assertion failure during tearDown appears to be culprit for 2.4.8 failures ... take steps' id '82f4b8e5-9e21-4e29-acfd-8021ffbc61db' date '07/06/2016' time '22:33:49' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.63' message '#390 ... why are 2.4.8 tests failing?' id 'c9503b25-4fe1-48ba-b94a-a5a62413b009' date '07/06/2016' time '21:49:20' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.62' message '#390 portable implementation of undefinedSymbol enable/reenable tracking' id '47ef0914-7ec2-45a8-8f74-1e5a6faa99da' date '07/06/2016' time '15:00:40' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.61' message 'Issue #349: discard stdout for unzip in MetacelloGemStonePlatform>>extractRepositoryFrom:to:' id '7a61c28a-669a-4b53-a155-87b480560024' date '05/28/2015' time '09:40:10' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.60' message 'Issue $332: looks like status 403 indicates api rate limit exceeded' id '5872c4ef-adf9-45a3-8b87-6ec728c3e108' date '03/18/2015' time '20:14:17' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.59' message 'Issue #332: add rate limit protection and clean up some code paths hit when rate limit is exceeded from the get go' id 'dd4c69e7-ed37-423e-a91d-7b1f500e2b1c' date '03/18/2015' time '20:05:24' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.58' message 'Issue #332: need to use #at:ifPresent:ifAbsent:' id 'caedeb1b-7310-4f83-8a2e-0cd5deb0b3c8' date '03/18/2015' time '14:05:28' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.57' message 'Issue #332: proposed fix ... - maintain an ETags dictionary and cache the JSON associated with the particular ETag and last modification date - these queries don''t count against API rate limit so it will only cost to fill the cache ... instead of each access ... ' id '14fe666c-211f-4f61-8d01-99db59515378' date '03/18/2015' time '11:07:07' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.56' message 'Issue #273: logging for Pharo-4.0 test failures' id '6d234895-dd31-43ed-8ffd-1a96681d7ba1' date '11/10/2014' time '15:57:42' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.55' message 'Issue #306: move MetacelloNameNotDefinedError extension method to 3.x specific package' id 'dcb6313e-7198-4edc-b1c7-714b2423cf00' date '10/20/2014' time '18:39:11' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.54' message 'Issue #295: use MetacelloNameNotDefinedError to signal the error. MetacelloNameNotDefinedError is a resumable error so that folks can get past issues while making it a bit more difficult to ignore so the configs will be fixed' id '01152ba7-5536-4971-abc1-7f7e2fc31960' date '10/17/2014' time '16:59:15' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.53' message 'Issue #277: siteUsername:sitePassword class inst vars will handle the first line of defense for supply credentials ... ultimately a platform specific mechanism will be called for, but it''s premature to create a mechanism at this point in time...' id 'f738ab4f-c3de-4d0b-baae-e2151cb16dfe' date '10/16/2014' time '13:59:19' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.52' message 'Issue #277: -add error logging for the test that could be exposed to reate limiting - add protocol for passing in username:password for json api calls ... still need to figure out how username:password for git will be stored' id '369da846-5c97-4a55-a08d-86324ca05dcf' date '10/15/2014' time '17:42:31' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.51' message 'Issue #277: checkpoint - rename platform downloadFile:to: to downloadZipArchive:to: - add MetacelloGemStonePlatform>>downloadJSON: (still need to implement for other platforms) - implement tag pattern matching plus some basic tests - still need more tests/validation' id '74332d39-9e67-4b97-8d53-bc6f13bb01f6' date '10/14/2014' time '17:25:24' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.50' message 'Issue #299: proposed bugfix and test' id '5ca8af87-9693-4162-9703-6beff28c6efc' date '10/12/2014' time '16:06:52' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.49' message 'Issue #233 and Issue #287 move extensions methods for Gitorious support to Metacello-Gitorious package and remove Metacello-Gitorious package from baseline' id '126ec8e7-4541-4e88-9bfa-c6625e29595a' date '09/29/2014' time '17:15:12' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.48' message 'Issue #233: checkpoint before stopping work on supporting Gitorious, see Issue #287: for rationale' id '2891a26f-3e12-44e0-a730-7f3c32acf63d' date '09/29/2014' time '17:10:13' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.47' message 'Issue #233: initial round of changes in support of adding gitorious and bitbucket' id '1115bb7c-5334-4260-8134-c2a79eeb1c82' date '09/29/2014' time '13:03:17' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.46' message 'merged by GitFileTree-MergeDriver' id '549b3724-821c-45a3-a2ea-fe97b3534329' date '09/29/2014' time '09:54:56' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.45' message 'Issue #236: update documentation and define MetacelloPlatform>>defaultRepositoryDescription for GemStone ...' id 'f3614284-f5d3-4f10-ac51-697981b99ec1' date '09/28/2014' time '09:54:10' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.44' message 'Issue #232: need portable MetacelloGemStonePlatform>>processPID method' id 'ac5f753e-39f0-4e65-b535-08e32e8b5a35' date '09/26/2014' time '15:00:40' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.43' message 'Issue #226: Much better error message using proposed fix .... now need to fix Issue #227 as retry logic still masking the real errors' id '9072d688-2416-4282-9e33-93a3da48badb' date '09/26/2014' time '09:16:09' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.42' message 'Issue #232: pid is actually a better way to differentiate between files in /tmp on the same machine ... Not sure how to get pid of vm for Squeak and Pharo without loading OS-Process ... added platform hook for pid if there is a way ...' id '74a2cfff-9d87-4256-b0af-af76fb3cad71' date '09/19/2014' time '15:19:39' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'Metacello-Platform.gemstone-dkh.42' message 'Issue #281: backport Issue #226' id '5f77497e-d7f6-4194-bc59-f4e01abe40fd' date '09/26/2014' time '15:39:56' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.41' message 'fix comment and trim blanks in MetacelloGemStonePlatform>>gitRootDirectoryPath:' id '59ffdc98-2b9a-4925-b292-0798c2c05b3e' date '05/22/2014' time '18:06:39' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.40' message 'add more git support to MetacelloGemStonePlatform - all methods take a directory path to a directory somewhere in the git repository' id 'a481182b-92c7-4a4e-9962-33e2974f1f8b' date '05/15/2014' time '20:58:15' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.39' message 'add a useful git utility function to MetacelloGemStonePlatform - MetacelloGemStonePlatform>>gitIsGitDirectoryPath: ' id '6254d88e-aa94-4c67-be56-e5deb05e7c1e' date '05/15/2014' time '18:56:13' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.38' message 'finish work on unregistering removed configuration/baseline classes - gemstone only for now .. - tests in Metacello-TestsPlatform.gemstone, for platform isolation - tweak baseline so that Metacello-TestsPlatform requires Metacello-TestsMCB' id '0d28fe31-82ea-4119-b4bf-3190e8a26cf7' date '05/14/2014' time '07:27:18' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.37' message 'hook up MetacelloProjectRegistration for class removal events - unregister removed configuration/baseline clsses' id '2e7056b9-9600-4487-9b68-bf9c5bdd51a1' date '05/13/2014' time '21:49:10' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.36' message '- add api for getting git branch name from repo ...' id '1c2ffbfa-a0cf-4fdd-99dd-0c6d405cf576' date '05/09/2014' time '10:16:15' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.35' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code - support for MetacelloProjectRegistrationVersionInfo which should allow us to associate the git commit SHA for a git repo with the baseline that was loaded from the repo - all repository types supported for displaying something useful for the version string (only used by baselines as configuration version is used for configurations) - tests' id 'fc387f2d-d57d-4e76-a67c-986c8684d1ae' date '05/08/2014' time '16:20:06' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.34' message 'To correctly read files, it is necessary to use FileDirectory>>readOnlyFileNamed:do:' id '0eafb05e-5689-476e-a55d-bffdf510107b' date '12/13/2013' time '18:09:40' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.33' message 'Issue #209: add exception handler to nuke the .zip and .err files in the case of an archive extract error' id '6893fdf6-f2aa-4ad5-87b2-dc81666f68af' date '10/06/2013' time '16:26:48' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'Metacello-Platform.gemstone-dkh.33' message 'Issue #281: backport Issue #226 fix' id '91156b29-8746-482b-8f9a-c91c81f081bc' date '09/26/2014' time '14:26:33' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.32' message 'fix google Issue 184: github zip download failures due to filesystem issues ' id '31075f98-3e1f-4e14-9601-168c8828693e' date '07/01/2013' time '10:57:45' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.31' message 'switch to using #select and #unselect for MetacelloPlatform ' id 'de47ee88-5444-487e-be7e-1f59d5fac067' date '05/05/2013' time '13:46:05' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.30' message 'add cache repository type so one can refer to a cache repository by oop rather than by global name ... needed for unambiguos reference to a cache repository: cache://42871553@gemstone ' id 'bc705062-32f6-4b41-aba9-2a356881184c' date '03/23/2013' time '09:28:35' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.29' message 'get tests passing (two changed methods in entirety constitute bugfix ...) fix ...) ' id '80e40d22-2564-4d39-a3b2-16a76c74ee69' date '02/25/2013' time '16:16:03' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.28' message 'checkpoint ... write from GemStone ... no code changes' id '2101bec9-b015-479c-bac6-adbec4e080a5' date '02/25/2013' time '16:10:28' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.27' message 'mods to get tests passing in GemStone ' id 'e13d319d-4d73-4c65-b50d-9491ef635558' date '02/25/2013' time '16:04:11' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.26' message 'Issue #39: gemstone tests green' id 'af135c0d-fa87-415e-bca0-23597cc9c760' date '07/09/2012' time '18:00:32' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.25' message 'issue #39 port to gemstone' id '18545fe8-f66f-4dbb-af03-f9ded23cc3c6' date '07/09/2012' time '11:48:41' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.24' message '1.0-beta.32 (dkh.665): - fix Issue 109: pkgSpec for Metacello configuration doesn''t work for GemStone ServerDirectory repository http://code.google.com/p/metacello/issues/detail?id=109' id '9184ebfc-ea45-453b-be84-7a4f8e689d1c' date '01/19/2012' time '15:13:16' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.23' message '- force a load, so that #gemstone10beta311PostLoadDoIt gets triggered' id '299b1de6-f5c6-48a2-8db7-db30ad9ae6ae' date '11/14/2011' time '14:11:23' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.22' message '1.0-beta.31 (dkh.634): - fix for GemStone version of Pharo Issue 4613 .... derive attributes from GemStone version string' id '8486a1c8-bac3-43dc-a7bf-4e5c8e0aa024' date '10/11/2011' time '14:31:17' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.21' message '1.0-beta.30 (dkh.623): - persistent author initials can be set by defining #''''GS_tODE_AuthorInitials'''' in UserGlobals with desired author initials string (in support of tODE) [GemStone only]''' id 'd6312423-eeec-4c8f-899c-a8afafa35e01' date '07/19/2011' time '11:41:58' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.20' message '- add #maglev attribute for conditional maglev code' id '74d0e559-08c1-4134-861d-527e328d98dd' date '02/02/2011' time '20:07:41' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.19' message '- fix up gemstone-related tests/errors' id '27fa2a3a-ec9d-48e3-9887-c8e99ed0c3c5' date '01/16/2011' time '14:09:49' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.18' message '- implement copyClass:as:inCategory:' id 'd76b70c6-80de-4164-ba94-9cc348acc7db' date '11/18/2010' time '16:24:05' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.17' message '- portable copyClass for toolbox -clean up some old toolbox cruft' id '35ef84f2-1073-4115-b363-90365ac147bd' date '11/17/2010' time '16:21:03' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.16' message '- fix Issue 32: http://code.google.com/p/metacello/issues/detail?id=32 "Connect repositories as MCServerDirectory rather than MCDirectory" - Metacello-Platform.gemstone - Metacello-TestsPlatform.gemstone' id '141e8463-720a-4acd-8177-ca01688ebe5f' date '03/12/1910' time '01:46:16' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.15' message '- remove GoferAPITest>>expectedFailures ' id 'f36f8e62-c162-4f2e-a094-8012d754d473' date '02/11/1910' time '11:25:16' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.14' message '- remove some obsolete methods' id '52d89e7b-0585-49bc-b180-f9aafa6b7b17' date '02/10/1910' time '09:56:38' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.13' message '- fix valueSupplyingMetacelloAnswers for complex blocks' id '8b5535c0-74cf-4869-9aa2-ee87aa357597' date '01/20/1910' time '16:02:11' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-DaleHenrichs.12' message '- pick up latest Gofer-Core and Gofer-Tests - some more version caching for speed - better workingCopy resolution for MetacelloCachingGoferResolvedReference - adjust tests - no longer inheriting pragmas ... too expensive ' id '03c4f166-a8da-4979-807b-f85a35fc95e7' date '01/15/1910' time '17:45:32' author 'DaleHenrichs' ancestors ((name 'Metacello-Platform.gemstone-dkh.11' message '- fix problems with GemStone Metacello when runnng without OB' id '2385ae1e-836b-419e-a1aa-45a5c42aa48f' date '01/06/1910' time '11:24:53' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.10' message '- port to latest version of Gofer (Gofer-dkh.105)' id '859122f3-5fc3-4512-bfda-dd75325af4fc' date '12/15/2009' time '11:54:59' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.9' message '- avoid adding extra IV, since MetacelloGemStonePlatform is in the load stack ... avoid migration issues for G/S' id 'bccee966-4431-4744-bcac-ad931e9c44d2' date '11/14/2009' time '09:53:40' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.8' message '- GemStone attributes, now may include: #gemstone #''gs2.x'' #''gs2.3.x'' #''gs2.4.x'' and #''gs3.x'' for finer grainded resolution of Stone version' id '34ffc547-3953-4844-aaac-6aebf77cf701' date '11/13/2009' time '16:41:54' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.7' message '- add #transact: to platform to support GemStone optional transactions ' id 'd26cdbda-62da-458a-a372-f3cb73397a7b' date '10/23/2009' time '12:17:35' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.6' message '- implement #ceateRepository:' id '4e7e6bba-a254-48e8-a00c-096a4e2959bb' date '10/22/2009' time '16:32:25' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.5' message '- add support for initials and timestamp' id 'edaee15f-192c-40d5-aaeb-db39a9e30b1e' date '10/16/2009' time '13:48:59' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.4' message '- allow caching of nil currentVersions' id '2c30d9aa-a4f5-46c7-a340-7dc688fcd18f' date '08/20/2009' time '15:48:48' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.3' message '- add caching - add #initialize ' id '005e6864-4430-4846-9bc5-799d11fbf371' date '08/20/2009' time '15:36:30' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.2' message '- move #confirm: to platform, since ui not always present (at least for GemStone) ' id '2357cfa5-0d29-4c68-a9c8-f880f1e1a0f1' date '08/11/2009' time '10:21:14' author 'dkh' ancestors ((name 'Metacello-Platform.gemstone-dkh.1' message '- GemStone-specific metacello support' id '243a54b1-2084-4127-afe4-4df86aa71a20' date '08/09/2009' time '11:21:42' author 'dkh' ancestors ((name 'Metacello-Platform.squeak-dkh.1' message '- Squeak-specific metacello support' id '7045edec-ac01-4485-bd21-efac82f0c9ef' date '08/09/2009' time '11:13:57' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/Metacello-Platform3x.package/.filetree b/repository/Metacello-Platform3x.package/.filetree new file mode 100644 index 000000000..8998102c2 --- /dev/null +++ b/repository/Metacello-Platform3x.package/.filetree @@ -0,0 +1,4 @@ +{ + "noMethodMetaData" : true, + "separateMethodMetaAndSource" : false, + "useCypressPropertiesFile" : true } diff --git a/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/README.md b/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/README.md new file mode 100644 index 000000000..e69de29bb diff --git a/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/class/initialize.st b/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/class/initialize.st new file mode 100644 index 000000000..8567e7a58 --- /dev/null +++ b/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/class/initialize.st @@ -0,0 +1,7 @@ +initialize-release +initialize + "self initialize" + + self select. + SystemLoginNotification subscribe: self name. + self sessionStart \ No newline at end of file diff --git a/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/instance/downloadJSON.eTagsCache.eTagsKey.username.pass..st b/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/instance/downloadJSON.eTagsCache.eTagsKey.username.pass..st new file mode 100644 index 000000000..0c5d7ddb4 --- /dev/null +++ b/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/instance/downloadJSON.eTagsCache.eTagsKey.username.pass..st @@ -0,0 +1,67 @@ +github/bitbucket support +downloadJSON: url eTagsCache: eTagsCache eTagsKey: eTagsKey username: username pass: pass + "Use ZnClient to manage https interactions" + + "To minimize GitHub rate limiting problems, we are caching the ETags for the tag request: https://developer.github.com/v3/#conditional-requests" + + | client header responseCode etagInfo jsonObject clientVerificationEnabled certificateVerificationEnabledOnClientMethodPresent | + certificateVerificationEnabledOnClientMethodPresent := GsSecureSocket + respondsTo: #'certificateVerificationEnabledOnClient'. + clientVerificationEnabled := certificateVerificationEnabledOnClientMethodPresent + ifTrue: [ GsSecureSocket certificateVerificationEnabledOnClient ] + ifFalse: [ true ]. + [ + clientVerificationEnabled + ifTrue: [ GsSecureSocket disableCertificateVerificationOnClient ]. + client := ZnClient new + systemPolicy; + url: url; + accept: ZnMimeType applicationJson; + contentReader: [ :entity | entity ifNotNil: [ STON fromString: entity contents ] ]; + enforceHttpSuccess: false; + yourself. + etagInfo := eTagsCache + at: eTagsKey + ifPresent: [ :info | + | etag | + etag := info at: 'ETag' ifAbsent: [ ]. + etag ifNotNil: [ client headerAt: 'If-None-Match' put: etag ]. + etagInfo := info ] + ifAbsent: [ + etagInfo := Dictionary new. + eTagsCache at: eTagsKey put: etagInfo ]. + jsonObject := client get. + header := client response headers headers. + responseCode := client response statusLine code. + responseCode = 200 + ifTrue: [ + | tag | + tag := header + at: 'Etag' + ifAbsent: [ self error: 'No Etag found for ' , url printString ]. + (tag beginsWith: 'W/') + ifTrue: [ tag := tag copyFrom: 3 to: tag size ] + ifFalse: [ tag := tag copyFrom: 1 to: tag size ]. + etagInfo + at: 'ETag' put: tag; + at: 'last-modified' put: (header at: 'Last-Modified'); + at: 'jsonObject' put: jsonObject; + at: 'X-Ratelimit-Remaining' put: (header at: 'X-Ratelimit-Remaining'); + yourself. + ^ jsonObject ]. + responseCode = 304 + ifTrue: [ + "etagCache hit" + ^ etagInfo at: 'jsonObject' ]. + responseCode = 403 + ifTrue: [ + "Oh snap! Rate limit exceeded" + self error: (jsonObject at: 'message') ]. + self + error: + 'Unexpected responseCode ' , responseCode printString , ' for ' + , url printString ] + ensure: [ + (certificateVerificationEnabledOnClientMethodPresent + and: [ clientVerificationEnabled ]) + ifTrue: [ GsSecureSocket enableCertificateVerificationOnClient ] ] \ No newline at end of file diff --git a/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/methodProperties.json b/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/methodProperties.json new file mode 100644 index 000000000..010e1406b --- /dev/null +++ b/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + "initialize" : "dkh 07/02/2020 12:31" }, + "instance" : { + "downloadJSON:eTagsCache:eTagsKey:username:pass:" : "dkh 07/02/2020 14:53" } } diff --git a/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/properties.json b/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/properties.json new file mode 100644 index 000000000..edd6128eb --- /dev/null +++ b/repository/Metacello-Platform3x.package/MetacelloGemStonePlatform3x.class/properties.json @@ -0,0 +1,14 @@ +{ + "category" : "Metacello-Platform3x", + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], + "name" : "MetacelloGemStonePlatform3x", + "pools" : [ + ], + "super" : "MetacelloGemStonePlatform", + "type" : "normal" } diff --git a/repository/Metacello-Platform3x.package/monticello.meta/categories.st b/repository/Metacello-Platform3x.package/monticello.meta/categories.st new file mode 100644 index 000000000..1054a4a6c --- /dev/null +++ b/repository/Metacello-Platform3x.package/monticello.meta/categories.st @@ -0,0 +1 @@ +SystemOrganization addCategory: #'Metacello-Platform3x'! diff --git a/repository/Metacello-Platform3x.package/monticello.meta/initializers.st b/repository/Metacello-Platform3x.package/monticello.meta/initializers.st new file mode 100644 index 000000000..e69de29bb diff --git a/repository/Metacello-Platform3x.package/monticello.meta/package b/repository/Metacello-Platform3x.package/monticello.meta/package new file mode 100644 index 000000000..9ca40fbaf --- /dev/null +++ b/repository/Metacello-Platform3x.package/monticello.meta/package @@ -0,0 +1 @@ +(name 'Metacello-Platform3x') \ No newline at end of file diff --git a/repository/Metacello-Platform3x.package/monticello.meta/version b/repository/Metacello-Platform3x.package/monticello.meta/version new file mode 100644 index 000000000..4b26a9287 --- /dev/null +++ b/repository/Metacello-Platform3x.package/monticello.meta/version @@ -0,0 +1 @@ +(name 'Metacello-Platform3x-dkh.4' message 'Issue #514: make MetacelloGemStonePlatform3x>>downloadJSON:eTagsCache:eTagsKey:username:pass: functional on pre-3.3 versions of GemStone' id '03e23b1f-0880-4bbb-a763-b6088bb704da' date '07/02/2020' time '14:54:30' author 'dkh' ancestors ((name 'Metacello-Platform3x-dkh.3' message 'Issue #514: disable cert verification while downloading json tags' id 'bf288b20-e17f-407a-98b8-50d237ca0b72' date '07/02/2020' time '13:58:10' author 'dkh' ancestors ((name 'Metacello-Platform3x-dkh.2' message 'Issue #514: proposed fix - ZnClient-based handling of the etagCache' id 'c21b9842-6aaf-41f9-bc76-0e6e69842384' date '07/02/2020' time '12:34:13' author 'dkh' ancestors ((name 'Metacello-Platform3x-dkh.1' message 'Issue #514: preparing to implement ZnClient-based handling of etag cache' id 'fa9bd34a-1ae7-4397-83ad-ee6103f336c5' date '07/02/2020' time '11:44:46' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/Metacello-Platform3x.package/properties.json b/repository/Metacello-Platform3x.package/properties.json new file mode 100644 index 000000000..f037444a7 --- /dev/null +++ b/repository/Metacello-Platform3x.package/properties.json @@ -0,0 +1,2 @@ +{ + } diff --git a/repository/Metacello-TestsMCA.package/.filetree b/repository/Metacello-TestsMCA.package/.filetree index 57a679737..8998102c2 100644 --- a/repository/Metacello-TestsMCA.package/.filetree +++ b/repository/Metacello-TestsMCA.package/.filetree @@ -1,5 +1,4 @@ { - "separateMethodMetaAndSource" : false, "noMethodMetaData" : true, - "useCypressPropertiesFile" : true -} \ No newline at end of file + "separateMethodMetaAndSource" : false, + "useCypressPropertiesFile" : true } diff --git a/repository/Metacello-TestsMCA.package/MetacelloBaselineValidationnTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloBaselineValidationnTestCase.class/methodProperties.json index 89ece7264..4d39c99dd 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloBaselineValidationnTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloBaselineValidationnTestCase.class/methodProperties.json @@ -1,22 +1,21 @@ { + "class" : { + }, "instance" : { - "tearDownRepositories" : "dkh 10/18/2014 09:26", - "validateBaseline:" : "dkh 10/09/2014 17:02", - "testGithubRefXII" : "dkh 10/09/2014 17:13", "tearDownPackageList" : "dkh 10/09/2014 17:19", + "tearDownRepositories" : "dkh 10/18/2014 09:26", "testExernalX" : "dkh 10/09/2014 17:13", - "testGithubRefVI" : "dkh 10/09/2014 17:14", - "testGithubRefXX" : "dkh 10/09/2014 17:18", + "testExernalXX" : "dkh 10/09/2014 17:13", + "testExernalXXX" : "dkh 10/09/2014 17:13", "testGithubRefIV" : "dkh 10/09/2014 17:13", - "testGithubRefXI" : "dkh 10/09/2014 17:14", - "testGithubRefXIII" : "dkh 10/09/2014 17:13", - "testGithubRefV" : "dkh 10/09/2014 17:13", - "testGithubRefVIII" : "dkh 10/09/2014 17:16", "testGithubRefIX" : "dkh 10/09/2014 17:13", + "testGithubRefV" : "dkh 10/09/2014 17:13", + "testGithubRefVI" : "dkh 10/09/2014 17:14", "testGithubRefVII" : "dkh 10/09/2014 17:15", - "testExernalXXX" : "dkh 10/09/2014 17:13", + "testGithubRefVIII" : "dkh 10/09/2014 17:16", + "testGithubRefXI" : "dkh 10/09/2014 17:14", + "testGithubRefXII" : "dkh 10/09/2014 17:13", + "testGithubRefXIII" : "dkh 10/09/2014 17:13", + "testGithubRefXX" : "dkh 10/09/2014 17:18", "testIssue32" : "dkh 10/09/2014 17:19", - "testExernalXX" : "dkh 10/09/2014 17:13" - }, - "class" : { } -} \ No newline at end of file + "validateBaseline:" : "dkh 10/09/2014 17:02" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloBaselineValidationnTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloBaselineValidationnTestCase.class/properties.json index 77a24862d..6a14eb670 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloBaselineValidationnTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloBaselineValidationnTestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "dkh 10/09/2014 16:52", - "super" : "MetacelloScriptingStdTstHarness", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "dkh 10/09/2014 16:52", + "instvars" : [ + ], "name" : "MetacelloBaselineValidationnTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloScriptingStdTstHarness", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloCleanUpChangeSetsTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloCleanUpChangeSetsTestCase.class/methodProperties.json index 8b4974d54..8ca181fe2 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloCleanUpChangeSetsTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloCleanUpChangeSetsTestCase.class/methodProperties.json @@ -1,6 +1,5 @@ { + "class" : { + }, "instance" : { - "testCleanUpChangeSets" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testCleanUpChangeSets" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloCleanUpChangeSetsTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloCleanUpChangeSetsTestCase.class/properties.json index 3c5f0e429..eb2b901eb 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloCleanUpChangeSetsTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloCleanUpChangeSetsTestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloCleanUpChangeSetsTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloConfigAPITestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloConfigAPITestCase.class/methodProperties.json index 3d5d0a3f2..932016d2d 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloConfigAPITestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloConfigAPITestCase.class/methodProperties.json @@ -1,57 +1,56 @@ { + "class" : { + }, "instance" : { + "alternatePreloadForCore" : "dkh 6/12/2012 15:41:23.319", + "baseline100:" : "dkh 6/12/2012 15:41:23.319", "baseline101:" : "dkh 6/12/2012 15:41:23.319", - "baseline119:" : "dkh 6/12/2012 15:41:23.319", - "testNullLoaderLoadedRepositories" : "dkh 6/12/2012 15:41:23.319", - "baseline124:" : "dkh 6/12/2012 15:41:23.319", + "baseline102:" : "dkh 6/12/2012 15:41:23.319", + "baseline103:" : "dkh 6/12/2012 15:41:23.319", + "baseline104:" : "dkh 6/12/2012 15:41:23.319", "baseline105:" : "dkh 6/12/2012 15:41:23.319", - "testProjectPreloadCopyFrom" : "dkh 6/12/2012 15:41:23.319", - "testPackageSupplyingAnswers" : "dkh 6/12/2012 15:41:23.319", - "postloadForProject" : "dkh 6/12/2012 15:41:23.319", - "testProjectPreloadOverride" : "dkh 6/12/2012 15:41:23.319", + "baseline106:" : "dkh 6/12/2012 15:41:23.319", + "baseline107:" : "dkh 6/12/2012 15:41:23.319", + "baseline108:" : "dkh 6/12/2012 15:41:23.319", + "baseline109:" : "dkh 6/12/2012 15:41:23.319", "baseline110:" : "dkh 6/12/2012 15:41:23.319", - "testProjectPreloadPostload" : "dkh 6/12/2012 15:41:23.319", + "baseline111:" : "dkh 6/12/2012 15:41:23.319", + "baseline112:" : "dkh 6/12/2012 15:41:23.319", + "baseline113:" : "dkh 6/12/2012 15:41:23.319", + "baseline114:" : "dkh 6/12/2012 15:41:23.319", + "baseline115:" : "dkh 6/12/2012 15:41:23.319", + "baseline116:" : "dkh 6/12/2012 15:41:23.319", + "baseline117:" : "dkh 6/12/2012 15:41:23.319", "baseline118:" : "dkh 6/12/2012 15:41:23.319", - "baseline109:" : "dkh 6/12/2012 15:41:23.319", + "baseline119:" : "dkh 6/12/2012 15:41:23.319", + "baseline120:" : "dkh 6/12/2012 15:41:23.319", + "baseline121:" : "dkh 6/12/2012 15:41:23.319", + "baseline122:" : "dkh 6/12/2012 15:41:23.319", "baseline123:" : "dkh 6/12/2012 15:41:23.319", - "baseline114:" : "dkh 6/12/2012 15:41:23.319", - "version113:" : "dkh 6/12/2012 15:41:23.319", - "baseline100:" : "dkh 6/12/2012 15:41:23.319", + "baseline124:" : "dkh 6/12/2012 15:41:23.319", + "conditionResult:" : "dkh 9/11/2012 11:19", + "postloadForCore:package:" : "dkh 6/12/2012 15:41:23.319", + "postloadForProject" : "dkh 6/12/2012 15:41:23.319", "postloadForSupplyingAnswers" : "dkh 6/12/2012 15:41:23.319", + "preloadForCore" : "dkh 6/12/2012 15:41:23.319", + "preloadForProject" : "dkh 6/12/2012 15:41:23.319", "preloadForSupplyingAnswers" : "dkh 6/12/2012 15:41:23.319", + "projectWith:" : "dkh 6/12/2012 15:41:23.319", + "setUp" : "dkh 6/12/2012 15:41:23.319", + "testNullLoaderLoadedRepositories" : "dkh 6/12/2012 15:41:23.319", "testPackagePreloadOverride" : "dkh 6/12/2012 15:41:23.319", "testPackagePreloadPostload" : "dkh 6/12/2012 15:41:23.319", - "baseline113:" : "dkh 6/12/2012 15:41:23.319", - "baseline104:" : "dkh 6/12/2012 15:41:23.319", - "baseline117:" : "dkh 6/12/2012 15:41:23.319", - "baseline108:" : "dkh 6/12/2012 15:41:23.319", "testPackagePreloadWith" : "dkh 6/12/2012 15:41:23.319", - "baseline122:" : "dkh 6/12/2012 15:41:23.319", - "baseline103:" : "dkh 6/12/2012 15:41:23.319", - "postloadForCore:package:" : "dkh 6/12/2012 15:41:23.319", - "alternatePreloadForCore" : "dkh 6/12/2012 15:41:23.319", + "testPackageSupplyingAnswers" : "dkh 6/12/2012 15:41:23.319", + "testPrePostPackageLoadsDo" : "dkh 6/12/2012 15:41:23.319", "testPrepostProjectLoadsDo" : "dkh 6/12/2012 15:41:23.319", - "baseline107:" : "dkh 6/12/2012 15:41:23.319", - "testVersionPreloadRemove" : "dkh 6/12/2012 15:41:23.319", - "testProjectPreloadWith" : "dkh 6/12/2012 15:41:23.319", - "baseline121:" : "dkh 6/12/2012 15:41:23.319", - "baseline112:" : "dkh 6/12/2012 15:41:23.319", - "preloadForCore" : "dkh 6/12/2012 15:41:23.319", + "testProjectPreloadCopyFrom" : "dkh 6/12/2012 15:41:23.319", "testProjectPreloadCopyFromB" : "dkh 6/12/2012 15:41:23.319", - "projectWith:" : "dkh 6/12/2012 15:41:23.319", - "baseline116:" : "dkh 6/12/2012 15:41:23.319", - "version124:" : "dkh 6/12/2012 15:41:23.319", - "conditionResult:" : "dkh 9/11/2012 11:19", - "testPrePostPackageLoadsDo" : "dkh 6/12/2012 15:41:23.319", - "baseline111:" : "dkh 6/12/2012 15:41:23.319", - "baseline102:" : "dkh 6/12/2012 15:41:23.319", - "preloadForProject" : "dkh 6/12/2012 15:41:23.319", - "baseline115:" : "dkh 6/12/2012 15:41:23.319", - "baseline106:" : "dkh 6/12/2012 15:41:23.319", - "setUp" : "dkh 6/12/2012 15:41:23.319", + "testProjectPreloadOverride" : "dkh 6/12/2012 15:41:23.319", + "testProjectPreloadPostload" : "dkh 6/12/2012 15:41:23.319", + "testProjectPreloadWith" : "dkh 6/12/2012 15:41:23.319", "testVersionPreloadOverride" : "dkh 6/12/2012 15:41:23.319", "testVersionPreloadPostload" : "dkh 6/12/2012 15:41:23.319", - "baseline120:" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testVersionPreloadRemove" : "dkh 6/12/2012 15:41:23.319", + "version113:" : "dkh 6/12/2012 15:41:23.319", + "version124:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloConfigAPITestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloConfigAPITestCase.class/properties.json index 9f1568848..6301a44e0 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloConfigAPITestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloConfigAPITestCase.class/properties.json @@ -1,17 +1,18 @@ { - "commentStamp" : "", - "super" : "MetacelloConfigMCAPITestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ "alternatePreLoadExecuted", "preLoadExecuted", "postLoadExecuted", "preloadAnswer", - "postloadAnswer" - ], + "postloadAnswer" ], "name" : "MetacelloConfigAPITestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloConfigMCAPITestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloConfigAPIToolBoxTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloConfigAPIToolBoxTestCase.class/methodProperties.json index d2e2a32f4..5c69d8566 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloConfigAPIToolBoxTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloConfigAPIToolBoxTestCase.class/methodProperties.json @@ -1,28 +1,27 @@ { + "class" : { + }, "instance" : { - "testProjectCopyPreloadOverride" : "dkh 6/12/2012 15:41:23.319", + "configurationRepository" : "dkh 6/12/2012 15:41:23.319", + "hasPackage:" : "dkh 9/11/2012 09:40", "monticelloRepository" : "dkh 6/12/2012 15:41:23.319", "projectWith:" : "dkh 6/12/2012 15:41:23.319", - "testNestedForDoOrder4" : "dkh 6/12/2012 15:41:23.319", + "runCase" : "ChristopheDemarey 4/29/2013 16:22", "setUp" : "dkh 07/06/2016 14:55", - "testSymbolicVersionNotDefinedError" : "dkh 9/11/2012 11:13", - "hasPackage:" : "dkh 9/11/2012 09:40", - "testProjectCopyPreloadPostload" : "dkh 6/12/2012 15:41:23.319", + "tearDown" : "topa 9/20/2017 11:02", + "testNestedForDoOrder1" : "dkh 6/12/2012 15:41:23.319", "testNestedForDoOrder2" : "dkh 6/12/2012 15:41:23.319", + "testNestedForDoOrder3" : "dkh 6/12/2012 15:41:23.319", + "testNestedForDoOrder4" : "dkh 6/12/2012 15:41:23.319", + "testNestedForDoOrder5" : "dkh 6/12/2012 15:41:23.319", + "testNestedForDoOrder6" : "dkh 6/12/2012 15:41:23.319", "testNestedForDoOrder7" : "dkh 6/12/2012 15:41:23.319", - "tearDown" : "topa 9/20/2017 11:02", + "testNestedForDoOrder8" : "dkh 6/12/2012 15:41:23.319", "testPackagePreloadOverride" : "dkh 6/12/2012 15:41:23.319", - "runCase" : "ChristopheDemarey 4/29/2013 16:22", - "testNestedForDoOrder5" : "dkh 6/12/2012 15:41:23.319", - "configurationRepository" : "dkh 6/12/2012 15:41:23.319", - "testProjectPreloadOverride" : "dkh 6/12/2012 15:41:23.319", "testPackagePreloadPostload" : "dkh 6/12/2012 15:41:23.319", - "testNestedForDoOrder3" : "dkh 6/12/2012 15:41:23.319", - "testProjectPreloadPostload" : "dkh 6/12/2012 15:41:23.319", "testProjectCopyPackageRepositories" : "dkh 6/12/2012 15:41:23.319", - "testNestedForDoOrder8" : "dkh 6/12/2012 15:41:23.319", - "testNestedForDoOrder1" : "dkh 6/12/2012 15:41:23.319", - "testNestedForDoOrder6" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testProjectCopyPreloadOverride" : "dkh 6/12/2012 15:41:23.319", + "testProjectCopyPreloadPostload" : "dkh 6/12/2012 15:41:23.319", + "testProjectPreloadOverride" : "dkh 6/12/2012 15:41:23.319", + "testProjectPreloadPostload" : "dkh 6/12/2012 15:41:23.319", + "testSymbolicVersionNotDefinedError" : "dkh 9/11/2012 11:13" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloConfigAPIToolBoxTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloConfigAPIToolBoxTestCase.class/properties.json index 6cda636bc..d34eadda8 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloConfigAPIToolBoxTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloConfigAPIToolBoxTestCase.class/properties.json @@ -1,14 +1,15 @@ { - "commentStamp" : "", - "super" : "MetacelloConfigMCAPITestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ "gofer", - "undefinedSymbols" - ], + "undefinedSymbols" ], "name" : "MetacelloConfigAPIToolBoxTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloConfigMCAPITestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloConfigAbstractAPITestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloConfigAbstractAPITestCase.class/methodProperties.json index 1f58ba21d..68fa46caa 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloConfigAbstractAPITestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloConfigAbstractAPITestCase.class/methodProperties.json @@ -1,13 +1,10 @@ { + "class" : { + "isAbstract" : "dkh 6/12/2012 15:41:23.319" }, "instance" : { - "testProjectPackage" : "dkh 9/11/2012 10:42", "project" : "dkh 6/12/2012 15:41:23.319", "projectWith:" : "dkh 6/12/2012 15:41:23.319", "testBlessing" : "dkh 6/12/2012 15:41:23.319", "testBlessingBlock" : "dkh 6/12/2012 15:41:23.319", - "testVersionErrors" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { - "isAbstract" : "dkh 6/12/2012 15:41:23.319" - } -} \ No newline at end of file + "testProjectPackage" : "dkh 9/11/2012 10:42", + "testVersionErrors" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloConfigAbstractAPITestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloConfigAbstractAPITestCase.class/properties.json index 2eba6819c..b61f80e3d 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloConfigAbstractAPITestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloConfigAbstractAPITestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloConfigAbstractAPITestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloConfigCoreAPITestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloConfigCoreAPITestCase.class/methodProperties.json index 0b3aa71d8..c3b641d22 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloConfigCoreAPITestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloConfigCoreAPITestCase.class/methodProperties.json @@ -1,38 +1,37 @@ { + "class" : { + }, "instance" : { - "testProjectPackageWith" : "dkh 9/11/2012 10:51", - "baseline114:" : "dkh 9/11/2012 10:24", - "baseline203:" : "dkh 9/11/2012 11:10", - "baseline200:" : "dkh 9/11/2012 11:10", - "baseline111:" : "dkh 9/11/2012 10:03", - "projectWith:" : "dkh 9/11/2012 09:49", "baseline100:" : "dkh 9/11/2012 10:27", - "baseline120:" : "dkh 9/11/2012 10:44", - "testProjectPackageCopy" : "dkh 9/11/2012 10:46", - "testBaseline203" : "dkh 9/11/2012 11:10", - "testProjectPackageOverride" : "dkh 9/11/2012 10:49", - "baseline116:" : "dkh 9/11/2012 10:50", + "baseline101:" : "dkh 9/11/2012 10:27", "baseline102:" : "dkh 9/11/2012 10:53", - "baseline202:" : "dkh 9/11/2012 11:10", - "testSymbolicVersionNotDefinedError" : "dkh 9/11/2012 11:14", - "testVersionPreloadOverride" : "dkh 9/11/2012 10:56", - "testBaseline201" : "dkh 9/11/2012 11:10", - "testVersionPreloadRemove" : "dkh 9/11/2012 10:57", - "version124:" : "dkh 9/11/2012 09:48", - "testVersionPrePostload" : "dkh 9/11/2012 10:55", + "baseline103:" : "dkh 9/11/2012 10:51", "baseline104:" : "dkh 9/11/2012 10:57", - "baseline101:" : "dkh 9/11/2012 10:27", - "testBaseline201Outer" : "dkh 9/11/2012 11:10", + "baseline111:" : "dkh 9/11/2012 10:03", + "baseline114:" : "dkh 9/11/2012 10:24", + "baseline116:" : "dkh 9/11/2012 10:50", + "baseline119:" : "dkh 9/11/2012 10:47", + "baseline120:" : "dkh 9/11/2012 10:44", "baseline124:" : "dkh 9/11/2012 09:46", + "baseline200:" : "dkh 9/11/2012 11:10", + "baseline201:" : "dkh 9/11/2012 11:10", + "baseline202:" : "dkh 9/11/2012 11:10", + "baseline203:" : "dkh 9/11/2012 11:10", + "projectWith:" : "dkh 9/11/2012 09:49", "symbolicVersionExplicitlyDoesNotExist:" : "dkh 9/11/2012 11:15", - "baseline103:" : "dkh 9/11/2012 10:51", - "testNestedBaseline" : "dkh 9/11/2012 10:17", + "testBaseline200" : "dkh 9/11/2012 11:10", + "testBaseline201" : "dkh 9/11/2012 11:10", + "testBaseline201Outer" : "dkh 9/11/2012 11:10", "testBaseline202" : "dkh 9/11/2012 11:10", - "baseline201:" : "dkh 9/11/2012 11:10", + "testBaseline203" : "dkh 9/11/2012 11:10", "testIssue100" : "dkh 9/11/2012 09:52", + "testNestedBaseline" : "dkh 9/11/2012 10:17", "testProjectPackage" : "dkh 9/11/2012 10:45", - "baseline119:" : "dkh 9/11/2012 10:47", - "testBaseline200" : "dkh 9/11/2012 11:10" - }, - "class" : { } -} \ No newline at end of file + "testProjectPackageCopy" : "dkh 9/11/2012 10:46", + "testProjectPackageOverride" : "dkh 9/11/2012 10:49", + "testProjectPackageWith" : "dkh 9/11/2012 10:51", + "testSymbolicVersionNotDefinedError" : "dkh 9/11/2012 11:14", + "testVersionPrePostload" : "dkh 9/11/2012 10:55", + "testVersionPreloadOverride" : "dkh 9/11/2012 10:56", + "testVersionPreloadRemove" : "dkh 9/11/2012 10:57", + "version124:" : "dkh 9/11/2012 09:48" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloConfigCoreAPITestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloConfigCoreAPITestCase.class/properties.json index 6735f0354..aad18fd8d 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloConfigCoreAPITestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloConfigCoreAPITestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloConfigAbstractAPITestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloConfigCoreAPITestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloConfigAbstractAPITestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloConfigMCAPITestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloConfigMCAPITestCase.class/methodProperties.json index 089ddb588..7ed8689ac 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloConfigMCAPITestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloConfigMCAPITestCase.class/methodProperties.json @@ -1,19 +1,16 @@ { + "class" : { + "isAbstract" : "dkh 9/11/2012 09:43" }, "instance" : { - "testProjectPackageRecord" : "dkh 9/11/2012 10:32", + "testIssue100" : "dkh 9/11/2012 09:43", "testNestedBaseline" : "dkh 9/11/2012 10:01", + "testNestedBaselineOrder" : "dkh 9/11/2012 10:22", + "testNestedVersionOrder" : "dkh 9/11/2012 10:23", + "testPackageIncludes" : "dkh 9/11/2012 09:56", "testPackageIncludesRequiresSupplyingAnswers" : "dkh 9/11/2012 09:56", - "testIssue100" : "dkh 9/11/2012 09:43", - "testPackageRepository" : "dkh 9/11/2012 09:56", "testPackageRepositories" : "dkh 9/11/2012 09:56", - "testNestedVersionOrder" : "dkh 9/11/2012 10:23", - "testProjectPackageRepositories" : "dkh 9/11/2012 10:24", - "testProjectPackageRepository" : "dkh 9/11/2012 10:24", - "testNestedBaselineOrder" : "dkh 9/11/2012 10:22", + "testPackageRepository" : "dkh 9/11/2012 09:56", "testPackageRequires" : "dkh 9/11/2012 09:56", - "testPackageIncludes" : "dkh 9/11/2012 09:56" - }, - "class" : { - "isAbstract" : "dkh 9/11/2012 09:43" - } -} \ No newline at end of file + "testProjectPackageRecord" : "dkh 9/11/2012 10:32", + "testProjectPackageRepositories" : "dkh 9/11/2012 10:24", + "testProjectPackageRepository" : "dkh 9/11/2012 10:24" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloConfigMCAPITestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloConfigMCAPITestCase.class/properties.json index 11cc27feb..703a47bcc 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloConfigMCAPITestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloConfigMCAPITestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloConfigAbstractAPITestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloConfigMCAPITestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloConfigAbstractAPITestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloCurrentVersionTest.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloCurrentVersionTest.class/methodProperties.json index 5587627a9..8e4316e27 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloCurrentVersionTest.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloCurrentVersionTest.class/methodProperties.json @@ -1,35 +1,34 @@ { + "class" : { + }, "instance" : { - "testFoo50Loaded" : "dkh 6/12/2012 15:41:23.319", - "testFoo40LoadedEarlierPackage" : "dkh 6/12/2012 15:41:23.319", - "testIssue118" : "dkh 6/12/2012 15:41:23.319", + "assertProject:expectedVersionString:expectedFidelity:" : "dkh 07/19/2013 23:19", + "defaultTimeout" : "dkh 6/12/2012 15:41:23.319", "setUp" : "dkh 6/12/2012 15:41:23.319", - "testFoo40Feaux40Loaded" : "dkh 6/12/2012 15:41:23.319", + "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319", "testCompareCurrentVersion" : "dkh 07/19/2013 22:51", - "testFoo40Loaded2Packages" : "dkh 6/12/2012 15:41:23.319", - "testFoo40Loaded1Package1LaterPackage" : "dkh 07/19/2013 23:17", - "testProjectFee40Loaded2Packages" : "dkh 6/12/2012 15:41:23.319", + "testFeaux40Loaded" : "dkh 6/12/2012 15:41:23.319", + "testFoe40AllLoaded" : "dkh 6/12/2012 15:41:23.319", "testFoe40AllLoadedDefaultPackageNamesToLoad" : "dkh 6/12/2012 15:41:23.319", + "testFoe40Loaded" : "dkh 6/12/2012 15:41:23.319", "testFoe40LoadedFoo40Loaded" : "dkh 6/12/2012 15:41:23.319", - "testProjectFie40Loaded" : "dkh 6/12/2012 15:41:23.319", - "testFoo40Loaded" : "dkh 6/12/2012 15:41:23.319", - "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319", - "testFoo40LoadedLaterPackage" : "dkh 6/12/2012 15:41:23.319", - "testFoo403540Loaded1PackageLater" : "dkh 6/12/2012 15:41:23.319", + "testFoe40LoadedFoo40Loaded1LaterPackage" : "dkh 6/12/2012 15:41:23.319", + "testFoe40LoadedFoo50Loaded" : "dkh 6/12/2012 15:41:23.319", "testFoo20Feaux40Loaded" : "dkh 6/12/2012 15:41:23.319", - "assertProject:expectedVersionString:expectedFidelity:" : "dkh 07/19/2013 23:19", - "testProjectFee40Loaded" : "dkh 6/12/2012 15:41:23.319", - "testFeaux40Loaded" : "dkh 6/12/2012 15:41:23.319", "testFoo20Loaded" : "dkh 6/12/2012 15:41:23.319", "testFoo4020Loaded" : "dkh 6/12/2012 15:41:23.319", - "testProjectFie40ProjectFee40Loaded" : "dkh 6/12/2012 15:41:23.319", - "defaultTimeout" : "dkh 6/12/2012 15:41:23.319", - "testFoe40LoadedFoo40Loaded1LaterPackage" : "dkh 6/12/2012 15:41:23.319", + "testFoo403540Loaded1PackageLater" : "dkh 6/12/2012 15:41:23.319", + "testFoo40Feaux40Loaded" : "dkh 6/12/2012 15:41:23.319", + "testFoo40Loaded" : "dkh 6/12/2012 15:41:23.319", "testFoo40Loaded1Package1EarlierPackage" : "dkh 6/12/2012 15:41:23.319", - "testFoe40AllLoaded" : "dkh 6/12/2012 15:41:23.319", - "testFoe40LoadedFoo50Loaded" : "dkh 6/12/2012 15:41:23.319", - "testFoe40Loaded" : "dkh 6/12/2012 15:41:23.319", - "testProjectFee40Loaded2PackagesEarlierFoo" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testFoo40Loaded1Package1LaterPackage" : "dkh 07/19/2013 23:17", + "testFoo40Loaded2Packages" : "dkh 6/12/2012 15:41:23.319", + "testFoo40LoadedEarlierPackage" : "dkh 6/12/2012 15:41:23.319", + "testFoo40LoadedLaterPackage" : "dkh 6/12/2012 15:41:23.319", + "testFoo50Loaded" : "dkh 6/12/2012 15:41:23.319", + "testIssue118" : "dkh 6/12/2012 15:41:23.319", + "testProjectFee40Loaded" : "dkh 6/12/2012 15:41:23.319", + "testProjectFee40Loaded2Packages" : "dkh 6/12/2012 15:41:23.319", + "testProjectFee40Loaded2PackagesEarlierFoo" : "dkh 6/12/2012 15:41:23.319", + "testProjectFie40Loaded" : "dkh 6/12/2012 15:41:23.319", + "testProjectFie40ProjectFee40Loaded" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloCurrentVersionTest.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloCurrentVersionTest.class/properties.json index 63bc2796b..75d40916b 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloCurrentVersionTest.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloCurrentVersionTest.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloDictionaryRepositoryTest", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloCurrentVersionTest", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloDictionaryRepositoryTest", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloDetermineCurrentVersionForLoadTest.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloDetermineCurrentVersionForLoadTest.class/methodProperties.json index e07272780..6d31cfc3d 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloDetermineCurrentVersionForLoadTest.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloDetermineCurrentVersionForLoadTest.class/methodProperties.json @@ -1,12 +1,11 @@ { + "class" : { + }, "instance" : { - "test003" : "dkh 6/14/2012 16:45", - "test001" : "dkh 6/14/2012 16:39", "setUp" : "dkh 6/12/2012 15:41:23.319", - "test004" : "dkh 6/14/2012 16:48", + "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319", + "test001" : "dkh 6/14/2012 16:39", "test002" : "dkh 6/14/2012 16:40", - "testIssue112" : "dkh 07/19/2013 22:52", - "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "test003" : "dkh 6/14/2012 16:45", + "test004" : "dkh 6/14/2012 16:48", + "testIssue112" : "dkh 07/19/2013 22:52" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloDetermineCurrentVersionForLoadTest.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloDetermineCurrentVersionForLoadTest.class/properties.json index 47c001644..d408deaf5 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloDetermineCurrentVersionForLoadTest.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloDetermineCurrentVersionForLoadTest.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloDictionaryRepositoryTest", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloDetermineCurrentVersionForLoadTest", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloDictionaryRepositoryTest", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue111TestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue111TestCase.class/methodProperties.json index 7390ab336..496c2a984 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue111TestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue111TestCase.class/methodProperties.json @@ -1,13 +1,12 @@ { + "class" : { + }, "instance" : { + "getTestRepository" : "dkh 9/5/2012 16:23", + "getTestRepositoryDirectory" : "dkh 10/16/2014 09:47", + "hasPackage:" : "dkh 9/5/2012 16:00", "runCase" : "ChristopheDemarey 4/29/2013 16:23", - "testIssue111" : "07/12/2013 07:56", "setUp" : "dkh 9/5/2012 16:08", "tearDown" : "dkh 9/5/2012 16:33", - "hasPackage:" : "dkh 9/5/2012 16:00", - "getTestRepositoryDirectory" : "dkh 10/16/2014 09:47", "tearDownPackageNames" : "dkh 9/5/2012 16:09", - "getTestRepository" : "dkh 9/5/2012 16:23" - }, - "class" : { } -} \ No newline at end of file + "testIssue111" : "07/12/2013 07:56" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue111TestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue111TestCase.class/properties.json index 9b6b5d7da..5691be441 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue111TestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue111TestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloGithubIssue111TestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue175TestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue175TestCase.class/methodProperties.json index dd20b097b..97da81cbe 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue175TestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue175TestCase.class/methodProperties.json @@ -1,7 +1,6 @@ { + "class" : { + }, "instance" : { - "testIssue309" : "dkh 11/10/2014 14:53", - "testIssue175" : "dkh 10/16/2014 22:06" - }, - "class" : { } -} \ No newline at end of file + "testIssue175" : "dkh 10/16/2014 22:06", + "testIssue309" : "dkh 11/10/2014 14:53" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue175TestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue175TestCase.class/properties.json index 033ae9ad6..2a14e455c 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue175TestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue175TestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloGithubIssue175TestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue277TestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue277TestCase.class/methodProperties.json index 9937e734d..cae36dc52 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue277TestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue277TestCase.class/methodProperties.json @@ -1,23 +1,22 @@ { + "class" : { + }, "instance" : { - "testUrlParsingA" : "dkh 10/13/2014 13:17", - "validate:" : "dkh 10/13/2014 14:32", + "bitbucketTagsJSON" : "dkh 10/14/2014 11:34", "githubTagsJSON" : "dkh 10/14/2014 11:24", - "testGithubRepositoryPatternMatchingD" : "dkh 10/15/2014 14:39", - "testGithubRepositoryPatternMatchingA" : "dkh 10/18/2014 12:07", - "testGitHubJSONParse" : "EstebanLorenzano 9/19/2017 16:28", + "testBitbucketJSONParse" : "EstebanLorenzano 9/19/2017 16:28", + "testBitbucketRepositoryPatternMatchingA" : "dkh 09/17/2019 10:17", + "testBitbucketRepositoryPatternMatchingB" : "dkh 10/14/2014 15:22", "testBitbucketRepositoryPatternMatchingC" : "dkh 10/14/2014 15:23", - "bitbucketTagsJSON" : "dkh 10/14/2014 11:34", + "testBitbucketRepositoryPatternMatchingD" : "dkh 10/15/2014 14:39", + "testGitHubJSONParse" : "EstebanLorenzano 9/19/2017 16:28", + "testGithubRepositoryPatternMatchingA" : "dkh 10/18/2014 12:07", + "testGithubRepositoryPatternMatchingB" : "dkh 10/14/2014 15:23", "testGithubRepositoryPatternMatchingC" : "dkh 10/14/2014 15:23", - "testBitbucketRepositoryPatternMatchingB" : "dkh 10/14/2014 15:22", + "testGithubRepositoryPatternMatchingD" : "dkh 10/15/2014 14:39", + "testGithubRepositoryPatternMatchingE" : "dkh 10/18/2014 12:08", + "testUrlParsingA" : "dkh 10/13/2014 13:17", "testUrlParsingB" : "dkh 10/13/2014 15:28", "testUrlParsingIssue234" : "dkh 10/13/2014 13:13", "testVersionMatch" : "dkh 10/14/2014 09:42", - "testGithubRepositoryPatternMatchingE" : "dkh 10/18/2014 12:08", - "testGithubRepositoryPatternMatchingB" : "dkh 10/14/2014 15:23", - "testBitbucketJSONParse" : "EstebanLorenzano 9/19/2017 16:28", - "testBitbucketRepositoryPatternMatchingD" : "dkh 10/15/2014 14:39", - "testBitbucketRepositoryPatternMatchingA" : "dkh 08/06/2015 10:16" - }, - "class" : { } -} \ No newline at end of file + "validate:" : "dkh 10/13/2014 14:32" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue277TestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue277TestCase.class/properties.json index 972aa6d27..258d30aef 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGithubIssue277TestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGithubIssue277TestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloGithubIssue277TestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGoferBasedAtomicLoaderTest.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloGoferBasedAtomicLoaderTest.class/methodProperties.json index e3c3a45f6..a71186cdc 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGoferBasedAtomicLoaderTest.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGoferBasedAtomicLoaderTest.class/methodProperties.json @@ -1,22 +1,21 @@ { + "class" : { + }, "instance" : { "baseline10:" : "dkh 6/12/2012 15:41:23.319", - "version40:" : "dkh 6/12/2012 15:41:23.319", - "version63:" : "dkh 6/12/2012 15:41:23.319", - "version11:" : "dkh 6/12/2012 15:41:23.319", - "baselineIssue77:" : "dkh 6/12/2012 15:41:23.319", - "version50:" : "dkh 6/12/2012 15:41:23.319", - "version31:" : "dkh 6/12/2012 15:41:23.319", - "version60:" : "dkh 6/12/2012 15:41:23.319", - "baselineMoose:" : "dkh 6/12/2012 15:41:23.319", - "baselineIssue95:" : "dkh 6/12/2012 15:41:23.319", - "version10:" : "dkh 6/12/2012 15:41:23.319", - "version62:" : "dkh 6/12/2012 15:41:23.319", "baseline11:" : "dkh 6/12/2012 15:41:23.319", "baselineIssue40:" : "dkh 6/12/2012 15:41:23.319", + "baselineIssue77:" : "dkh 6/12/2012 15:41:23.319", + "baselineIssue95:" : "dkh 6/12/2012 15:41:23.319", + "baselineMoose:" : "dkh 6/12/2012 15:41:23.319", "loadType" : "dkh 6/12/2012 15:41:23.319", + "version10:" : "dkh 6/12/2012 15:41:23.319", + "version11:" : "dkh 6/12/2012 15:41:23.319", "version30:" : "dkh 6/12/2012 15:41:23.319", - "version61:" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "version31:" : "dkh 6/12/2012 15:41:23.319", + "version40:" : "dkh 6/12/2012 15:41:23.319", + "version50:" : "dkh 6/12/2012 15:41:23.319", + "version60:" : "dkh 6/12/2012 15:41:23.319", + "version61:" : "dkh 6/12/2012 15:41:23.319", + "version62:" : "dkh 6/12/2012 15:41:23.319", + "version63:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGoferBasedAtomicLoaderTest.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloGoferBasedAtomicLoaderTest.class/properties.json index 3ce382957..68457aa5c 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGoferBasedAtomicLoaderTest.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGoferBasedAtomicLoaderTest.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloGoferBasedLoaderTest", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloGoferBasedAtomicLoaderTest", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloGoferBasedLoaderTest", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGoferBasedLoaderTest.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloGoferBasedLoaderTest.class/methodProperties.json index 488116e48..67e4500aa 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGoferBasedLoaderTest.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGoferBasedLoaderTest.class/methodProperties.json @@ -1,62 +1,61 @@ { + "class" : { + }, "instance" : { - "testNestedLoad1" : "dkh 6/12/2012 15:41:23.319", - "testVersionFetch" : "dkh 6/12/2012 15:41:23.319", - "testNestedLoad2" : "dkh 6/12/2012 15:41:23.319", - "testMooseBaselineLoad" : "dkh 6/12/2012 15:41:23.319", "baseline10:" : "dkh 6/12/2012 15:41:23.319", - "testNestedLoad3" : "dkh 6/12/2012 15:41:23.319", - "version30:" : "dkh 6/12/2012 15:41:23.319", - "version62:" : "dkh 6/12/2012 15:41:23.319", - "testProjectRecord" : "dkh 6/12/2012 15:41:23.319", + "baseline11:" : "dkh 6/12/2012 15:41:23.319", + "baselineIssue40:" : "dkh 6/12/2012 15:41:23.319", + "baselineIssue77:" : "dkh 6/12/2012 15:41:23.319", + "baselineIssue95:" : "dkh 6/12/2012 15:41:23.319", + "baselineMoose:" : "dkh 6/12/2012 15:41:23.319", + "postloadExecute" : "dkh 6/12/2012 15:41:23.319", + "postloadSupplyingAnswers" : "dkh 6/12/2012 15:41:23.319", + "preloadExecute" : "dkh 6/12/2012 15:41:23.319", + "setUp" : "dkh 6/12/2012 15:41:23.319", + "tearDown" : "topa 9/20/2017 11:03", + "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319", + "testBaseline11PrePostLoadFetch" : "dkh 6/12/2012 15:41:23.319", + "testBaseline11PrePostLoadLoad" : "dkh 6/12/2012 15:41:23.319", + "testBaselineFetch" : "dkh 6/12/2012 15:41:23.319", + "testBaselineLoad" : "dkh 6/12/2012 15:41:23.319", + "testBaselineRecord" : "dkh 6/12/2012 15:41:23.319", + "testIssue163PackageSpecCacheRepository" : "ChristopheDemarey 5/31/2013 13:54", + "testIssue40Baseline" : "dkh 6/12/2012 15:41:23.319", "testIssue49PartialLoadA" : "dkh 07/19/2013 22:52", "testIssue49PartialLoadB" : "dkh 6/12/2012 15:41:23.319", - "version11:" : "dkh 6/12/2012 15:41:23.319", - "testProjectFetch" : "dkh 6/12/2012 15:41:23.319", - "testIssue163PackageSpecCacheRepository" : "ChristopheDemarey 5/31/2013 13:54", - "testRepositoryOverridesRecord" : "dkh 6/12/2012 15:41:23.319", "testIssue49PartialLoadC" : "dkh 07/19/2013 22:52", - "testIssue95" : "dkh 6/12/2012 15:41:23.319", - "testVersionLoad" : "dkh 6/12/2012 15:41:23.319", - "version61:" : "dkh 6/12/2012 15:41:23.319", "testIssue49PartialLoadD" : "dkh 6/12/2012 15:41:23.319", "testIssue49PartialLoadE" : "dkh 6/12/2012 15:41:23.319", - "version10:" : "dkh 6/12/2012 15:41:23.319", "testIssue49PartialLoadF" : "dkh 6/12/2012 15:41:23.319", - "tearDown" : "topa 9/20/2017 11:03", - "postloadExecute" : "dkh 6/12/2012 15:41:23.319", - "testMczFileExplicitLoad" : "dkh 6/12/2012 15:41:23.319", - "testProjectPrePostLoad" : "dkh 6/12/2012 15:41:23.319", "testIssue49PartialLoadG" : "dkh 07/19/2013 22:52", - "testVersionRecord" : "dkh 6/12/2012 15:41:23.319", - "testMczFileImplicitLoad" : "dkh 6/12/2012 15:41:23.319", - "version60:" : "dkh 6/12/2012 15:41:23.319", - "testBaseline11PrePostLoadFetch" : "dkh 6/12/2012 15:41:23.319", "testIssue59PackageSpecRepositoryOverrides" : "dkh 6/12/2012 15:41:23.319", - "baselineMoose:" : "dkh 6/12/2012 15:41:23.319", - "baselineIssue77:" : "dkh 6/12/2012 15:41:23.319", - "testRepositoryOverridesFetch" : "dkh 6/12/2012 15:41:23.319", - "testBaselineRecord" : "dkh 6/12/2012 15:41:23.319", - "testBaseline11PrePostLoadLoad" : "dkh 6/12/2012 15:41:23.319", + "testIssue77" : "dkh 6/12/2012 15:41:23.319", + "testIssue95" : "dkh 6/12/2012 15:41:23.319", + "testMczFileExplicitLoad" : "dkh 6/12/2012 15:41:23.319", + "testMczFileImplicitLoad" : "dkh 6/12/2012 15:41:23.319", + "testMooseBaselineLoad" : "dkh 6/12/2012 15:41:23.319", + "testNestedLoad1" : "dkh 6/12/2012 15:41:23.319", + "testNestedLoad2" : "dkh 6/12/2012 15:41:23.319", + "testNestedLoad3" : "dkh 6/12/2012 15:41:23.319", "testPackageSpecCacheRepository" : "ChristopheDemarey 5/31/2013 13:55", - "postloadSupplyingAnswers" : "dkh 6/12/2012 15:41:23.319", - "preloadExecute" : "dkh 6/12/2012 15:41:23.319", + "testProjectFetch" : "dkh 6/12/2012 15:41:23.319", + "testProjectLoad" : "dkh 6/12/2012 15:41:23.319", + "testProjectPrePostLoad" : "dkh 6/12/2012 15:41:23.319", + "testProjectRecord" : "dkh 6/12/2012 15:41:23.319", "testRepositoryOverrides" : "dkh 6/12/2012 15:41:23.319", - "testBaselineLoad" : "dkh 6/12/2012 15:41:23.319", + "testRepositoryOverridesFetch" : "dkh 6/12/2012 15:41:23.319", + "testRepositoryOverridesRecord" : "dkh 6/12/2012 15:41:23.319", + "testSupplyingAnswerLoad" : "dkh 6/12/2012 15:41:23.319", + "testVersionFetch" : "dkh 6/12/2012 15:41:23.319", + "testVersionLoad" : "dkh 6/12/2012 15:41:23.319", + "testVersionRecord" : "dkh 6/12/2012 15:41:23.319", + "version10:" : "dkh 6/12/2012 15:41:23.319", + "version11:" : "dkh 6/12/2012 15:41:23.319", + "version30:" : "dkh 6/12/2012 15:41:23.319", "version31:" : "dkh 6/12/2012 15:41:23.319", - "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319", - "baselineIssue95:" : "dkh 6/12/2012 15:41:23.319", - "baselineIssue40:" : "dkh 6/12/2012 15:41:23.319", - "version50:" : "dkh 6/12/2012 15:41:23.319", - "testProjectLoad" : "dkh 6/12/2012 15:41:23.319", - "testIssue77" : "dkh 6/12/2012 15:41:23.319", - "version63:" : "dkh 6/12/2012 15:41:23.319", "version40:" : "dkh 6/12/2012 15:41:23.319", - "baseline11:" : "dkh 6/12/2012 15:41:23.319", - "setUp" : "dkh 6/12/2012 15:41:23.319", - "testIssue40Baseline" : "dkh 6/12/2012 15:41:23.319", - "testBaselineFetch" : "dkh 6/12/2012 15:41:23.319", - "testSupplyingAnswerLoad" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "version50:" : "dkh 6/12/2012 15:41:23.319", + "version60:" : "dkh 6/12/2012 15:41:23.319", + "version61:" : "dkh 6/12/2012 15:41:23.319", + "version62:" : "dkh 6/12/2012 15:41:23.319", + "version63:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGoferBasedLoaderTest.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloGoferBasedLoaderTest.class/properties.json index 1670bfd11..0cc3919e0 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGoferBasedLoaderTest.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGoferBasedLoaderTest.class/properties.json @@ -1,15 +1,16 @@ { - "commentStamp" : "", - "super" : "MetacelloDictionaryRepositoryTest", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ "postloadAnswer", "postLoadExecuted", - "preLoadExecuted" - ], + "preLoadExecuted" ], "name" : "MetacelloGoferBasedLoaderTest", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloDictionaryRepositoryTest", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGoferFunctionalTest.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloGoferFunctionalTest.class/methodProperties.json index 2095f8e33..e9d2d52d2 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGoferFunctionalTest.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGoferFunctionalTest.class/methodProperties.json @@ -1,26 +1,25 @@ { + "class" : { + }, "instance" : { - "testCommitPackageSpec" : "dkh 6/12/2012 15:41:23.319", - "version10:" : "dkh 6/12/2012 15:41:23.319", - "testBasics" : "dkh 6/12/2012 15:41:23.319", "baseline10:" : "dkh 6/12/2012 15:41:23.319", + "baseline20:" : "dkh 6/12/2012 15:41:23.319", + "doSilently" : "dkh 6/12/2012 15:41:23.319", + "repositorySpec" : "dkh 6/12/2012 15:41:23.319", + "tearDown" : "dkh 6/12/2012 15:41:23.319", + "testBasics" : "dkh 6/12/2012 15:41:23.319", "testCommitNewPackageSpec" : "dkh 11/10/2014 16:35", - "testIssue155" : "dkh 7/5/2012 18:28", - "testMoosePackageResolution" : "dkh 6/12/2012 15:41:23.319", + "testCommitPackageSpec" : "dkh 6/12/2012 15:41:23.319", "testCommitPackageVersion" : "dkh 6/12/2012 15:41:23.319", - "testIssue40VersionResolution" : "dkh 6/12/2012 15:41:23.319", "testComparison" : "dkh 6/12/2012 15:41:23.319", - "testIssue40PackageResolution" : "dkh 6/12/2012 15:41:23.319", - "tearDown" : "dkh 6/12/2012 15:41:23.319", - "testIssue178A" : "dkh 6/12/2012 15:41:23.319", - "testPackagesNeedSaving" : "dkh 6/12/2012 15:41:23.319", - "version20:" : "dkh 6/12/2012 15:41:23.319", - "baseline20:" : "dkh 6/12/2012 15:41:23.319", "testComparison01" : "dkh 6/12/2012 15:41:23.319", - "doSilently" : "dkh 6/12/2012 15:41:23.319", - "testPackageResolution" : "dkh 6/12/2012 15:41:23.319", + "testIssue155" : "dkh 7/5/2012 18:28", + "testIssue178A" : "dkh 6/12/2012 15:41:23.319", "testIssue178B" : "dkh 6/12/2012 15:41:23.319", - "repositorySpec" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testIssue40PackageResolution" : "dkh 6/12/2012 15:41:23.319", + "testIssue40VersionResolution" : "dkh 6/12/2012 15:41:23.319", + "testMoosePackageResolution" : "dkh 6/12/2012 15:41:23.319", + "testPackageResolution" : "dkh 6/12/2012 15:41:23.319", + "testPackagesNeedSaving" : "dkh 6/12/2012 15:41:23.319", + "version10:" : "dkh 6/12/2012 15:41:23.319", + "version20:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGoferFunctionalTest.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloGoferFunctionalTest.class/properties.json index c622fa738..3a760c7b1 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGoferFunctionalTest.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGoferFunctionalTest.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloDictionaryRepositoryTest", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloGoferFunctionalTest", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloDictionaryRepositoryTest", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGoferPackageTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloGoferPackageTestCase.class/methodProperties.json index 94985a20d..0ffb45806 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGoferPackageTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGoferPackageTestCase.class/methodProperties.json @@ -1,15 +1,14 @@ { + "class" : { + }, "instance" : { - "testInstanceMatch06" : "dkh 6/30/2012 07:54", - "testInstanceMatch02" : "dkh 6/12/2012 15:41:23.319", - "testInstanceMatch05" : "dkh 6/30/2012 07:57", - "testInstanceMatch04" : "dkh 6/12/2012 15:41:23.319", - "testInstanceMatch03a" : "dkh 04/08/2015 15:14", - "testInstanceMatch01" : "dkh 6/12/2012 15:41:23.319", - "testInstanceMatch07" : "dkh 04/07/2015 17:33", "testClassMatch" : "dkh 6/12/2012 15:41:23.319", + "testInstanceMatch01" : "dkh 6/12/2012 15:41:23.319", + "testInstanceMatch02" : "dkh 6/12/2012 15:41:23.319", "testInstanceMatch02a" : "dkh 04/08/2015 15:12", - "testInstanceMatch03" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testInstanceMatch03" : "dkh 6/12/2012 15:41:23.319", + "testInstanceMatch03a" : "dkh 04/08/2015 15:14", + "testInstanceMatch04" : "dkh 6/12/2012 15:41:23.319", + "testInstanceMatch05" : "dkh 6/30/2012 07:57", + "testInstanceMatch06" : "dkh 6/30/2012 07:54", + "testInstanceMatch07" : "dkh 04/07/2015 17:33" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloGoferPackageTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloGoferPackageTestCase.class/properties.json index e7dd60fff..5f5c76865 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloGoferPackageTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloGoferPackageTestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloGoferPackageTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloHTTPRepositoryLoadTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloHTTPRepositoryLoadTestCase.class/methodProperties.json index c68eb06e4..c442fae58 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloHTTPRepositoryLoadTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloHTTPRepositoryLoadTestCase.class/methodProperties.json @@ -1,16 +1,15 @@ { + "class" : { + }, "instance" : { - "setUp" : "dkh 6/12/2012 15:41:23.319", "assertClass:" : "dkh 6/12/2012 15:41:23.319", - "hasPackage:" : "dkh 6/12/2012 15:41:23.319", + "assertClass:selector:" : "dkh 6/12/2012 15:41:23.319", "baseline:" : "dkh 6/12/2012 15:41:23.319", - "tearDown" : "dkh 6/12/2012 15:41:23.319", - "testLoad" : "dkh 6/12/2012 15:41:23.319", - "enabled" : "dkh 6/12/2012 15:41:23.319", "baselineAuthentication:" : "dkh 6/12/2012 15:41:23.319", + "enabled" : "dkh 6/12/2012 15:41:23.319", + "hasPackage:" : "dkh 6/12/2012 15:41:23.319", + "project" : "dkh 6/12/2012 15:41:23.319", + "setUp" : "dkh 6/12/2012 15:41:23.319", + "tearDown" : "dkh 6/12/2012 15:41:23.319", "testAuthentication" : "dkh 6/12/2012 15:41:23.319", - "assertClass:selector:" : "dkh 6/12/2012 15:41:23.319", - "project" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testLoad" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloHTTPRepositoryLoadTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloHTTPRepositoryLoadTestCase.class/properties.json index f52a3a675..514b84a6d 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloHTTPRepositoryLoadTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloHTTPRepositoryLoadTestCase.class/properties.json @@ -1,13 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ - "gofer" - ], + "gofer" ], "name" : "MetacelloHTTPRepositoryLoadTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloImportsTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloImportsTestCase.class/methodProperties.json index 29360fb2b..6ac01cff6 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloImportsTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloImportsTestCase.class/methodProperties.json @@ -1,18 +1,17 @@ { + "class" : { + }, "instance" : { + "baseline10beta0:" : "dkh 6/12/2012 15:41:23.319", + "baseline10beta3:" : "dkh 6/12/2012 15:41:23.319", + "project" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10beta0" : "dkh 6/12/2012 15:41:23.319", "testBaseline10beta3" : "dkh 6/12/2012 15:41:23.319", + "testVersion10beta3" : "dkh 6/12/2012 15:41:23.319", + "testVersion10beta3Extra" : "dkh 6/12/2012 15:41:23.319", "testVersion10beta3ImportedVersions" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10beta0" : "dkh 6/12/2012 15:41:23.319", - "testVersion10beta4ImportedVersions" : "dkh 6/12/2012 15:41:23.319", "testVersion10beta4" : "dkh 6/12/2012 15:41:23.319", - "testVersion10beta3Extra" : "dkh 6/12/2012 15:41:23.319", - "version10beta4:" : "dkh 6/12/2012 15:41:23.319", - "testVersion10beta3" : "dkh 6/12/2012 15:41:23.319", - "version10beta3Extra:" : "dkh 6/12/2012 15:41:23.319", - "baseline10beta3:" : "dkh 6/12/2012 15:41:23.319", + "testVersion10beta4ImportedVersions" : "dkh 6/12/2012 15:41:23.319", "version10beta3:" : "dkh 6/12/2012 15:41:23.319", - "baseline10beta0:" : "dkh 6/12/2012 15:41:23.319", - "project" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "version10beta3Extra:" : "dkh 6/12/2012 15:41:23.319", + "version10beta4:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloImportsTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloImportsTestCase.class/properties.json index c71e663e5..5d5d9d262 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloImportsTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloImportsTestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloImportsTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloIssue108TestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloIssue108TestCase.class/methodProperties.json index 4900aad6d..6543ffd1f 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloIssue108TestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloIssue108TestCase.class/methodProperties.json @@ -1,19 +1,18 @@ { + "class" : { + }, "instance" : { - "setUp" : "dkh 10/16/2014 09:55", "baseline10:" : "dkh 6/12/2012 15:41:23.319", + "baseline20:" : "dkh 6/12/2012 15:41:23.319", "expectedFailures" : "dkh 6/12/2012 15:41:23.319", "hasPackage:" : "dkh 7/23/2012 19:15", + "project" : "dkh 6/12/2012 15:41:23.319", "repositoryName" : "dkh 6/12/2012 15:41:23.319", - "baseline20:" : "dkh 6/12/2012 15:41:23.319", "runCase" : "ChristopheDemarey 4/29/2013 16:23", + "setUp" : "dkh 10/16/2014 09:55", "tearDown" : "topa 9/20/2017 11:03", "tearDownPackageNames" : "dkh 7/23/2012 19:16", + "tempRepositories" : "dkh 6/12/2012 15:41:23.319", "testBaseline10" : "dkh 05/09/2013 12:02", - "testLatestPackage" : "dkh 05/09/2013 12:02", "testBaseline20" : "dkh 05/09/2013 12:02", - "tempRepositories" : "dkh 6/12/2012 15:41:23.319", - "project" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testLatestPackage" : "dkh 05/09/2013 12:02" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloIssue108TestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloIssue108TestCase.class/properties.json index 4fc03d79c..b3841a1b4 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloIssue108TestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloIssue108TestCase.class/properties.json @@ -1,14 +1,15 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ "tempRepositories", - "initialWorkingCopyList" - ], + "initialWorkingCopyList" ], "name" : "MetacelloIssue108TestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloIssue251TestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloIssue251TestCase.class/methodProperties.json index 716d9c82e..e1f9dc3f8 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloIssue251TestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloIssue251TestCase.class/methodProperties.json @@ -1,9 +1,8 @@ { + "class" : { + }, "instance" : { - "version10:" : "dkh 06/21/2014 07:30", + "baseline10:" : "dkh 06/21/2014 07:26", "project" : "dkh 06/21/2014 07:24", "testIssue251" : "dkh 10/31/2015 15:47", - "baseline10:" : "dkh 06/21/2014 07:26" - }, - "class" : { } -} \ No newline at end of file + "version10:" : "dkh 06/21/2014 07:30" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloIssue251TestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloIssue251TestCase.class/properties.json index 87c9a2942..2241e5aec 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloIssue251TestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloIssue251TestCase.class/properties.json @@ -1,13 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ - "tempRepositories" - ], + "tempRepositories" ], "name" : "MetacelloIssue251TestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloLoadOrderTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloLoadOrderTestCase.class/methodProperties.json index c5ed5fbeb..82501c896 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloLoadOrderTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloLoadOrderTestCase.class/methodProperties.json @@ -1,41 +1,40 @@ { + "class" : { + }, "instance" : { - "testBaselineGroup40" : "dkh 10/17/2014 16:56", - "baseline10a:" : "dkh 10/03/2014 10:49", - "testBaselineGroup23" : "dkh 10/03/2014 16:56", - "baselineGroup20a:" : "dkh 10/03/2014 10:43", - "baseline300alpha5:" : "dkh 10/09/2014 14:32", - "baseline10Group20:" : "dkh 10/03/2014 10:35", "baseline10:" : "dkh 6/12/2012 15:41:23.319", + "baseline10Group20:" : "dkh 10/03/2014 10:35", + "baseline10a:" : "dkh 10/03/2014 10:49", + "baseline11:" : "dkh 6/12/2012 15:41:23.319", + "baseline12:" : "dkh 6/12/2012 15:41:23.319", "baseline13:" : "dkh 6/12/2012 15:41:23.319", + "baseline14:" : "dkh 6/12/2012 15:41:23.319", + "baseline300alpha5:" : "dkh 10/09/2014 14:32", "baselineGroup20:" : "dkh 10/03/2014 10:50", - "testBaseline13" : "dkh 6/12/2012 15:41:23.319", - "testBaseline13a" : "dkh 6/12/2012 15:41:23.319", - "project" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10a" : "dkh 10/03/2014 10:49", + "baselineGroup20a:" : "dkh 10/03/2014 10:43", + "baselineGroup21:" : "dkh 10/03/2014 16:06", + "baselineGroup22:" : "dkh 10/03/2014 16:42", + "baselineGroup23:" : "dkh 10/17/2014 11:35", "baselineGroup24:" : "dkh 10/03/2014 17:09", + "baselineGroup34:" : "dkh 10/03/2014 18:52", "baselineGroup40:" : "dkh 10/17/2014 11:36", - "testBaseline11" : "dkh 6/12/2012 15:41:23.319", - "baseline12:" : "dkh 6/12/2012 15:41:23.319", - "testBaselineGroup21" : "dkh 10/03/2014 18:15", - "baselineGroup22:" : "dkh 10/03/2014 16:42", + "baselineGroup41:" : "dkh 10/17/2014 13:20", + "project" : "dkh 6/12/2012 15:41:23.319", "tearDown" : "topa 9/20/2017 11:03", - "testBaselineGroup34" : "dkh 10/09/2014 10:14", - "testBaselineGroup24" : "dkh 10/03/2014 17:10", - "testBaselineGroup41" : "dkh 10/17/2014 16:57", - "testBaseline14" : "dkh 6/12/2012 15:41:23.319", - "baseline14:" : "dkh 6/12/2012 15:41:23.319", - "testBaselineGroup22" : "dkh 10/03/2014 16:47", - "baselineGroup21:" : "dkh 10/03/2014 16:06", + "testBaseline10" : "dkh 10/03/2014 10:36", + "testBaseline10a" : "dkh 10/03/2014 10:49", + "testBaseline11" : "dkh 6/12/2012 15:41:23.319", "testBaseline12" : "dkh 6/12/2012 15:41:23.319", - "baselineGroup41:" : "dkh 10/17/2014 13:20", + "testBaseline13" : "dkh 6/12/2012 15:41:23.319", + "testBaseline13a" : "dkh 6/12/2012 15:41:23.319", + "testBaseline14" : "dkh 6/12/2012 15:41:23.319", + "testBaseline300alpha5IncludesX" : "dkh 6/12/2012 15:41:23.319", "testBaselineGroup20" : "dkh 10/03/2014 10:50", "testBaselineGroup20a" : "dkh 10/03/2014 10:41", - "testBaseline10" : "dkh 10/03/2014 10:36", - "baselineGroup23:" : "dkh 10/17/2014 11:35", - "baselineGroup34:" : "dkh 10/03/2014 18:52", - "testBaseline300alpha5IncludesX" : "dkh 6/12/2012 15:41:23.319", - "baseline11:" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testBaselineGroup21" : "dkh 10/03/2014 18:15", + "testBaselineGroup22" : "dkh 10/03/2014 16:47", + "testBaselineGroup23" : "dkh 10/03/2014 16:56", + "testBaselineGroup24" : "dkh 10/03/2014 17:10", + "testBaselineGroup34" : "dkh 10/09/2014 10:14", + "testBaselineGroup40" : "dkh 10/17/2014 16:56", + "testBaselineGroup41" : "dkh 10/17/2014 16:57" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloLoadOrderTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloLoadOrderTestCase.class/properties.json index 34b831178..b1eca4141 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloLoadOrderTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloLoadOrderTestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloLoadOrderTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloMCCachingLoaderTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloMCCachingLoaderTestCase.class/methodProperties.json index 197657364..06fa14c35 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloMCCachingLoaderTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloMCCachingLoaderTestCase.class/methodProperties.json @@ -1,12 +1,11 @@ { + "class" : { + }, "instance" : { "baseline10:" : "dkh 6/12/2012 15:41:23.319", - "testVersion10Fetch" : "dkh 6/12/2012 15:41:23.319", "testBaselineFetch" : "dkh 6/12/2012 15:41:23.319", - "version20:" : "dkh 6/12/2012 15:41:23.319", - "testDualFetch" : "dkh 6/12/2012 15:41:23.319", "testBaselineLoad" : "dkh 6/12/2012 15:41:23.319", - "version10:" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testDualFetch" : "dkh 6/12/2012 15:41:23.319", + "testVersion10Fetch" : "dkh 6/12/2012 15:41:23.319", + "version10:" : "dkh 6/12/2012 15:41:23.319", + "version20:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloMCCachingLoaderTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloMCCachingLoaderTestCase.class/properties.json index 7e643f7c4..822881d0c 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloMCCachingLoaderTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloMCCachingLoaderTestCase.class/properties.json @@ -1,13 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloDictionaryRepositoryTest", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ - "platformCacheRepository" - ], + "platformCacheRepository" ], "name" : "MetacelloMCCachingLoaderTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloDictionaryRepositoryTest", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloMCIssue125TestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloMCIssue125TestCase.class/methodProperties.json index 94a31ca30..3a773addb 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloMCIssue125TestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloMCIssue125TestCase.class/methodProperties.json @@ -1,21 +1,20 @@ { + "class" : { + }, "instance" : { + "configurationRepository" : "dkh 9/11/2012 15:16", "hasPackage:" : "dkh 9/11/2012 15:16", + "monticelloRepository" : "dkh 9/11/2012 15:16", + "project" : "dkh 9/11/2012 15:16", + "projectClass" : "dkh 9/11/2012 15:16", + "projectName" : "dkh 9/11/2012 15:17", + "projectWith:" : "dkh 9/11/2012 15:43", + "runCase" : "ChristopheDemarey 4/29/2013 16:31", "setUp" : "dkh 10/16/2014 09:56", "tearDown" : "topa 9/20/2017 11:04", "tearDownPackageNames" : "dkh 9/11/2012 15:18", - "testForDoListAttribute2Atrribute1Active" : "dkh 05/09/2013 12:13", - "runCase" : "ChristopheDemarey 4/29/2013 16:31", - "projectClass" : "dkh 9/11/2012 15:16", - "testForDoListNotActive" : "dkh 05/09/2013 12:13", - "monticelloRepository" : "dkh 9/11/2012 15:16", - "projectWith:" : "dkh 9/11/2012 15:43", "testForDoListAtrribute1Active" : "dkh 05/09/2013 12:13", - "configurationRepository" : "dkh 9/11/2012 15:16", "testForDoListAtrribute2Active" : "dkh 05/09/2013 12:13", - "projectName" : "dkh 9/11/2012 15:17", "testForDoListAttribute1Atrribute2Active" : "dkh 05/09/2013 12:13", - "project" : "dkh 9/11/2012 15:16" - }, - "class" : { } -} \ No newline at end of file + "testForDoListAttribute2Atrribute1Active" : "dkh 05/09/2013 12:13", + "testForDoListNotActive" : "dkh 05/09/2013 12:13" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloMCIssue125TestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloMCIssue125TestCase.class/properties.json index 78a84018f..002c7f510 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloMCIssue125TestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloMCIssue125TestCase.class/properties.json @@ -1,14 +1,15 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ "gofer", - "initialWorkingCopyList" - ], + "initialWorkingCopyList" ], "name" : "MetacelloMCIssue125TestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloMCSpecLoaderTest.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloMCSpecLoaderTest.class/methodProperties.json index 77b934716..dd96a830c 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloMCSpecLoaderTest.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloMCSpecLoaderTest.class/methodProperties.json @@ -1,16 +1,15 @@ { + "class" : { + }, "instance" : { "baseline10:" : "dkh 6/12/2012 15:41:23.319", + "baseline20:" : "dkh 6/12/2012 15:41:23.319", + "doSilently" : "dkh 6/12/2012 15:41:23.319", "tearDown" : "dkh 6/12/2012 15:41:23.319", - "testGoferCommit" : "dkh 6/12/2012 15:41:23.319", - "testPackageSpecLoad" : "dkh 6/12/2012 15:41:23.319", "testCopySpec" : "dkh 6/12/2012 15:41:23.319", - "baseline20:" : "dkh 6/12/2012 15:41:23.319", - "testPackageSave" : "dkh 6/12/2012 15:41:23.319", + "testGoferCommit" : "dkh 6/12/2012 15:41:23.319", "testLatestPackage" : "dkh 6/12/2012 15:41:23.319", + "testPackageSave" : "dkh 6/12/2012 15:41:23.319", + "testPackageSpecLoad" : "dkh 6/12/2012 15:41:23.319", "testRepositoryFor" : "dkh 6/12/2012 15:41:23.319", - "version10:" : "dkh 6/12/2012 15:41:23.319", - "doSilently" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "version10:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloMCSpecLoaderTest.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloMCSpecLoaderTest.class/properties.json index 322b6988a..e9dce1fdd 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloMCSpecLoaderTest.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloMCSpecLoaderTest.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloDictionaryRepositoryTest", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloMCSpecLoaderTest", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloDictionaryRepositoryTest", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloPlatformAttributesTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloPlatformAttributesTestCase.class/methodProperties.json index 0982ecabc..30dcbb19e 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloPlatformAttributesTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloPlatformAttributesTestCase.class/methodProperties.json @@ -1,18 +1,17 @@ { + "class" : { + }, "instance" : { - "testBaseline011Pharo10Beta" : "dkh 6/12/2012 15:41:23.319", - "version011:" : "dkh 6/12/2012 15:41:23.319", - "testVersion011Pharo10Beta" : "dkh 6/12/2012 15:41:23.319", - "version10beta0:" : "dkh 6/12/2012 15:41:23.319", "baseline011:" : "dkh 6/12/2012 15:41:23.319", - "testLastVersion" : "dkh 6/12/2012 15:41:23.319", - "testBaseline011" : "dkh 6/12/2012 15:41:23.319", - "testVersion10beta0Pharo10Beta" : "dkh 6/12/2012 15:41:23.319", - "testVersion10beta0" : "dkh 6/12/2012 15:41:23.319", + "baseline10beta0:" : "dkh 6/12/2012 15:41:23.319", + "project" : "dkh 6/12/2012 15:41:23.319", "projectWith:" : "dkh 6/12/2012 15:41:23.319", + "testBaseline011" : "dkh 6/12/2012 15:41:23.319", + "testBaseline011Pharo10Beta" : "dkh 6/12/2012 15:41:23.319", + "testLastVersion" : "dkh 6/12/2012 15:41:23.319", "testVersion011" : "dkh 6/12/2012 15:41:23.319", - "baseline10beta0:" : "dkh 6/12/2012 15:41:23.319", - "project" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testVersion011Pharo10Beta" : "dkh 6/12/2012 15:41:23.319", + "testVersion10beta0" : "dkh 6/12/2012 15:41:23.319", + "testVersion10beta0Pharo10Beta" : "dkh 6/12/2012 15:41:23.319", + "version011:" : "dkh 6/12/2012 15:41:23.319", + "version10beta0:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloPlatformAttributesTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloPlatformAttributesTestCase.class/properties.json index eea564a24..24541f688 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloPlatformAttributesTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloPlatformAttributesTestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloPlatformAttributesTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloProjectRegistrationTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloProjectRegistrationTestCase.class/methodProperties.json index c4227c8da..a6cebfb35 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloProjectRegistrationTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloProjectRegistrationTestCase.class/methodProperties.json @@ -1,19 +1,18 @@ { + "class" : { + }, "instance" : { - "testBasicBaselineRegistration" : "otto 11/19/2013 12:38", - "testBasicNoLoadConflicts" : "otto 11/19/2013 12:34", + "checkRegistrationValidity" : "otto 11/19/2013 12:38", "createBaselineProjectSpec" : "otto 11/19/2013 12:13", "createConfigurationProjectSpec" : "otto 11/19/2013 12:14", - "checkRegistrationValidity" : "otto 11/19/2013 12:38", - "testInvalidRegistration" : "otto 11/19/2013 12:22", - "testBaselinesHasLoadConflicts" : "otto 11/19/2013 12:19", - "testConfigurationsHasLoadConflicts" : "otto 11/19/2013 12:14", + "setUp" : "otto 11/19/2013 12:14", "testAsProjectRegistration" : "otto 11/19/2013 12:22", - "testBasicConfigurationRegistration" : "otto 11/19/2013 12:38", "testBaselineAndConfigurationHasLoadConflicts" : "otto 11/19/2013 12:11", - "testVersionInfo" : "dkh 02/15/2015 12:08", + "testBaselinesHasLoadConflicts" : "otto 11/19/2013 12:19", + "testBasicBaselineRegistration" : "otto 11/19/2013 12:38", + "testBasicConfigurationRegistration" : "otto 11/19/2013 12:38", + "testBasicNoLoadConflicts" : "otto 11/19/2013 12:34", + "testConfigurationsHasLoadConflicts" : "otto 11/19/2013 12:14", "testHasLoadConflictsRaisesErrorsIfInvalid" : "otto 11/19/2013 12:35", - "setUp" : "otto 11/19/2013 12:14" - }, - "class" : { } -} \ No newline at end of file + "testInvalidRegistration" : "otto 11/19/2013 12:22", + "testVersionInfo" : "dkh 02/15/2015 12:08" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloProjectRegistrationTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloProjectRegistrationTestCase.class/properties.json index 2d99b39ed..57ad38a76 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloProjectRegistrationTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloProjectRegistrationTestCase.class/properties.json @@ -1,16 +1,17 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ "registrationA", "registrationB", "baselineProjectSpec", - "configurationProjectSpec" - ], + "configurationProjectSpec" ], "name" : "MetacelloProjectRegistrationTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase.class/methodProperties.json index 4cbbfbfe9..495b089f5 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase.class/methodProperties.json @@ -1,8 +1,7 @@ { + "class" : { + }, "instance" : { - "testGettingStartedWithGitHub1" : "dkh 07/06/2016 16:00", "disableUndefinedSymbolTracking" : "dkh 07/06/2016 15:59", - "testLockCommandReference6" : "dkh 07/06/2016 16:00" - }, - "class" : { } -} \ No newline at end of file + "testGettingStartedWithGitHub1" : "dkh 07/06/2016 16:00", + "testLockCommandReference6" : "dkh 07/06/2016 16:00" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase.class/properties.json index a3f34a0fa..f0427d42d 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloScriptingDocumentationIssue196TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloScriptingDocumentationIssue196EnableUndefinedTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloScriptingDocumentationIssue196TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196TestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196TestCase.class/methodProperties.json index abcd8ea43..69ea790a3 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196TestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196TestCase.class/methodProperties.json @@ -1,16 +1,15 @@ { + "class" : { + }, "instance" : { - "tearDownRepositories" : "topa 9/20/2017 11:04", - "testIssue294" : "dkh 10/01/2014 12:17", + "setUpRepositories" : "dkh 10/01/2014 11:28", "setUpRepositoryContents" : "dkh 10/01/2014 11:36", + "setupDocumentationRepositories" : "dkh 10/01/2014 12:29", "tearDownPackageList" : "dkh 10/01/2014 12:33", + "tearDownRepositories" : "topa 9/20/2017 11:04", + "testIssue294" : "dkh 10/01/2014 12:17", + "testLockCommandReference1" : "dkh 09/30/2014 15:53", "testLockCommandReference2" : "dkh 07/09/2015 20:32", - "testLockCommandReference5" : "dkh 09/30/2014 15:57", - "setupDocumentationRepositories" : "dkh 10/01/2014 12:29", + "testLockCommandReference3" : "dkh 09/30/2014 15:54", "testLockCommandReference4" : "dkh 09/30/2014 15:54", - "testLockCommandReference1" : "dkh 09/30/2014 15:53", - "setUpRepositories" : "dkh 10/01/2014 11:28", - "testLockCommandReference3" : "dkh 09/30/2014 15:54" - }, - "class" : { } -} \ No newline at end of file + "testLockCommandReference5" : "dkh 09/30/2014 15:57" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196TestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196TestCase.class/properties.json index 94db0e05e..78ac08ed3 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196TestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloScriptingDocumentationIssue196TestCase.class/properties.json @@ -1,15 +1,16 @@ { - "commentStamp" : "", - "super" : "MetacelloScriptingTestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ "alternateDirectory", "alternateRepository", - "sampleRepository" - ], + "sampleRepository" ], "name" : "MetacelloScriptingDocumentationIssue196TestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloScriptingTestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloSymbolicVersionTest.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloSymbolicVersionTest.class/methodProperties.json index 209188f6c..dab75382d 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloSymbolicVersionTest.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloSymbolicVersionTest.class/methodProperties.json @@ -1,23 +1,22 @@ { + "class" : { + }, "instance" : { - "testBasicStableVersion" : "dkh 6/12/2012 15:41:23.319", - "stableVersion:" : "dkh 6/12/2012 15:41:23.319", + "baseline20:" : "dkh 6/12/2012 15:41:23.319", + "bleedingEdge:" : "dkh 6/12/2012 15:41:23.319", "setUp" : "dkh 6/12/2012 15:41:23.319", + "stableVersion:" : "dkh 6/12/2012 15:41:23.319", "tearDown" : "dkh 6/12/2012 15:41:23.319", + "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319", + "testBasicStableVersion" : "dkh 6/12/2012 15:41:23.319", + "testBleedingEdgeMethod" : "dkh 6/12/2012 15:41:23.319", + "testStableVersion" : "dkh 6/12/2012 15:41:23.319", + "testStableVersion10x" : "dkh 6/12/2012 15:41:23.319", + "testStableVersion11x" : "dkh 6/12/2012 15:41:23.319", "testStableVersion12x" : "dkh 6/12/2012 15:41:23.319", - "baseline20:" : "dkh 6/12/2012 15:41:23.319", "testStableVersion1x" : "dkh 6/12/2012 15:41:23.319", - "version11:" : "dkh 6/12/2012 15:41:23.319", - "testStableVersion11x" : "dkh 6/12/2012 15:41:23.319", - "version10:" : "dkh 6/12/2012 15:41:23.319", "testStableVersionMethod" : "dkh 6/12/2012 15:41:23.319", + "version10:" : "dkh 6/12/2012 15:41:23.319", + "version11:" : "dkh 6/12/2012 15:41:23.319", "version12:" : "dkh 6/12/2012 15:41:23.319", - "testStableVersion" : "dkh 6/12/2012 15:41:23.319", - "testBleedingEdgeMethod" : "dkh 6/12/2012 15:41:23.319", - "version20:" : "dkh 6/12/2012 15:41:23.319", - "testStableVersion10x" : "dkh 6/12/2012 15:41:23.319", - "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319", - "bleedingEdge:" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "version20:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloSymbolicVersionTest.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloSymbolicVersionTest.class/properties.json index 7614f8889..b7b0abda2 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloSymbolicVersionTest.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloSymbolicVersionTest.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloDictionaryRepositoryTest", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloSymbolicVersionTest", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloDictionaryRepositoryTest", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloToolBoxAPITestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloToolBoxAPITestCase.class/methodProperties.json index 1dd80ce57..a853784bf 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloToolBoxAPITestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloToolBoxAPITestCase.class/methodProperties.json @@ -1,82 +1,81 @@ { + "class" : { + }, "instance" : { - "create12Version" : "dkh 09/17/2014 16:37", - "create10Baseline" : "dkh 6/12/2012 15:41:23.319", - "testReasonCodes" : "dkh 6/12/2012 15:41:23.319", - "complexBaseline11SourceString" : "dkh 6/12/2012 15:41:23.319", - "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319", - "version14SourceStringUpdated50" : "dkh 9/14/2012 10:04", - "testImportFrom5" : "dkh 9/14/2012 09:58", - "testImportFrom6C" : "dkh 9/13/2012 16:06", - "create11Baseline" : "dkh 9/12/2012 16:43", - "complexBaseline11SourceString3" : "dkh 6/12/2012 15:41:23.319", - "testImportFrom1" : "dkh 9/7/2012 14:00", - "testComplexModifyBaseline" : "dkh 05/21/2016 16:09", - "testIssue125AddSection" : "dkh 9/12/2012 09:51", - "testAddSection2" : "dkh 6/12/2012 15:41:23.319", - "testIssue5B" : "dkh 6/12/2012 15:41:23.319", - "version13SourceString4" : "dkh 07/19/2013 22:54", + "alternatRepositoryName" : "dkh 6/12/2012 15:41:23.319", + "baseline10Issue125AddSourceString" : "dkh 9/12/2012 09:51", "baseline10Issue125ModifySourceString" : "dkh 9/12/2012 09:56", - "baselineOfSourceString" : "dkh 10/23/2015 17:11", - "create12Baseline" : "dkh 9/13/2012 12:15", + "baseline11SourceString" : "dkh 6/12/2012 15:41:23.319", "baseline12SourceString" : "dkh 9/12/2012 16:26", - "create10VersionIssue115" : "dkh 9/12/2012 11:17", - "version14SourceStringUpdated" : "dkh 07/19/2013 22:55", + "baseline14SourceString" : "dkh 9/14/2012 09:57", + "baselineName" : "dkh 10/23/2015 16:55", + "baselineOfAddSection1SourceString" : "dkh 10/23/2015 19:32", "baselineOfModifiedSourceString" : "dkh 05/21/2016 20:44", - "testComplexNullModifyBaseline" : "dkh 6/12/2012 15:41:23.319", - "testImportFrom4" : "dkh 11/10/2014 15:57", - "create10BaselineIssue115" : "dkh 9/12/2012 10:59", - "testImportFrom6B" : "dkh 9/13/2012 19:07", - "version10SourceString" : "dkh 6/12/2012 15:41:23.319", + "baselineOfSourceString" : "dkh 10/23/2015 17:11", + "complexBaseline11SourceString" : "dkh 6/12/2012 15:41:23.319", "complexBaseline11SourceString2" : "dkh 6/12/2012 15:41:23.319", + "complexBaseline11SourceString3" : "dkh 6/12/2012 15:41:23.319", + "configurationName" : "dkh 6/12/2012 15:41:23.319", + "create10Baseline" : "dkh 6/12/2012 15:41:23.319", + "create10BaselineIssue115" : "dkh 9/12/2012 10:59", "create10BaselineIssue125" : "dkh 9/12/2012 09:44", - "testComplexModifyBaselineWithRepositoryIssue157" : "dkh 6/12/2012 15:41:23.319", - "create14Version" : "dkh 9/14/2012 09:51", - "testAddSection1" : "dkh 10/23/2015 17:05", - "testIssue125ModifySection" : "dkh 9/12/2012 09:56", - "testIssue5A" : "dkh 6/12/2012 15:41:23.319", - "version13SourceString3" : "dkh 07/19/2013 22:54", - "testUpdateVersionMethod" : "dkh 9/13/2012 16:59", + "create10VersionIssue115" : "dkh 9/12/2012 11:17", + "create11Baseline" : "dkh 9/12/2012 16:43", + "create12Baseline" : "dkh 9/13/2012 12:15", + "create12Version" : "dkh 09/17/2014 16:37", "create14Baseline" : "dkh 9/14/2012 09:53", - "hasPackage:" : "dkh 6/12/2012 15:41:23.319", + "create14Version" : "dkh 9/14/2012 09:51", + "create15Baseline" : "dkh 9/13/2012 15:13", + "createBaselineOf" : "dkh 05/21/2016 14:13", "createComplex11Baseline" : "dkh 6/12/2012 15:41:23.319", - "version15SourceStringB" : "dkh 9/13/2012 19:23", + "createNested12Baseline" : "dkh 9/12/2012 16:19", + "createNested13Baseline" : "dkh 9/12/2012 16:54", + "hasPackage:" : "dkh 6/12/2012 15:41:23.319", + "projectSourceString" : "dkh 6/12/2012 15:41:23.319", + "repositoryName" : "dkh 6/12/2012 15:41:23.319", + "runCase" : "ChristopheDemarey 4/29/2013 16:31", + "setUp" : "dkh 6/12/2012 15:41:23.319", + "tearDown" : "topa 9/20/2017 11:05", + "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319", "tempRepositories" : "dkh 6/12/2012 15:41:23.319", - "baseline14SourceString" : "dkh 9/14/2012 09:57", - "create15Baseline" : "dkh 9/13/2012 15:13", "testAddNestedSection2" : "dkh 6/12/2012 15:41:23.319", - "baseline11SourceString" : "dkh 6/12/2012 15:41:23.319", - "tearDown" : "topa 9/20/2017 11:05", + "testAddSection1" : "dkh 10/23/2015 17:05", + "testAddSection2" : "dkh 6/12/2012 15:41:23.319", + "testBaselineOf" : "dkh 05/21/2016 14:14", + "testBaselineOfAddSection1" : "dkh 05/21/2016 20:42", + "testComplexCreateBaseline" : "dkh 6/12/2012 15:41:23.319", + "testComplexModifyBaseline" : "dkh 05/21/2016 16:09", + "testComplexModifyBaselineWithRepositoryIssue157" : "dkh 6/12/2012 15:41:23.319", + "testComplexNullModifyBaseline" : "dkh 6/12/2012 15:41:23.319", + "testImportFrom1" : "dkh 9/7/2012 14:00", + "testImportFrom2" : "dkh 09/17/2014 16:39", "testImportFrom3" : "dkh 9/13/2012 16:06", + "testImportFrom4" : "dkh 11/10/2014 15:57", + "testImportFrom5" : "dkh 9/14/2012 09:58", "testImportFrom6A" : "dkh 9/13/2012 15:15", - "baselineOfAddSection1SourceString" : "dkh 10/23/2015 19:32", - "version12SourceString" : "dkh 07/19/2013 22:54", - "version10Issue115UpdatedVersionSourceString" : "dkh 9/12/2012 14:24", - "testIssue5D" : "dkh 6/12/2012 15:41:23.319", - "repositoryName" : "dkh 6/12/2012 15:41:23.319", - "version10Issue115CreateVersionSourceString" : "dkh 07/19/2013 22:54", + "testImportFrom6B" : "dkh 9/13/2012 19:07", + "testImportFrom6C" : "dkh 9/13/2012 16:06", + "testImportFrom6D" : "dkh 9/13/2012 16:06", + "testIssue115CreateVersion" : "dkh 9/12/2012 14:18", "testIssue115UpdateVersion" : "dkh 9/12/2012 14:22", - "createNested12Baseline" : "dkh 9/12/2012 16:19", - "version15SourceStringA" : "dkh 9/13/2012 15:15", + "testIssue125AddSection" : "dkh 9/12/2012 09:51", + "testIssue125ModifySection" : "dkh 9/12/2012 09:56", + "testIssue5A" : "dkh 6/12/2012 15:41:23.319", + "testIssue5B" : "dkh 6/12/2012 15:41:23.319", + "testIssue5C" : "dkh 10/09/2014 14:41", + "testIssue5D" : "dkh 6/12/2012 15:41:23.319", "testMethodSectionsFromDo" : "dkh 09/18/2014 09:42", - "baselineName" : "dkh 10/23/2015 16:55", - "testIssue115CreateVersion" : "dkh 9/12/2012 14:18", - "createBaselineOf" : "dkh 05/21/2016 14:13", - "testBaselineOfAddSection1" : "dkh 05/21/2016 20:42", - "projectSourceString" : "dkh 6/12/2012 15:41:23.319", - "testComplexCreateBaseline" : "dkh 6/12/2012 15:41:23.319", - "testImportFrom6D" : "dkh 9/13/2012 16:06", - "alternatRepositoryName" : "dkh 6/12/2012 15:41:23.319", - "createNested13Baseline" : "dkh 9/12/2012 16:54", - "testImportFrom2" : "dkh 09/17/2014 16:39", - "setUp" : "dkh 6/12/2012 15:41:23.319", - "configurationName" : "dkh 6/12/2012 15:41:23.319", "testModifyBaselineOf" : "dkh 05/21/2016 20:41", - "baseline10Issue125AddSourceString" : "dkh 9/12/2012 09:51", - "runCase" : "ChristopheDemarey 4/29/2013 16:31", - "testIssue5C" : "dkh 10/09/2014 14:41", + "testReasonCodes" : "dkh 6/12/2012 15:41:23.319", + "testUpdateVersionMethod" : "dkh 9/13/2012 16:59", + "version10Issue115CreateVersionSourceString" : "dkh 07/19/2013 22:54", + "version10Issue115UpdatedVersionSourceString" : "dkh 9/12/2012 14:24", + "version10SourceString" : "dkh 6/12/2012 15:41:23.319", + "version12SourceString" : "dkh 07/19/2013 22:54", + "version13SourceString3" : "dkh 07/19/2013 22:54", + "version13SourceString4" : "dkh 07/19/2013 22:54", "version14SourceString" : "dkh 07/19/2013 22:55", - "testBaselineOf" : "dkh 05/21/2016 14:14" - }, - "class" : { } -} \ No newline at end of file + "version14SourceStringUpdated" : "dkh 07/19/2013 22:55", + "version14SourceStringUpdated50" : "dkh 9/14/2012 10:04", + "version15SourceStringA" : "dkh 9/13/2012 15:15", + "version15SourceStringB" : "dkh 9/13/2012 19:23" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloToolBoxAPITestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloToolBoxAPITestCase.class/properties.json index 3847991e9..b4ad5e338 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloToolBoxAPITestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloToolBoxAPITestCase.class/properties.json @@ -1,13 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", "instvars" : [ - "tempRepositories" - ], + "tempRepositories" ], "name" : "MetacelloToolBoxAPITestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloToolBoxConstructorTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloToolBoxConstructorTestCase.class/methodProperties.json index 1afc8c181..342ee4e02 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloToolBoxConstructorTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloToolBoxConstructorTestCase.class/methodProperties.json @@ -1,34 +1,33 @@ { + "class" : { + }, "instance" : { - "testProjectToolBox106Baseline" : "dkh 6/12/2012 15:41:23.319", + "assertMethodSourceFor:isEqualAfterModifyingVersion:" : "EstebanLorenzano 10/2/2017 08:49", + "assertVersionSpecFor:isEqualAfterModifyingVersion:" : "dkh 6/12/2012 15:41:23.319", "atomicConfigurationRepository" : "dkh 6/12/2012 15:41:23.319", "configurationNameList" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBoxSourceComparison113" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBox104Baseline" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBoxSourceComparison131Baseline" : "dkh 06/12/2014 05:37", "fullConfigurationNameList" : "dkh 6/12/2012 15:41:23.319", "setUp" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBox128Baseline" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBoxSourceComparison112Baseline" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBoxSourceComparison130Baseline" : "dkh 6/12/2012 15:41:23.319", - "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319", "tearDown" : "topa 9/20/2017 11:05", - "testProjectToolBox116Baseline" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBoxSourceComparison111Baseline" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBox" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBoxA" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBoxSourceComparison133Baseline" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBox110Baseline" : "dkh 6/12/2012 15:41:23.319", + "tearDownPackages:" : "dkh 6/12/2012 15:41:23.319", "testConfigurationResources" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBox" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBox104Baseline" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBox106Baseline" : "dkh 6/12/2012 15:41:23.319", "testProjectToolBox107Baseline" : "dkh 6/12/2012 15:41:23.319", - "assertVersionSpecFor:isEqualAfterModifyingVersion:" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBoxTraversal131Baseline" : "dkh 9/8/2012 06:10", - "testProjectToolBoxSourceComparison132Baseline" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBox110Baseline" : "dkh 6/12/2012 15:41:23.319", "testProjectToolBox114Baseline" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBox116Baseline" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBox128Baseline" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBox129Baseline" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBoxA" : "dkh 6/12/2012 15:41:23.319", "testProjectToolBoxSourceComparison" : "dkh 6/12/2012 15:41:23.319", "testProjectToolBoxSourceComparison106Baseline" : "dkh 6/12/2012 15:41:23.319", - "testProjectToolBox129Baseline" : "dkh 6/12/2012 15:41:23.319", - "assertMethodSourceFor:isEqualAfterModifyingVersion:" : "EstebanLorenzano 10/2/2017 08:49" - }, - "class" : { } -} \ No newline at end of file + "testProjectToolBoxSourceComparison111Baseline" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBoxSourceComparison112Baseline" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBoxSourceComparison113" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBoxSourceComparison130Baseline" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBoxSourceComparison131Baseline" : "dkh 06/12/2014 05:37", + "testProjectToolBoxSourceComparison132Baseline" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBoxSourceComparison133Baseline" : "dkh 6/12/2012 15:41:23.319", + "testProjectToolBoxTraversal131Baseline" : "dkh 9/8/2012 06:10" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloToolBoxConstructorTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloToolBoxConstructorTestCase.class/properties.json index 12c86a99d..16b92041c 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloToolBoxConstructorTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloToolBoxConstructorTestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloDictionaryRepositoryTest", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloToolBoxConstructorTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloDictionaryRepositoryTest", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryExampleConfig.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryExampleConfig.class/methodProperties.json index f854759b5..7a663e99d 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryExampleConfig.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryExampleConfig.class/methodProperties.json @@ -1,8 +1,7 @@ { + "class" : { + }, "instance" : { + "baseline10:" : "dkh 6/12/2012 15:41:23.319", "baseline20:" : "dkh 6/12/2012 15:41:23.319", - "baseline21:" : "dkh 6/12/2012 15:41:23.319", - "baseline10:" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "baseline21:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryExampleConfig.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryExampleConfig.class/properties.json index e7fbbfe41..f7f740543 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryExampleConfig.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryExampleConfig.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloMCTestsAbstractConfig", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloVersionQueryExampleConfig", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloMCTestsAbstractConfig", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryLatestVersionConfig.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryLatestVersionConfig.class/methodProperties.json index 1a0632116..eb8f62a8e 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryLatestVersionConfig.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryLatestVersionConfig.class/methodProperties.json @@ -1,11 +1,10 @@ { + "class" : { + }, "instance" : { - "version130:" : "dkh 6/12/2012 15:41:23.319", "baseline10:" : "dkh 6/12/2012 15:41:23.319", - "version131:" : "dkh 6/12/2012 15:41:23.319", - "version120:" : "dkh 6/12/2012 15:41:23.319", "version112:" : "dkh 6/12/2012 15:41:23.319", - "version132:" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "version120:" : "dkh 6/12/2012 15:41:23.319", + "version130:" : "dkh 6/12/2012 15:41:23.319", + "version131:" : "dkh 6/12/2012 15:41:23.319", + "version132:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryLatestVersionConfig.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryLatestVersionConfig.class/properties.json index 3dd8e9dab..4d79e2908 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryLatestVersionConfig.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryLatestVersionConfig.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloMCTestsAbstractConfig", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloVersionQueryLatestVersionConfig", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloMCTestsAbstractConfig", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMasterConfig.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMasterConfig.class/methodProperties.json index a93d1d663..0ba4b7dd5 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMasterConfig.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMasterConfig.class/methodProperties.json @@ -1,7 +1,6 @@ { + "class" : { + }, "instance" : { - "baselineProject31:" : "dkh 6/12/2012 15:41:23.319", - "baselineProject30:" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "baselineProject30:" : "dkh 6/12/2012 15:41:23.319", + "baselineProject31:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMasterConfig.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMasterConfig.class/properties.json index 663c6bd39..61bcc33ed 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMasterConfig.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMasterConfig.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloMCTestsAbstractConfig", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloVersionQueryMasterConfig", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloMCTestsAbstractConfig", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMiscConfig.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMiscConfig.class/methodProperties.json index bc75b1b36..32c979af1 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMiscConfig.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMiscConfig.class/methodProperties.json @@ -1,6 +1,5 @@ { + "class" : { + }, "instance" : { - "baseline10:" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "baseline10:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMiscConfig.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMiscConfig.class/properties.json index 71598108d..8eb393c1e 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMiscConfig.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryMiscConfig.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloMCTestsAbstractConfig", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloVersionQueryMiscConfig", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloMCTestsAbstractConfig", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryProjectConfig.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryProjectConfig.class/methodProperties.json index e60bd4e7d..679c972c2 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryProjectConfig.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryProjectConfig.class/methodProperties.json @@ -1,7 +1,6 @@ { + "class" : { + }, "instance" : { - "baselineProject21:" : "dkh 6/12/2012 15:41:23.319", - "baselineProject20:" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "baselineProject20:" : "dkh 6/12/2012 15:41:23.319", + "baselineProject21:" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryProjectConfig.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryProjectConfig.class/properties.json index 847ee1265..f92c34948 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryProjectConfig.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryProjectConfig.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "MetacelloMCTestsAbstractConfig", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloVersionQueryProjectConfig", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "MetacelloMCTestsAbstractConfig", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryTestCase.class/methodProperties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryTestCase.class/methodProperties.json index 1fb2de339..0c1bc1943 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryTestCase.class/methodProperties.json @@ -1,40 +1,39 @@ { + "class" : { + }, "instance" : { - "testBaseline10PackagesForSpecNamed04" : "dkh 6/12/2012 15:41:23.319", - "testBaseline20Packages" : "dkh 6/12/2012 15:41:23.319", - "testBaseline30ResolveToLoadableSpecs01" : "dkh 6/12/2012 15:41:23.319", - "testBaseline20Load" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10ResolveToLoadableSpecs01" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10PackagesForSpecNamed02" : "dkh 6/12/2012 15:41:23.319", + "exampleProject" : "dkh 6/12/2012 15:41:23.319", + "masterProject" : "dkh 6/12/2012 15:41:23.319", "projectProject" : "dkh 6/12/2012 15:41:23.319", - "testBaseline20PackagesForSpecNamed03" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10Groups" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10Load" : "dkh 6/12/2012 15:41:23.319", "testBaseline10Packages" : "dkh 6/12/2012 15:41:23.319", - "testBaseline21PackagesForSpecNamed01" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10PackagesForSpecNamed01" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10PackagesForSpecNamed02" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10PackagesForSpecNamed03" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10PackagesForSpecNamed04" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10PackagesForSpecNamed05" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10PackagesForSpecNamed06" : "dkh 6/12/2012 15:41:23.319", "testBaseline10PackagesForSpecNamed07" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10PackagesForSpecNamed08" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10Projects" : "dkh 6/12/2012 15:41:23.319", + "testBaseline10ResolveToLoadableSpecs01" : "dkh 6/12/2012 15:41:23.319", + "testBaseline20Groups" : "dkh 6/12/2012 15:41:23.319", + "testBaseline20Load" : "dkh 6/12/2012 15:41:23.319", + "testBaseline20Packages" : "dkh 6/12/2012 15:41:23.319", "testBaseline20PackagesForSpecNamed01" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10Load" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10Groups" : "dkh 6/12/2012 15:41:23.319", - "testBaseline30PackagesForSpecNamed02" : "dkh 6/12/2012 15:41:23.319", - "exampleProject" : "dkh 6/12/2012 15:41:23.319", - "testBaseline30Projects" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10PackagesForSpecNamed05" : "dkh 6/12/2012 15:41:23.319", - "masterProject" : "dkh 6/12/2012 15:41:23.319", + "testBaseline20PackagesForSpecNamed02" : "dkh 6/12/2012 15:41:23.319", + "testBaseline20PackagesForSpecNamed03" : "dkh 6/12/2012 15:41:23.319", "testBaseline20PackagesForSpecNamed04" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10PackagesForSpecNamed03" : "dkh 6/12/2012 15:41:23.319", "testBaseline20Projects" : "dkh 6/12/2012 15:41:23.319", - "testBaseline31PackagesForSpecNamed03" : "dkh 6/12/2012 15:41:23.319", + "testBaseline21PackagesForSpecNamed01" : "dkh 6/12/2012 15:41:23.319", "testBaseline21PackagesForSpecNamed02" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10PackagesForSpecNamed08" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10PackagesForSpecNamed01" : "dkh 6/12/2012 15:41:23.319", - "testBaseline20PackagesForSpecNamed02" : "dkh 6/12/2012 15:41:23.319", - "testBaseline30PackagesForSpecNamed03" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10Projects" : "dkh 6/12/2012 15:41:23.319", - "testLatestFilter" : "dkh 6/12/2012 15:41:23.319", "testBaseline30Groups" : "dkh 6/12/2012 15:41:23.319", - "testBaseline10PackagesForSpecNamed06" : "dkh 6/12/2012 15:41:23.319", "testBaseline30Packages" : "dkh 6/12/2012 15:41:23.319", "testBaseline30PackagesForSpecNamed01" : "dkh 6/12/2012 15:41:23.319", - "testBaseline20Groups" : "dkh 6/12/2012 15:41:23.319" - }, - "class" : { } -} \ No newline at end of file + "testBaseline30PackagesForSpecNamed02" : "dkh 6/12/2012 15:41:23.319", + "testBaseline30PackagesForSpecNamed03" : "dkh 6/12/2012 15:41:23.319", + "testBaseline30Projects" : "dkh 6/12/2012 15:41:23.319", + "testBaseline30ResolveToLoadableSpecs01" : "dkh 6/12/2012 15:41:23.319", + "testBaseline31PackagesForSpecNamed03" : "dkh 6/12/2012 15:41:23.319", + "testLatestFilter" : "dkh 6/12/2012 15:41:23.319" } } diff --git a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryTestCase.class/properties.json b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryTestCase.class/properties.json index 9d51ff4be..faf13629d 100644 --- a/repository/Metacello-TestsMCA.package/MetacelloVersionQueryTestCase.class/properties.json +++ b/repository/Metacello-TestsMCA.package/MetacelloVersionQueryTestCase.class/properties.json @@ -1,11 +1,14 @@ { - "commentStamp" : "", - "super" : "TestCase", "category" : "Metacello-TestsMCA", - "classinstvars" : [ ], - "pools" : [ ], - "classvars" : [ ], - "instvars" : [ ], + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], "name" : "MetacelloVersionQueryTestCase", - "type" : "normal" -} \ No newline at end of file + "pools" : [ + ], + "super" : "TestCase", + "type" : "normal" } diff --git a/repository/Metacello-TestsMCA.package/monticello.meta/version b/repository/Metacello-TestsMCA.package/monticello.meta/version index 88fc4d7ba..2d47c404d 100644 --- a/repository/Metacello-TestsMCA.package/monticello.meta/version +++ b/repository/Metacello-TestsMCA.package/monticello.meta/version @@ -1,2 +1 @@ -(name 'Metacello-TestsMCA-EstebanLorenzano.89' message 'using platform to solve pragma selectors' id '7742e3db-ed16-0d00-b589-248102a3b4b1' date '2 October 2017' time '10:25:49.404173 am' author 'EstebanLorenzano' ancestors ((name 'Metacello-TestsMCA-EstebanLorenzano.1506604027' message 'using platoform to solve pragma selectors' id 'cf81c4d7-ed16-0d00-b588-a48502a3b4b1' date '2 October 2017' time '10:24:40.279344 am' author 'EstebanLorenzano' ancestors ((name 'Metacello-TestsMCA-EstebanLorenzano.1506604026' message 'try Smalltalk globals -' id '859f6c12-341b-545b-907b-0d1504218598' date '28 September 2017' time '3:07:06 pm' author 'EstebanLorenzano' ancestors () stepChildren ())(name 'Metacello-TestsMCA-topa.88' message 'Silence deprecation warnings in tests. SmalltalkImage>>#removeKey:ifAbsent: is Deprecated in Squeak (since 2010) and ''tobedeprecated'' in Pharo for a very long time. Uses `Smalltalk globals` now, which is preferred in the squeakish and supported in GS.' id '4bece5e6-9f2c-424f-8bf3-022488fd69c7' date '20 September 2017' time '11:16:11.918067 am' author 'topa' ancestors ((name 'Metacello-TestsMCA-dkh.87' message '#390 refactor tests that need to still have undefinedSymbols enabled' id 'b04ba0ce-8f0a-4049-875b-27048f9f2514' date '6 July 2016' time '4:01:16 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.86' message '#390 portable implementation of undefinedSymbol enable/reenable tracking' id '5131c151-6ec1-4b7d-ac8e-085e1153c408' date '6 July 2016' time '3:00:41 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.85' message '#390 cache and undo the undefinedSymbols handling while running Metacello tests that remove classes from the system during cleanup or the tests themselves ... should see significant speedup --- for GemStone --- will have to work out platform independent scheme if this trick pays off ...' id 'a6dbf5e1-e5b1-4105-a6dd-1df11aaaf316' date '6 July 2016' time '2:45:09 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.84' message 'add support for updating/modifying BaselineOf baseline method via MetacelloToolBox' id '5cb317e4-2339-4fc6-9ea3-43c49f839fa6' date '21 May 2016' time '8:47:32 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.83' message 'Issue #162: finally found the right balance between format and passing tests' id '1a264c44-a440-443b-a346-a493835651b9' date '31 October 2015' time '3:50:08 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.82' message 'merged by GitFileTree-MergeDriver' id '3b6140dd-5351-49c3-aaf8-03c92cdccf7e' date '24 October 2015' time '10:04:52 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.78' message 'shorten the class name MetacelloScriptingStandardTestHarness to MetacelloScriptingStdTstHarness' id '44fa9d93-5e06-47f8-8466-bf806af4ce3f' date '25 September 2015' time '4:32 pm' author 'dkh' ancestors () stepChildren ())(name 'Metacello-TestsMCA-dkh.81' message 'Issue #162: address a Squeak problem...' id '434b8b1c-a05e-4adc-aec1-d6652367403b' date '24 October 2015' time '8:36:38 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.80' message 'Issue #162: logging for test errors on other platforms' id '1eb04fb0-231f-46b1-8b1a-a51e7c8094fa' date '23 October 2015' time '8:27:05 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.79' message 'Issue #162: tests added and passing (locally)' id '04a1d223-3454-4887-ba91-e017833f8d42' date '23 October 2015' time '7:34:33 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.78' message 'Issue #162: rename some methods for clarity .. start adding tests not all passing yet ...' id '4c9e35a3-8f6e-4bd7-b820-b0df09a95e28' date '23 October 2015' time '5:14:08 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.77' message 'Issue #359: don''t fail MetacelloGithubIssue277TestCase>>testBitbucketRepositoryPatternMatchingA in error' id '43a5388c-b48b-432c-9732-806698c308f5' date '6 August 2015' time '10:18:04 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.76' message 'does it ever end? ... bitbucket is purring along like a kitten, but MetacelloScriptingDocumentationIssue196TestCase>>testLockCommandReference2 decieds to go all stubborn in Squeak-Trunk' id '3fe310aa-50b6-400b-9085-c3ddb50c76b7' date '9 July 2015' time '8:34:25 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.75' message 'Issue #355: add some error logging to MetacelloGithubIssue277TestCase>>testBitbucketRepositoryPatternMatchingA ' id '0d56bd11-5b7c-4613-b172-80194612e3e3' date '9 July 2015' time '11:17:25 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.74' message 'Issue #339: add a few more tests for good luck' id '97d11a4c-1726-4ca5-a398-9f5ebcc6726d' date '8 April 2015' time '3:16:21 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.73' message 'Issue #339: another test case' id 'd731e723-a52b-4284-9a55-0440e3837068' date '7 April 2015' time '6:26:48 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.72' message 'Issue #328: Update MetacelloProjectRegistrationTestCase>>testVersionInfo for new reality' id '4a36252f-541e-4492-a776-9e59499463c5' date '15 February 2015' time '12:11:05 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.71' message 'Issue #273: PackageInfo is no longer present in Pharo4.0 so implement MetacelloPlatform>>registerPackageNamed: ' id 'b3555512-0d15-4d42-92bc-c804a97df884' date '10 November 2014' time '5:01:41 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.70' message 'Issue #273: logging for Pharo-4.0 test failures' id 'f8f90adf-b0d4-46cf-8d84-337c9c9b43c1' date '10 November 2014' time '3:57:43 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.69' message 'Issue #309: bugfix and test case' id '7c6b277e-b3cc-4816-8034-e5b6954cb0e3' date '10 November 2014' time '2:54:02 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.68' message 'Issue #303: plan b ... multiple squeak platforms are now failing randomly ... just ignore `SSL error, -5` errors' id 'd5391b21-4455-4c4e-9c79-17d4f50190a9' date '18 October 2014' time '3:55:28 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.67' message 'Issue #303: additional SSL error for Squeak-4.5 (MetacelloScriptingDocumentationIssue196TestCase>>testLockCommandReference2)' id '2edbf9fb-7c4a-4a09-b956-19be1123adf4' date '18 October 2014' time '3:15:16 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.66' message 'issue #277: portability bugfix for rate limiting tests' id 'e8b7292d-0510-48cd-8507-b42ae97cb1a8' date '18 October 2014' time '12:09:43 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.65' message 'Issue #286: use MCRepositoryGroup>>removeIdenticalRepository: to remove repos in tests ... the description of repos can morph during a test and that foils the MCRepositoryGroup>>removeRepository: logic which uses description as part of equality test ... revert MetacelloPlatform>>createRepository: to old behavior of not setting description of a dictionary repo on creation ... still in question though' id '3de39607-536e-4b4f-960e-e414508d8dbf' date '18 October 2014' time '9:37:02 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.64' message 'Issue #286: dont''t fail tests because of github rate limiting errors' id '38627031-ce07-486a-bf03-c6aa83414085' date '18 October 2014' time '8:23:13 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.63' message 'Issue #295: use MetacelloNameNotDefinedError to signal the error. MetacelloNameNotDefinedError is a resumable error so that folks can get past issues while making it a bit more difficult to ignore so the configs will be fixed' id '7bc9a106-2754-4f15-aa70-458942ff7e91' date '17 October 2014' time '4:59:16 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.62' message 'Issue #286: remove some of the logging ... clean up repo in MetacelloLoadOrderTestCase' id '4027a83e-7be2-47cc-81c7-3213c9d6ddb9' date '17 October 2014' time '3:46:12 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.61' message 'Issue #286: correct some of the repository cleanup code' id 'aaef6efc-3e8e-436d-b938-6fdae4049274' date '17 October 2014' time '3:10:26 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.60' message 'Issue #277: cleanup mistake' id '1eefe040-9f26-4569-9643-8aa838820940' date '17 October 2014' time '2:06 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.59' message 'Issue #286: more repo cleanup' id '604b3a0b-8668-4358-84ba-219458ccf6e0' date '17 October 2014' time '2:04:52 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.58' message 'Issue #295: fix test, add test, improve error message again' id '157c5ed6-672b-4a60-8e5a-09f0443ec66d' date '17 October 2014' time '1:27:43 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.57' message 'Issue #295: improve the error message when a missing group/project/package name is encountered' id 'a82b8076-4bd0-4119-bff1-e7d83c6402c2' date '17 October 2014' time '11:47:52 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.56' message 'Issue #277: remove some of the error logging ... Pharo-3.0 portability ' id '0f77d64a-69ab-4a94-a5d3-2d39d0d128f4' date '16 October 2014' time '10:14:16 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.55' message 'Issue #277: pharo-1.4 error logging' id '6a93a31d-350c-49d5-9e25-88928d39f528' date '16 October 2014' time '8:51:30 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.54' message 'error logging for Pharo-1.4' id '96ddd217-d01e-443d-8a5f-069cf6efcabe' date '16 October 2014' time '8:11:13 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.53' message 'Issue #302: MetacelloPlatform>>clearPackageCache since recent test failures (https://travis-ci.org/dalehenrich/metacello-work/jobs/38108725#L4203) traced to old package versions living in cache and it''s possible that Issue #291 failures are due to same problem ... MetacelloPlatform>>defaultPackageCache added since Pharo wants to change MCCacheRepository api' id '5df81b52-8106-4d0d-bb23-8536d6135554' date '16 October 2014' time '10:04:18 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.52' message 'Issue #277: -add error logging for the test that could be exposed to reate limiting - add protocol for passing in username:password for json api calls ... still need to figure out how username:password for git will be stored' id '8f249ee5-d609-4641-af6f-fd301c9cfbca' date '15 October 2014' time '5:42:33 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.51' message 'Issue #277: implemented more tests ... because of github api rate limits, need to figure out how to specify a github username:password (rate limit goes way up) ...' id 'e6664777-18d0-48d7-bd47-2244cee3af1b' date '15 October 2014' time '5:00:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.50' message 'Issue #277: checkpoint - rename platform downloadFile:to: to downloadZipArchive:to: - add MetacelloGemStonePlatform>>downloadJSON: (still need to implement for other platforms) - implement tag pattern matching plus some basic tests - still need more tests/validation' id '1a94ae0d-bb76-402d-857d-7806e6fc5a11' date '14 October 2014' time '5:25:28 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.49' message 'rename MCGitBasedRepository to MCGitBasedNetworkRepository ... better name' id '0317f12b-ed3c-4b4c-9c02-8a69aefa9e7b' date '14 October 2014' time '9:45:27 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.48' message 'Issue #277: checkpoint .... added tests that revealed Issue #300 ... the two tests are wired out for the time being .... until Issue #300 is resolved ... the fix here will depend upon the techniology needed for Issue #277 anyway ... ' id '67349943-5679-4aca-bb1f-3d4e29da754b' date '13 October 2014' time '5:55:34 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.47' message 'Issue #277: version pattern matching parsing' id '2f334c27-be0a-4d91-8370-4560ef825681' date '13 October 2014' time '4:48:17 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.46' message 'Issue #277: Semantic versioning is too stringent ... Seaside versions tend to have 4 version fields instead of three ... besides for pattern matching we are not going to compare versions so we just need a comparer that recognizes *, #, and ? characters' id 'bd1166eb-aad4-469c-bd80-6251c8d2fa93' date '13 October 2014' time '4:08:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.45' message 'Issue #277: checkpoint ... working through version pattern matching using MetacelloVersionNumber>>match: and MetacelloSemanticVersionNumber>>match:' id '599e37d9-63cd-4be4-9683-3bd588f81e82' date '13 October 2014' time '4:05:49 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.44' message 'Issue #277: split out project version parsing and add tests' id '36f21fa3-25f3-4848-902b-acfe77200869' date '13 October 2014' time '2:27:20 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.43' message 'Issue #296: flesh out baseline validation implementation ... basic set of tests' id '3626a03d-d2f0-4a0f-994c-154fb384351a' date '9 October 2014' time '5:24:52 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.42' message 'Issue #295: while checking out Pharo-3.0 test failures (https://travis-ci.org/dalehenrich/metacello-work/jobs/37539749#L2409) discovered valid failure for MetacelloLoadOrderTestCase>>#testBaseline300alpha5IncludesX ' id '4eedc801-404f-4db7-91c4-2ab83da10081' date '9 October 2014' time '2:56:50 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.41' message 'Issue #295: finish implementation of exapansion of includes: ... that should be about it ...' id 'b5171a10-1c1d-41bc-947b-a7a484fe0d90' date '9 October 2014' time '10:16:05 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.40' message 'Issue #295: get new load order logic correct for default load order (no dependencies specified) ... fix up tests' id '805e755a-62f6-4639-a9fb-78a0a87fd2bb' date '3 October 2014' time '6:20:15 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.39' message 'Issue #295: finalize implementation and add tests ...' id 'c5717058-3dee-43d6-82b0-5a2f044273f6' date '3 October 2014' time '5:12:09 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.38' message 'Issue #196: checkpoint expand test cases; Issue #294: add test case' id '1f0d34c5-41fa-48d0-9a79-c03dd1b4aff0' date '1 October 2014' time '12:40:48 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.37' message 'Issue #196: implement test setup code to create local filetree-based repos for MetacelloScriptingDocumentationIssue196TestCase' id 'f8d0b504-96a2-4c42-a8f0-7b5a477fcc00' date '1 October 2014' time '11:51:22 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.36' message 'Issue #196: a bit o house cleaning' id 'dc60e052-ecd0-4088-854b-1cb76129d0c4' date '30 September 2014' time '5:09:01 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.35' message 'Issue #292: proposed fix and test ' id '0676ba7d-1c89-42a5-829d-0eec26912dbe' date '30 September 2014' time '4:32:17 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.34' message 'Issue #196: add more test cases for Lock Command Reference, while reviewing the Lock Command Reference correctness for Issue #241' id '80548dec-e2ee-4d08-a627-5cd6e0290087' date '30 September 2014' time '4:23:47 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.33' message 'Issue #196: checkpoint ... create test case class and start writing tests' id 'bc53d9b5-dfa5-4cf6-be31-af86df3e0e74' date '30 September 2014' time '3:34:10 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.32' message 'Push test classes into Metacello-TestsMC to facilitate test run-time balancing: MetacelloIssueTestCase MetacelloScriptingStandardTestHarness MetacelloScriptingTestCase MetacelloBasicScriptingTestCase MetacelloExternalScriptingTestCase ' id '1922407e-8066-4551-8fe8-2860b048627d' date '30 September 2014' time '2:55:20 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.31' message 'Issue #286: add error logging ...' id '75f938f3-6c5c-4fe3-b5ba-3f14562302d5' date '30 September 2014' time '10:02:37 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.30' message 'fix for Issue #131 test failure (test issue)' id '16be8395-7e4e-422e-9927-1bcab65923c4' date '18 September 2014' time '10:04:38 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.29' message 'Issue #131: pulled in tests and new method MetacelloToolBox>>methodSectionsFrom:do:' id '7ee96847-acc5-47ee-b617-78c0f862e473' date '17 September 2014' time '4:43:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.28' message 'Issue #247: portability changes for leak detection' id 'd7fbfa1d-47d9-4254-9627-f2d1884e7579' date '30 August 2014' time '2:10:10 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.27' message 'Issue #247: add some travis friendly logging to the leak detection logic' id '8a87cb13-698e-41f4-81a1-7ac02c90b618' date '30 August 2014' time '12:02:03 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.26' message 'Issue #247: expand leak detection and fix some issues' id '33e7b2e8-a192-49f0-ac6b-95045fab3001' date '30 August 2014' time '10:45:59 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.25' message 'Issue #251: first cut at bugix' id 'a85f76de-e037-4f24-afe2-6fb3f0189adb' date '21 June 2014' time '8:05:09 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.24' message 'can I not type...' id 'b1c4d83d-52bc-4c72-80a1-ac90be70ff67' date '12 June 2014' time '10:25:11 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.23' message 'Squeak does not have #trimBoth and Pharo2.0+ does not have #withBlanksTrimmed ... - this is a test ... hack with resondsTo:' id '60216b41-0f67-496b-9009-55902aa5721e' date '12 June 2014' time '10:02:10 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.22' message 'Squeak does not have #trimBoth ... try #withBlanksTrimmed and cross fingers ' id 'da7a3098-9c59-45d5-85cc-efb82675a7da' date '12 June 2014' time '7:27:51 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.21' message 'move another test to MCB' id '147214cb-ef24-4423-8316-28946f68ace8' date '12 June 2014' time '6:01:13 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.20' message 'move tests from MCA to MCB to balanace test execution times' id 'dc94c33a-225b-4beb-811e-3bc6fe559f0b' date '12 June 2014' time '5:53:02 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.19' message 'remove tracing' id 'e33d8c08-f86d-4fcf-8c67-af56c7919f22' date '12 June 2014' time '5:38:39 am' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.18' message 'gained/lost whitespace MetacelloToolBoxConstructorTestCase>>#''testProjectToolBoxSourceComparison* tests - tests for Issue #216, Issue #223, and Issue #245 - tests should pass now' id '4d67b40b-4523-4183-8500-b37e14147d29' date '11 June 2014' time '11:20:27 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.17' message '1 down, more to go ... more tracing - tests for Issue #216, Issue #223, and Issue #245 ' id 'db5482fe-a8a2-49d6-b228-10ba98c6147e' date '11 June 2014' time '9:11:14 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.16' message 'fix tracing for test errors: - tests for Issue #216, Issue #223, and Issue #245 ' id '202c96f8-7ce6-4a4d-ba89-e93b31f0f122' date '11 June 2014' time '8:05:34 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.15' message 'tracing for test errors: - tests for Issue #216, Issue #223, and Issue #245' id '8a175e6b-1652-4695-91cb-f4d79d5f3280' date '11 June 2014' time '7:05:54 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.14' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code - support for MetacelloProjectRegistrationVersionInfo which should allow us to associate the git commit SHA for a git repo with the baseline that was loaded from the repo - all repository types supported for displaying something useful for the version string (only used by baselines as configuration version is used for configurations) - tests' id '64a18756-9caf-4f0d-a312-3d877389cbf0' date '8 May 2014' time '4:22:43 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCA-otto.13' message 'fix registration tests' id 'a983ab53-427b-471b-9fc1-531b0806ed55' date '8 May 2014' time '12:38:58 pm' author 'otto' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Metacello-TestsMCA-dkh.90' message 'Issue #510: rate limiting errors; adjust tests because bitbucket no longer supports the tag access API...' id 'c12800f1-612b-4bb9-98bc-827aba351bcd' date '09/17/2019' time '10:20:31' author 'dkh' ancestors ((name 'Metacello-TestsMCA-EstebanLorenzano.89' message 'using platform to solve pragma selectors' id '7742e3db-ed16-0d00-b589-248102a3b4b1' date '10/02/2017' time '10:25:49' author 'EstebanLorenzano' ancestors ((name 'Metacello-TestsMCA-EstebanLorenzano.1506604027' message 'using platoform to solve pragma selectors' id 'cf81c4d7-ed16-0d00-b588-a48502a3b4b1' date '10/02/2017' time '10:24:40' author 'EstebanLorenzano' ancestors ((name 'Metacello-TestsMCA-EstebanLorenzano.1506604026' message 'try Smalltalk globals ' id '859f6c12-341b-545b-907b-0d1504218598' date '09/28/2017' time '15:07:06' author 'EstebanLorenzano' ancestors () stepChildren ())(name 'Metacello-TestsMCA-topa.88' message 'Silence deprecation warnings in tests. SmalltalkImage>>#removeKey:ifAbsent: is Deprecated in Squeak (since 2010) and ''tobedeprecated'' in Pharo for a very long time. Uses `Smalltalk globals` now, which is preferred in the squeakish and supported in GS.' id '4bece5e6-9f2c-424f-8bf3-022488fd69c7' date '09/20/2017' time '11:16:11' author 'topa' ancestors ((name 'Metacello-TestsMCA-dkh.87' message '#390 refactor tests that need to still have undefinedSymbols enabled' id 'b04ba0ce-8f0a-4049-875b-27048f9f2514' date '07/06/2016' time '16:01:16' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.86' message '#390 portable implementation of undefinedSymbol enable/reenable tracking' id '5131c151-6ec1-4b7d-ac8e-085e1153c408' date '07/06/2016' time '15:00:41' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.85' message '#390 cache and undo the undefinedSymbols handling while running Metacello tests that remove classes from the system during cleanup or the tests themselves ... should see significant speedup --- for GemStone --- will have to work out platform independent scheme if this trick pays off ...' id 'a6dbf5e1-e5b1-4105-a6dd-1df11aaaf316' date '07/06/2016' time '14:45:09' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.84' message 'add support for updating/modifying BaselineOf baseline method via MetacelloToolBox' id '5cb317e4-2339-4fc6-9ea3-43c49f839fa6' date '05/21/2016' time '20:47:32' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.83' message 'Issue #162: finally found the right balance between format and passing tests' id '1a264c44-a440-443b-a346-a493835651b9' date '10/31/2015' time '15:50:08' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.82' message 'merged by GitFileTree-MergeDriver' id '3b6140dd-5351-49c3-aaf8-03c92cdccf7e' date '10/24/2015' time '10:04:52' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.78' message 'shorten the class name MetacelloScriptingStandardTestHarness to MetacelloScriptingStdTstHarness' id '44fa9d93-5e06-47f8-8466-bf806af4ce3f' date '09/25/2015' time '16:32:00' author 'dkh' ancestors () stepChildren ())(name 'Metacello-TestsMCA-dkh.81' message 'Issue #162: address a Squeak problem...' id '434b8b1c-a05e-4adc-aec1-d6652367403b' date '10/24/2015' time '08:36:38' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.80' message 'Issue #162: logging for test errors on other platforms' id '1eb04fb0-231f-46b1-8b1a-a51e7c8094fa' date '10/23/2015' time '20:27:05' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.79' message 'Issue #162: tests added and passing (locally)' id '04a1d223-3454-4887-ba91-e017833f8d42' date '10/23/2015' time '19:34:33' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.78' message 'Issue #162: rename some methods for clarity .. start adding tests not all passing yet ...' id '4c9e35a3-8f6e-4bd7-b820-b0df09a95e28' date '10/23/2015' time '17:14:08' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.77' message 'Issue #359: don''t fail MetacelloGithubIssue277TestCase>>testBitbucketRepositoryPatternMatchingA in error' id '43a5388c-b48b-432c-9732-806698c308f5' date '08/06/2015' time '10:18:04' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.76' message 'does it ever end? ... bitbucket is purring along like a kitten, but MetacelloScriptingDocumentationIssue196TestCase>>testLockCommandReference2 decieds to go all stubborn in Squeak-Trunk' id '3fe310aa-50b6-400b-9085-c3ddb50c76b7' date '07/09/2015' time '20:34:25' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.75' message 'Issue #355: add some error logging to MetacelloGithubIssue277TestCase>>testBitbucketRepositoryPatternMatchingA ' id '0d56bd11-5b7c-4613-b172-80194612e3e3' date '07/09/2015' time '11:17:25' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.74' message 'Issue #339: add a few more tests for good luck' id '97d11a4c-1726-4ca5-a398-9f5ebcc6726d' date '04/08/2015' time '15:16:21' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.73' message 'Issue #339: another test case' id 'd731e723-a52b-4284-9a55-0440e3837068' date '04/07/2015' time '18:26:48' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.72' message 'Issue #328: Update MetacelloProjectRegistrationTestCase>>testVersionInfo for new reality' id '4a36252f-541e-4492-a776-9e59499463c5' date '02/15/2015' time '12:11:05' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.71' message 'Issue #273: PackageInfo is no longer present in Pharo4.0 so implement MetacelloPlatform>>registerPackageNamed: ' id 'b3555512-0d15-4d42-92bc-c804a97df884' date '11/10/2014' time '17:01:41' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.70' message 'Issue #273: logging for Pharo-4.0 test failures' id 'f8f90adf-b0d4-46cf-8d84-337c9c9b43c1' date '11/10/2014' time '15:57:43' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.69' message 'Issue #309: bugfix and test case' id '7c6b277e-b3cc-4816-8034-e5b6954cb0e3' date '11/10/2014' time '14:54:02' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.68' message 'Issue #303: plan b ... multiple squeak platforms are now failing randomly ... just ignore `SSL error, -5` errors' id 'd5391b21-4455-4c4e-9c79-17d4f50190a9' date '10/18/2014' time '15:55:28' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.67' message 'Issue #303: additional SSL error for Squeak-4.5 (MetacelloScriptingDocumentationIssue196TestCase>>testLockCommandReference2)' id '2edbf9fb-7c4a-4a09-b956-19be1123adf4' date '10/18/2014' time '15:15:16' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.66' message 'issue #277: portability bugfix for rate limiting tests' id 'e8b7292d-0510-48cd-8507-b42ae97cb1a8' date '10/18/2014' time '12:09:43' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.65' message 'Issue #286: use MCRepositoryGroup>>removeIdenticalRepository: to remove repos in tests ... the description of repos can morph during a test and that foils the MCRepositoryGroup>>removeRepository: logic which uses description as part of equality test ... revert MetacelloPlatform>>createRepository: to old behavior of not setting description of a dictionary repo on creation ... still in question though' id '3de39607-536e-4b4f-960e-e414508d8dbf' date '10/18/2014' time '09:37:02' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.64' message 'Issue #286: dont''t fail tests because of github rate limiting errors' id '38627031-ce07-486a-bf03-c6aa83414085' date '10/18/2014' time '08:23:13' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.63' message 'Issue #295: use MetacelloNameNotDefinedError to signal the error. MetacelloNameNotDefinedError is a resumable error so that folks can get past issues while making it a bit more difficult to ignore so the configs will be fixed' id '7bc9a106-2754-4f15-aa70-458942ff7e91' date '10/17/2014' time '16:59:16' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.62' message 'Issue #286: remove some of the logging ... clean up repo in MetacelloLoadOrderTestCase' id '4027a83e-7be2-47cc-81c7-3213c9d6ddb9' date '10/17/2014' time '15:46:12' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.61' message 'Issue #286: correct some of the repository cleanup code' id 'aaef6efc-3e8e-436d-b938-6fdae4049274' date '10/17/2014' time '15:10:26' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.60' message 'Issue #277: cleanup mistake' id '1eefe040-9f26-4569-9643-8aa838820940' date '10/17/2014' time '14:06:00' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.59' message 'Issue #286: more repo cleanup' id '604b3a0b-8668-4358-84ba-219458ccf6e0' date '10/17/2014' time '14:04:52' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.58' message 'Issue #295: fix test, add test, improve error message again' id '157c5ed6-672b-4a60-8e5a-09f0443ec66d' date '10/17/2014' time '13:27:43' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.57' message 'Issue #295: improve the error message when a missing group/project/package name is encountered' id 'a82b8076-4bd0-4119-bff1-e7d83c6402c2' date '10/17/2014' time '11:47:52' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.56' message 'Issue #277: remove some of the error logging ... Pharo-3.0 portability ' id '0f77d64a-69ab-4a94-a5d3-2d39d0d128f4' date '10/16/2014' time '22:14:16' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.55' message 'Issue #277: pharo-1.4 error logging' id '6a93a31d-350c-49d5-9e25-88928d39f528' date '10/16/2014' time '20:51:30' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.54' message 'error logging for Pharo-1.4' id '96ddd217-d01e-443d-8a5f-069cf6efcabe' date '10/16/2014' time '20:11:13' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.53' message 'Issue #302: MetacelloPlatform>>clearPackageCache since recent test failures (https://travis-ci.org/dalehenrich/metacello-work/jobs/38108725#L4203) traced to old package versions living in cache and it''s possible that Issue #291 failures are due to same problem ... MetacelloPlatform>>defaultPackageCache added since Pharo wants to change MCCacheRepository api' id '5df81b52-8106-4d0d-bb23-8536d6135554' date '10/16/2014' time '10:04:18' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.52' message 'Issue #277: -add error logging for the test that could be exposed to reate limiting - add protocol for passing in username:password for json api calls ... still need to figure out how username:password for git will be stored' id '8f249ee5-d609-4641-af6f-fd301c9cfbca' date '10/15/2014' time '17:42:33' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.51' message 'Issue #277: implemented more tests ... because of github api rate limits, need to figure out how to specify a github username:password (rate limit goes way up) ...' id 'e6664777-18d0-48d7-bd47-2244cee3af1b' date '10/15/2014' time '17:00:22' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.50' message 'Issue #277: checkpoint - rename platform downloadFile:to: to downloadZipArchive:to: - add MetacelloGemStonePlatform>>downloadJSON: (still need to implement for other platforms) - implement tag pattern matching plus some basic tests - still need more tests/validation' id '1a94ae0d-bb76-402d-857d-7806e6fc5a11' date '10/14/2014' time '17:25:28' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.49' message 'rename MCGitBasedRepository to MCGitBasedNetworkRepository ... better name' id '0317f12b-ed3c-4b4c-9c02-8a69aefa9e7b' date '10/14/2014' time '09:45:27' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.48' message 'Issue #277: checkpoint .... added tests that revealed Issue #300 ... the two tests are wired out for the time being .... until Issue #300 is resolved ... the fix here will depend upon the techniology needed for Issue #277 anyway ... ' id '67349943-5679-4aca-bb1f-3d4e29da754b' date '10/13/2014' time '17:55:34' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.47' message 'Issue #277: version pattern matching parsing' id '2f334c27-be0a-4d91-8370-4560ef825681' date '10/13/2014' time '16:48:17' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.46' message 'Issue #277: Semantic versioning is too stringent ... Seaside versions tend to have 4 version fields instead of three ... besides for pattern matching we are not going to compare versions so we just need a comparer that recognizes *, #, and ? characters' id 'bd1166eb-aad4-469c-bd80-6251c8d2fa93' date '10/13/2014' time '16:08:24' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.45' message 'Issue #277: checkpoint ... working through version pattern matching using MetacelloVersionNumber>>match: and MetacelloSemanticVersionNumber>>match:' id '599e37d9-63cd-4be4-9683-3bd588f81e82' date '10/13/2014' time '16:05:49' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.44' message 'Issue #277: split out project version parsing and add tests' id '36f21fa3-25f3-4848-902b-acfe77200869' date '10/13/2014' time '14:27:20' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.43' message 'Issue #296: flesh out baseline validation implementation ... basic set of tests' id '3626a03d-d2f0-4a0f-994c-154fb384351a' date '10/09/2014' time '17:24:52' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.42' message 'Issue #295: while checking out Pharo-3.0 test failures (https://travis-ci.org/dalehenrich/metacello-work/jobs/37539749#L2409) discovered valid failure for MetacelloLoadOrderTestCase>>#testBaseline300alpha5IncludesX ' id '4eedc801-404f-4db7-91c4-2ab83da10081' date '10/09/2014' time '14:56:50' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.41' message 'Issue #295: finish implementation of exapansion of includes: ... that should be about it ...' id 'b5171a10-1c1d-41bc-947b-a7a484fe0d90' date '10/09/2014' time '10:16:05' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.40' message 'Issue #295: get new load order logic correct for default load order (no dependencies specified) ... fix up tests' id '805e755a-62f6-4639-a9fb-78a0a87fd2bb' date '10/03/2014' time '18:20:15' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.39' message 'Issue #295: finalize implementation and add tests ...' id 'c5717058-3dee-43d6-82b0-5a2f044273f6' date '10/03/2014' time '17:12:09' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.38' message 'Issue #196: checkpoint expand test cases; Issue #294: add test case' id '1f0d34c5-41fa-48d0-9a79-c03dd1b4aff0' date '10/01/2014' time '12:40:48' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.37' message 'Issue #196: implement test setup code to create local filetree-based repos for MetacelloScriptingDocumentationIssue196TestCase' id 'f8d0b504-96a2-4c42-a8f0-7b5a477fcc00' date '10/01/2014' time '11:51:22' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.36' message 'Issue #196: a bit o house cleaning' id 'dc60e052-ecd0-4088-854b-1cb76129d0c4' date '09/30/2014' time '17:09:01' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.35' message 'Issue #292: proposed fix and test ' id '0676ba7d-1c89-42a5-829d-0eec26912dbe' date '09/30/2014' time '16:32:17' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.34' message 'Issue #196: add more test cases for Lock Command Reference, while reviewing the Lock Command Reference correctness for Issue #241' id '80548dec-e2ee-4d08-a627-5cd6e0290087' date '09/30/2014' time '16:23:47' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.33' message 'Issue #196: checkpoint ... create test case class and start writing tests' id 'bc53d9b5-dfa5-4cf6-be31-af86df3e0e74' date '09/30/2014' time '15:34:10' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.32' message 'Push test classes into Metacello-TestsMC to facilitate test run-time balancing: MetacelloIssueTestCase MetacelloScriptingStandardTestHarness MetacelloScriptingTestCase MetacelloBasicScriptingTestCase MetacelloExternalScriptingTestCase ' id '1922407e-8066-4551-8fe8-2860b048627d' date '09/30/2014' time '14:55:20' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.31' message 'Issue #286: add error logging ...' id '75f938f3-6c5c-4fe3-b5ba-3f14562302d5' date '09/30/2014' time '10:02:37' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.30' message 'fix for Issue #131 test failure (test issue)' id '16be8395-7e4e-422e-9927-1bcab65923c4' date '09/18/2014' time '10:04:38' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.29' message 'Issue #131: pulled in tests and new method MetacelloToolBox>>methodSectionsFrom:do:' id '7ee96847-acc5-47ee-b617-78c0f862e473' date '09/17/2014' time '16:43:24' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.28' message 'Issue #247: portability changes for leak detection' id 'd7fbfa1d-47d9-4254-9627-f2d1884e7579' date '08/30/2014' time '14:10:10' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.27' message 'Issue #247: add some travis friendly logging to the leak detection logic' id '8a87cb13-698e-41f4-81a1-7ac02c90b618' date '08/30/2014' time '12:02:03' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.26' message 'Issue #247: expand leak detection and fix some issues' id '33e7b2e8-a192-49f0-ac6b-95045fab3001' date '08/30/2014' time '10:45:59' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.25' message 'Issue #251: first cut at bugix' id 'a85f76de-e037-4f24-afe2-6fb3f0189adb' date '06/21/2014' time '08:05:09' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.24' message 'can I not type...' id 'b1c4d83d-52bc-4c72-80a1-ac90be70ff67' date '06/12/2014' time '10:25:11' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.23' message 'Squeak does not have #trimBoth and Pharo2.0+ does not have #withBlanksTrimmed ... - this is a test ... hack with resondsTo:' id '60216b41-0f67-496b-9009-55902aa5721e' date '06/12/2014' time '10:02:10' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.22' message 'Squeak does not have #trimBoth ... try #withBlanksTrimmed and cross fingers ' id 'da7a3098-9c59-45d5-85cc-efb82675a7da' date '06/12/2014' time '07:27:51' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.21' message 'move another test to MCB' id '147214cb-ef24-4423-8316-28946f68ace8' date '06/12/2014' time '06:01:13' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.20' message 'move tests from MCA to MCB to balanace test execution times' id 'dc94c33a-225b-4beb-811e-3bc6fe559f0b' date '06/12/2014' time '05:53:02' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.19' message 'remove tracing' id 'e33d8c08-f86d-4fcf-8c67-af56c7919f22' date '06/12/2014' time '05:38:39' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.18' message 'gained/lost whitespace MetacelloToolBoxConstructorTestCase>>#''testProjectToolBoxSourceComparison* tests - tests for Issue #216, Issue #223, and Issue #245 - tests should pass now' id '4d67b40b-4523-4183-8500-b37e14147d29' date '06/11/2014' time '23:20:27' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.17' message '1 down, more to go ... more tracing - tests for Issue #216, Issue #223, and Issue #245 ' id 'db5482fe-a8a2-49d6-b228-10ba98c6147e' date '06/11/2014' time '21:11:14' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.16' message 'fix tracing for test errors: - tests for Issue #216, Issue #223, and Issue #245 ' id '202c96f8-7ce6-4a4d-ba89-e93b31f0f122' date '06/11/2014' time '20:05:34' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.15' message 'tracing for test errors: - tests for Issue #216, Issue #223, and Issue #245' id '8a175e6b-1652-4695-91cb-f4d79d5f3280' date '06/11/2014' time '19:05:54' author 'dkh' ancestors ((name 'Metacello-TestsMCA-dkh.14' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code - support for MetacelloProjectRegistrationVersionInfo which should allow us to associate the git commit SHA for a git repo with the baseline that was loaded from the repo - all repository types supported for displaying something useful for the version string (only used by baselines as configuration version is used for configurations) - tests' id '64a18756-9caf-4f0d-a312-3d877389cbf0' date '05/08/2014' time '16:22:43' author 'dkh' ancestors ((name 'Metacello-TestsMCA-otto.13' message 'fix registration tests' id 'a983ab53-427b-471b-9fc1-531b0806ed55' date '05/08/2014' time '12:38:58' author 'otto' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/Metacello-TestsMCA.package/properties.json b/repository/Metacello-TestsMCA.package/properties.json index 6f31cf5a2..f037444a7 100644 --- a/repository/Metacello-TestsMCA.package/properties.json +++ b/repository/Metacello-TestsMCA.package/properties.json @@ -1 +1,2 @@ -{ } \ No newline at end of file +{ + } diff --git a/repository/Metacello-TestsMCB.package/MetacelloScriptingSuccessTestCase.class/methodProperties.json b/repository/Metacello-TestsMCB.package/MetacelloScriptingSuccessTestCase.class/methodProperties.json index c42631512..c95458492 100644 --- a/repository/Metacello-TestsMCB.package/MetacelloScriptingSuccessTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsMCB.package/MetacelloScriptingSuccessTestCase.class/methodProperties.json @@ -16,9 +16,9 @@ "testFileTreeLoadGithubRefBaseline9" : "dkh 09/25/2015 16:22", "testGitHubLoad1" : "dkh 09/25/2015 16:22", "testGitHubTagPatternLoad1" : "dkh 10/18/2014 12:08", - "testGitHubTagPatternLoad2" : "dkh 10/18/2014 12:08", - "testGitHubTagPatternLoad2B" : "dkh 10/18/2014 12:08", - "testGitHubTagPatternLoad3" : "dkh 02/16/2015 17:39", + "testGitHubTagPatternLoad2" : "dkh 07/02/2020 11:56", + "testGitHubTagPatternLoad2B" : "dkh 07/02/2020 11:56", + "testGitHubTagPatternLoad3" : "dkh 07/02/2020 11:57", "testGithubRefBaselineLoad1" : "dkh 09/25/2015 16:22", "testGithubRefBaselineLoad2" : "dkh 09/25/2015 16:22", "testGithubRefBaselineLoad3" : "dkh 09/25/2015 16:22" } } diff --git a/repository/Metacello-TestsMCB.package/monticello.meta/version b/repository/Metacello-TestsMCB.package/monticello.meta/version index 79c082be7..667c45c06 100644 --- a/repository/Metacello-TestsMCB.package/monticello.meta/version +++ b/repository/Metacello-TestsMCB.package/monticello.meta/version @@ -1 +1 @@ -(name 'Metacello-TestsMCB-tobe.172' message 'compare version strings with a prefix-based match' id '487f86b9-2a2c-430e-8e71-4a9bdbca87ff' date '8 May 2020' time '9:36:22.395264 am' author 'tobe' ancestors ((name 'Metacello-TestsMCB-tobe.171' message 'make asserts of tests failing on CI more descriptive' id 'a9fb7b16-652d-48ce-812f-3d5663194a32' date '7 May 2020' time '8:09:12.954303 pm' author 'tobe' ancestors ((name 'Metacello-TestsMCB-tobe.170' message 'use correct access to globals dictionaryempty log message' id '8b6137c7-ddaf-4a75-bf30-40d31cbbe5c8' date '7 May 2020' time '5:06:01.911493 pm' author 'tobe' ancestors ((name 'Metacello-TestsMCB-topa.169' message 'Silence deprecation warnings in tests. SmalltalkImage>>#removeKey:ifAbsent: is Deprecated in Squeak (since 2010) and ''tobedeprecated'' in Pharo for a very long time. Uses `Smalltalk globals` now, which is preferred in the squeakish and supported in GS.' id '98e36394-c784-4226-9317-aa9722c4eed2' date '20 September 2017' time '11:16:27.814676 am' author 'topa' ancestors ((name 'Metacello-TestsMCB-dkh.168' message '#399 finally put together a collection of tests that provide pretty complete cover/characterization of the BaselineOf load behavior for different combinations of package versions ... the upshot is that with standard packages, packages with the same version are not loaded (incorrectly assumed to be the same) the cypress package unconditionally loads the package regardless of version --- of course with the way Monticello packages nothing is actually done if the definition lists are the same. See https://github.com/dalehenrich/metacello-work/issues/399#issuecomment-231464884.' id '7a020f31-ea01-4b6a-9394-3d38a7b11085' date '8 July 2016' time '1:38:13 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.167' message '#399 Squeak/Pharo portability' id '754a492f-959d-4ffd-a37a-39b28fac29f4' date '7 July 2016' time '5:03:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.166' message '#399, #400 add tests cases for these bugs ... with the test cases, I''ve shown that Metacello ignores the package-cache when deciding whether or not to fetch a package from a FileTree repo so at least Metacello will ignore the package-cache during Baseline loads ... did not explore Configuration loads, but they need to follow the mcz repo rules ... Consequently it isn''t absolutely necessary to have any special package-cache handling for Cypress packages, but I''m going to leave the code in place ' id '770b5b5a-5d75-4529-b522-6189e0b7a311' date '7 July 2016' time '4:53:14 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.165' message '#399 add tests that load baselines with Cypress packages enabled ... keep us honest' id '2994c821-e658-4d30-95d6-d763c468fd1d' date '7 July 2016' time '7:48:47 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.164' message '#390 go after a 2.4.8 package leak: https://travis-ci.org/dalehenrich/metacello-work/jobs/142955102#L5305' id 'd728d7e0-69b3-4f0a-a8e0-fe80dc0dfa9f' date '6 July 2016' time '11:36:05 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.163' message '#390 missed an additional 7 tests that need UndefinedSymbol tracking enabled' id 'dde8de37-aa89-4c21-9638-ce0697f9f4be' date '6 July 2016' time '4:49:51 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.162' message '#390 additional refactoring to enable UndefinedSymbols tracking where needed ' id '8a42f36f-58f6-4b67-882c-985a305a974a' date '6 July 2016' time '4:24:09 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.161' message '#390 fix two failing tests: Metacello.TestsMCB.MetacelloScriptingWarningTestCase ✗ testOnWarningLogDuringLoad (0.503 seconds) ✗ testWarningDuringLoad (0.498 seconds)' id '36481136-5cdb-44dd-99c5-32db33a7fc6e' date '6 July 2016' time '3:37:38 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.160' message 'Issue #162: fiddle with format for baseline spec printing' id 'a8500950-10e6-4925-8e4b-77f215f45682' date '31 October 2015' time '1:59:18 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.159' message 'fix up some method mangling introduced in 40d7783' id '21bd33ff-f965-48c1-a11f-3b2d980f29b3' date '29 September 2015' time '6:38:01 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.158' message 'shorten the class name MetacelloScriptingStandardTestHarness to MetacelloScriptingStdTstHarness' id '4323d5d7-674d-4e57-b5e4-7533497f3e5d' date '25 September 2015' time '4:32:02 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.157' message '[ci skip] replace MetacelloScriptingStandardTestHarness>>validateExpectedConfigurationClassName:expectedConfigurationVersion:expectedConfigurationRepository:expectedBaselineClassName:expectedBaselineVersion:expectedBaselineRepository: with MetacelloScriptingStandardTestHarness>>validate:expConfigVersion:expConfigRepo:expBaselineClassName:expBaselineVersion:expBaselineRepo:' id '8ec19b39-eaaa-43b6-82ae-6545754b310d' date '25 September 2015' time '4:27:56 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.156' message '[ci skip] test method name shortening....' id '99e3d129-64ed-4460-aaf9-72ea050e86ad' date '25 September 2015' time '2:57:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.155' message 'Issue #339: create test case ... fails nicely' id '54ae2024-ed3e-46dd-9cc5-6918737bc29c' date '7 April 2015' time '4:38:04 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.154' message 'Issue #331: additional test cases' id '09446e43-8f8c-4eab-89e0-f2194b160b1c' date '19 February 2015' time '3:44:42 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.153' message 'Issue #331: proposed bug fix plus tests' id '55b87230-070d-49a1-b03c-ad010d31bbe8' date '19 February 2015' time '1:36:26 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.152' message 'Issue #330: adjust MetacelloScriptingSuccessTestCase>>testGitHubTagPatternLoad3 since we''re now actually loading ExternalCore pacakge' id 'eb01241d-928d-417b-a50b-2d1844efac4c' date '16 February 2015' time '5:42:49 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.151' message 'Issue #303: plan b ... multiple squeak platforms are now failing randomly ... just ignore `SSL error, -5` errors' id '7bc9f8e9-6544-4e95-8ad7-265ae46436c7' date '18 October 2014' time '3:55:30 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.150' message 'Issue #303: fix the expectedFailures code' id '17a2a269-e456-4116-8d61-d164b5205814' date '18 October 2014' time '3:12:46 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.149' message 'Issue #303: add expected failures for Squeak-4.5' id '93b3c5e8-1990-4337-b475-550fc55bc766' date '18 October 2014' time '2:53:19 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.148' message 'Issue #303: more logging and Squeak only lineup' id '9390cc7d-a4ed-44b0-933f-28b45424e209' date '18 October 2014' time '2:11:48 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.147' message 'issue #277: portability bugfix for rate limiting tests' id '5fc15add-2c89-4471-b3c6-7dca42ccc8d5' date '18 October 2014' time '12:09:45 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.146' message 'Issue #286: use MCRepositoryGroup>>removeIdenticalRepository: to remove repos in tests ... the description of repos can morph during a test and that foils the MCRepositoryGroup>>removeRepository: logic which uses description as part of equality test ... revert MetacelloPlatform>>createRepository: to old behavior of not setting description of a dictionary repo on creation ... still in question though' id '8b4e3c5b-f52f-44fb-8adc-af5ab630eafe' date '18 October 2014' time '9:37:04 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.145' message 'issue #286: fix a bug in the logging...' id 'b65648a3-f5dd-4b62-a884-0e9ea54bd6c6' date '18 October 2014' time '8:37:06 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.144' message 'Issue #286: dont''t fail tests because of github rate limiting errors' id 'e3d31fa4-b0a1-4239-bd24-860656edd060' date '18 October 2014' time '8:23:16 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.143' message 'Issue #286: more cleanup of potential repository leaks' id '8df2cd47-414d-4d5e-b1f0-6ad28db6df2a' date '18 October 2014' time '8:08:31 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.142' message 'Issue #286: more MetacelloScriptingGetTestCase>>testLoadNGet logging' id '2a5e7c2b-4557-4646-9c5e-147cf2873e11' date '17 October 2014' time '11:03:33 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.141' message 'Issue #286: more MetacelloScriptingGetTestCase>>testLoadNGet logging .... remove MetacelloAtomicLoadOrderTest>>testBaseline10LoadAtomic logging' id '4983492a-16b3-4fc2-b850-3f7f7a9c9329' date '17 October 2014' time '9:55:03 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.140' message 'Issue #286: MetacelloScriptingGetTestCase>>testLoadNGet logging' id '24f35afa-e291-4203-9c73-d71fd327453f' date '17 October 2014' time '8:27:08 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.139' message 'Issue #286: MetacelloScriptingGetTestCase>>testLoadNGet is getting seemingly random failures (not all platforms)' id '3cf25e4c-68a9-4a21-8540-bac8dd130008' date '17 October 2014' time '5:05:15 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.138' message 'Issue #286: fix error in MetacelloScriptingGetTestCase>>tearDownRepositories ... remove MetacelloScriptingGetTestCase logging ... cross fingers ' id 'a52ba7b8-ff19-4137-b00c-a1976bd161e5' date '17 October 2014' time '4:24:18 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.137' message 'Issue #286: Pharo-1.4 setup/teardown errors logging' id '903e0821-e9ce-4eed-893f-893564265894' date '17 October 2014' time '4:17:35 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.136' message 'Issue #286: logging for MetacelloScriptingIssuesTestCase>>testIssue234a ... lastest Squeak-4.4 test error' id 'f80c94ce-fcfc-4547-a6bd-ddf4fc3c55eb' date '17 October 2014' time '4:03:27 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.135' message 'Issue #286: another crack at proper cleanup for MetacelloScriptingGetTestCase>>testLoadNGet' id '101381cd-96e6-4422-b5fe-6a065d67e5a5' date '17 October 2014' time '3:48:09 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.134' message 'Issue #286: remove some of the logging ... clean up repo in MetacelloLoadOrderTestCase' id '83ab63b9-2b81-4c9c-8c37-3dea21852ec9' date '17 October 2014' time '3:46:13 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.133' message 'Issue #286: correct some of the repository cleanup code' id '1d9eb1ff-e455-4c14-9fd2-6d7ae575b73f' date '17 October 2014' time '3:10:35 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.132' message 'Issue #286: MetacelloScriptingFetchRecordTestCase logging' id 'a6ea3ab2-cc77-432e-91b3-f2bdfb377290' date '17 October 2014' time '2:55:50 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.131' message 'Issue #286: MetacelloScriptingGetTestCase>>testLoadNGet logging' id '6d2691f1-07a5-4e3a-9505-817683290568' date '17 October 2014' time '2:31:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.130' message 'Issue #286: more repo cleanup' id 'a6e50ac4-6d22-4b15-8455-6c55ffe3d908' date '17 October 2014' time '2:04:54 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.129' message 'Issue #286: characterize MetacelloScriptingGetTestCase>>testLoadNGet failure' id '53dce443-6d29-443a-8c80-61f7ec554530' date '17 October 2014' time '1:08:56 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.128' message 'Issue #286: plug a dictionary repository leak and make future leaks a bit less likely' id '166a6e51-9b28-4f93-838b-c25b080328cb' date '17 October 2014' time '11:28:35 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.127' message 'Issue #277: remove some of the error logging ... Pharo-3.0 portability ' id '74bb2705-b43a-4f64-851d-7554994167a6' date '16 October 2014' time '10:14:18 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.126' message 'Issue #277: pharo-1.4 error logging' id 'dde46f20-a962-4a58-93be-19a3eb03fe78' date '16 October 2014' time '8:51:32 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.125' message 'Issue #277: more logging' id '82f4ffef-2e69-44ce-b0a3-7fccd262ec38' date '16 October 2014' time '6:13:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.124' message 'Issue #277: error logging to see why MetacelloScriptingLoadTestCase>>testDefaultRepository is failing on Travis and not in local run' id '448afb99-0143-481b-94e6-289a9ca72e77' date '16 October 2014' time '6:03:42 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.123' message 'Issue #277: -add error logging for the test that could be exposed to reate limiting - add protocol for passing in username:password for json api calls ... still need to figure out how username:password for git will be stored' id 'a621152f-e2e9-47c7-b24f-74c8a7b44455' date '15 October 2014' time '5:42:34 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.122' message 'Issue #277: implemented more tests ... because of github api rate limits, need to figure out how to specify a github username:password (rate limit goes way up) ...' id '3e698f3b-1d84-4083-9909-ea7055946c97' date '15 October 2014' time '5:00:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.121' message 'Issue #283: additional test-case to validate behavior under Metacello Scripting API' id 'db97059a-1ccc-41b2-b512-bc85d28ab304' date '13 October 2014' time '12:01:26 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.120' message 'Issue #290: finish things off with `onLockBreak` and `onLockBreak:`' id '076d47da-7a98-4be5-a233-af355673d22f' date '13 October 2014' time '9:38:24 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.119' message 'logging for random MetacelloAtomicLoadOrderTest>>testBaseline10LoadAtomic test failure' id '1d3da262-97ed-4310-9db5-27811e557649' date '10 October 2014' time '5:12:44 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.118' message 'Issue #290: add test cases ' id '43b3e524-df5c-444e-a35e-089079f15fa1' date '10 October 2014' time '4:31:59 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.117' message 'Issue #290: add new API methods: - Metacello>>onConflictsUseIncoming - Metacello>>onConflictsUseLoaded - Metacello>>onConflictUseIncoming:useLoaded: - Metacello>>onDowngradeUseIncoming - Metacello>>onDowngradeUseIncoming: - Metacello>>onUpgradeUseLoaded - Metacello>>onUpgradeUseLoaded: - Metacello>>onWarningLog - MetacelloResolveProjectUpgrade>>useIncoming - MetacelloResolveProjectUpgrade>>useLoaded' id 'cea3383e-e504-4cc1-9796-192d22e0c44e' date '10 October 2014' time '3:20:50 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.116' message 'Issue #296: flesh out baseline validation implementation ... basic set of tests' id 'ebbf5b77-bbb2-4741-8e1d-f6eea5cc4bd3' date '9 October 2014' time '5:24:54 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.115' message 'Push test classes into Metacello-TestsMC to facilitate test run-time balancing: MetacelloIssueTestCase MetacelloScriptingStandardTestHarness MetacelloScriptingTestCase MetacelloBasicScriptingTestCase MetacelloExternalScriptingTestCase ' id 'c065330f-e28d-4e1a-99d0-ae34526ad103' date '30 September 2014' time '2:55:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.114' message 'Issue #230: initial implementation of command chaining ... tests plus some logging cleanup' id 'f424162d-942b-4998-b322-e0f97b7a05cf' date '30 September 2014' time '2:32:54 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.113' message 'Issue #283: fix a test errror' id 'f67f03b4-512b-424c-b056-a149c1d6a1cb' date '30 September 2014' time '1:41:51 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.112' message 'Issue #283: add tests cases for Issue #206 and fold Issue #206 into Issue #283' id '40d44a01-4bcc-4b54-bc17-a5fb978afa15' date '30 September 2014' time '1:03:48 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.111' message 'Issue #283: initial implementation and set of tests ... as it stands on standard load the configuration is updated automatically ... thre is a strong may here and using Metacello Preview, you end with noting being loaded as explicit loading is required ... let''s see impact on existing tests before making final decision' id '720cd582-70e9-476a-99a4-ee6de92f947d' date '30 September 2014' time '12:00:38 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.110' message 'Issue #233: bitbucket implementation and tests' id '9ae4ec71-e7d1-4773-940b-57520fc505f5' date '29 September 2014' time '1:37:39 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.109' message 'Issue #233: initial round of changes in support of adding gitorious and bitbucket' id '5522efb6-f4bb-41c5-aaf9-df3810593e22' date '29 September 2014' time '1:03:20 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.108' message 'Issue #275: bugfix plus additional tests' id '311c8e35-4785-4559-9d65-d52590a924ea' date '28 September 2014' time '3:08:15 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.107' message 'Issue #234: fine tune test cases and implementation (note $\ is not allowed/ignored in branch names ... so simple escape for $/ is all that is required)' id '78d4a0e3-86fc-4403-aee0-acb60d5622af' date '20 September 2014' time '10:11:04 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.106' message 'Issue #234' id 'c4534945-a237-428c-8293-40d381256349' date '19 September 2014' time '5:46:45 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.105' message 'Issue #182: full complement of baseline lock tests added' id '87f4def8-4132-4ffb-8227-16140f69797f' date '19 September 2014' time '11:41:07 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.104' message 'added test cases for Issue #108 ... and after analysis I don''t think it is valid for the symbolic version to be locked .... upon load the symbolic version needs to be resolved to an explicit version (see Issue #260)' id '361a1f66-cbca-4245-9859-e84c5a872412' date '17 September 2014' time '4:31:33 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.103' message 'revise Issue #107 tests and add set of Issue #275 tests' id 'b50558ff-82f2-47bc-8c89-07f1e090ee0d' date '17 September 2014' time '4:10:03 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.102' message 'Issue #107 tests cases added ... lock failing for both literal and symbolic versions???' id '1de2dfbe-2f3d-4df9-96d5-1826af0ffc84' date '17 September 2014' time '2:48:30 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.101' message 'The `list` command should _always_ return a list .. otherwise it can cause complications (mainly when you are expecting a result and get back an empty collection) ... was used in tests as a convenience, but it''s not really convenient ... now is a good time to change the behavior for the better' id 'e46b5ba7-cfa6-4d16-a296-57669c7f48cf' date '4 September 2014' time '2:36:59 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.100' message 'logging for random errors in MetacelloScriptingRegisterTestCase>>testBaselineRegister on Squeak4.5' id 'a99a1a8f-2eb2-4d0b-8121-e0d72bb66f46' date '4 September 2014' time '12:45:59 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.99' message 'Issue #260: fix portability problem in MetacelloScriptingLoadTestCase>>testDefaultVersion' id 'a6bc953c-0544-4769-8950-bc595c94d1ac' date '4 September 2014' time '12:07:39 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.98' message 'Issue #260: additional test adjustment' id 'd80720fe-d940-47fd-85b2-b34090d4dad1' date '4 September 2014' time '11:35:53 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.97' message 'Issue #260: update tests' id '66b05616-b016-4b66-9a88-440c26c8af7c' date '4 September 2014' time '9:58:39 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.96' message 'Issue #263: modifications to tests after fixing issue' id 'e9c14bdf-3a21-4617-89eb-421235231d63' date '3 September 2014' time '4:35:13 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.95' message 'Issue #263: add an addtional test to "complete" coverage for locks and conflicts ... ' id 'c23339dc-0c32-4ec4-96ac-fafc9367106d' date '3 September 2014' time '4:13:42 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.94' message 'Issue #261: proposed bugfix (replace lookupSpec: call with projectSpec call) and test case ' id '8f8c95a3-164f-414f-9d0d-035d44c5fc4d' date '3 September 2014' time '1:17:08 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.93' message 'Issue #247: portability changes for leak detection' id '29a25995-b238-4916-a1a9-73c9d675532d' date '30 August 2014' time '2:10:08 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.92' message 'Issue #247: add some travis friendly logging to the leak detection logic' id '19ec85a3-1b1b-4565-aab2-70168e2ecd48' date '30 August 2014' time '12:02:02 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.91' message 'Issue #247: package leak (MetacelloTestConfigurationOfFoo) in MetacelloIssue115TestCase' id '2ea13c0e-ec37-4c1a-9442-6c2e5e7ce38e' date '30 August 2014' time '11:36:40 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.90' message 'Issue #247: expand leak detection and fix some issues' id '0adafd53-fbbb-4ba9-b90a-40eedc1dd446' date '30 August 2014' time '10:45:57 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.89' message 'Issue #247: add package leak detection to all test cases that load packages ...' id 'cad0a280-cad5-4a48-a8d0-fb3261df576b' date '30 August 2014' time '10:24 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.88' message 'Issue #247: found GoferBar leak in MetacelloScriptingIssue181TestCase>>testIssue215a ' id 'f9b6b9c4-dc83-4922-bed2-44c6a60bd70f' date '30 August 2014' time '9:54:27 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.87' message 'Issue #247: found GoferFoo leak in MetacelloScriptingIssue181TestCase>>testIssue215b' id '52f9f8b5-dc39-4e3d-9c57-1a4a017776a0' date '30 August 2014' time '8:41:53 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.86' message 'bullet proof MetacelloProjectRegistration>>currentBranchName and fix cleanup for MetacelloBasicScriptingTestCase>>tearDownPackageList' id '2fae5ebe-46f2-41e0-81d9-1f3ab681d29d' date '6 July 2014' time '10:56:07 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.85' message 'Issue #253: fix up MetacelloScriptingSuccessTestCase>>testIssue136Loading' id '8b19d6e4-4bbf-4fdf-8e45-218aa36efe89' date '6 July 2014' time '10:22:10 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.84' message 'Issue #253: remove tracing ... tweak test ... BTW, MetacelloProjectRegistration>>canUpgradeTo: was semantically changed in f503567 "a while lotta tracing" and was decisive in getting the failing tests to pass ' id 'cbd1ae20-4453-48a8-a84c-f5d050b6c523' date '6 July 2014' time '9:20:30 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.83' message 'more tracing for travis-only errors' id 'b6382278-8d8b-42c7-8511-9b249a8e13d6' date '5 July 2014' time '8:19:15 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.82' message 'Issue #247: another stab at clean up ... found some inconsistencies that might be related' id 'e76064ea-eb5c-4f49-bb42-3ec141af0689' date '5 July 2014' time '8:16:33 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.81' message 'need to pass the exception' id 'de4fefbc-d4cb-4a9e-a524-0051189ef82d' date '5 July 2014' time '7:16:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.80' message 'tracing to understand travis-only errors' id '4b5b49e8-821f-4969-8d62-62fa4c18a1fc' date '5 July 2014' time '6:55:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.79' message 'Issue #253: by implementing #canUpgradeTo: logic for baselines, I''m able to preserve Issue #181 semantics (allow upgrade when same github repo except for projectVersion) while recognizing lock when applied ... let''s see if tests confirm this:)' id '6964ec11-f7df-4efb-93ea-e9067966441e' date '5 July 2014' time '6:34:03 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.78' message 'Issue #250: remove the tests ... no longer think that this is a bug' id '1cb73b67-5d86-4329-b4ab-3a835fc4d729' date '20 June 2014' time '8:03:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.77' message 'Issue #250: build some tests ... they are passing ... either test isn''t quite right or the bug is fixed' id '7b712816-3fc9-4832-9efe-3848deb64e1c' date '20 June 2014' time '6:39:46 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.76' message 'Issue #246: "fix" for printing caused tests failures - suspicious that test failures are actually test bugs ... find that out now' id '77b5b818-3c43-4949-8c1a-54a41f9532b9' date '12 June 2014' time '8:16:45 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.75' message 'Issue #246: add tests ... fix version printing in presence of imports - need validation rule and test ' id 'bffb67bf-37bc-4003-b2c0-6e4e818dd4e2' date '12 June 2014' time '7:24 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.74' message 'move another test to MCB' id 'efe864f2-3c8e-4a4a-a0dc-da53c11b670f' date '12 June 2014' time '6:01:11 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.73' message 'move tests from MCA to MCB to balanace test execution times' id '47aaad8c-6e48-4576-be53-799c9ca240ce' date '12 June 2014' time '5:53 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.72' message 'remove tracing' id '6686b0f6-f0e4-4ba7-b775-159b9e8da10c' date '12 June 2014' time '5:38:38 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.71' message 'partial fix - tests for Issue #216, Issue #223, and Issue #245 ' id 'b28195a3-a12e-4fd5-b89b-03aedff45419' date '11 June 2014' time '8:21:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.70' message 'fix tracing for test errors: - tests for Issue #216, Issue #223, and Issue #245 ' id '2b46afa3-b4fe-4ca3-9f1f-c6c570daca3f' date '11 June 2014' time '8:05:32 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.69' message 'tracing for test errors: - tests for Issue #216, Issue #223, and Issue #245' id 'e443dfed-8e6e-4a4e-8111-88dc4f70ca7b' date '11 June 2014' time '7:05:53 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.68' message 'Issue #223: replace useIncoming with useNew ... existing/new is clearet I think - tests' id '07d50abc-66c2-4819-ab88-188bfaa05064' date '11 June 2014' time '5:51:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.67' message 'Issue #216: add tests for `register` and `unregister` commands' id '93820973-0c62-4e67-b5a0-c48d77ad7904' date '11 June 2014' time '5:12:30 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.66' message 'issue #245: test added' id '9a65dc66-ee1a-465e-a55e-b04285ab2212' date '11 June 2014' time '4:52:06 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.65' message 'add tracing for Issue #247 [ci skip]' id '4100cd81-1fe6-4e1d-a51e-0a7794ad7674' date '11 June 2014' time '4:32:17 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.64' message 'add tests for Issue #221' id '39a0a2fd-516c-4110-ab42-713f97f9b161' date '11 June 2014' time '1:16:28 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.63' message 'tweak a test ' id '756d2d38-7086-47fd-983e-f61db81dcfbe' date '26 May 2014' time '7:43:40 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.62' message 'finish work on unregistering removed configuration/baseline classes - gemstone only for now .. - tests in Metacello-TestsPlatform.gemstone, for platform isolation - tweak baseline so that Metacello-TestsPlatform requires Metacello-TestsMCB' id 'e5c726e4-530e-44a3-b0f8-451b4d1b4fdc' date '14 May 2014' time '7:27:19 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.61' message '- test clean up ... MetacelloScriptingFetchRecordTestCase>>testBasicFetch001 was randomly failing ... should be fixed now - baseline can be loaded on top of a configuration without a conflict ... fix MetacelloMCBaselineOfProjectSpec>>hasConflictWithConfigurationSpec: ' id '483a2608-5202-4c70-9c87-645b4d24975c' date '10 May 2014' time '10:23:44 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.60' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code - support for MetacelloProjectRegistrationVersionInfo which should allow us to associate the git commit SHA for a git repo with the baseline that was loaded from the repo - all repository types supported for displaying something useful for the version string (only used by baselines as configuration version is used for configurations) - tests' id '7ec4ea55-8c7c-49b9-99a3-e1af3c8daee8' date '8 May 2014' time '4:22:41 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.59' message '- Issue #43: prime registry from image now allows for choice of favoring baselines or configurations ... baseline is default which is right answer since priming from image is only necessary during certain bootstrapping operations for Metacello itself' id 'dbd485fc-b50d-4ed1-a447-5b85eb2297a3' date '7 May 2014' time '5:34:27 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.58' message 'Issue #215: add tests cases and fix a minor bug (which is why tests cases are important)' id '2a8388b7-9e15-42c9-a45d-58dad5f30c60' date '24 November 2013' time '9:04:54 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.57' message 'Issue #202: remove all of the logging in MetacelloScriptingWarningTestCase>>testWarningDuringLoad' id '333e235f-ee33-4056-b97d-4cbe2f3b3ebc' date '16 November 2013' time '10:13:07 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.56' message 'Fix for Issue #202: MetacelloScriptingEnsureLoadedTestCase>>testEnsureLoad arranged to load two versions of External-Core at the same time (different classes of PackageInfo: PackageInfo and MetacelloTestsPackageInfo) and only one was being removed ... ' id '6433210a-be6d-44cc-a419-487f7eab59cf' date '16 November 2013' time '10:06:27 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.55' message 'Issue #202: MetacelloScriptingEnsureLoadedTestCase>>testWarningDuringLoad log package contents ... classes defined in package ... may have to resort to snapshot spelunking?' id '1104b2e2-1024-4b85-b20f-b9fc4a82adee' date '24 September 2013' time '10:07:19 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.54' message 'Issue #202: MetacelloScriptingEnsureLoadedTestCase>>testWarningDuringLoad failed and verified that External-Core-dkh.5 was loaded, not dirty, but class ExternalCore was not present...WAT? Checking registrations for all projects when test starts and after load' id '64689c57-85da-4610-a857-cf9e7fda0ff8' date '24 September 2013' time '7:44:15 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.53' message 'Issue #202: MetacelloScriptingEnsureLoadedTestCase>>testDefaultVersionUpgrade also suffers from random failures ... start logging here too.' id '8e5215ac-a1e0-401c-9fc3-a00a25fc396f' date '23 September 2013' time '9:30:27 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.52' message 'Issue #202: caught failed case where ExternalCore does not exist in image...WAT?...checking to see if External-Core package is left lying around...' id 'dfeb3dba-d3c4-4cf1-8424-4be4adf3f9a2' date '23 September 2013' time '9:02:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-ChristopheDemarey.50' message 'Add ConfigurationOfExteenal to the list of packages to unload because it may be load dureing Metacello validation.' id 'ce50c2a4-1136-44e9-9845-385337763dff' date '12 September 2013' time '10:18:41 am' author 'ChristopheDemarey' ancestors ((name 'Metacello-TestsMCB-dkh.49' message 'Issue #202: add logging' id '206212de-9494-4243-831e-56d8cdb586ba' date '1 September 2013' time '8:03:39 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.48' message 'Okay, a version of ConfiguationOfExternal was not being cleaned up by MetacelloScriptingProjectFilterTestCase ... probable cause of random Pharo failures ' id '6e5dc2cb-4e56-4be2-8644-691b0c4c6061' date '29 July 2013' time '9:16:20 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.47' message 'seems that the only explanation is that the class is missing on Pharo somehow? ' id 'c65c4ee6-be68-4293-821d-c2dee010c0ba' date '29 July 2013' time '8:54:42 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.46' message 'remove silenceLevel monkey business ' id '4a76fb72-c46b-4083-bbbe-156e5b7d078f' date '29 July 2013' time '7:38:25 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.45' message 'trolling for Pharo1.4 error ' id '06ebe37d-9e80-41c4-a4c2-124e6014886b' date '29 July 2013' time '5:55:47 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.44' message 'fix error in MetacelloScriptingWarningTestCase>>testWarningDuringLoad ' id 'baa8a874-1fc7-4a51-a9b8-da64b3e0320c' date '29 July 2013' time '5:08:52 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.43' message 'more logging for MetacelloScriptingWarningTestCase>>testWarningDuringLoad ... why test fails on travis and not locally? ' id '5e7366c3-2133-4204-beeb-c8f6b14a0532' date '29 July 2013' time '4:35:09 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.42' message 'suspect that SystemChangeNotifier uniqueInstance silenceLevel isn''t being reset somewhere ... ' id '0c64dafd-e828-4505-bac8-2bfe8430466f' date '29 July 2013' time '3:34:33 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.41' message 'fix MetacelloScriptingRegistryTestCase since all of the packages/configurations moved to externalRepository ... rename repository construction methods to better reflect function ' id '62110643-9e24-48b0-b817-01588b6b922e' date '29 July 2013' time '2:46:35 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.40' message 'Issue #199: final set of proposed bugfixes plus some test tweaks ' id '7f8f8e04-5986-44db-a949-5dcfde05eb4b' date '29 July 2013' time '1:59:41 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.39' message 'Issue #198: additional tweak to bugfix ' id '085e13be-46bd-4588-b66b-5326757305c9' date '29 July 2013' time '10:55:44 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.38' message 'Issue #198: proposed bugfix plus test case ' id 'e4e62da1-7fa9-4a2a-b0dc-795e319b4a72' date '29 July 2013' time '10:49:02 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.37' message 'Issue #196: revert change from 8ec1897e61c3fd8447e6ef11c110fbdf9fe17e72 (MetacelloCommonMCSpecLoader>>ensureForDevelopment mod) ... Issue #198 and Issue #199 test cases ' id 'f8951e21-7901-4403-9349-1b3953675873' date '29 July 2013' time '10:37:48 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.36' message 'amazing ... Pharo2.0 test suite handles Warnings?!#!...jeesh ' id 'f7d69b36-4f46-4a26-be3a-30d4f2b52173' date '28 July 2013' time '3:38:34 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.35' message 'more logging ... indeterminate behavior in Pharo2.0? ' id '681b730e-7061-4a61-98bc-550e74d4a0f6' date '28 July 2013' time '3:14:04 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.34' message 'logging again ' id 'f43bf1d1-c954-41ca-bf51-c4a91b444409' date '28 July 2013' time '2:06:02 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.33' message 'logging ' id 'c570c95a-d385-490a-a960-06644b48a19a' date '28 July 2013' time '1:45:51 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.32' message 'Issue #197: more test adjustments now that only one spec kept per registration ' id '66ac980e-5f4e-451c-af1d-5f06eb5eaafe' date '28 July 2013' time '10:47:39 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.31' message 'redefine logic for baseline load over configuration and fix a bunch of tests now that configs and baselines specs aren''t registered together ' id 'ead4fe17-99a1-4933-9373-5550dce45035' date '28 July 2013' time '8:42:13 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.30' message 'Issue #197: add Metacello class>>registrations, just because I need it....tweak MetacelloProjectRegistry>>primeRegistryFromImage:baselineClasses: to handle locked projects as way of influencing priming of registry...add more tests .... feeling comfortable about current implementation ... now what trouble does it cause? ' id 'ad9491b3-b1a7-496d-819c-9b8539c20bf9' date '27 July 2013' time '8:52:45 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.29' message 'Issue #197: only one project spec kept with registration now ... latest projectSpec wins ... when a baseline loaded from config, config wins ... naked baseline loaded, baseline wins ... only real problem for managing consistency is priming the registry from image, because order is not automatic ' id 'da728ca9-41c8-4742-ada4-326e293dda41' date '27 July 2013' time '7:39:46 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.28' message 'more tracing Jeesh ' id '3f44e395-e92f-4f19-a834-4025762c4493' date '26 July 2013' time '3:01:37 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.27' message 'try to isolate error in MetacelloScriptingRegistryTestCase>>testPrimeRegistryFromImage1 ... only fails on Travis ' id 'd6d40453-bff3-4d5d-a15d-052a5ec9232b' date '26 July 2013' time '2:46:15 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.26' message 'add logging to MetacelloScriptingStandardTestHarness>>validateExpectedConfigurationClassName:expectedConfigurationVersion:expectedConfigurationRepository:expectedBaselineClassName:expectedBaselineVersion:expectedBaselineRepository: to help debug Pharo2.0 test failures ' id '1319b7c3-eeff-4a9d-9572-1243bd92fc0b' date '26 July 2013' time '2:39:38 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.25' message 'fix up the tests a bit ' id '4fac7922-3e03-4331-930e-1d93b05f78d6' date '26 July 2013' time '11:38:33 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.24' message 'Issue #197 ... fix case where a BaselineOf is loaded in after a standard ConfigurationOf and we end up with two separate registrations for the project ' id '8bb9f1b3-203f-47c9-a063-8c4d12733ad2' date '26 July 2013' time '10:32:30 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.23' message 'add some more repository shortcuts...implement the locked command to list locked projects...add test for listing locked projects ' id '32b29665-42b7-491b-81bd-24a44e3c680a' date '25 July 2013' time '4:11:55 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.22' message 'adjust MetacelloCurrentVersionScriptTestCase>>testBleedingEdgeLocking to use a onWarning: clause to proactively handle the Warning ... some dialects aren''t friendly to Warnings in headless mode ' id 'ad801836-2476-4080-82b2-76206a0ea8ad' date '25 July 2013' time '12:57:09 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.21' message 'Issue #193: ensure we have lock coverage for default case (no onLock:) as well as onWarning: coverage, since triggered locks will signal Warnings.. ' id '4b238f75-775c-48a3-8e6f-48d81b138653' date '25 July 2013' time '12:16:07 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.20' message 'Issue #193: signal Warning instead of MetacelloLockedProjectError when locked project encountered. Remove MetacelloLockedProjectError update some tests ' id 'e5ed845b-3217-4820-8891-b640feac95d1' date '25 July 2013' time '11:39:52 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.19' message 'Issue #192: tweaked implementation...added tests ' id 'ef64df2d-369a-4481-9c12-75f0d35ac963' date '25 July 2013' time '5:46:08 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.18' message 'Issue #191: fix onWarning ... tests should pass Issue #192: start work on onLock: implementation ... will tests pass? ' id 'b816e841-aa87-44e2-811d-5c6ab3c226d2' date '24 July 2013' time '6:41:25 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.17' message 'Issue #191: finish test case ' id '4ddfa23f-dad6-4a08-a7b3-b83c6c31107f' date '24 July 2013' time '4:45:27 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.16' message 'Issue #191: initial implementation ... starting on test case ' id 'afacbcf8-a757-4660-856e-7213ff2fa00f' date '24 July 2013' time '4:02:13 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.15' message 'replace all GoferBar-lr.0 refs with GoferBar-lr.1 in tests ' id 'e7dcb518-e375-4d7f-9469-38eb4d22ae4f' date '19 July 2013' time '10:56:23 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.14' message 'proposed fix for Issue #185 including test cases ' id 'e817ce1a-67c3-44f1-8965-d548ca16e95f' date '19 July 2013' time '3:57:29 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.13' message 'Issue #181: eliminate generation of conflict when loading a different SHA from the same github reository ... ' id '72a969d3-9e44-4a85-96c6-dcae7d423b9d' date '16 July 2013' time '9:06:06 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.12' message 'another cut at rebalancing plus more Issue #181 tests added and refactored ... will make another pass at test case to ensure we have good coverage ' id '2307676a-3ec6-45e0-9dcf-fd0ce3f4cd06' date '16 July 2013' time '4:44:48 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.11' message 'rebalance tests a bit ' id '97a709e1-425e-4f74-88b1-3430e62eb444' date '16 July 2013' time '4:20:01 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.10' message 'Issue #181: remove halt from test ...sheesh ' id '94529259-19ed-473c-b1d0-3c7fa6a6d1ca' date '16 July 2013' time '3:27:02 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.9' message 'Issue #181: initial test case and proposed bugfix ' id '77896d2a-21f7-409e-826c-19a3444dd8ae' date '16 July 2013' time '3:07:59 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.8' message 'tweak some comments ' id '555ca1e0-c0fa-4f86-bc83-5f3e6e6bae6b' date '15 July 2013' time '8:33:25 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.7' message 'clean up some of the BaselineOf/ConfigurationOf parsing...add additional Issue #174 tests for symbolic versions and #bleedingEdge ' id 'f71b4807-03ff-4657-9b2f-516ebf933ce1' date '15 July 2013' time '2:51:49 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.6' message 'additional tests for Issue #174 ' id 'e173b346-7a17-4191-b910-5ec3caf59e72' date '13 July 2013' time '2:11:11 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.5' message 'rename test to enforce, which is more correct ' id '7c9e2452-7343-4cd7-afd7-db04bc04c28a' date '13 July 2013' time '11:35:54 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.4' message 'trying to achieve balance ' id 'd145d538-74aa-4d41-be2a-bb3fd4410018' date '13 July 2013' time '1:55:11 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.3' message 're-re-rebalanced ' id '284ff8a7-3dbb-4c32-bd53-cfa1c4bc218f' date '13 July 2013' time '1:24:42 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.2' message 'fully rebalanced, but is it balanced... ' id '72ac3be2-ba71-4413-93b9-fc936599fc96' date '13 July 2013' time '12:17:58 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.1' message 'checkpoint ' id 'c05716f7-453d-4a26-8d91-c9729dfdb9ed' date '12 July 2013' time '11:09:10 pm' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Metacello-TestsMCB-tobe.173' message 'merged by GitFileTree-MergeDriver' id 'd0b5e0d6-f499-45ec-bf4c-48f85fa4d457' date '3 July 2020' time '9:57:20.899539 am' author 'tobe' ancestors ((name 'Metacello-TestsMCB-tobe.172' message 'compare version strings with a prefix-based match' id '487f86b9-2a2c-430e-8e71-4a9bdbca87ff' date '8 May 2020' time '9:36:22.395264 am' author 'tobe' ancestors ((name 'Metacello-TestsMCB-tobe.171' message 'make asserts of tests failing on CI more descriptive' id 'a9fb7b16-652d-48ce-812f-3d5663194a32' date '7 May 2020' time '8:09:12.954303 pm' author 'tobe' ancestors ((name 'Metacello-TestsMCB-tobe.170' message 'use correct access to globals dictionaryempty log message' id '8b6137c7-ddaf-4a75-bf30-40d31cbbe5c8' date '7 May 2020' time '5:06:01.911493 pm' author 'tobe' ancestors ((name 'Metacello-TestsMCB-topa.169' message 'Silence deprecation warnings in tests. SmalltalkImage>>#removeKey:ifAbsent: is Deprecated in Squeak (since 2010) and ''tobedeprecated'' in Pharo for a very long time. Uses `Smalltalk globals` now, which is preferred in the squeakish and supported in GS.' id '98e36394-c784-4226-9317-aa9722c4eed2' date '20 September 2017' time '11:16:27.814676 am' author 'topa' ancestors ((name 'Metacello-TestsMCB-dkh.168' message '#399 finally put together a collection of tests that provide pretty complete cover/characterization of the BaselineOf load behavior for different combinations of package versions ... the upshot is that with standard packages, packages with the same version are not loaded (incorrectly assumed to be the same) the cypress package unconditionally loads the package regardless of version --- of course with the way Monticello packages nothing is actually done if the definition lists are the same. See https://github.com/dalehenrich/metacello-work/issues/399#issuecomment-231464884.' id '7a020f31-ea01-4b6a-9394-3d38a7b11085' date '8 July 2016' time '1:38:13 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.167' message '#399 Squeak/Pharo portability' id '754a492f-959d-4ffd-a37a-39b28fac29f4' date '7 July 2016' time '5:03:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.166' message '#399, #400 add tests cases for these bugs ... with the test cases, I''ve shown that Metacello ignores the package-cache when deciding whether or not to fetch a package from a FileTree repo so at least Metacello will ignore the package-cache during Baseline loads ... did not explore Configuration loads, but they need to follow the mcz repo rules ... Consequently it isn''t absolutely necessary to have any special package-cache handling for Cypress packages, but I''m going to leave the code in place ' id '770b5b5a-5d75-4529-b522-6189e0b7a311' date '7 July 2016' time '4:53:14 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.165' message '#399 add tests that load baselines with Cypress packages enabled ... keep us honest' id '2994c821-e658-4d30-95d6-d763c468fd1d' date '7 July 2016' time '7:48:47 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.164' message '#390 go after a 2.4.8 package leak: https://travis-ci.org/dalehenrich/metacello-work/jobs/142955102#L5305' id 'd728d7e0-69b3-4f0a-a8e0-fe80dc0dfa9f' date '6 July 2016' time '11:36:05 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.163' message '#390 missed an additional 7 tests that need UndefinedSymbol tracking enabled' id 'dde8de37-aa89-4c21-9638-ce0697f9f4be' date '6 July 2016' time '4:49:51 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.162' message '#390 additional refactoring to enable UndefinedSymbols tracking where needed ' id '8a42f36f-58f6-4b67-882c-985a305a974a' date '6 July 2016' time '4:24:09 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.161' message '#390 fix two failing tests: Metacello.TestsMCB.MetacelloScriptingWarningTestCase ✗ testOnWarningLogDuringLoad (0.503 seconds) ✗ testWarningDuringLoad (0.498 seconds)' id '36481136-5cdb-44dd-99c5-32db33a7fc6e' date '6 July 2016' time '3:37:38 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.160' message 'Issue #162: fiddle with format for baseline spec printing' id 'a8500950-10e6-4925-8e4b-77f215f45682' date '31 October 2015' time '1:59:18 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.159' message 'fix up some method mangling introduced in 40d7783' id '21bd33ff-f965-48c1-a11f-3b2d980f29b3' date '29 September 2015' time '6:38:01 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.158' message 'shorten the class name MetacelloScriptingStandardTestHarness to MetacelloScriptingStdTstHarness' id '4323d5d7-674d-4e57-b5e4-7533497f3e5d' date '25 September 2015' time '4:32:02 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.157' message '[ci skip] replace MetacelloScriptingStandardTestHarness>>validateExpectedConfigurationClassName:expectedConfigurationVersion:expectedConfigurationRepository:expectedBaselineClassName:expectedBaselineVersion:expectedBaselineRepository: with MetacelloScriptingStandardTestHarness>>validate:expConfigVersion:expConfigRepo:expBaselineClassName:expBaselineVersion:expBaselineRepo:' id '8ec19b39-eaaa-43b6-82ae-6545754b310d' date '25 September 2015' time '4:27:56 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.156' message '[ci skip] test method name shortening....' id '99e3d129-64ed-4460-aaf9-72ea050e86ad' date '25 September 2015' time '2:57:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.155' message 'Issue #339: create test case ... fails nicely' id '54ae2024-ed3e-46dd-9cc5-6918737bc29c' date '7 April 2015' time '4:38:04 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.154' message 'Issue #331: additional test cases' id '09446e43-8f8c-4eab-89e0-f2194b160b1c' date '19 February 2015' time '3:44:42 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.153' message 'Issue #331: proposed bug fix plus tests' id '55b87230-070d-49a1-b03c-ad010d31bbe8' date '19 February 2015' time '1:36:26 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.152' message 'Issue #330: adjust MetacelloScriptingSuccessTestCase>>testGitHubTagPatternLoad3 since we''re now actually loading ExternalCore pacakge' id 'eb01241d-928d-417b-a50b-2d1844efac4c' date '16 February 2015' time '5:42:49 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.151' message 'Issue #303: plan b ... multiple squeak platforms are now failing randomly ... just ignore `SSL error, -5` errors' id '7bc9f8e9-6544-4e95-8ad7-265ae46436c7' date '18 October 2014' time '3:55:30 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.150' message 'Issue #303: fix the expectedFailures code' id '17a2a269-e456-4116-8d61-d164b5205814' date '18 October 2014' time '3:12:46 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.149' message 'Issue #303: add expected failures for Squeak-4.5' id '93b3c5e8-1990-4337-b475-550fc55bc766' date '18 October 2014' time '2:53:19 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.148' message 'Issue #303: more logging and Squeak only lineup' id '9390cc7d-a4ed-44b0-933f-28b45424e209' date '18 October 2014' time '2:11:48 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.147' message 'issue #277: portability bugfix for rate limiting tests' id '5fc15add-2c89-4471-b3c6-7dca42ccc8d5' date '18 October 2014' time '12:09:45 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.146' message 'Issue #286: use MCRepositoryGroup>>removeIdenticalRepository: to remove repos in tests ... the description of repos can morph during a test and that foils the MCRepositoryGroup>>removeRepository: logic which uses description as part of equality test ... revert MetacelloPlatform>>createRepository: to old behavior of not setting description of a dictionary repo on creation ... still in question though' id '8b4e3c5b-f52f-44fb-8adc-af5ab630eafe' date '18 October 2014' time '9:37:04 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.145' message 'issue #286: fix a bug in the logging...' id 'b65648a3-f5dd-4b62-a884-0e9ea54bd6c6' date '18 October 2014' time '8:37:06 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.144' message 'Issue #286: dont''t fail tests because of github rate limiting errors' id 'e3d31fa4-b0a1-4239-bd24-860656edd060' date '18 October 2014' time '8:23:16 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.143' message 'Issue #286: more cleanup of potential repository leaks' id '8df2cd47-414d-4d5e-b1f0-6ad28db6df2a' date '18 October 2014' time '8:08:31 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.142' message 'Issue #286: more MetacelloScriptingGetTestCase>>testLoadNGet logging' id '2a5e7c2b-4557-4646-9c5e-147cf2873e11' date '17 October 2014' time '11:03:33 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.141' message 'Issue #286: more MetacelloScriptingGetTestCase>>testLoadNGet logging .... remove MetacelloAtomicLoadOrderTest>>testBaseline10LoadAtomic logging' id '4983492a-16b3-4fc2-b850-3f7f7a9c9329' date '17 October 2014' time '9:55:03 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.140' message 'Issue #286: MetacelloScriptingGetTestCase>>testLoadNGet logging' id '24f35afa-e291-4203-9c73-d71fd327453f' date '17 October 2014' time '8:27:08 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.139' message 'Issue #286: MetacelloScriptingGetTestCase>>testLoadNGet is getting seemingly random failures (not all platforms)' id '3cf25e4c-68a9-4a21-8540-bac8dd130008' date '17 October 2014' time '5:05:15 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.138' message 'Issue #286: fix error in MetacelloScriptingGetTestCase>>tearDownRepositories ... remove MetacelloScriptingGetTestCase logging ... cross fingers ' id 'a52ba7b8-ff19-4137-b00c-a1976bd161e5' date '17 October 2014' time '4:24:18 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.137' message 'Issue #286: Pharo-1.4 setup/teardown errors logging' id '903e0821-e9ce-4eed-893f-893564265894' date '17 October 2014' time '4:17:35 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.136' message 'Issue #286: logging for MetacelloScriptingIssuesTestCase>>testIssue234a ... lastest Squeak-4.4 test error' id 'f80c94ce-fcfc-4547-a6bd-ddf4fc3c55eb' date '17 October 2014' time '4:03:27 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.135' message 'Issue #286: another crack at proper cleanup for MetacelloScriptingGetTestCase>>testLoadNGet' id '101381cd-96e6-4422-b5fe-6a065d67e5a5' date '17 October 2014' time '3:48:09 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.134' message 'Issue #286: remove some of the logging ... clean up repo in MetacelloLoadOrderTestCase' id '83ab63b9-2b81-4c9c-8c37-3dea21852ec9' date '17 October 2014' time '3:46:13 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.133' message 'Issue #286: correct some of the repository cleanup code' id '1d9eb1ff-e455-4c14-9fd2-6d7ae575b73f' date '17 October 2014' time '3:10:35 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.132' message 'Issue #286: MetacelloScriptingFetchRecordTestCase logging' id 'a6ea3ab2-cc77-432e-91b3-f2bdfb377290' date '17 October 2014' time '2:55:50 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.131' message 'Issue #286: MetacelloScriptingGetTestCase>>testLoadNGet logging' id '6d2691f1-07a5-4e3a-9505-817683290568' date '17 October 2014' time '2:31:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.130' message 'Issue #286: more repo cleanup' id 'a6e50ac4-6d22-4b15-8455-6c55ffe3d908' date '17 October 2014' time '2:04:54 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.129' message 'Issue #286: characterize MetacelloScriptingGetTestCase>>testLoadNGet failure' id '53dce443-6d29-443a-8c80-61f7ec554530' date '17 October 2014' time '1:08:56 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.128' message 'Issue #286: plug a dictionary repository leak and make future leaks a bit less likely' id '166a6e51-9b28-4f93-838b-c25b080328cb' date '17 October 2014' time '11:28:35 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.127' message 'Issue #277: remove some of the error logging ... Pharo-3.0 portability ' id '74bb2705-b43a-4f64-851d-7554994167a6' date '16 October 2014' time '10:14:18 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.126' message 'Issue #277: pharo-1.4 error logging' id 'dde46f20-a962-4a58-93be-19a3eb03fe78' date '16 October 2014' time '8:51:32 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.125' message 'Issue #277: more logging' id '82f4ffef-2e69-44ce-b0a3-7fccd262ec38' date '16 October 2014' time '6:13:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.124' message 'Issue #277: error logging to see why MetacelloScriptingLoadTestCase>>testDefaultRepository is failing on Travis and not in local run' id '448afb99-0143-481b-94e6-289a9ca72e77' date '16 October 2014' time '6:03:42 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.123' message 'Issue #277: -add error logging for the test that could be exposed to reate limiting - add protocol for passing in username:password for json api calls ... still need to figure out how username:password for git will be stored' id 'a621152f-e2e9-47c7-b24f-74c8a7b44455' date '15 October 2014' time '5:42:34 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.122' message 'Issue #277: implemented more tests ... because of github api rate limits, need to figure out how to specify a github username:password (rate limit goes way up) ...' id '3e698f3b-1d84-4083-9909-ea7055946c97' date '15 October 2014' time '5:00:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.121' message 'Issue #283: additional test-case to validate behavior under Metacello Scripting API' id 'db97059a-1ccc-41b2-b512-bc85d28ab304' date '13 October 2014' time '12:01:26 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.120' message 'Issue #290: finish things off with `onLockBreak` and `onLockBreak:`' id '076d47da-7a98-4be5-a233-af355673d22f' date '13 October 2014' time '9:38:24 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.119' message 'logging for random MetacelloAtomicLoadOrderTest>>testBaseline10LoadAtomic test failure' id '1d3da262-97ed-4310-9db5-27811e557649' date '10 October 2014' time '5:12:44 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.118' message 'Issue #290: add test cases ' id '43b3e524-df5c-444e-a35e-089079f15fa1' date '10 October 2014' time '4:31:59 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.117' message 'Issue #290: add new API methods: - Metacello>>onConflictsUseIncoming - Metacello>>onConflictsUseLoaded - Metacello>>onConflictUseIncoming:useLoaded: - Metacello>>onDowngradeUseIncoming - Metacello>>onDowngradeUseIncoming: - Metacello>>onUpgradeUseLoaded - Metacello>>onUpgradeUseLoaded: - Metacello>>onWarningLog - MetacelloResolveProjectUpgrade>>useIncoming - MetacelloResolveProjectUpgrade>>useLoaded' id 'cea3383e-e504-4cc1-9796-192d22e0c44e' date '10 October 2014' time '3:20:50 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.116' message 'Issue #296: flesh out baseline validation implementation ... basic set of tests' id 'ebbf5b77-bbb2-4741-8e1d-f6eea5cc4bd3' date '9 October 2014' time '5:24:54 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.115' message 'Push test classes into Metacello-TestsMC to facilitate test run-time balancing: MetacelloIssueTestCase MetacelloScriptingStandardTestHarness MetacelloScriptingTestCase MetacelloBasicScriptingTestCase MetacelloExternalScriptingTestCase ' id 'c065330f-e28d-4e1a-99d0-ae34526ad103' date '30 September 2014' time '2:55:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.114' message 'Issue #230: initial implementation of command chaining ... tests plus some logging cleanup' id 'f424162d-942b-4998-b322-e0f97b7a05cf' date '30 September 2014' time '2:32:54 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.113' message 'Issue #283: fix a test errror' id 'f67f03b4-512b-424c-b056-a149c1d6a1cb' date '30 September 2014' time '1:41:51 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.112' message 'Issue #283: add tests cases for Issue #206 and fold Issue #206 into Issue #283' id '40d44a01-4bcc-4b54-bc17-a5fb978afa15' date '30 September 2014' time '1:03:48 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.111' message 'Issue #283: initial implementation and set of tests ... as it stands on standard load the configuration is updated automatically ... thre is a strong may here and using Metacello Preview, you end with noting being loaded as explicit loading is required ... let''s see impact on existing tests before making final decision' id '720cd582-70e9-476a-99a4-ee6de92f947d' date '30 September 2014' time '12:00:38 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.110' message 'Issue #233: bitbucket implementation and tests' id '9ae4ec71-e7d1-4773-940b-57520fc505f5' date '29 September 2014' time '1:37:39 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.109' message 'Issue #233: initial round of changes in support of adding gitorious and bitbucket' id '5522efb6-f4bb-41c5-aaf9-df3810593e22' date '29 September 2014' time '1:03:20 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.108' message 'Issue #275: bugfix plus additional tests' id '311c8e35-4785-4559-9d65-d52590a924ea' date '28 September 2014' time '3:08:15 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.107' message 'Issue #234: fine tune test cases and implementation (note $\ is not allowed/ignored in branch names ... so simple escape for $/ is all that is required)' id '78d4a0e3-86fc-4403-aee0-acb60d5622af' date '20 September 2014' time '10:11:04 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.106' message 'Issue #234' id 'c4534945-a237-428c-8293-40d381256349' date '19 September 2014' time '5:46:45 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.105' message 'Issue #182: full complement of baseline lock tests added' id '87f4def8-4132-4ffb-8227-16140f69797f' date '19 September 2014' time '11:41:07 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.104' message 'added test cases for Issue #108 ... and after analysis I don''t think it is valid for the symbolic version to be locked .... upon load the symbolic version needs to be resolved to an explicit version (see Issue #260)' id '361a1f66-cbca-4245-9859-e84c5a872412' date '17 September 2014' time '4:31:33 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.103' message 'revise Issue #107 tests and add set of Issue #275 tests' id 'b50558ff-82f2-47bc-8c89-07f1e090ee0d' date '17 September 2014' time '4:10:03 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.102' message 'Issue #107 tests cases added ... lock failing for both literal and symbolic versions???' id '1de2dfbe-2f3d-4df9-96d5-1826af0ffc84' date '17 September 2014' time '2:48:30 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.101' message 'The `list` command should _always_ return a list .. otherwise it can cause complications (mainly when you are expecting a result and get back an empty collection) ... was used in tests as a convenience, but it''s not really convenient ... now is a good time to change the behavior for the better' id 'e46b5ba7-cfa6-4d16-a296-57669c7f48cf' date '4 September 2014' time '2:36:59 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.100' message 'logging for random errors in MetacelloScriptingRegisterTestCase>>testBaselineRegister on Squeak4.5' id 'a99a1a8f-2eb2-4d0b-8121-e0d72bb66f46' date '4 September 2014' time '12:45:59 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.99' message 'Issue #260: fix portability problem in MetacelloScriptingLoadTestCase>>testDefaultVersion' id 'a6bc953c-0544-4769-8950-bc595c94d1ac' date '4 September 2014' time '12:07:39 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.98' message 'Issue #260: additional test adjustment' id 'd80720fe-d940-47fd-85b2-b34090d4dad1' date '4 September 2014' time '11:35:53 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.97' message 'Issue #260: update tests' id '66b05616-b016-4b66-9a88-440c26c8af7c' date '4 September 2014' time '9:58:39 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.96' message 'Issue #263: modifications to tests after fixing issue' id 'e9c14bdf-3a21-4617-89eb-421235231d63' date '3 September 2014' time '4:35:13 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.95' message 'Issue #263: add an addtional test to "complete" coverage for locks and conflicts ... ' id 'c23339dc-0c32-4ec4-96ac-fafc9367106d' date '3 September 2014' time '4:13:42 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.94' message 'Issue #261: proposed bugfix (replace lookupSpec: call with projectSpec call) and test case ' id '8f8c95a3-164f-414f-9d0d-035d44c5fc4d' date '3 September 2014' time '1:17:08 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.93' message 'Issue #247: portability changes for leak detection' id '29a25995-b238-4916-a1a9-73c9d675532d' date '30 August 2014' time '2:10:08 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.92' message 'Issue #247: add some travis friendly logging to the leak detection logic' id '19ec85a3-1b1b-4565-aab2-70168e2ecd48' date '30 August 2014' time '12:02:02 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.91' message 'Issue #247: package leak (MetacelloTestConfigurationOfFoo) in MetacelloIssue115TestCase' id '2ea13c0e-ec37-4c1a-9442-6c2e5e7ce38e' date '30 August 2014' time '11:36:40 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.90' message 'Issue #247: expand leak detection and fix some issues' id '0adafd53-fbbb-4ba9-b90a-40eedc1dd446' date '30 August 2014' time '10:45:57 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.89' message 'Issue #247: add package leak detection to all test cases that load packages ...' id 'cad0a280-cad5-4a48-a8d0-fb3261df576b' date '30 August 2014' time '10:24 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.88' message 'Issue #247: found GoferBar leak in MetacelloScriptingIssue181TestCase>>testIssue215a ' id 'f9b6b9c4-dc83-4922-bed2-44c6a60bd70f' date '30 August 2014' time '9:54:27 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.87' message 'Issue #247: found GoferFoo leak in MetacelloScriptingIssue181TestCase>>testIssue215b' id '52f9f8b5-dc39-4e3d-9c57-1a4a017776a0' date '30 August 2014' time '8:41:53 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.86' message 'bullet proof MetacelloProjectRegistration>>currentBranchName and fix cleanup for MetacelloBasicScriptingTestCase>>tearDownPackageList' id '2fae5ebe-46f2-41e0-81d9-1f3ab681d29d' date '6 July 2014' time '10:56:07 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.85' message 'Issue #253: fix up MetacelloScriptingSuccessTestCase>>testIssue136Loading' id '8b19d6e4-4bbf-4fdf-8e45-218aa36efe89' date '6 July 2014' time '10:22:10 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.84' message 'Issue #253: remove tracing ... tweak test ... BTW, MetacelloProjectRegistration>>canUpgradeTo: was semantically changed in f503567 "a while lotta tracing" and was decisive in getting the failing tests to pass ' id 'cbd1ae20-4453-48a8-a84c-f5d050b6c523' date '6 July 2014' time '9:20:30 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.83' message 'more tracing for travis-only errors' id 'b6382278-8d8b-42c7-8511-9b249a8e13d6' date '5 July 2014' time '8:19:15 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.82' message 'Issue #247: another stab at clean up ... found some inconsistencies that might be related' id 'e76064ea-eb5c-4f49-bb42-3ec141af0689' date '5 July 2014' time '8:16:33 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.81' message 'need to pass the exception' id 'de4fefbc-d4cb-4a9e-a524-0051189ef82d' date '5 July 2014' time '7:16:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.80' message 'tracing to understand travis-only errors' id '4b5b49e8-821f-4969-8d62-62fa4c18a1fc' date '5 July 2014' time '6:55:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.79' message 'Issue #253: by implementing #canUpgradeTo: logic for baselines, I''m able to preserve Issue #181 semantics (allow upgrade when same github repo except for projectVersion) while recognizing lock when applied ... let''s see if tests confirm this:)' id '6964ec11-f7df-4efb-93ea-e9067966441e' date '5 July 2014' time '6:34:03 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.78' message 'Issue #250: remove the tests ... no longer think that this is a bug' id '1cb73b67-5d86-4329-b4ab-3a835fc4d729' date '20 June 2014' time '8:03:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.77' message 'Issue #250: build some tests ... they are passing ... either test isn''t quite right or the bug is fixed' id '7b712816-3fc9-4832-9efe-3848deb64e1c' date '20 June 2014' time '6:39:46 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.76' message 'Issue #246: "fix" for printing caused tests failures - suspicious that test failures are actually test bugs ... find that out now' id '77b5b818-3c43-4949-8c1a-54a41f9532b9' date '12 June 2014' time '8:16:45 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.75' message 'Issue #246: add tests ... fix version printing in presence of imports - need validation rule and test ' id 'bffb67bf-37bc-4003-b2c0-6e4e818dd4e2' date '12 June 2014' time '7:24 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.74' message 'move another test to MCB' id 'efe864f2-3c8e-4a4a-a0dc-da53c11b670f' date '12 June 2014' time '6:01:11 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.73' message 'move tests from MCA to MCB to balanace test execution times' id '47aaad8c-6e48-4576-be53-799c9ca240ce' date '12 June 2014' time '5:53 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.72' message 'remove tracing' id '6686b0f6-f0e4-4ba7-b775-159b9e8da10c' date '12 June 2014' time '5:38:38 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.71' message 'partial fix - tests for Issue #216, Issue #223, and Issue #245 ' id 'b28195a3-a12e-4fd5-b89b-03aedff45419' date '11 June 2014' time '8:21:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.70' message 'fix tracing for test errors: - tests for Issue #216, Issue #223, and Issue #245 ' id '2b46afa3-b4fe-4ca3-9f1f-c6c570daca3f' date '11 June 2014' time '8:05:32 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.69' message 'tracing for test errors: - tests for Issue #216, Issue #223, and Issue #245' id 'e443dfed-8e6e-4a4e-8111-88dc4f70ca7b' date '11 June 2014' time '7:05:53 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.68' message 'Issue #223: replace useIncoming with useNew ... existing/new is clearet I think - tests' id '07d50abc-66c2-4819-ab88-188bfaa05064' date '11 June 2014' time '5:51:22 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.67' message 'Issue #216: add tests for `register` and `unregister` commands' id '93820973-0c62-4e67-b5a0-c48d77ad7904' date '11 June 2014' time '5:12:30 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.66' message 'issue #245: test added' id '9a65dc66-ee1a-465e-a55e-b04285ab2212' date '11 June 2014' time '4:52:06 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.65' message 'add tracing for Issue #247 [ci skip]' id '4100cd81-1fe6-4e1d-a51e-0a7794ad7674' date '11 June 2014' time '4:32:17 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.64' message 'add tests for Issue #221' id '39a0a2fd-516c-4110-ab42-713f97f9b161' date '11 June 2014' time '1:16:28 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.63' message 'tweak a test ' id '756d2d38-7086-47fd-983e-f61db81dcfbe' date '26 May 2014' time '7:43:40 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.62' message 'finish work on unregistering removed configuration/baseline classes - gemstone only for now .. - tests in Metacello-TestsPlatform.gemstone, for platform isolation - tweak baseline so that Metacello-TestsPlatform requires Metacello-TestsMCB' id 'e5c726e4-530e-44a3-b0f8-451b4d1b4fdc' date '14 May 2014' time '7:27:19 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.61' message '- test clean up ... MetacelloScriptingFetchRecordTestCase>>testBasicFetch001 was randomly failing ... should be fixed now - baseline can be loaded on top of a configuration without a conflict ... fix MetacelloMCBaselineOfProjectSpec>>hasConflictWithConfigurationSpec: ' id '483a2608-5202-4c70-9c87-645b4d24975c' date '10 May 2014' time '10:23:44 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.60' message '- add Metacello-GS2x-Platform for GemStone 2.x specific code - support for MetacelloProjectRegistrationVersionInfo which should allow us to associate the git commit SHA for a git repo with the baseline that was loaded from the repo - all repository types supported for displaying something useful for the version string (only used by baselines as configuration version is used for configurations) - tests' id '7ec4ea55-8c7c-49b9-99a3-e1af3c8daee8' date '8 May 2014' time '4:22:41 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.59' message '- Issue #43: prime registry from image now allows for choice of favoring baselines or configurations ... baseline is default which is right answer since priming from image is only necessary during certain bootstrapping operations for Metacello itself' id 'dbd485fc-b50d-4ed1-a447-5b85eb2297a3' date '7 May 2014' time '5:34:27 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.58' message 'Issue #215: add tests cases and fix a minor bug (which is why tests cases are important)' id '2a8388b7-9e15-42c9-a45d-58dad5f30c60' date '24 November 2013' time '9:04:54 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.57' message 'Issue #202: remove all of the logging in MetacelloScriptingWarningTestCase>>testWarningDuringLoad' id '333e235f-ee33-4056-b97d-4cbe2f3b3ebc' date '16 November 2013' time '10:13:07 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.56' message 'Fix for Issue #202: MetacelloScriptingEnsureLoadedTestCase>>testEnsureLoad arranged to load two versions of External-Core at the same time (different classes of PackageInfo: PackageInfo and MetacelloTestsPackageInfo) and only one was being removed ... ' id '6433210a-be6d-44cc-a419-487f7eab59cf' date '16 November 2013' time '10:06:27 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.55' message 'Issue #202: MetacelloScriptingEnsureLoadedTestCase>>testWarningDuringLoad log package contents ... classes defined in package ... may have to resort to snapshot spelunking?' id '1104b2e2-1024-4b85-b20f-b9fc4a82adee' date '24 September 2013' time '10:07:19 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.54' message 'Issue #202: MetacelloScriptingEnsureLoadedTestCase>>testWarningDuringLoad failed and verified that External-Core-dkh.5 was loaded, not dirty, but class ExternalCore was not present...WAT? Checking registrations for all projects when test starts and after load' id '64689c57-85da-4610-a857-cf9e7fda0ff8' date '24 September 2013' time '7:44:15 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.53' message 'Issue #202: MetacelloScriptingEnsureLoadedTestCase>>testDefaultVersionUpgrade also suffers from random failures ... start logging here too.' id '8e5215ac-a1e0-401c-9fc3-a00a25fc396f' date '23 September 2013' time '9:30:27 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.52' message 'Issue #202: caught failed case where ExternalCore does not exist in image...WAT?...checking to see if External-Core package is left lying around...' id 'dfeb3dba-d3c4-4cf1-8424-4be4adf3f9a2' date '23 September 2013' time '9:02:24 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-ChristopheDemarey.50' message 'Add ConfigurationOfExteenal to the list of packages to unload because it may be load dureing Metacello validation.' id 'ce50c2a4-1136-44e9-9845-385337763dff' date '12 September 2013' time '10:18:41 am' author 'ChristopheDemarey' ancestors ((name 'Metacello-TestsMCB-dkh.49' message 'Issue #202: add logging' id '206212de-9494-4243-831e-56d8cdb586ba' date '1 September 2013' time '8:03:39 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.48' message 'Okay, a version of ConfiguationOfExternal was not being cleaned up by MetacelloScriptingProjectFilterTestCase ... probable cause of random Pharo failures ' id '6e5dc2cb-4e56-4be2-8644-691b0c4c6061' date '29 July 2013' time '9:16:20 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.47' message 'seems that the only explanation is that the class is missing on Pharo somehow? ' id 'c65c4ee6-be68-4293-821d-c2dee010c0ba' date '29 July 2013' time '8:54:42 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.46' message 'remove silenceLevel monkey business ' id '4a76fb72-c46b-4083-bbbe-156e5b7d078f' date '29 July 2013' time '7:38:25 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.45' message 'trolling for Pharo1.4 error ' id '06ebe37d-9e80-41c4-a4c2-124e6014886b' date '29 July 2013' time '5:55:47 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.44' message 'fix error in MetacelloScriptingWarningTestCase>>testWarningDuringLoad ' id 'baa8a874-1fc7-4a51-a9b8-da64b3e0320c' date '29 July 2013' time '5:08:52 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.43' message 'more logging for MetacelloScriptingWarningTestCase>>testWarningDuringLoad ... why test fails on travis and not locally? ' id '5e7366c3-2133-4204-beeb-c8f6b14a0532' date '29 July 2013' time '4:35:09 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.42' message 'suspect that SystemChangeNotifier uniqueInstance silenceLevel isn''t being reset somewhere ... ' id '0c64dafd-e828-4505-bac8-2bfe8430466f' date '29 July 2013' time '3:34:33 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.41' message 'fix MetacelloScriptingRegistryTestCase since all of the packages/configurations moved to externalRepository ... rename repository construction methods to better reflect function ' id '62110643-9e24-48b0-b817-01588b6b922e' date '29 July 2013' time '2:46:35 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.40' message 'Issue #199: final set of proposed bugfixes plus some test tweaks ' id '7f8f8e04-5986-44db-a949-5dcfde05eb4b' date '29 July 2013' time '1:59:41 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.39' message 'Issue #198: additional tweak to bugfix ' id '085e13be-46bd-4588-b66b-5326757305c9' date '29 July 2013' time '10:55:44 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.38' message 'Issue #198: proposed bugfix plus test case ' id 'e4e62da1-7fa9-4a2a-b0dc-795e319b4a72' date '29 July 2013' time '10:49:02 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.37' message 'Issue #196: revert change from 8ec1897e61c3fd8447e6ef11c110fbdf9fe17e72 (MetacelloCommonMCSpecLoader>>ensureForDevelopment mod) ... Issue #198 and Issue #199 test cases ' id 'f8951e21-7901-4403-9349-1b3953675873' date '29 July 2013' time '10:37:48 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.36' message 'amazing ... Pharo2.0 test suite handles Warnings?!#!...jeesh ' id 'f7d69b36-4f46-4a26-be3a-30d4f2b52173' date '28 July 2013' time '3:38:34 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.35' message 'more logging ... indeterminate behavior in Pharo2.0? ' id '681b730e-7061-4a61-98bc-550e74d4a0f6' date '28 July 2013' time '3:14:04 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.34' message 'logging again ' id 'f43bf1d1-c954-41ca-bf51-c4a91b444409' date '28 July 2013' time '2:06:02 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.33' message 'logging ' id 'c570c95a-d385-490a-a960-06644b48a19a' date '28 July 2013' time '1:45:51 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.32' message 'Issue #197: more test adjustments now that only one spec kept per registration ' id '66ac980e-5f4e-451c-af1d-5f06eb5eaafe' date '28 July 2013' time '10:47:39 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.31' message 'redefine logic for baseline load over configuration and fix a bunch of tests now that configs and baselines specs aren''t registered together ' id 'ead4fe17-99a1-4933-9373-5550dce45035' date '28 July 2013' time '8:42:13 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.30' message 'Issue #197: add Metacello class>>registrations, just because I need it....tweak MetacelloProjectRegistry>>primeRegistryFromImage:baselineClasses: to handle locked projects as way of influencing priming of registry...add more tests .... feeling comfortable about current implementation ... now what trouble does it cause? ' id 'ad9491b3-b1a7-496d-819c-9b8539c20bf9' date '27 July 2013' time '8:52:45 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.29' message 'Issue #197: only one project spec kept with registration now ... latest projectSpec wins ... when a baseline loaded from config, config wins ... naked baseline loaded, baseline wins ... only real problem for managing consistency is priming the registry from image, because order is not automatic ' id 'da728ca9-41c8-4742-ada4-326e293dda41' date '27 July 2013' time '7:39:46 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.28' message 'more tracing Jeesh ' id '3f44e395-e92f-4f19-a834-4025762c4493' date '26 July 2013' time '3:01:37 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.27' message 'try to isolate error in MetacelloScriptingRegistryTestCase>>testPrimeRegistryFromImage1 ... only fails on Travis ' id 'd6d40453-bff3-4d5d-a15d-052a5ec9232b' date '26 July 2013' time '2:46:15 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.26' message 'add logging to MetacelloScriptingStandardTestHarness>>validateExpectedConfigurationClassName:expectedConfigurationVersion:expectedConfigurationRepository:expectedBaselineClassName:expectedBaselineVersion:expectedBaselineRepository: to help debug Pharo2.0 test failures ' id '1319b7c3-eeff-4a9d-9572-1243bd92fc0b' date '26 July 2013' time '2:39:38 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.25' message 'fix up the tests a bit ' id '4fac7922-3e03-4331-930e-1d93b05f78d6' date '26 July 2013' time '11:38:33 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.24' message 'Issue #197 ... fix case where a BaselineOf is loaded in after a standard ConfigurationOf and we end up with two separate registrations for the project ' id '8bb9f1b3-203f-47c9-a063-8c4d12733ad2' date '26 July 2013' time '10:32:30 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.23' message 'add some more repository shortcuts...implement the locked command to list locked projects...add test for listing locked projects ' id '32b29665-42b7-491b-81bd-24a44e3c680a' date '25 July 2013' time '4:11:55 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.22' message 'adjust MetacelloCurrentVersionScriptTestCase>>testBleedingEdgeLocking to use a onWarning: clause to proactively handle the Warning ... some dialects aren''t friendly to Warnings in headless mode ' id 'ad801836-2476-4080-82b2-76206a0ea8ad' date '25 July 2013' time '12:57:09 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.21' message 'Issue #193: ensure we have lock coverage for default case (no onLock:) as well as onWarning: coverage, since triggered locks will signal Warnings.. ' id '4b238f75-775c-48a3-8e6f-48d81b138653' date '25 July 2013' time '12:16:07 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.20' message 'Issue #193: signal Warning instead of MetacelloLockedProjectError when locked project encountered. Remove MetacelloLockedProjectError update some tests ' id 'e5ed845b-3217-4820-8891-b640feac95d1' date '25 July 2013' time '11:39:52 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.19' message 'Issue #192: tweaked implementation...added tests ' id 'ef64df2d-369a-4481-9c12-75f0d35ac963' date '25 July 2013' time '5:46:08 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.18' message 'Issue #191: fix onWarning ... tests should pass Issue #192: start work on onLock: implementation ... will tests pass? ' id 'b816e841-aa87-44e2-811d-5c6ab3c226d2' date '24 July 2013' time '6:41:25 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.17' message 'Issue #191: finish test case ' id '4ddfa23f-dad6-4a08-a7b3-b83c6c31107f' date '24 July 2013' time '4:45:27 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.16' message 'Issue #191: initial implementation ... starting on test case ' id 'afacbcf8-a757-4660-856e-7213ff2fa00f' date '24 July 2013' time '4:02:13 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.15' message 'replace all GoferBar-lr.0 refs with GoferBar-lr.1 in tests ' id 'e7dcb518-e375-4d7f-9469-38eb4d22ae4f' date '19 July 2013' time '10:56:23 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.14' message 'proposed fix for Issue #185 including test cases ' id 'e817ce1a-67c3-44f1-8965-d548ca16e95f' date '19 July 2013' time '3:57:29 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.13' message 'Issue #181: eliminate generation of conflict when loading a different SHA from the same github reository ... ' id '72a969d3-9e44-4a85-96c6-dcae7d423b9d' date '16 July 2013' time '9:06:06 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.12' message 'another cut at rebalancing plus more Issue #181 tests added and refactored ... will make another pass at test case to ensure we have good coverage ' id '2307676a-3ec6-45e0-9dcf-fd0ce3f4cd06' date '16 July 2013' time '4:44:48 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.11' message 'rebalance tests a bit ' id '97a709e1-425e-4f74-88b1-3430e62eb444' date '16 July 2013' time '4:20:01 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.10' message 'Issue #181: remove halt from test ...sheesh ' id '94529259-19ed-473c-b1d0-3c7fa6a6d1ca' date '16 July 2013' time '3:27:02 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.9' message 'Issue #181: initial test case and proposed bugfix ' id '77896d2a-21f7-409e-826c-19a3444dd8ae' date '16 July 2013' time '3:07:59 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.8' message 'tweak some comments ' id '555ca1e0-c0fa-4f86-bc83-5f3e6e6bae6b' date '15 July 2013' time '8:33:25 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.7' message 'clean up some of the BaselineOf/ConfigurationOf parsing...add additional Issue #174 tests for symbolic versions and #bleedingEdge ' id 'f71b4807-03ff-4657-9b2f-516ebf933ce1' date '15 July 2013' time '2:51:49 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.6' message 'additional tests for Issue #174 ' id 'e173b346-7a17-4191-b910-5ec3caf59e72' date '13 July 2013' time '2:11:11 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.5' message 'rename test to enforce, which is more correct ' id '7c9e2452-7343-4cd7-afd7-db04bc04c28a' date '13 July 2013' time '11:35:54 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.4' message 'trying to achieve balance ' id 'd145d538-74aa-4d41-be2a-bb3fd4410018' date '13 July 2013' time '1:55:11 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.3' message 're-re-rebalanced ' id '284ff8a7-3dbb-4c32-bd53-cfa1c4bc218f' date '13 July 2013' time '1:24:42 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.2' message 'fully rebalanced, but is it balanced... ' id '72ac3be2-ba71-4413-93b9-fc936599fc96' date '13 July 2013' time '12:17:58 am' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.1' message 'checkpoint ' id 'c05716f7-453d-4a26-8d91-c9729dfdb9ed' date '12 July 2013' time '11:09:10 pm' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'Metacello-TestsMCB-dkh.171' message 'Issue #514: strip out the tracing and logging code added over last few days' id '7590de1d-4255-402f-b08d-0747068ba6d0' date '2 July 2020' time '12:00:45 pm' author 'dkh' ancestors ((name 'Metacello-TestsMCB-dkh.170' message 'Issue #514: more tracing' id '902a88a3-b806-4851-a1d3-5ae2757d4e21' date '1 July 2020' time '2:29:38 pm' author 'dkh' ancestors ((id '98e36394-c784-4226-9317-aa9722c4eed2')) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response1.st b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response1.st index 2c79d7971..b2bc95d81 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response1.st +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response1.st @@ -7,10 +7,10 @@ Server: GitHub.com Date: Wed, 18 Mar 2015 11:52:25 GMT Content-Type: application/json; charset=utf-8 Content-Length: 2936 -Status: 200 OK -X-RateLimit-Limit: 60 -X-RateLimit-Remaining: 58 -X-RateLimit-Reset: 1426683127 +status: 200 OK +X-Ratelimit-Limit: 60 +X-Ratelimit-Remaining: 58 +X-Ratelimit-Reset: 1426683127 Cache-Control: public, max-age=60, s-maxage=60 Last-Modified: Sat, 14 Feb 2015 21:49:04 GMT ETag: "d1531b98e97e99e1ae6cc503149ae9f4" @@ -20,7 +20,7 @@ X-XSS-Protection: 1; mode=block X-Frame-Options: deny Content-Security-Policy: default-src ''none'' Access-Control-Allow-Credentials: true -Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval +Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-Ratelimit-Limit, X-Ratelimit-Remaining, X-Ratelimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval Access-Control-Allow-Origin: * X-GitHub-Request-Id: 3235F557:51F2:682C840:550966F9 Strict-Transport-Security: max-age=31536000; includeSubdomains; preload diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response2.st b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response2.st index 211661950..b8f2d65f0 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response2.st +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response2.st @@ -5,10 +5,10 @@ issue332Response2 ^ 'HTTP/1.1 304 Not Modified Server: GitHub.com Date: Wed, 18 Mar 2015 12:08:23 GMT -Status: 304 Not Modified -X-RateLimit-Limit: 60 -X-RateLimit-Remaining: 58 -X-RateLimit-Reset: 1426683127 +status: 304 Not Modified +X-Ratelimit-Limit: 60 +X-Ratelimit-Remaining: 58 +X-Ratelimit-Reset: 1426683127 Cache-Control: public, max-age=60, s-maxage=60 Last-Modified: Sat, 14 Feb 2015 21:49:04 GMT ETag: "d1531b98e97e99e1ae6cc503149ae9f4" @@ -16,7 +16,7 @@ X-XSS-Protection: 1; mode=block X-Frame-Options: deny Content-Security-Policy: default-src ''none'' Access-Control-Allow-Credentials: true -Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval +Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-Ratelimit-Limit, X-Ratelimit-Remaining, X-Ratelimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval Access-Control-Allow-Origin: * X-GitHub-Request-Id: 3235F557:51F0:279697B:55096AB7 Strict-Transport-Security: max-age=31536000; includeSubdomains; preload diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response3.st b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response3.st index 502572d3e..7166dc255 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response3.st +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response3.st @@ -5,17 +5,17 @@ issue332Response3 ^ 'HTTP/1.1 304 Not Modified Server: GitHub.com Date: Wed, 18 Mar 2015 12:12:58 GMT -Status: 304 Not Modified -X-RateLimit-Limit: 60 -X-RateLimit-Remaining: 58 -X-RateLimit-Reset: 1426683127 +status: 304 Not Modified +X-Ratelimit-Limit: 60 +X-Ratelimit-Remaining: 58 +X-Ratelimit-Reset: 1426683127 Cache-Control: public, max-age=60, s-maxage=60 Last-Modified: Sat, 14 Feb 2015 21:49:04 GMT X-XSS-Protection: 1; mode=block X-Frame-Options: deny Content-Security-Policy: default-src ''none'' Access-Control-Allow-Credentials: true -Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval +Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-Ratelimit-Limit, X-Ratelimit-Remaining, X-Ratelimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval Access-Control-Allow-Origin: * X-GitHub-Request-Id: 3235F557:730C:A705B4C:55096BC9 Strict-Transport-Security: max-age=31536000; includeSubdomains; preload diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response4.st b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response4.st index f43625d06..860615f12 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response4.st +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response4.st @@ -7,10 +7,10 @@ Server: GitHub.com Date: Wed, 18 Mar 2015 13:16:14 GMT Content-Type: application/json; charset=utf-8 Content-Length: 2936 -Status: 200 OK -X-RateLimit-Limit: 60 -X-RateLimit-Remaining: 59 -X-RateLimit-Reset: 1426688174 +status: 200 OK +X-Ratelimit-Limit: 60 +X-Ratelimit-Remaining: 59 +X-Ratelimit-Reset: 1426688174 Cache-Control: public, max-age=60, s-maxage=60 Last-Modified: Sat, 14 Feb 2015 21:49:04 GMT ETag: "d1531b98e97e99e1ae6cc503149ae9f4" @@ -20,7 +20,7 @@ X-XSS-Protection: 1; mode=block X-Frame-Options: deny Content-Security-Policy: default-src ''none'' Access-Control-Allow-Credentials: true -Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval +Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-Ratelimit-Limit, X-Ratelimit-Remaining, X-Ratelimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval Access-Control-Allow-Origin: * X-GitHub-Request-Id: 3235F557:51F5:E069522:55097A9E Strict-Transport-Security: max-age=31536000; includeSubdomains; preload diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response5.st b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response5.st index c0d1841d4..144a6cab1 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response5.st +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/issue332Response5.st @@ -7,10 +7,10 @@ Server: GitHub.com Date: Wed, 18 Mar 2015 13:22:04 GMT Content-Type: application/json; charset=utf-8 Content-Length: 2936 -Status: 200 OK -X-RateLimit-Limit: 60 -X-RateLimit-Remaining: 58 -X-RateLimit-Reset: 1426688174 +status: 200 OK +X-Ratelimit-Limit: 60 +X-Ratelimit-Remaining: 58 +X-Ratelimit-Reset: 1426688174 Cache-Control: public, max-age=60, s-maxage=60 Last-Modified: Sat, 14 Feb 2015 21:49:04 GMT ETag: "d1531b98e97e99e1ae6cc503149ae9f4" @@ -20,7 +20,7 @@ X-XSS-Protection: 1; mode=block X-Frame-Options: deny Content-Security-Policy: default-src ''none'' Access-Control-Allow-Credentials: true -Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval +Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-Ratelimit-Limit, X-Ratelimit-Remaining, X-Ratelimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval Access-Control-Allow-Origin: * X-GitHub-Request-Id: 3235F557:730F:7DE131A:55097BFC Strict-Transport-Security: max-age=31536000; includeSubdomains; preload diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332DownloadTags.st b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332DownloadTags.st index 005bb200e..d44fabe9d 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332DownloadTags.st +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332DownloadTags.st @@ -15,9 +15,9 @@ testIssue332DownloadTags repo := MCGitHubRepository parseLocation: 'github://dalehenrich/external:master/repository' version: nil. - tags := repo downloadJSONTags. "prime the value of X-RateLimit-Remaining" + tags := repo downloadJSONTags. "prime the value of X-Ratelimit-Remaining" rateLimitRemaining := (cache at: 'dalehenrich/external') - at: 'X-RateLimit-Remaining'. + at: 'X-Ratelimit-Remaining'. Transcript cr; show: @@ -25,7 +25,7 @@ testIssue332DownloadTags tags := repo downloadJSONTags. expectedTags := #('1.0-beta.32Tests' 'v1.1.1-gs' 'v1.1.2-gs' 'v1.2.0-gs' 'v1.2.0.1-gs' 'v1.2.0.2-gs' 'v1.3.0-gs' 'v2.1.0-gs' 'v2.2.0-gs' 'v3.0.0-gs'). expectedTags do: [ :tag | tags at: tag ifAbsent: [ self assert: false ] ]. - x := (cache at: 'dalehenrich/external') at: 'X-RateLimit-Remaining'. + x := (cache at: 'dalehenrich/external') at: 'X-Ratelimit-Remaining'. Transcript cr; show: 'testIssue332DownloadTags final rate limit: ' , x asString ] diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader1.st b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader1.st index 8bc3c6393..668c7a099 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader1.st +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader1.st @@ -9,7 +9,7 @@ testIssue332ParsingHeader1 extractHTTPHeader: stream do: [ :headerDict :payload | | tagNames | - self assert: (headerDict at: 'Status') = '200 OK'. + self assert: (headerDict at: 'status') = '200 OK'. self assert: (headerDict at: 'ETag') = '"d1531b98e97e99e1ae6cc503149ae9f4"'. self diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader2.st b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader2.st index 9b8048673..6fc590a1b 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader2.st +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader2.st @@ -9,7 +9,7 @@ testIssue332ParsingHeader2 extractHTTPHeader: stream do: [ :headerDict :payload | | tagNames | - self assert: (headerDict at: 'Status') = '304 Not Modified'. + self assert: (headerDict at: 'status') = '304 Not Modified'. self assert: (headerDict at: 'ETag') = '"d1531b98e97e99e1ae6cc503149ae9f4"'. self diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader3.st b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader3.st index a23778304..6921a3011 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader3.st +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader3.st @@ -9,7 +9,7 @@ testIssue332ParsingHeader3 extractHTTPHeader: stream do: [ :headerDict :payload | | tagNames | - self assert: (headerDict at: 'Status') = '304 Not Modified'. + self assert: (headerDict at: 'status') = '304 Not Modified'. self assert: (headerDict at: 'ETag' ifAbsent: [ ]) isNil. self assert: diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader4.st b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader4.st index 6f9500af0..fda7cfcc4 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader4.st +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader4.st @@ -9,7 +9,7 @@ testIssue332ParsingHeader4 extractHTTPHeader: stream do: [ :headerDict :payload | | tagNames | - self assert: (headerDict at: 'Status') = '200 OK'. + self assert: (headerDict at: 'status') = '200 OK'. self assert: (headerDict at: 'ETag') = '"d1531b98e97e99e1ae6cc503149ae9f4"'. self diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader5.st b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader5.st index 9a76d3688..9a7e81679 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader5.st +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/instance/testIssue332ParsingHeader5.st @@ -9,7 +9,7 @@ testIssue332ParsingHeader5 extractHTTPHeader: stream do: [ :headerDict :payload | | tagNames | - self assert: (headerDict at: 'Status') = '200 OK'. + self assert: (headerDict at: 'status') = '200 OK'. self assert: (headerDict at: 'ETag') = '"d1531b98e97e99e1ae6cc503149ae9f4"'. self diff --git a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/methodProperties.json b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/methodProperties.json index 8a3412faa..52ec47606 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/methodProperties.json +++ b/repository/Metacello-TestsPlatform.gemstone.package/MetacelloRepositoryGemStoneTestCase.class/methodProperties.json @@ -8,11 +8,11 @@ "baseline14:" : "dkh 01/19/2012 12:36", "baseline15:" : "dkh 01/19/2012 14:35", "baseline16:" : "07/11/2013 21:45", - "issue332Response1" : "dkh 03/18/2015 06:19", - "issue332Response2" : "dkh 03/18/2015 06:18", - "issue332Response3" : "dkh 03/18/2015 06:18", - "issue332Response4" : "dkh 03/18/2015 06:23", - "issue332Response5" : "dkh 03/18/2015 06:23", + "issue332Response1" : "dkh 07/01/2020 08:49", + "issue332Response2" : "dkh 07/01/2020 08:50", + "issue332Response3" : "dkh 07/01/2020 08:50", + "issue332Response4" : "dkh 07/01/2020 08:50", + "issue332Response5" : "dkh 07/01/2020 08:51", "project" : "DaleHenrichs 03/12/2010 01:15", "setUp" : "dkh 01/19/2012 14:51", "tearDown" : "dkh 01/19/2012 14:36", @@ -24,10 +24,10 @@ "testFileTreeRepository" : "07/11/2013 21:47", "testHttpRepository" : "dkh 01/19/2012 12:35", "testIssue299" : "dkh 10/12/2014 17:20", - "testIssue332DownloadTags" : "dkh 03/18/2015 20:03", - "testIssue332ParsingHeader1" : "dkh 03/18/2015 20:03", - "testIssue332ParsingHeader2" : "dkh 03/18/2015 06:11", - "testIssue332ParsingHeader3" : "dkh 03/18/2015 06:15", - "testIssue332ParsingHeader4" : "dkh 03/18/2015 06:21", - "testIssue332ParsingHeader5" : "dkh 03/18/2015 06:24", + "testIssue332DownloadTags" : "dkh 07/02/2020 11:58", + "testIssue332ParsingHeader1" : "dkh 07/01/2020 08:46", + "testIssue332ParsingHeader2" : "dkh 07/01/2020 08:47", + "testIssue332ParsingHeader3" : "dkh 07/01/2020 08:47", + "testIssue332ParsingHeader4" : "dkh 07/01/2020 08:47", + "testIssue332ParsingHeader5" : "dkh 07/01/2020 08:47", "testServerDirectoryRepository" : "dkh 01/19/2012 12:33" } } diff --git a/repository/Metacello-TestsPlatform.gemstone.package/monticello.meta/version b/repository/Metacello-TestsPlatform.gemstone.package/monticello.meta/version index ce8291c09..7c145df86 100644 --- a/repository/Metacello-TestsPlatform.gemstone.package/monticello.meta/version +++ b/repository/Metacello-TestsPlatform.gemstone.package/monticello.meta/version @@ -1 +1 @@ -(name 'Metacello-TestsPlatform.gemstone-dkh.14' message 'Issue #332: add rate limit protection and clean up some code paths hit when rate limit is exceeded from the get go' id '1b4445db-78a6-4bd7-a128-4470fa76bfbe' date '03/18/2015' time '20:05:26' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.13' message 'Issue #332: need to prime cache in MetacelloRepositoryGemStoneTestCase>>testIssue332DownloadTags' id '09c27e33-757c-40c1-bafb-94d003950fc0' date '03/18/2015' time '13:50:30' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.12' message 'Issue #332: proposed fix ... - maintain an ETags dictionary and cache the JSON associated with the particular ETag and last modification date - these queries don''t count against API rate limit so it will only cost to fill the cache ... instead of each access ... ' id 'b5bd4b15-430d-4f2e-965e-7e774d7ded4c' date '03/18/2015' time '11:07:12' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.11' message 'Issue #299: spell the method correctly..' id '5b8c91d8-6af0-4e4b-879a-9d8a2937f392' date '10/12/2014' time '17:21:18' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.10' message 'Issue #299: make test portable to older versions of GemStone' id 'c9459456-c8e5-46a3-88c8-bed3dfc7be5e' date '10/12/2014' time '16:57:11' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.9' message 'Issue #299: proposed bugfix and test' id '142a3638-75a5-41a7-b9f0-edf2f9b4e2eb' date '10/12/2014' time '16:06:53' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.8' message 'split out Metacello-GemStone-TestsMCB so that Metacello-TestsMCB doesn''t get loaded with both TravisCI_1 and TravisCI_3 (for GemStone)' id '850d3d61-e84e-4321-85a5-9e48498e16fe' date '07/05/2014' time '20:02:39' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.7' message 'finish work on unregistering removed configuration/baseline classes - gemstone only for now .. - tests in Metacello-TestsPlatform.gemstone, for platform isolation - tweak baseline so that Metacello-TestsPlatform requires Metacello-TestsMCB' id '25a4a7b3-7704-45da-8d73-9a858716fa75' date '05/14/2014' time '07:27:22' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-.6' message 'some more tweaks for FileTree test ' id '5a0c8851-0384-4721-a008-221f1c3daebc' date '07/11/2013' time '21:48:04' author '' ancestors ((name 'Metacello-TestsPlatform.gemstone-.5' message 'rewrite MetacelloRepositoryGemStoneTestCase>>testFileTreeRepository to create directory before creating repository ' id '1d514cd0-a981-4dee-a3ba-35d04adf28f2' date '07/11/2013' time '21:42:30' author '' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.4' message '- filetree support' id 'ce006cc4-ddc7-4e23-b268-71a1448093ce' date '01/30/2012' time '14:04:51' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.3' message '1.0-beta.32 (dkh.665): - fix Issue 109: pkgSpec for Metacello configuration doesn''t work for GemStone ServerDirectory repository http://code.google.com/p/metacello/issues/detail?id=109' id '665f86f2-a444-42b0-b77a-c2de218c76ef' date '01/19/2012' time '15:13:02' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.2' message '1.0-beta.31 (dkh.634): - fix for GemStone version of Pharo Issue 4613 .... derive attributes from GemStone version string' id 'f48ab7f3-078f-4bc2-a14a-2e3c2aae089c' date '10/11/2011' time '14:32:21' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-DaleHenrichs.1' message '- fix Issue 32: http://code.google.com/p/metacello/issues/detail?id=32 "Connect repositories as MCServerDirectory rather than MCDirectory" ' id 'c14414cf-8b78-499e-abd7-ef04857da87f' date '03/12/1910' time '01:44:50' author 'DaleHenrichs' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Metacello-TestsPlatform.gemstone-dkh.22' message 'Issue #514: make MetacelloGemStonePlatform3x>>downloadJSON:eTagsCache:eTagsKey:username:pass: functional on pre-3.3 versions of GemStone' id '42b9837a-1ab3-477a-8565-726ba378f8e6' date '07/02/2020' time '14:54:30' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.21' message 'Issue #514: tracety trace (check for correct platform class)' id '8c97e350-5c7e-4f88-a547-331a05f94d42' date '07/02/2020' time '12:51:40' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.20' message 'Issue #514: proposed fix - ZnClient-based handling of the etagCache' id '481fc128-e5c4-44c5-9827-986617dcd109' date '07/02/2020' time '12:34:12' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.19' message 'Issue #514: strip out the tracing and logging code added over last few days' id '3db37c9a-b026-49ff-b80a-989b4a9d4f18' date '07/02/2020' time '12:00:46' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.18' message 'Issue #514: more tracing ... only fails on travis and makes debugging darn difficult' id '9ba9ba63-20b0-44e7-a7bf-4ac9ddc1349b' date '07/01/2020' time '15:49:51' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.17' message 'Issue #514: remaining changes needed to match the new JSON format GitHub JSON API' id '4e91aeb6-d6b8-43da-88b6-a8e750fbd83b' date '07/01/2020' time '09:10:08' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.16' message 'Issue #510 and Issue #332: expecting the rate limit to stay stable on a machine where other (uncontrolled) processes are hitting the rate limited api is unrealistic ... log the rate limit, but don''t fail if rate limit changes' id 'c43e9d7a-131e-4f31-9e3f-8a3b5ba6d8f3' date '09/17/2019' time '11:25:37' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.15' message 'Issue #510: rate limiting errors; adjust tests because bitbucket no longer supports the tag access API...' id '030fbb72-fa9d-4814-9ee7-8ed309d66489' date '09/17/2019' time '10:20:31' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.14' message 'Issue #332: add rate limit protection and clean up some code paths hit when rate limit is exceeded from the get go' id '1b4445db-78a6-4bd7-a128-4470fa76bfbe' date '03/18/2015' time '20:05:26' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.13' message 'Issue #332: need to prime cache in MetacelloRepositoryGemStoneTestCase>>testIssue332DownloadTags' id '09c27e33-757c-40c1-bafb-94d003950fc0' date '03/18/2015' time '13:50:30' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.12' message 'Issue #332: proposed fix ... - maintain an ETags dictionary and cache the JSON associated with the particular ETag and last modification date - these queries don''t count against API rate limit so it will only cost to fill the cache ... instead of each access ... ' id 'b5bd4b15-430d-4f2e-965e-7e774d7ded4c' date '03/18/2015' time '11:07:12' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.11' message 'Issue #299: spell the method correctly..' id '5b8c91d8-6af0-4e4b-879a-9d8a2937f392' date '10/12/2014' time '17:21:18' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.10' message 'Issue #299: make test portable to older versions of GemStone' id 'c9459456-c8e5-46a3-88c8-bed3dfc7be5e' date '10/12/2014' time '16:57:11' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.9' message 'Issue #299: proposed bugfix and test' id '142a3638-75a5-41a7-b9f0-edf2f9b4e2eb' date '10/12/2014' time '16:06:53' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.8' message 'split out Metacello-GemStone-TestsMCB so that Metacello-TestsMCB doesn''t get loaded with both TravisCI_1 and TravisCI_3 (for GemStone)' id '850d3d61-e84e-4321-85a5-9e48498e16fe' date '07/05/2014' time '20:02:39' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.7' message 'finish work on unregistering removed configuration/baseline classes - gemstone only for now .. - tests in Metacello-TestsPlatform.gemstone, for platform isolation - tweak baseline so that Metacello-TestsPlatform requires Metacello-TestsMCB' id '25a4a7b3-7704-45da-8d73-9a858716fa75' date '05/14/2014' time '07:27:22' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-.6' message 'some more tweaks for FileTree test ' id '5a0c8851-0384-4721-a008-221f1c3daebc' date '07/11/2013' time '21:48:04' author '' ancestors ((name 'Metacello-TestsPlatform.gemstone-.5' message 'rewrite MetacelloRepositoryGemStoneTestCase>>testFileTreeRepository to create directory before creating repository ' id '1d514cd0-a981-4dee-a3ba-35d04adf28f2' date '07/11/2013' time '21:42:30' author '' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.4' message '- filetree support' id 'ce006cc4-ddc7-4e23-b268-71a1448093ce' date '01/30/2012' time '14:04:51' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.3' message '1.0-beta.32 (dkh.665): - fix Issue 109: pkgSpec for Metacello configuration doesn''t work for GemStone ServerDirectory repository http://code.google.com/p/metacello/issues/detail?id=109' id '665f86f2-a444-42b0-b77a-c2de218c76ef' date '01/19/2012' time '15:13:02' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-dkh.2' message '1.0-beta.31 (dkh.634): - fix for GemStone version of Pharo Issue 4613 .... derive attributes from GemStone version string' id 'f48ab7f3-078f-4bc2-a14a-2e3c2aae089c' date '10/11/2011' time '14:32:21' author 'dkh' ancestors ((name 'Metacello-TestsPlatform.gemstone-DaleHenrichs.1' message '- fix Issue 32: http://code.google.com/p/metacello/issues/detail?id=32 "Connect repositories as MCServerDirectory rather than MCDirectory" ' id 'c14414cf-8b78-499e-abd7-ef04857da87f' date '03/12/1910' time '01:44:50' author 'DaleHenrichs' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file