Skip to content

Commit

Permalink
Issue SeasideSt#54: clean up statusGems implementation for seaside ge…
Browse files Browse the repository at this point in the history
…m servers
  • Loading branch information
dalehenrich committed Dec 15, 2014
1 parent 7b8694b commit 39d7234
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ statusGems
ifNotNil: [ :gemServer |
| maintStatus |
maintStatus := gemServer statusGems.
status := status , '
' , (maintStatus lines at: 2) ].
status := status , (maintStatus lines at: 2) ].
^ status
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"maintenanceVm:" : "dkh 12/12/2014 10:23",
"startBasicServerOn:" : "dkh 12/11/2014 05:59",
"startGems" : "dkh 12/12/2014 10:23",
"statusGems" : "dkh 12/14/2014 15:32",
"statusGems" : "dkh 12/14/2014 20:33",
"stopGems" : "dkh 12/12/2014 10:23" } }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'Seaside-GemStone-Adaptors-Zinc-dkh.14' message 'Issue #54: implement statusGems so that maintenance vm status is included for seaside gem servers ... add statusGem to tests' id '43907212-50c3-402f-a3be-809eb1c0f9b1' date '12/14/2014' time '15:35:09' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.13' message 'Issue #54: fiddle with dependencies surrounding Seaside-GemStone-GemServer-Tests' id '306a9035-210d-4ebf-97e3-0d8e9f4bb25f' date '12/14/2014' time '12:51:40' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.12' message 'Issue #54: fix a minor bug ...' id 'e06f27b5-c027-44c2-9b5e-16fa650a695f' date '12/12/2014' time '15:32:26' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.11' message 'Issue #54: implement MaintenanceVmGemServer and arrange for MaintenanceVmGemServer to be started/stopped when seaside gems are started/stopped' id 'c1c7b92f-d126-4d31-b851-8b48ebf61208' date '12/12/2014' time '10:28:32' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.10' message 'Issue #54: straighten out tests' id '924f3f72-faac-405c-adfa-b8b3ccd98370' date '12/11/2014' time '14:21:57' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.9' message 'Issue #54: expand the tests for WAGemStoneWalkbackErrorHandler to cover debugMode case where Break should be passed ... move ZnSeasideGemServer under ZnGemServer so we can leverage the logging and other ZnGemServer options for Seaside ...' id '122e9543-e87d-4eee-90fa-c3d7f587ebef' date '12/11/2014' time '07:02:27' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.8' message 'Issue #54: implement GemServer class for Swazoo, FastCGI and Zinc Seaside adaptors ... add a test that does a start/stop/restart on each of the GemServers ' id 'b92805ae-0751-4d84-ad71-02a615cd26d3' date '12/10/2014' time '17:32:39' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.7' message 'nicer internal error message page' id '1a036e0f-cfa6-4af1-a06e-ebdcef1f782f' date '11/16/2013' time '13:44:51' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.6' message 'Bugfixes against Zinc v2.3.2 (from https://github.com/glassdb/zinc)' id '8fd99b52-0783-4bb3-b3ad-b533ac543acc' date '11/16/2013' time '13:22:42' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.5' message 'bugfixes (against Zinc v2.3.2 from https://github.com/glassdb/zinc)' id '4df4f684-e0a3-46ea-bd13-37b25a9c0aff' date '11/16/2013' time '13:21:38' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4' message 'This adaptor works just like the Swazoo adaptor but instead uses Zinc. Start and stop it in the same manner. Requires Zinc, of course. ' id '43c6609f-4df6-4b0e-b405-400fde43ef55' date '04/15/2011' time '16:45:17' author 'PaulDeBruicker' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.3' message 'Works in Gemstone. ' id '41a58560-49a3-4662-a109-2375b020b6a5' date '04/14/2011' time '14:25:27' author 'PaulDeBruicker' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.2' message 'Seems to work fine. ' id '888b91c2-4dd0-4f5d-9a6c-f698b1f993f6' date '04/14/2011' time '13:36:20' author 'PaulDeBruicker' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.1' message 'Initial commit. ' id 'c1a4260d-34fe-4ae1-bfab-20976ddca064' date '04/14/2011' time '10:06:22' author 'PaulDeBruicker' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'Seaside-GemStone-Adaptors-Zinc-dkh.15' message 'Issue #54: clean up statusGems implementation for seaside gem servers' id '4cfc18a9-2581-487a-b987-74b817c501d0' date '12/14/2014' time '20:37:09' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.14' message 'Issue #54: implement statusGems so that maintenance vm status is included for seaside gem servers ... add statusGem to tests' id '43907212-50c3-402f-a3be-809eb1c0f9b1' date '12/14/2014' time '15:35:09' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.13' message 'Issue #54: fiddle with dependencies surrounding Seaside-GemStone-GemServer-Tests' id '306a9035-210d-4ebf-97e3-0d8e9f4bb25f' date '12/14/2014' time '12:51:40' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.12' message 'Issue #54: fix a minor bug ...' id 'e06f27b5-c027-44c2-9b5e-16fa650a695f' date '12/12/2014' time '15:32:26' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.11' message 'Issue #54: implement MaintenanceVmGemServer and arrange for MaintenanceVmGemServer to be started/stopped when seaside gems are started/stopped' id 'c1c7b92f-d126-4d31-b851-8b48ebf61208' date '12/12/2014' time '10:28:32' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.10' message 'Issue #54: straighten out tests' id '924f3f72-faac-405c-adfa-b8b3ccd98370' date '12/11/2014' time '14:21:57' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.9' message 'Issue #54: expand the tests for WAGemStoneWalkbackErrorHandler to cover debugMode case where Break should be passed ... move ZnSeasideGemServer under ZnGemServer so we can leverage the logging and other ZnGemServer options for Seaside ...' id '122e9543-e87d-4eee-90fa-c3d7f587ebef' date '12/11/2014' time '07:02:27' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-dkh.8' message 'Issue #54: implement GemServer class for Swazoo, FastCGI and Zinc Seaside adaptors ... add a test that does a start/stop/restart on each of the GemServers ' id 'b92805ae-0751-4d84-ad71-02a615cd26d3' date '12/10/2014' time '17:32:39' author 'dkh' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.7' message 'nicer internal error message page' id '1a036e0f-cfa6-4af1-a06e-ebdcef1f782f' date '11/16/2013' time '13:44:51' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.6' message 'Bugfixes against Zinc v2.3.2 (from https://github.com/glassdb/zinc)' id '8fd99b52-0783-4bb3-b3ad-b533ac543acc' date '11/16/2013' time '13:22:42' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-JohanBrichau.5' message 'bugfixes (against Zinc v2.3.2 from https://github.com/glassdb/zinc)' id '4df4f684-e0a3-46ea-bd13-37b25a9c0aff' date '11/16/2013' time '13:21:38' author 'JohanBrichau' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.4' message 'This adaptor works just like the Swazoo adaptor but instead uses Zinc. Start and stop it in the same manner. Requires Zinc, of course. ' id '43c6609f-4df6-4b0e-b405-400fde43ef55' date '04/15/2011' time '16:45:17' author 'PaulDeBruicker' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.3' message 'Works in Gemstone. ' id '41a58560-49a3-4662-a109-2375b020b6a5' date '04/14/2011' time '14:25:27' author 'PaulDeBruicker' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.2' message 'Seems to work fine. ' id '888b91c2-4dd0-4f5d-9a6c-f698b1f993f6' date '04/14/2011' time '13:36:20' author 'PaulDeBruicker' ancestors ((name 'Seaside-GemStone-Adaptors-Zinc-PaulDeBruicker.1' message 'Initial commit. ' id 'c1a4260d-34fe-4ae1-bfab-20976ddca064' date '04/14/2011' time '10:06:22' author 'PaulDeBruicker' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ statusGems
ifNotNil: [ :gemServer |
| maintStatus |
maintStatus := gemServer statusGems.
status := status , '
' , (maintStatus lines at: 2) ].
status := status , (maintStatus lines at: 2) ].
^ status
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"maintenanceVm:" : "dkh 12/12/2014 10:16",
"startBasicServerOn:" : "dkh 12/10/2014 16:00",
"startGems" : "dkh 12/12/2014 10:18",
"statusGems" : "dkh 12/14/2014 15:32",
"statusGems" : "dkh 12/14/2014 20:33",
"stopGems" : "dkh 12/12/2014 10:18" } }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'Seaside-GemStone-GemServer-Core-dkh.3' message 'Issue #54: implement statusGems so that maintenance vm status is included for seaside gem servers ... add statusGem to tests' id '7a9fa48b-ccbb-4934-a554-530b1a4fd28f' date '12/14/2014' time '15:35:06' author 'dkh' ancestors ((name 'Seaside-GemStone-GemServer-Core-dkh.2' message 'Issue #54: refine implementation of WAGemStoneAbstractTaskGemServer as ServiceVmGemServer implementation becomes mature' id '268e6c2a-c93a-4a98-832c-b2fc8f0cc9bb' date '12/14/2014' time '15:09:02' author 'dkh' ancestors ((name 'Seaside-GemStone-GemServer-Core-dkh.1' message 'Issue #54: split Seaside-GemStone-GemServer into two packages: Seaside-GemStone-GemServer-Core and Seaside-GemStone-GemServer-Tests' id 'f5e25e3b-cedd-485c-9538-1a3609695dbd' date '12/14/2014' time '12:06:42' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())
(name 'Seaside-GemStone-GemServer-Core-dkh.4' message 'Issue #54: clean up statusGems implementation for seaside gem servers' id '77a79eda-f744-4f91-b642-f1a771e40ef2' date '12/14/2014' time '20:37:07' author 'dkh' ancestors ((name 'Seaside-GemStone-GemServer-Core-dkh.3' message 'Issue #54: implement statusGems so that maintenance vm status is included for seaside gem servers ... add statusGem to tests' id '7a9fa48b-ccbb-4934-a554-530b1a4fd28f' date '12/14/2014' time '15:35:06' author 'dkh' ancestors ((name 'Seaside-GemStone-GemServer-Core-dkh.2' message 'Issue #54: refine implementation of WAGemStoneAbstractTaskGemServer as ServiceVmGemServer implementation becomes mature' id '268e6c2a-c93a-4a98-832c-b2fc8f0cc9bb' date '12/14/2014' time '15:09:02' author 'dkh' ancestors ((name 'Seaside-GemStone-GemServer-Core-dkh.1' message 'Issue #54: split Seaside-GemStone-GemServer into two packages: Seaside-GemStone-GemServer-Core and Seaside-GemStone-GemServer-Tests' id 'f5e25e3b-cedd-485c-9538-1a3609695dbd' date '12/14/2014' time '12:06:42' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())

0 comments on commit 39d7234

Please sign in to comment.