Code Monkey home page Code Monkey logo

hybridfox's Introduction

This is a Mozilla Firefox extension for interacting with Amazon EC2. The source code
also functions as an example of how to use the Amazon EC2 Query API from
JavaScript.

Usage:

The extension can be installed by opening the .xpi file contained in the archive that includes
this README file. Alternatively, the latest version of the .xpi file is hosted in Amazon
S3 at the following URL:

  http://s3.amazonaws.com/ec2-downloads/ec2ui.xpi

If you visit the link above using Mozilla Firefox you will be prompted regarding the
installation of the extension.

Prerequisites:

This extension requires Mozilla Firefox version 1.5.0 or later.

Source Code:

The full source code is available at http://sourceforge.net/projects/elasticfox/

The .xpi file is really just a renamed ZIP archive. Your garden variety ZIP utilities can be 
used to unzip it. Within this archive you will find a file named ec2ui.jar. This is also just
a renamed JAR archive so you can explore it in the same way. This JAR file contains the bulk
of the interesting source code. Highlights include:

  content/ec2ui/client.js
    This file contains the logic to construct and sign requests to Amazon EC2.

  content/ec2ui/controller.js
    This file wraps client.js and includes logic to unpack Amazon EC2 responses.

hybridfox's People

Contributors

samof76 avatar

Watchers

James Cloos avatar  avatar

hybridfox's Issues

Public Address checkbox seems to be greyed out even for Eucalyptus cloud

What steps will reproduce the problem?
1.Connect to an Eucalyptus cloud
2.Try to create an instance with --adddressing=private
3.The public address checkbox is greyed out

What is the expected output? What do you see instead?
For Eucalyptus the public address checkbox should be enabled and for EC2 it 
should be disabled. 

What version of the product are you using? On what operating system?
1.6.000024

Please provide any additional information below.
I was able to track it down to a small bug in condition check for EC2. Attached 
change fixed the issue for me. 


Original issue reported on code.google.com by [email protected] on 13 Jul 2010 at 9:26

Attachments:

Auto refresh does-not work on tab select for EC2 Endpoints

What steps will reproduce the problem?
1.Set Endpoints to EC2
2.Then select any of following tabs Bundle Tasks,Reserved Instances,Virtual 
Private Clouds,VPN Connections
3.Does not call auto refresh even though my endpoints are Amazon EC2

What is the expected output? What do you see instead?
On Tab Select should automatically call refresh function to Describe it. 
Instead it calls the refresh function only when i click refresh button,that 
works fine for Eucalyptus Endpoints

Please use labels and text to provide additional information.


Original issue reported on code.google.com by anandchitravelu on 3 May 2011 at 6:08

start/stop buttons

I found hybridfox very useful for eucalyptus and EC2, I just miss start and 
stop (not terminate) buttons that are present in elasticfox.

Is there a way to install both, hybridfox and elasticfox in the same firefox ?


Thanks,
Matej.

Original issue reported on code.google.com by [email protected] on 1 Apr 2011 at 9:20

Context menu's background color is clear on Firefox 4

What steps will reproduce the problem?
1. Install hybridfox to Firefox 4.
2. Show context menu except "Images" tab.
3.

What is the expected output? What do you see instead?
Context menu's background color is clear, it will be hard to read label string.

What version of the product are you using? On what operating system?
hybridfox-1.6.000041
Firefox 4.0

Please provide any additional information below.
XUL file except images_tab_overlay.xul, <popupset>'s child is <popup>,
<popupset>'s child should be <menupopup>.
The following <popup> change to <menupopup>, please.

bundle_tasks_tab_overlay.xul(11):         <popup 
id="ec2ui.bundleTasks.contextmenu"
bundle_tasks_tab_overlay.xul(27):         </popup>
eip_tab_overlay.xul(11):         <popup id="ec2ui.addresses.contextmenu"
eip_tab_overlay.xul(26):         </popup>
instances_tab_overlay.xul(11):         <popup id="ec2ui.instances.contextmenu"
instances_tab_overlay.xul(55):         </popup>
keypairs_tab_overlay.xul(11):         <popup id="keypair.tree.contextmenu">
keypairs_tab_overlay.xul(14):         </popup>
leases_tab_overlay.xul(12):           <popup id="ec2ui.offerings.contextmenu" >
leases_tab_overlay.xul(21):           </popup>
leases_tab_overlay.xul(74):           <popup id="ec2ui.rsvdInst.contextmenu">
leases_tab_overlay.xul(80):           </popup>
security_groups_tab_overlay.xul(11):         <popup 
id="ec2ui.secgroups.contextmenu">
security_groups_tab_overlay.xul(22):         </popup>
security_groups_tab_overlay.xul(69):         <popup 
id="ec2ui.permissions.contextmenu">
security_groups_tab_overlay.xul(73):         </popup>
volumes_tab_overlay.xul(12):           <popup id="ec2ui.volumes.contextmenu"
volumes_tab_overlay.xul(39):           </popup>
volumes_tab_overlay.xul(123):           <popup id="ec2ui.snapshots.contextmenu">
volumes_tab_overlay.xul(136):           </popup>

Original issue reported on code.google.com by [email protected] on 31 Mar 2011 at 8:58

Connect doesn't work for Windows instances on Eucalyptus

What steps will reproduce the problem?
1. Launch a Eucalyptus Windows instance.
2. Right click on instance and then "Connect to Public DNS Name"

What is the expected output? What do you see instead?

It should launch rdesktop to the instance, however it launches SSH.

Looking at the code, it expects the "platform" to begin with "windows", however 
the platform is empty for Eucalyptus images.

It would be nice to have 2 options: "SSH to instance", "RDP to instance" so at 
least the user can manually pick which one he/she wants. 

What version of the product are you using? On what operating system?

N/A

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Jun 2010 at 2:41

Missing required parameter: AWSAccessKeyId

What steps will reproduce the problem?
1. set up eucalyptus locally
2. install latest hybridfox xpi
3. define eucalyptus endpoints
4. define user with username, access and secret keys
5. attempt any hybridfox function with user and endpoint

What is the expected output? What do you see instead?
expect to see, images, instances, avail zones, etc.
Instead every operation gets an error message
from server logs:
15:29:51 DEBUG [NioServerHandler:New I/O server worker #1-10] Internal Error.
com.eucalyptus.ws.AuthenticationException: Missing required parameter:
AWSAccessKeyId

works for AWS and also worked on a prior installation of eucalyptus


What version of the product are you using? On what operating system?
HybridFox 1.6xxxxxx6
Eucalyptus 1.6.2
 2.6.18-164.11.1.el5xen
Firefox 3.5.7


Please provide any additional information below.

Attempted from 3 different places by 2 different engineers with same results.

euca command line tools work fine with same keys .

Original issue reported on code.google.com by [email protected] on 9 Feb 2010 at 11:00

Hybridfox hangs when Eucalyptus admin tries to get console output from a non-admin image.

What steps will reproduce the problem?
1. In hybridfox, chose the Admin profile, which will list instances running as 
other users.
2. Right-click on a non-admin instance and select "Show Console Output". 

What is the expected output? What do you see instead?

EXPECTED:

I expect either to see an error message that I don't have permission to get 
console for that instance OR I expect to get the console output of a running 
instance.

INSTEAD:

Hybridfox hangs/freezes. Maybe it times out and I need to wait longer but I 
can't click on any tab or any list element in the UI. The only solution is to 
close the browser (or browser tab) and open a fresh instance of Hybridfox.

What version of the product are you using? On what operating system?

--Hybridfox 1.6 Build 30
--Firefox 3.6.8 on Ubuntu 10.04

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Aug 2010 at 10:47

Soapclient

1.I tried test the JS Soapclient.js, 
2.but I keep getting an "wsdl is null"value
error in the error console of Firefox. Can anyone help me with this problem

Original issue reported on code.google.com by [email protected] on 27 Apr 2011 at 10:59

Can't add region of local Eucalyptus

I have installed Hybridfox 1.6.000006 (release date dec 8, 2009). I've
added the credentials and moved on to add the region. 

The parameters used were generated by Euca2ools.

Endpoint URL used: http://192.168.0.200:8773/services/Eucalyptus

Used credentials (values of):

EC2_USER_ID
EC2_ACCESS_KEY
EC2_SECRET_KEY

Pressing the "Add" button has no effect. 

Wild guess: Regex to verify the endpoint urls is failing??

Original issue reported on code.google.com by [email protected] on 29 Dec 2009 at 3:21

Hybridfox does not work with Firefox 4.0b6

What steps will reproduce the problem?
1.Download Hybridfox
2.Try to install it in Firefox
3.

What is the expected output? What do you see instead?
The hybridfox windows should come up. Right now it says it is incompatible

What version of the product are you using? On what operating system?
Firefox 4.0b6 with Windows XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Oct 2010 at 11:59

micro instance not supported (patch included)

Hi, Amazon has a t1.micro instance that is 32b or 64b capable. elasticfox 
doesn't support it either. I've downloaded the latest subversion and modified 
the source code. My quick test indicates it works so here is the patch 
(attached) that I used to correct it. Nothing dramatic here.

Consider my contribution public domain, I don't need credit and give up all 
rights to this contribution so you can use it however you like.

Original issue reported on code.google.com by [email protected] on 4 Dec 2010 at 6:57

Attachments:

Hybridfox automatically launches instance in all security groups named "default"

What steps will reproduce the problem?
1. Register at least 2 different users in eucalyptus.
2. Launch an instance using Hybridfox.

What is the expected output? What do you see instead?

When I launch an instance, as default, in the "Launch In" list, I should see 
only MY "default" security group. Instead, hybridfox by default launches in 
instance in ALL security groups named "default". 

What version of the product are you using?

Hybridfox Build 1.6  Build 000024

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Jun 2010 at 11:28

TypeError: xmlDoc is null

I have followed these instructions : 
https://help.ubuntu.com/community/UEC/ElasticFox

I have tripled check all the settings, but on my computer, what ever I do, I 
get : xmlDoc is null.

What is the problem ? 

Original issue reported on code.google.com by [email protected] on 3 Mar 2011 at 8:34

All of emi/eri/eki are not being listed

What steps will reproduce the problem?
1. Install Hybridfox(revision18)
2. Switch to Eucalyptus account
3. View the images section

What is the expected output? What do you see instead?
It should list all the images. Only a few of them are being listed instead.

Please use labels and text to provide additional information.
This problem is arising due to improper regex matching. The response from
the server contains the list of all images.

Original issue reported on code.google.com by [email protected] on 16 Mar 2010 at 9:00

add one more tab to the current version.

Hi for our purpose we would like to customize hybridfox. 
So what we want to do is to add a tab to the current hybridfox view. Which
part in source code should we have to make a change ?
Thanks.

Original issue reported on code.google.com by [email protected] on 7 Apr 2010 at 5:26

Can not connect to hybridfox generated vm with private key generated by Eucalyptus

What steps will reproduce the problem?
1. Download user credentials using Eucalyptus web interface
2. Use the "connect to public DNS name" feature to connect to the vm.
3. Use the private key downloaded above to ssh into the vm.  ( ssh client is 
putty )

What is the expected output? What do you see instead?
User should be able to ssh into the vm.  But the private key file does not work 
with putty.  I found this 
link:"http://open.eucalyptus.com/forum/httpecceucalyptuscom8773serviceseucalyptu
s-response-failure-500-internal-server-error-null"
but the provided solution does not work and it is not scalable.

What version of the product are you using? On what operating system?

hybridfox 1.6
Eucalyptus 1.6.2

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 17 Feb 2011 at 5:53

HybridFox incompatibility with FireFox

What steps will reproduce the problem?
1. Why HybridFox is not compatible with FireFox?
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Mar 2010 at 6:40

Hybrid fox learning

What steps will reproduce the problem?
1. i need to call my WebService in Hybrid fox code am haveing webservice like 
Create Security Group and Launch Instance etc..
2. i could not understand code Pls help 
3. Where should i include my WSDL in the hybrid fox Code Client.js file in 
which part pls help me,

What is the expected output? What do you see instead?
  with the help of the hybridfox UI i should call the Webservice in back end My webservice are hosted in server

What version of the product are you using? On what operating system?
 am using Ubunt OS for running hybridfox code it run Successfully and could not able to debug code 
 Step need to debug the code pls help me Trying this for 3Week 

Pls mail me any Help is Welcome [email protected]


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 Apr 2011 at 7:36

region matching incorrectly done.

Hybridfox uses some regular expressions to determine whether or not it's an
EC2-type region. The default regions for the two EC2 regions "us-east-1"
and "eu-west-1" aren't matched by the regular expressions "/^eu$/i" or
"/^us$/i" used in "newinstancesdialog.js".

We could:
- match the two default region labels exactly: "/^us-east-1|eu-west-1$/i"
- use  abreviated form "/^us/i" and "/^eu[^c]/i" (the latter option would
not match a region named eucalyptus, which I imagine people would do often).

I think there are 3 instances of this in the code. In one instance, the
error would allow the creation of m1.small and c1.medium instances in an
EC2 region, which are options the code *designed* to prevent.

Original issue reported on code.google.com by [email protected] on 28 Dec 2009 at 9:27

Instance does not connected using PuTTY.

1. Open HybridFox.
2. Select EC2 account.
3. Go to Instances tab.
4. Launch new Linux instance if no instance laucnhed and wait until it goes to 
started state.
5. Right-click on the Linux instance, select Connect to Instance.

Expected:
PuTTY window opens or alternatively HF will ask for EC2 Private Key which will 
be used for connection to the instance.

Actual:
Nothing happens.
When open Firebug and enable displaying Chrome Errors with about:config 
(extensions.firebug.showChromeErrors = true and 
extensions.firebug.showChromeMessages = true) then message appears
ec2ui_session.isAmazonEndpointSelected

OS: 
Windows XP. Firefox 4.0.1
Firebug 1.7.0


Attached the patch which will fix the issue.

Original issue reported on code.google.com by [email protected] on 30 Apr 2011 at 1:55

Attachments:

Problem running side-by-side with ElasticFox.

This exetnsion does not run together with ElasticFox.
Steps to reproduce.
1. Install ElasticFox
2. Install HybridFox
3. ElasticFox menu disappear from Tools menu of FF and content of 
%FFProfile%\extensions\{2204c510-88f3-11db-b606-0800200c9a66} replaced by 
HybridFox content.
4. In the extensions list I see record for ElasticFox, but not for HybridFox.

I would like to see both entires for ElasticFox and HybridFox at the same time. 

Running Windows XP, Firefox 4.

Original issue reported on code.google.com by [email protected] on 30 Mar 2011 at 6:57

hybridfox call wsdl file

What steps will reproduce the problem?
1.my own web service call some issue
2.i am call in wsdl file
3.

What is the expected output? What do you see instead?

my API Function access
What version of the product are you using? On what operating system?
An error has occured making the request

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Apr 2011 at 4:56

Update endpoints to include apac region for existing users

What steps will reproduce the problem?
1.Checkout the latest source of Hybridfox.
2.Build it.
3.Install it.

What is the expected output? What do you see instead?
Should show endpoint for apac region. Apac region endpoint is not updated
in case the user is already using an older version of Hybridfox. This is
because the settings are retained.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 29 Apr 2010 at 6:22

Some tabs don't work with Eucalyptus

What steps will reproduce the problem?
1. Visiting the "Bundled Tasks" or "Reserved Instances" halt Hybridfox.

What is the expected output? What do you see instead?
2. Expected extension not to freeze, or fail gracefully.

What version of the product are you using? On what operating system?
Linux, Firefox 3.5, Eucalyptus cloud.


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Dec 2009 at 8:03

Hybridfox does not work with the new version

Does not connect to an Eucalyptus server with the Firefox version 3.6.16pre 
(tried in windows and Linux) with Hybridfox build 0024 and the newest 0030. 
The error showed is: 

"EC2 responded with an error for DescribeInstances"

With other versions works with no problems




Original issue reported on code.google.com by [email protected] on 11 Mar 2011 at 8:40

AWSAcessKeyId Broken (again?) on Enterprise Eucalyptus 2.0.1

What steps will reproduce the problem?
1. Install eee 2.0.1
2. configure and attempt to use hybridfox
3. AWSAccessKeyId failure shows up.

What is the expected output? What do you see instead?
Anything useful.

What version of the product are you using? On what operating system?
Eucalyptus EE 2.0.1 / CentOS 5.5

Please provide any additional information below.
Here's the log:

com.eucalyptus.auth.login.AuthenticationException: Missing required parameter: 
AWSAccessKeyId
    at com.eucalyptus.ws.handlers.HmacHandler.incomingMessage(HmacHandler.java:100)
    at com.eucalyptus.ws.handlers.MessageStackHandler.handleUpstream(MessageStackHandler.java:127)
    at com.eucalyptus.ws.server.NioServerHandler.messageReceived(NioServerHandler.java:127)
    at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:114)
    at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:385)
    at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMessageReceived(ReplayingDecoder.java:459)
    at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:443)
    at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:381)
    at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:342)
    at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:329)
    at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:330)
    at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:282)
    at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:203)
    at org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java:53)
    at org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor$MemoryAwareRunnable.run(MemoryAwareThreadPoolExecutor.java:502)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)


Original issue reported on code.google.com by [email protected] on 15 Sep 2010 at 4:52

  • Merged into: #18

Type Error:this.treeBox is null

What steps will reproduce the problem?
1.Try to download the Hybrid fox and added the AWS credentials
2.When I try to refresh the icon on the instances after selecting the regions 
it throws 'TypeError:this.treeBox is null"
Please, find the attached snapshot for the same

What is the expected output? What do you see instead?
Need to list the available instances in my region

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 4 Mar 2011 at 9:27

Attachments:

Incorrect list of instance types in the Launch Instance(s) Dialog for EC2 account

What steps will reproduce the problem?
1. Enter EC2 credentials.
2. Go to the Images tab.
3. Go to Regions Dialog. Check that all endpoint are for EC2.
4. Try launch instance with architecure i386.

Displayed list are: m1.small, c1.medium, m1.large, m1.xlarge and c1.xlarge.
Expected list are only: m1.small, c1.medium and optionally t1.micro since AWS 
EC2 support only these types of instances with i386 architecure.

Used latest version HybridFox 1.7.

Here the patch which will fix this issue.

Seems that issue could have more deep roots, and other consequences, but for 
now this should be enough to make it work at least in this place.

Original issue reported on code.google.com by [email protected] on 30 Apr 2011 at 12:37

Attachments:

Eucalyptus: Unable to launch instance with this userdata file.

What steps will reproduce the problem?
1. Right click on an image and select "Launch this instance..."
2. Select "Open File" or "Open Binary File" to provide your own binary user data
3. Click Launch

What is the expected output? What do you see instead?

Expected output is to get a confirmation that the image has launched. Instead, 
I see a non-specific error screen. (See attached).

It says EC2 responded with an error for RunInstances.

In Eucalyptus logs, this is what I see:

19:49:48 DEBUG [NioServerHandler:New I/O server worker #1-21] Internal Error.
com.eucalyptus.ws.AuthenticationException: User authentication failed.
    at com.eucalyptus.ws.handlers.HmacV2Handler.incomingMessage(HmacV2Handler.java:150)
    at com.eucalyptus.ws.handlers.MessageStackHandler.handleUpstream(MessageStackHandler.java:126)
    at com.eucalyptus.ws.server.NioServerHandler.messageReceived(NioServerHandler.java:119)
    at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:114)
    at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:385)
    at org.jboss.netty.handler.codec.replay.ReplayingDecoder.unfoldAndfireMessageReceived(ReplayingDecoder.java:459)
    at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:443)
    at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:381)
    at org.jboss.netty.handler.timeout.ReadTimeoutHandler.messageReceived(ReadTimeoutHandler.java:146)
    at org.jboss.netty.handler.timeout.IdleStateHandler.messageReceived(IdleStateHandler.java:214)
    at com.eucalyptus.ws.handlers.ChannelStateMonitor.messageReceived(ChannelStateMonitor.java:61)
    at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:342)
    at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:329)
    at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:330)
    at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:282)
    at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:203)
    at org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java:53)
    at org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor$MemoryAwareRunnable.run(MemoryAwareThreadPoolExecutor.java:502)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:636)


However, this same user data file works when run from euca2ools command line.

$ euca-run-instances -t c1.medium -f ./userdata.xml emi-B3EE1699
RESERVATION r-54A109D9  admin   admin-default
INSTANCE    i-4B470957  emi-B3EE1699    0.0.0.0 0.0.0.0 pending     0       c1.medium   2010-08-0
8T14:44:37.033Z qa-cluster  eki-7B811386    eri-ABE8145F


What version of the product are you using? On what operating system?

* Eucalyptus 1.6.2
* Hybridfox 1.6 Build 30
* Firefox 3.6.8 on Ubuntu 10.04


Please provide any additional information below.

I have attached my specific XML file that I'm providing and a screenshot of the 
browser error I get.

Original issue reported on code.google.com by [email protected] on 8 Aug 2010 at 2:53

Attachments:

Parameters passed to ec2-run-instances

What steps will reproduce the problem?
1. launch a VM instance that requires the user_data parameter

What is the expected output? What do you see instead? I would expect to see the 
data from this parameter passed to the instance.


What version of the product are you using? On what operating system?  1.6 on 
Mac OS X


Please provide any additional information below.

I checked the settings within Firefox for hybridfox and could not find an 
option to add the user_data parameter.


Original issue reported on code.google.com by [email protected] on 7 Jan 2011 at 6:44

US West And APAC Endpoints get added automatically after removing them

What steps will reproduce the problem?
1. Create a new profile in Firefox.
2. Install Hybridfox.
3. Remove the US West and/or APAC Endpoints.

What is the expected output? What do you see instead?
The Endpoints should not get added automatically. However, they get added on 
their own.
This problem affects only fresh install of Hybridfox.

Original issue reported on code.google.com by [email protected] on 1 Sep 2010 at 12:55

Ability for euca-describe-availability-zones verbose

Hi


A great feature for this (still very well) UEC GUI would be an ability to
display the free remaining slots for instances (like the output of
euca-describe-availibility-zones verbose). This would only make sense if
hybridfox can distinguish between admin and non-admin accounts in UEC
(because non-admin accounts don't get an output here).

Greets Thomas

Original issue reported on code.google.com by [email protected] on 26 May 2010 at 8:26

Credentials not persistent

What steps will reproduce the problem?
1. Open Hybridfox- insert credentials
2. Close Hybridfox and reopen- credentials must be reeentered


What is the expected output? What do you see instead?
Credentials should be stored, however they have to be reentered every time.

What version of the product are you using? On what operating system?
1.6 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jun 2010 at 8:47

Network Discrepancy

What steps will reproduce the problem?
1.When there is an Network Discrepancy happens, try to click on 'Elastic IP' 
tab it throws the error message as 'EC2 respond with an error for 
DescribeAddresses' instead we can show general error message stating your 
'Please check your network connectivity'

What is the expected output? What do you see instead?
Expected should show error message 'Please check your network connectivity'

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 8 Mar 2011 at 11:57

Attachments:

Instances launched with incorrect AMI for EC2

What steps will reproduce the problem?
1. Select EC2 account.
2. Go to Images tab.
3. Try launch any image withing us-east-1 region.

Expected:
Instance created in the pending state.

Actual:
Error message appear that AMI manifest emi-XXXXX mailformed. AMI manifest 
should be in format ami-...

Environment:
Windows XP, HybridFox 1.7

Fix for this issue attached.

Original issue reported on code.google.com by [email protected] on 30 Apr 2011 at 5:20

Attachments:

Add support for high memory Amazon instances

What steps will reproduce the problem?
1. List images under 'images' tab.
2. Right click on any 64 bit image.
3. Select 'Launch instance(s) of this AMI'.

What is the expected output? What do you see instead?
The selection menu under 'Instance Type' should list also list m2.xlarge,
m2.2xlarge and m2.4xlarge options, which are not present.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 3 May 2010 at 1:06

Feature Request - Tool tips

Under several tabs, there are more fields than the no of fields that can fit 
into the window. Especially the "Instances" and "Volumes" tab. The user will be 
able to choose which field to show. But when all fields are displayed, the 
field names (with resizeable width) are hidden. So it would be really nice if 
there were tool tips for each of them so that I can find out what field it is 
by just hovering the mouse pointer over it. Just my 2c.

Yogesh G. 

Original issue reported on code.google.com by yogeshg1987 on 21 Dec 2010 at 1:03

Hybridfox missing from 'tools' menu after install & reload

What steps will reproduce the problem?
1. DL'd hybridfox-1.6.000019.xpi 
2. file >> open >> hybridfox-1.6.000019.xpi 
3. restart of firefox multiple times, never shows up on 'tools' menu

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Using firefox 3.6.8 under XP Pro.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Sep 2010 at 2:24

Allow default credentials for AZ

I often work with Eucalyptus and EC2, so switching my AZ, then credentials 
requires not only making those setting changes, but answering the error dialog 
when the request won't authenticate.  Instead of changing zone, having 
hybridfox try to (for example) fetch image and fail because the account is 
really for another cloud entirely, I'd like to be able to set a default set of 
creds of an AZ. It would help a lot in this scenario.

Original issue reported on code.google.com by [email protected] on 4 Nov 2010 at 11:21

tabSelectionChanged don't controls with label string

What steps will reproduce the problem?
1. Create my locale ec2ui.dtd.
2. Select a tab.
3. The tab don't show information.

What is the expected output? What do you see instead?
The tab show present information.

What version of the product are you using? On what operating system?
1.6.000037

Please provide any additional information below.
The function tabSelectionChanged() controls with the 
[@id='ec2ui.tabs']/tab/[@label].
The function controls with another attribute.
Attach files are add attribute 'value', and controls with 'value'.

Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 8:48

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.