You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2015/07/05 10:56:21 UTC

[1/2] libcloud git commit: Add a note / warning on top of the automatically generated files.

Repository: libcloud
Updated Branches:
  refs/heads/trunk c24e35879 -> a95043a38


Add a note / warning on top of the automatically generated files.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1af6dcfd
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1af6dcfd
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1af6dcfd

Branch: refs/heads/trunk
Commit: 1af6dcfd9b0f364e68dc9c1298ab49d7573b85d2
Parents: c24e358
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Sun Jul 5 16:49:37 2015 +0800
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Sun Jul 5 16:49:37 2015 +0800

----------------------------------------------------------------------
 contrib/generate_provider_feature_matrix_table.py | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/1af6dcfd/contrib/generate_provider_feature_matrix_table.py
----------------------------------------------------------------------
diff --git a/contrib/generate_provider_feature_matrix_table.py b/contrib/generate_provider_feature_matrix_table.py
index bac9823..cfea318 100755
--- a/contrib/generate_provider_feature_matrix_table.py
+++ b/contrib/generate_provider_feature_matrix_table.py
@@ -56,6 +56,10 @@ for dependency in REQUIRED_DEPENDENCIES:
         msg = 'Missing required dependency: %s' % (dependency)
         raise ImportError(msg)
 
+HEADER = ('.. NOTE: This file has been generated automatically using '
+          'generate_provider_feature_matrix_table.py script, don\'t manually '
+          'edit it')
+
 BASE_API_METHODS = {
     'compute_main': ['list_nodes', 'create_node', 'reboot_node',
                      'destroy_node', 'list_images', 'list_sizes',
@@ -394,9 +398,11 @@ def generate_tables():
         supported_methods_path = pjoin(target_dir, file_name_2)
 
         with open(supported_providers_path, 'w') as fp:
+            fp.write(HEADER + '\n\n')
             fp.write(supported_providers)
 
         with open(supported_methods_path, 'w') as fp:
+            fp.write(HEADER + '\n\n')
             fp.write(supported_methods)
 
 generate_tables()


[2/2] libcloud git commit: Re-generate supported providers tables.

Posted by to...@apache.org.
Re-generate supported providers tables.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a95043a3
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a95043a3
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a95043a3

Branch: refs/heads/trunk
Commit: a95043a38bcec2293f8ed088c4c65767c7d9fa61
Parents: 1af6dcf
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Sun Jul 5 16:50:39 2015 +0800
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Sun Jul 5 16:50:39 2015 +0800

----------------------------------------------------------------------
 docs/compute/_supported_methods_block_storage.rst       | 2 ++
 docs/compute/_supported_methods_image_management.rst    | 2 ++
 docs/compute/_supported_methods_key_pair_management.rst | 2 ++
 docs/compute/_supported_methods_main.rst                | 2 ++
 docs/compute/_supported_providers.rst                   | 2 ++
 docs/dns/_supported_methods.rst                         | 2 ++
 docs/dns/_supported_providers.rst                       | 2 ++
 docs/loadbalancer/_supported_methods.rst                | 2 ++
 docs/loadbalancer/_supported_providers.rst              | 2 ++
 docs/storage/_supported_methods_cdn.rst                 | 2 ++
 docs/storage/_supported_methods_main.rst                | 2 ++
 docs/storage/_supported_providers.rst                   | 2 ++
 12 files changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/compute/_supported_methods_block_storage.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_methods_block_storage.rst b/docs/compute/_supported_methods_block_storage.rst
index 882ea61..27bc3a6 100644
--- a/docs/compute/_supported_methods_block_storage.rst
+++ b/docs/compute/_supported_methods_block_storage.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ===================================== ============ ============= ============== ============= ============= ============== ===============
 Provider                              list volumes create volume destroy volume attach volume detach volume list snapshots create snapshot
 ===================================== ============ ============= ============== ============= ============= ============== ===============

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/compute/_supported_methods_image_management.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_methods_image_management.rst b/docs/compute/_supported_methods_image_management.rst
index 53fde57..1be11e8 100644
--- a/docs/compute/_supported_methods_image_management.rst
+++ b/docs/compute/_supported_methods_image_management.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ===================================== =========== ========= ============ ============ ==========
 Provider                              list images get image create image delete image copy image
 ===================================== =========== ========= ============ ============ ==========

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/compute/_supported_methods_key_pair_management.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_methods_key_pair_management.rst b/docs/compute/_supported_methods_key_pair_management.rst
index 18a57bb..43bf799 100644
--- a/docs/compute/_supported_methods_key_pair_management.rst
+++ b/docs/compute/_supported_methods_key_pair_management.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ===================================== ============== ============ =============== ============================= =========================== ===============
 Provider                              list key pairs get key pair create key pair import public key from string import public key from file delete key pair
 ===================================== ============== ============ =============== ============================= =========================== ===============

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/compute/_supported_methods_main.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_methods_main.rst b/docs/compute/_supported_methods_main.rst
index 87df213..e828fcc 100644
--- a/docs/compute/_supported_methods_main.rst
+++ b/docs/compute/_supported_methods_main.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ===================================== ========== =========== =========== ============ =========== ========== ===========
 Provider                              list nodes create node reboot node destroy node list images list sizes deploy node
 ===================================== ========== =========== =========== ============ =========== ========== ===========

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/compute/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/compute/_supported_providers.rst b/docs/compute/_supported_providers.rst
index 7ffc885..67c7da7 100644
--- a/docs/compute/_supported_providers.rst
+++ b/docs/compute/_supported_providers.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ===================================== ============================================= =================== ============================================== ====================================
 Provider                              Documentation                                 Provider constant   Module                                         Class Name                          
 ===================================== ============================================= =================== ============================================== ====================================

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/dns/_supported_methods.rst
----------------------------------------------------------------------
diff --git a/docs/dns/_supported_methods.rst b/docs/dns/_supported_methods.rst
index ecc32d1..848cd4d 100644
--- a/docs/dns/_supported_methods.rst
+++ b/docs/dns/_supported_methods.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ===================== ========== ============ =========== =========== ============= ============= =========== =============
 Provider              list zones list records create zone update zone create record update record delete zone delete record
 ===================== ========== ============ =========== =========== ============= ============= =========== =============

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/dns/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/dns/_supported_providers.rst b/docs/dns/_supported_providers.rst
index cf6d46b..cba79bb 100644
--- a/docs/dns/_supported_providers.rst
+++ b/docs/dns/_supported_providers.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ===================== ========================================= ================= ======================================== ==============================
 Provider              Documentation                             Provider constant Module                                   Class Name                    
 ===================== ========================================= ================= ======================================== ==============================

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/loadbalancer/_supported_methods.rst
----------------------------------------------------------------------
diff --git a/docs/loadbalancer/_supported_methods.rst b/docs/loadbalancer/_supported_methods.rst
index 14697fa..f129af9 100644
--- a/docs/loadbalancer/_supported_methods.rst
+++ b/docs/loadbalancer/_supported_methods.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ====================================== =============== ============== ============ ============= ============= ===================
 Provider                               create balancer list balancers list members attach member detach member attach compute node
 ====================================== =============== ============== ============ ============= ============= ===================

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/loadbalancer/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/loadbalancer/_supported_providers.rst b/docs/loadbalancer/_supported_providers.rst
index 3ae6c96..a4e00da 100644
--- a/docs/loadbalancer/_supported_providers.rst
+++ b/docs/loadbalancer/_supported_providers.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ====================================== ======================================== ================= =============================================== ============================
 Provider                               Documentation                            Provider constant Module                                          Class Name                  
 ====================================== ======================================== ================= =============================================== ============================

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/storage/_supported_methods_cdn.rst
----------------------------------------------------------------------
diff --git a/docs/storage/_supported_methods_cdn.rst b/docs/storage/_supported_methods_cdn.rst
index b45c172..f193c65 100644
--- a/docs/storage/_supported_methods_cdn.rst
+++ b/docs/storage/_supported_methods_cdn.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ============================= ==================== ================= ===================== ==================
 Provider                      enable container cdn enable object cdn get container cdn URL get object cdn URL
 ============================= ==================== ================= ===================== ==================

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/storage/_supported_methods_main.rst
----------------------------------------------------------------------
diff --git a/docs/storage/_supported_methods_main.rst b/docs/storage/_supported_methods_main.rst
index 89bf3c6..26ebe67 100644
--- a/docs/storage/_supported_methods_main.rst
+++ b/docs/storage/_supported_methods_main.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ============================= =============== ============ ================ ================ ============= ======================= =============== ========================= =============
 Provider                      list containers list objects create container delete container upload object streaming object upload download object streaming object download delete object
 ============================= =============== ============ ================ ================ ============= ======================= =============== ========================= =============

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a95043a3/docs/storage/_supported_providers.rst
----------------------------------------------------------------------
diff --git a/docs/storage/_supported_providers.rst b/docs/storage/_supported_providers.rst
index e0bcc46..618e684 100644
--- a/docs/storage/_supported_providers.rst
+++ b/docs/storage/_supported_providers.rst
@@ -1,3 +1,5 @@
+.. NOTE: This file has been generated automatically using generate_provider_feature_matrix_table.py script, don't manually edit it
+
 ============================= =============================================== ================= ============================================== ====================================
 Provider                      Documentation                                   Provider constant Module                                         Class Name                          
 ============================= =============================================== ================= ============================================== ====================================