-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* integration: Ignore the Region-Wide RIs when generating the reservation prices files Updated transitive dependencies for aws-java-sdk Update SDK to version 1.1.136 + Add org.json as a separate library since it has been removed from the AWS SDK Added more temporary build folders in the gitignore (+ OSX and FUSE) added initial .gitignore #3 Added eu-west-2 and ca-central-1 + Fixed ap-south-1 which was not put in regionsByName Reverted changed on ap-southeast-* short names + Fixed ap-south-1 short name Update Region.java Add missing regions and zones Adding ap-southeast-2c Update aws-sdk to latest version Pin highcharts version. Closes #210 Added region property for billing buckets to reference properly if v4 auth Added commons-io dependency
- Loading branch information
Showing
14 changed files
with
153 additions
and
20 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# .gitignore for Grails 1.2 and 1.3 | ||
|
||
# web application files | ||
/web-app/WEB-INF | ||
|
||
# IDE support files | ||
/.classpath | ||
/.launch | ||
/.project | ||
/.settings | ||
/*.launch | ||
/*.tmproj | ||
/ivy* | ||
/eclipse | ||
|
||
# default HSQL database files for production mode | ||
/prodDb.* | ||
|
||
# general HSQL database files | ||
*Db.properties | ||
*Db.script | ||
|
||
# logs | ||
/stacktrace.log | ||
/test/reports | ||
/logs | ||
|
||
# project release file | ||
/*.war | ||
|
||
# plugin release file | ||
/*.zip | ||
|
||
# older plugin install locations | ||
/plugins | ||
/web-app/plugins | ||
/web-app/WEB-INF/classes | ||
|
||
# "temporary" build files | ||
/target | ||
/target-eclipse | ||
/work | ||
|
||
# other | ||
*.iws | ||
|
||
#project specific: | ||
/src/java/ice.properties | ||
|
||
# OSX | ||
.DS_Store | ||
|
||
# FUSE files | ||
.fuse_hidden* |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.