Commits on Source (24)
-
Issue #3042288 by Xiaohua Guan, yas, Masami: Hide Encrypted field of fieldset Others in Volume view page
08046e12 -
Issue #3043339 by Xiaohua Guan, yas, Masami: Disable a Name tag after launching an instance from Server Template
c4e293ee -
bddc54da
-
ba5e234c
-
Issue #3043358 by Xiaohua Guan, yas, Masami: Check both Public/Private IP address of my instance in both detailed/Edit View
9e6eef37 -
Issue #3043643 by Xiaohua Guan, yas, Masami: Add Instance Type, AMI name, Security Group and Key Pair in Server Template list view
67e991c1 -
Issue #3043981 by Xiaohua Guan, yas, Masami: Add link to attachment Information in the list of volumes view
5c29940b -
3318a66a
-
65c48a1e
-
Issue #3046236 by baldwinlouie, yas: AwsCloudServerTemplateListBuilder needs to check if security group exists
d6fbe934 -
Issue #3044522 by Xiaohua Guan, baldwinlouie, Masami, yas: Display the instance type pricing list by Google Spreadsheet
bd48b6eb -
Issue #3046730 by Xiaohua Guan, yas, baldwinlouie: Identify the EIP name in Network Interface Detailed / Edit view
5cda33bb -
Issue #3043675 by Masami, yas, Xiaohua Guan, baldwinlouie: Enable to configure views pager options from admin configuration page
93bfe448 -
Issue #3046731 by Xiaohua Guan, yas, Masami: Check the Instance name w/ Instance ID in EIP Detailed / Edit View
264ca5ed -
8ebdb05f
-
Issue #3046737 by Xiaohua Guan, yas, baldwinlouie: Assign the Instance name based on the Server Template name
c510b48a -
Issue #3047033 by Xiaohua Guan, yas, baldwinlouie: Enable / disable each region of AwsCloudConfig when creating AwsCloudConfig
8e98fa10 -
Issue #3047016 by Masami, yas, Xiaohua Guan, baldwinlouie: Change the namespace from Drupal\aws_cloud\Aws\Ec2 to Drupal\aws_cloud\Entity\Ec2 or Drupal\aws_cloud\Controller\Ec2
726edffd -
f4e58ff8
-
aaa0ea5f
-
Issue #3047312 by Xiaohua Guan, yas, baldwinlouie: Copy and paste secret.json information about Google Spreadsheet in AwsCloudAdminSettings form
20569f7c -
4d6c6147
Showing
- README.md 31 additions, 22 deletionsREADME.md
- cloud.install 189 additions, 0 deletionscloud.install
- cloud.links.action.yml 21 additions, 0 deletionscloud.links.action.yml
- cloud.links.menu.yml 13 additions, 0 deletionscloud.links.menu.yml
- cloud.links.task.yml 28 additions, 0 deletionscloud.links.task.yml
- cloud.module 33 additions, 0 deletionscloud.module
- cloud.permissions.yml 53 additions, 0 deletionscloud.permissions.yml
- cloud.routing.yml 52 additions, 0 deletionscloud.routing.yml
- cloud.services.yml 5 additions, 1 deletioncloud.services.yml
- cloud_server_template.page.inc 0 additions, 0 deletionscloud_server_template.page.inc
- composer.json 2 additions, 1 deletioncomposer.json
- config/cloud_server_template.api.php 2 additions, 2 deletionsconfig/cloud_server_template.api.php
- config/install/views.view.cloud_listing.yml 75 additions, 30 deletionsconfig/install/views.view.cloud_listing.yml
- config/schema/cloud.views.schema.yml 16 additions, 0 deletionsconfig/schema/cloud.views.schema.yml
- config/schema/cloud_server_template_type.schema.yml 1 addition, 1 deletionconfig/schema/cloud_server_template_type.schema.yml
- modules/cloud_server_template/README.md 2 additions, 0 deletionsmodules/cloud_server_template/README.md
- modules/cloud_server_template/README.txt 0 additions, 49 deletionsmodules/cloud_server_template/README.txt
- modules/cloud_server_template/cloud_server_template.links.action.yml 0 additions, 31 deletions...ud_server_template/cloud_server_template.links.action.yml
- modules/cloud_server_template/cloud_server_template.links.menu.yml 0 additions, 14 deletions...loud_server_template/cloud_server_template.links.menu.yml
- modules/cloud_server_template/cloud_server_template.links.task.yml 0 additions, 31 deletions...loud_server_template/cloud_server_template.links.task.yml
File moved
... | ... | @@ -2,6 +2,7 @@ |
"name": "drupal/cloud", | ||
"type": "drupal-module", | ||
"require": { | ||
"aws/aws-sdk-php": "3.*.*@dev" | ||
"aws/aws-sdk-php": "3.*.*@dev", | ||
"google/apiclient": "^2.0" | ||
} | ||
} |
modules/cloud_server_template/README.md
0 → 100644