lp://staging/~soren/elasticfox/elasticfox.eucalyptus
- Get this branch:
- bzr branch lp://staging/~soren/elasticfox/elasticfox.eucalyptus
Branch merges
Related bugs
Bug #369681: Eucalyptus does not work with Elasticfox | Undecided | Invalid |
Related blueprints
Branch information
Recent revisions
- 53. By jhatax
-
This is primarily a bugfix checkin.
1. Spaces in the PEM filepath caused SSH to break on Windows
2. Special characters in tags caused JSON encoding to failNotable Features Added:
- Tags are now stored for AKIs and ARIs as well
- The AMI, AKI and ARI views have been integrated
- Tags are displayed when associating 2 resources, for example:
- Instance Tags are displayed when a specific instance needs to
be associated with an EIP or an EBS volume
- Similarly, EIP and EBS volume tags are displayed when they
need to be attached to an instance
- Instance tags can be specified in the Launch New Instances dialog
- A tag can be specified for a Volume at creation time
- Most dialogs, in particular the AMI Migration dialog, are now non-Modal
- A new snapshot created from a Volume inherits the Volume's tag
- The AKI and ARI associated with an AMI are now displayed when viewing
AMI details.
- EBS volumes and the Elastic IP associated with an instance are displayed
when viewing an Instance's detailsM ec2ui/dialog_
bundle_ instance. xul
D ec2ui/ramdisksview.js
M ec2ui/eipdetaildialog. js
M ec2ui/newattachmentdialog. js
M ec2ui/controller.js
M ec2ui/volumesview.js
D ec2ui/kernelsview.js
M ec2ui/utils.js
M ec2ui/attachebsvolumedialog. js
M ec2ui/eipview.js
M ec2ui/bundletasksview. js
M ec2ui/client.js
M ec2ui/instancesview.js
M ec2ui/baseimagesview.js
M ec2ui/preferences.js
M ec2ui/newinstancesdialog. js
M ec2ui/dialog_ami_details. xul
M ec2ui/dialog_eip_details. xul
M ec2ui/selecteipdialog. js
M ec2ui/keypairview.js
M ec2ui/snapshotdetaildialog. js
M ec2ui/securitygroupsview. js
M ec2ui/instancedetaildialog. js
M ec2ui/amidetaildialog. js
M ec2ui/volumedetaildialog. js
M ec2ui/dialog_new_instances. xul
M ec2ui/session.js
M ec2ui/dialog_manage_ tools.xul
M ec2ui/amisview.js
M ec2ui/dialog_instance_ details. xul
M ec2ui/images_tab_overlay. xul
M ec2ui/dialog_migrate_ ami.xul
M ec2ui/ec2ui_main_window. xul
M ec2ui/model.js - 52. By jhatax
-
This update to Elasticfox contains the following changes:
1. Tagging for AMIs and Elastic IPs
2. Fix for Register Image from the Images tab
3. Snapshot inherits tag of Volume it was created from
4. An instance in the EU can be bundled into a bucket and registered in the US and vice-versa
5. Better checks when specifying a bucket for bundling or manifest path for registering
6. An EBS volume cannot be attached to a Windows instance that is not "Ready to Use"
7. Elasticfox now supports Firefox Versions 2.0 through 3.5.*
8. The AMI Migration dialog is non-modal so that the user can continue using Elasticfox
while the migration occurs in the backgroundPlease report any issues via sourceforge or the AWS page for Elasticfox.
M src/install.rdf
M src/ec2ui.rdf
M src/install.js
M src/chrome/content/ ec2ui/eipdetail dialog. js
M src/chrome/content/ ec2ui/newattach mentdialog. js
M src/chrome/content/ ec2ui/controlle r.js
M src/chrome/content/ ec2ui/volumesvi ew.js
M src/chrome/content/ ec2ui/utils. js
M src/chrome/content/ ec2ui/eipview. js
M src/chrome/content/ ec2ui/bundletas ksview. js
M src/chrome/content/ ec2ui/client. js
M src/chrome/content/ ec2ui/instances view.js
M src/chrome/content/ ec2ui/baseimage sview.js
M src/chrome/content/ ec2ui/dialog_ new_volume. xul
M src/chrome/content/ ec2ui/eip_ tab_overlay. xul
M src/chrome/content/ ec2ui/preferenc es.js
M src/chrome/content/ ec2ui/newimaged ialog.js
M src/chrome/content/ ec2ui/dialog_ ami_details. xul
M src/chrome/content/ ec2ui/dialog_ eip_details. xul
M src/chrome/content/ ec2ui/newvolume dialog. js
M src/chrome/content/ ec2ui/amidetail dialog. js
M src/chrome/content/ ec2ui/volumedet aildialog. js
M src/chrome/content/ ec2ui/bundleIns tanceDialog. js
M src/chrome/content/ ec2ui/session. js
M src/chrome/content/ ec2ui/amisview. js
M src/chrome/content/ ec2ui/model. js - 51. By jhatax
-
Fix issues with Registering a new image.
M ec2ui/controller.js
M ec2ui/bundletasksview. js
M ec2ui/dialog_register_ image.xul
M ec2ui/amisview.js - 50. By jhatax
-
Bug fixes:
1. All the instance's groups are checked before prompting the user to open
either the SSH or RDP port prior to connecting to an instance
2. ICMP parameters are now correctly specified when authorizing ICMP rules
3. Added tagging for AMIs
4. Tags can be added via a toolbar "edit" button that looks like an 'i'
5. Instance Info is always populated with the AMI Manifest location (for you
Manish). This required adding a new API to the controller - describeImage
6. The AMI.id->AMI.location map is now correctly resurrected every time a call
is made to DescribeImagesM src/chrome/
content/ ec2ui/instances _tab_overlay. xul
M src/chrome/content/ ec2ui/snapshots view.js
M src/chrome/content/ ec2ui/controlle r.js
M src/chrome/content/ ec2ui/volumesvi ew.js
M src/chrome/content/ ec2ui/client. js
M src/chrome/content/ ec2ui/instances view.js
M src/chrome/content/ ec2ui/baseimage sview.js
M src/chrome/content/ ec2ui/preferenc es.js
M src/chrome/content/ ec2ui/volumes_ tab_overlay. xul
AM src/chrome/content/ ec2ui/images/ info.png
M src/chrome/content/ ec2ui/newpermis sionauthorizer. js
M src/chrome/content/ ec2ui/session. js
M src/chrome/content/ ec2ui/amisview. js
M src/chrome/content/ ec2ui/images_ tab_overlay. xul
M src/chrome/content/ ec2ui/model. js - 49. By jhatax
-
In this release:
- Added support for Windows AMI Migration between regions
- Improved the tags infrastructure to correctly handle users and regions
- Fixed the attach volumes UX to display "windows_device" as appropriate
- Added a new preference that specifies the number of concurrent connections
to use when migrating files between regions
- Bumped up the max supported Firefox version to 3.2.*
- Miscellaneous UX cleanupM src/ec2ui.rdf
M src/chrome/content/ ec2ui/controlle r.js
M src/chrome/content/ ec2ui/client. js
M src/chrome/content/ ec2ui/preferenc es.js
M src/chrome/content/ ec2ui/dialog_ new_attachment. xul
M src/chrome/content/ ec2ui/dialog_ copy_S3_ keys.xul
M src/chrome/content/ ec2ui/dialog_ attach_ ebs_volume. xul
M src/chrome/content/ ec2ui/copyS3dia log.js
M src/chrome/content/ ec2ui/session. js
M src/chrome/content/ ec2ui/amisview. js
M src/chrome/content/ ec2ui/images_ tab_overlay. xul
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)