Commit graph

  • 0a99aae99f Merge pull request #221 from thedrow/topic/filters Steve Pulec 2014-10-01 09:43:08 -04:00
  • efa687f41d Added tag filters to some of the entities. Omer Katz 2014-10-01 16:17:56 +03:00
  • 4ec95bac74 Merge branch 'feature/vpc-filters' Omer Katz 2014-10-01 15:56:23 +03:00
  • 298cf65569 Added the ability to filter by tag-value and refactored the filters to be generic. Omer Katz 2014-10-01 15:44:54 +03:00
  • 444ab96b4f Added the ability to filter by tag-key. Omer Katz 2014-10-01 15:33:12 +03:00
  • 27ef345b64 Merge pull request #218 from thedrow/feature/vpc-filters Steve Pulec 2014-10-01 08:04:12 -04:00
  • 8b50844961 Tests will now pass on Python 3.3. Omer Katz 2014-10-01 12:56:32 +03:00
  • b0fd12dc35 Merge pull request #219 from joekiller/ami_filter_state Steve Pulec 2014-09-30 22:25:34 -04:00
  • 461a57715f Merge pull request #214 from thedrow/patch-2 Steve Pulec 2014-09-30 22:18:38 -04:00
  • 7fca88e732 Test Fixes and tag: filter. Joseph Lawson 2014-09-30 16:42:52 -04:00
  • 866d8b4ea8 allow get_filter_value to return state of ami and test Joseph Lawson 2014-09-30 16:12:23 -04:00
  • 89bd78b927 Added the ability to filter vpcs by tags. Omer Katz 2014-09-30 17:58:02 +03:00
  • ecb23485d0 VPCs can now be filtered by cider block and dhcp options id Omer Katz 2014-09-30 17:29:50 +03:00
  • a1be4b7f61 VPCs can now be filtered by id. Omer Katz 2014-09-30 17:07:09 +03:00
  • 635a0e0f64 AMI: Implement copy_image. (part 3, added boto version threshold) dreadpirateshawn 2014-09-29 12:28:53 -07:00
  • 1940f7c17a AMI: Implement copy_image. (part 2, tweaked launch_permission_groups init) dreadpirateshawn 2014-09-29 12:18:39 -07:00
  • a4fdce2e55 AMI: Implement copy_image. dreadpirateshawn 2014-09-29 12:06:36 -07:00
  • a63e6d2459 netbios type should be coerced to integer. Omer Katz 2014-09-29 18:41:50 +03:00
  • 2650d9981f Merge pull request #208 from clorenz7/master Steve Pulec 2014-09-15 20:53:35 -04:00
  • 579a6fc398 Merge pull request #207 from DreadPirateShawn/NetworkInterfacesAttachDetach Steve Pulec 2014-09-15 20:52:35 -04:00
  • 5320b39912 Make S3 Model Timestamps Consistent By Using UTC Cory Lorenz 2014-09-12 15:37:22 -07:00
  • b847d420e9 Network Interfaces: Added attach/detach support. (added test threshold for Boto 2.32) dreadpirateshawn 2014-09-12 11:51:50 -07:00
  • 04a4ae88bf Network Interfaces: Added attach/detach support. dreadpirateshawn 2014-09-12 10:53:37 -07:00
  • aef0b909f6 Travis needs dev requirements. Steve Pulec 2014-09-11 22:47:11 -04:00
  • 1e4735a306 Merge pull request #203 from IlyaSukhanov/master Steve Pulec 2014-09-11 22:46:55 -04:00
  • 21c8594612 Merge pull request #205 from DreadPirateShawn/DescribeInstancesBlockDeviceMapping Steve Pulec 2014-09-11 22:40:43 -04:00
  • f4d2623a4c DescribeInstances: Added block_device_mapping to XML dreadpirateshawn 2014-09-11 11:29:20 -07:00
  • b8afb3be90 Merge pull request #198 from DreadPirateShawn/VPCDefaultSecurityGroup Steve Pulec 2014-09-10 20:57:47 -04:00
  • 85f9193dc7 Merge pull request #196 from DreadPirateShawn/SecurityGroupsFilteringFix Steve Pulec 2014-09-10 20:55:47 -04:00
  • a703bc0dd9 Merge pull request #200 from DreadPirateShawn/CleanupDuplicateImport Steve Pulec 2014-09-10 20:52:52 -04:00
  • e52c485a19 Merge pull request #202 from DreadPirateShawn/TestsFixSkipDecorator Steve Pulec 2014-09-10 20:38:59 -04:00
  • 0847334a1f Merge pull request #193 from kouk/master Steve Pulec 2014-09-10 20:36:35 -04:00
  • 632ea41d5f Tests: Tweaked two tests to be version-gated to Boto 2.8+. Shawn Falkner-Horine 2014-09-10 13:29:45 -07:00
  • fd42d19f0e Tests: Tweaked two tests to be compatible with Boto 2.7, now-removed kwarg has its own version-gated test. Shawn Falkner-Horine 2014-09-10 13:02:55 -07:00
  • 61d93bfcfc Tests: Tweaked a general test to be compatible with Boto 2.7, attribute check is redundant with a specific version-gated test. Shawn Falkner-Horine 2014-09-10 13:01:32 -07:00
  • 8d0d5cb963 Tests: Fixed 'requires_boto_gte' to apply to target test only. Shawn Falkner-Horine 2014-09-10 12:49:20 -07:00
  • c2cd5b346f Routes: Fixed vpc_peering_connection_id in describe route tables. Shawn Falkner-Horine 2014-09-10 12:22:01 -07:00
  • de69a58cf8 Cleanup: Removed duplicate import. Shawn Falkner-Horine 2014-09-10 11:43:27 -07:00
  • 2cf97ef193 VPC: Added default security group upon creation. Shawn Falkner-Horine 2014-09-10 11:15:43 -07:00
  • 3f266ebc2b Security Groups: Fix for filtering support. Shawn Falkner-Horine 2014-09-10 09:42:38 -07:00
  • cbf79ceea0 Reorganize requirements. Ilya Sukhanov 2014-09-10 11:23:12 -04:00
  • 0502427ac1 treat request.headers as a more general list of dicts Konstantinos Koukopoulos 2014-09-10 17:37:20 +03:00
  • 11dbe5c10f Fix for vpc id in eni template. Steve Pulec 2014-09-09 21:14:16 -04:00
  • f0a6510ca3 Merge pull request #191 from DreadPirateShawn/ImplementNetworkInterfaces Steve Pulec 2014-09-09 21:12:06 -04:00
  • 1bbb7a70ad Merge pull request #188 from DreadPirateShawn/ImplementRouteTables Steve Pulec 2014-09-09 20:48:43 -04:00
  • 4c2c167a63 Add @bobbyi to authors. Steve Pulec 2014-09-09 20:40:24 -04:00
  • 182436a5bf Network Interfaces: Initial implementation. (Fixed unit test Boto version threshold for modify_network_interface_attribute.) DreadPirateShawn 2014-09-08 23:05:40 -07:00
  • ed7dc0e1b0 Remove some middle versions of boto from testing to be nicer to Travis. Steve Pulec 2014-09-08 23:43:09 -04:00
  • 2cbdef663f Merge pull request #186 from bobbyi/spot_instance_tags Steve Pulec 2014-09-08 23:22:13 -04:00
  • 3feaa39bd3 Merge pull request #185 from bobbyi/filter_instances_by_tag Steve Pulec 2014-09-08 23:19:43 -04:00
  • 507c521510 Add @Rory-Finnegan to authors. Steve Pulec 2014-09-08 23:12:27 -04:00
  • c1497886f2 Small IAM param parsing cleanup. Steve Pulec 2014-09-08 23:11:20 -04:00
  • 2f66709583 Merge pull request #184 from invenia/master Steve Pulec 2014-09-08 23:06:37 -04:00
  • 6db3e6dd79 0.3.6 Steve Pulec 2014-09-08 22:21:00 -04:00
  • e8968becd4 Merge pull request #182 from singingwolfboy/pypi-classifiers Steve Pulec 2014-09-08 22:11:16 -04:00
  • 79e31e7287 Fix route53 hosted zone id parsing. Steve Pulec 2014-09-08 22:00:55 -04:00
  • 9296779999 Network Interfaces: Initial implementation. (fixed ElasticAddress cloudformation 'associate_address' call) Shawn Falkner-Horine 2014-09-08 17:02:37 -07:00
  • 42f8cea5e6 Network Interfaces: Initial implementation. Shawn Falkner-Horine 2014-09-08 16:50:18 -07:00
  • 8e330f43b2 Route Tables / Routes: Initial implementation. (Fixed iteritems reference.) Shawn Falkner-Horine 2014-09-05 08:48:44 -07:00
  • 02f1dc0b3e Route Tables / Routes: Initial implementation. (Fixed deletion of main route table via deletion of VPC.) Shawn Falkner-Horine 2014-09-05 08:45:36 -07:00
  • 8aaa4c9873 Route Tables / Routes: Initial implementation. (Fixed unit test Boto version threshold for interface_id kwarg.) Shawn Falkner-Horine 2014-09-04 17:13:25 -07:00
  • 534039f465 Route Tables / Routes: Initial implementation. (Fixed modification of dict while looping said dict.) Shawn Falkner-Horine 2014-09-04 17:07:00 -07:00
  • c4bae8af4f Route Tables / Routes: Initial implementation. (Commented out test which requires not-yet-released Boto 2.32.2.) Shawn Falkner-Horine 2014-09-04 16:50:36 -07:00
  • 22e6166e4e Route Tables / Routes: Initial implementation. Shawn Falkner-Horine 2014-09-04 16:23:59 -07:00
  • 8ac549569e Add support for filtering spot instance requests Bobby Impollonia 2014-09-04 12:39:14 -07:00
  • f029fe672d Add support for getting spot instance request tags Bobby Impollonia 2014-09-04 12:38:09 -07:00
  • f1227e396a Fixed stupid "random_alphanumeric" typo that got repeated due to tab completion. Rory-Finnegan 2014-09-04 10:31:05 -04:00
  • 4403ea955f Support filtering instances by tag Bobby Impollonia 2014-09-03 16:14:21 -07:00
  • c2dd4a7ee4 Fixed py33 errors. Rory-Finnegan 2014-09-03 19:52:23 -04:00
  • bf996f1461 Fixed py26 errors related to using assert_raises in tests. Rory-Finnegan 2014-09-03 19:24:05 -04:00
  • 665beda466 Added support to get_all_security_groups endpoint to actually filter groups. Rory-Finnegan 2014-08-21 19:04:48 -05:00
  • a3b02f3f8b Added get_user and delete_access_key endpoints. Rory-Finnegan 2014-08-20 13:56:30 -05:00
  • ac74af4085 Added several new endpoints for accessing iam groups and users, include unit tests. Rory-Finnegan 2014-08-19 16:30:11 -05:00
  • 94c1970a03 Fix up setup.py David Baumgold 2014-08-29 23:46:55 -04:00
  • 22d9141122 Cleanup route53 local variable names. Steve Pulec 2014-08-29 21:14:24 -04:00
  • c6cb503b61 Make _get_multi_param smarter. Steve Pulec 2014-08-29 20:31:02 -04:00
  • ae2898b382 Merge pull request #181 from ghalib/create-existing-queue-noop Steve Pulec 2014-08-29 19:50:21 -04:00
  • c1144a0cb4 Merge pull request #168 from singingwolfboy/py3 Steve Pulec 2014-08-29 19:28:54 -04:00
  • 18bad6994d Creating a queue with existing name is now a no-op Ghalib Suleiman 2014-08-29 15:13:59 -06:00
  • eedb4c4b73 Support Python 3 using six David Baumgold 2014-08-26 13:25:50 -04:00
  • d653a3a3f7 Don't use a custom version of coveralls David Baumgold 2014-08-26 14:17:25 -04:00
  • ffb1ee024d Added myself to AUTHORS David Baumgold 2014-08-27 17:57:30 -04:00
  • cfda83dcba Merge pull request #180 from DreadPirateShawn/AMIsModifyAndDescribe Steve Pulec 2014-08-27 21:28:15 -04:00
  • ca13c141d3 Merge pull request #176 from singingwolfboy/unicode_literals Steve Pulec 2014-08-27 21:19:50 -04:00
  • 40a6ade167 Merge pull request #178 from DreadPirateShawn/RemoveVimSwapFiles Steve Pulec 2014-08-27 21:11:02 -04:00
  • f9246def75 AMIs: Added ModifyImageAttribute and DescribeImages filtering. Shawn Falkner-Horine 2014-08-27 11:53:44 -07:00
  • d8114c7b44 Added *.swp to .gitignore Shawn Falkner-Horine 2014-08-27 09:45:17 -07:00
  • acaad7026b Remove VIM swap files. Shawn Falkner-Horine 2014-08-27 08:59:51 -07:00
  • b4205cf267 Fix tests that fail due to bad unicode support David Baumgold 2014-08-27 11:54:23 -04:00
  • 4201e6b430 from __future__ import unicode_literals David Baumgold 2014-08-27 11:17:06 -04:00
  • b69179818c Merge pull request #175 from DreadPirateShawn/SnapshotAttributes Steve Pulec 2014-08-26 20:53:46 -04:00
  • 8f79d71f3f Merge pull request #172 from DreadPirateShawn/CreateSubnetVPCValidation Steve Pulec 2014-08-26 20:36:26 -04:00
  • 1846f28b41 Merge pull request #170 from DreadPirateShawn/DescribeSubnetsFiltering Steve Pulec 2014-08-26 20:35:19 -04:00
  • 5a20476e74 Merge pull request #173 from hltbra/multi-region Steve Pulec 2014-08-26 20:33:14 -04:00
  • 55400038a8 Change test_regions.py to work with old boto versions Hugo Lopes Tavares 2014-08-26 18:38:08 -04:00
  • bce64599f7 Get region names in a backward compatible way Hugo Lopes Tavares 2014-08-26 18:21:26 -04:00
  • ebc0037659 Implementation for ModifySnapshotAttribute and DescribeSnapshotAttribute. Shawn Falkner-Horine 2014-08-26 15:16:58 -07:00
  • 7e69c69ae0 Add multi-region support to Autoscaling Hugo Lopes Tavares 2014-08-26 17:45:19 -04:00
  • 82eef28937 Add multi-region support to EC2 Instances Hugo Lopes Tavares 2014-08-26 16:42:08 -04:00
  • 0ecae450a1 CreateSubnet: Added VPC ID validation. Shawn Falkner-Horine 2014-08-26 14:04:34 -07:00