forked from fog/fog-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream merge #2
Open
norepIy
wants to merge
409
commits into
master
Choose a base branch
from
ruby_upgrade_compatibility
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GitHub does no longer provide http:// pages
Cloud Formation: support for change sets, stack policy and other missing calls.
Cloud Formation: additional parameters
…_attribute_in_vpc Add attribute is_default in vpc
…curity_group_rules Add gestion of egress security group rules
add support endpoint and models/requests for trusted advisor checks
Fix VPC parser
* Add new attribute `default_for_az` to `Subnet` model; * Update parsers to take into account new attribute; * Fix comments and tests for `map_public_ip_on_launch` attribute.
Add `default_for_az` attribute to subnet
Not all the data given by aws was being exposed on the model. This makes it match the current used version of the API (2014-10-31).
Users requiring ruby 1.9 or older should use the main fog gem.
Drop Ruby<2.0 support
Add emulation of default VPC to mocked mode.
…s-model Update rds instance options model
Adding AWS P3 Tesla GPU instance types
Add jitter to exponential backoff
…flavors_list Add t2.micro in flavors list
Resolving issue where `Fog::Json` was called instead of `Fog::JSON`.
Create default security groups when the vpc is created. This prevents sequencing issues in the tests.
This prevents group name collisions. Specfically, default security group name collisions
fix default_security_group detection
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This gets our fork back in sync with upstream. The only merge conflicts of interest were in lib/fog/aws/models/storage/file.rb, and we are retaining our case-insensitive metadata checking