<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>greybox Issue Tracker Rss Feed</title><link>http://greybox.codeplex.com/workitem/list/basic</link><description>greybox Issue Tracker Rss Description</description><item><title>Created Feature: Add filtering support for hosted services [30690]</title><link>http://greybox.codeplex.com/workitem/30690</link><description>Add the ability in configuration to filter out specific hosted services from checking.  This will allow a subscription to have one or more hosted services to not be checked, or ignored during the checks.&lt;br /&gt;</description><author>MikeWo</author><pubDate>Fri, 13 May 2011 17:40:50 GMT</pubDate><guid isPermaLink="false">Created Feature: Add filtering support for hosted services [30690] 20110513054050P</guid></item><item><title>Created Issue: Monitor for SQL Azure Databases [30689]</title><link>http://greybox.codeplex.com/workitem/30689</link><description>Add checking for deployed SQL Azure databases and alert just like for Hosted Services.&lt;br /&gt;</description><author>MikeWo</author><pubDate>Fri, 13 May 2011 17:37:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Monitor for SQL Azure Databases [30689] 20110513053751P</guid></item><item><title>Commented Feature: Monitor Staging Instances [30413]</title><link>http://greybox.codeplex.com/workitem/30413</link><description>It would be a very nice feature to monitor staging instances and be notified every hour if there are staging instances and where they are, so we can kill them if we forgot to delete them.&lt;br /&gt;Comments: ** Comment from web user: jimzim ** &lt;p&gt;My bad, I didn&amp;#39;t have any instances in staging, i see it does monitor staging, but would just like to be notified every hour while a staging instance is a live.  We have had some issues of cost accidently leaving staging, so would be super helpful.  I am totally willing to help out where you need to implement this.  I am looking at your code to see where i could possibly add it.  We should chat.  good work&amp;#33;  &lt;/p&gt;</description><author>jimzim</author><pubDate>Mon, 28 Mar 2011 01:48:02 GMT</pubDate><guid isPermaLink="false">Commented Feature: Monitor Staging Instances [30413] 20110328014802A</guid></item><item><title>Commented Issue: Monitor Staging Instances [30413]</title><link>http://greybox.codeplex.com/workitem/30413</link><description>It would be a very nice feature to monitor staging instances and be notified every hour if there are staging instances and where they are, so we can kill them if we forgot to delete them.&lt;br /&gt;Comments: ** Comment from web user: MikeWo ** &lt;p&gt;Thanks for the feedback.  The utility does currently monitor any deployment &amp;#40;staging or production&amp;#41;.  This does bring up an interesting idea of having a toggle to only alert for staging, production or both.&lt;/p&gt;</description><author>MikeWo</author><pubDate>Sun, 27 Mar 2011 21:58:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: Monitor Staging Instances [30413] 20110327095811P</guid></item><item><title>Created Issue: Monitor Staging Instances [30413]</title><link>http://greybox.codeplex.com/workitem/30413</link><description>It would be a very nice feature to monitor staging instances and be notified every hour if there are staging instances and where they are, so we can kill them if we forgot to delete them.&lt;br /&gt;</description><author>jimzim</author><pubDate>Fri, 25 Mar 2011 15:25:34 GMT</pubDate><guid isPermaLink="false">Created Issue: Monitor Staging Instances [30413] 20110325032534P</guid></item><item><title>Closed Feature: Implement refresh option [29111]</title><link>http://greybox.codeplex.com/workitem/29111</link><description>As a user I need to be able to refresh the hosted services status on Greybox more regularly than the scheduled check.&lt;br /&gt;&lt;br /&gt;There should be an option on the context menu to refresh the list of running services.&lt;br /&gt;Comments: &lt;p&gt;Completed in v1.1.&lt;/p&gt;</description><author>MikeWo</author><pubDate>Wed, 08 Dec 2010 16:24:39 GMT</pubDate><guid isPermaLink="false">Closed Feature: Implement refresh option [29111] 20101208042439P</guid></item><item><title>Created Feature: Add link to Portal on Context menu [29683]</title><link>http://greybox.codeplex.com/workitem/29683</link><description>As a user of GreyBox I want to quickly get access to the Azure management portal.&lt;br /&gt;&lt;br /&gt;Add a link off the context menu in the system tray to link to the portal.&lt;br /&gt;</description><author>MikeWo</author><pubDate>Wed, 08 Dec 2010 02:06:29 GMT</pubDate><guid isPermaLink="false">Created Feature: Add link to Portal on Context menu [29683] 20101208020629A</guid></item><item><title>Commented Feature: Implement refresh option [29111]</title><link>http://greybox.codeplex.com/workitem/29111</link><description>As a user I need to be able to refresh the hosted services status on Greybox more regularly than the scheduled check.&lt;br /&gt;&lt;br /&gt;There should be an option on the context menu to refresh the list of running services.&lt;br /&gt;Comments: ** Comment from web user: MikeWo ** &lt;p&gt;I&amp;#39;ve added the refresh capability.  It stop the interval timer, checks for deployments, then starts the timer back up again.&lt;/p&gt;</description><author>MikeWo</author><pubDate>Sun, 10 Oct 2010 03:55:50 GMT</pubDate><guid isPermaLink="false">Commented Feature: Implement refresh option [29111] 20101010035550A</guid></item><item><title>Commented Feature: Implement refresh option [29111]</title><link>http://greybox.codeplex.com/workitem/29111</link><description>As a user I need to be able to refresh the hosted services status on Greybox more regularly than the scheduled check.&lt;br /&gt;&lt;br /&gt;There should be an option on the context menu to refresh the list of running services.&lt;br /&gt;Comments: Associated with changeset 78175.</description><author>MikeWo</author><pubDate>Sun, 10 Oct 2010 03:53:39 GMT</pubDate><guid isPermaLink="false">Commented Feature: Implement refresh option [29111] 20101010035339A</guid></item><item><title>Created Feature: Create management API stub harness [29128]</title><link>http://greybox.codeplex.com/workitem/29128</link><description>Create a small development utility that can be substituted in configuration to act as the management API gateway.  This should run as a separate test harness application.  When configured to use this harness the greybox utility would make calls to this local app instead of the actual management API.  This will help test local interactions in the UI without having to deploy to the Azure environment for testing.&lt;br /&gt;&lt;br /&gt;This is not a replacement for unit tests and mocking in unit tests.  This is more for testing interactions in the UI when adding features.&lt;br /&gt;</description><author>MikeWo</author><pubDate>Sun, 10 Oct 2010 03:17:04 GMT</pubDate><guid isPermaLink="false">Created Feature: Create management API stub harness [29128] 20101010031704A</guid></item><item><title>Created Task: Update Icons [29125]</title><link>http://greybox.codeplex.com/workitem/29125</link><description>Get bettter icons that show up a little better.&lt;br /&gt;</description><author>MikeWo</author><pubDate>Fri, 08 Oct 2010 20:53:42 GMT</pubDate><guid isPermaLink="false">Created Task: Update Icons [29125] 20101008085342P</guid></item><item><title>Created Issue: Handle multiple subscriptions [29112]</title><link>http://greybox.codeplex.com/workitem/29112</link><description>As a user I need to be able to view the status and control multiple subscriptions.&lt;br /&gt;&lt;br /&gt;Alter the application to be able to read multiple subscriptions from the configuration and check them in parallel.&lt;br /&gt;</description><author>MikeWo</author><pubDate>Thu, 07 Oct 2010 12:39:39 GMT</pubDate><guid isPermaLink="false">Created Issue: Handle multiple subscriptions [29112] 20101007123939P</guid></item><item><title>Created Issue: Implement refresh option [29111]</title><link>http://greybox.codeplex.com/workitem/29111</link><description>As a user I need to be able to refresh the hosted services status on Greybox more regularly than the scheduled check.&lt;br /&gt;&lt;br /&gt;There should be an option on the context menu to refresh the list of running services.&lt;br /&gt;</description><author>MikeWo</author><pubDate>Thu, 07 Oct 2010 12:38:08 GMT</pubDate><guid isPermaLink="false">Created Issue: Implement refresh option [29111] 20101007123808P</guid></item><item><title>Created Issue: Verify internet check works through the proxy [29110]</title><link>http://greybox.codeplex.com/workitem/29110</link><description>A user reported that when connecting to the internet through a proxy the internet check was reporting that it couldn&amp;#39;t connect to the internet.&lt;br /&gt;&lt;br /&gt;Verify that the connection test will work through a proxy.&lt;br /&gt;</description><author>MikeWo</author><pubDate>Thu, 07 Oct 2010 12:35:15 GMT</pubDate><guid isPermaLink="false">Created Issue: Verify internet check works through the proxy [29110] 20101007123515P</guid></item></channel></rss>