From d37b09079b50ff563401d879fc05b3abd0ba824c Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 8 Jun 2014 10:53:26 +0100 Subject: [PATCH 1/4] Add coverage to readme --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 1cb9203..e7c116c 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,7 @@ A Google Compute Engine Interface For Cloudstack .. image:: https://badge.fury.io/py/gstack.png .. image:: https://api.travis-ci.org/NOPping/gstack.png +.. image:: https://coveralls.io/repos/NOPping/gstack/badge.png From 02a813fc24585314605e1ec92679c663cb0db484 Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 8 Jun 2014 11:06:01 +0100 Subject: [PATCH 2/4] Link badges to corresponding sites --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index e7c116c..53e5405 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,11 @@ A Google Compute Engine Interface For Cloudstack ################################################ .. image:: https://badge.fury.io/py/gstack.png + :target: https://pypi.python.org/pypi/gstack .. image:: https://api.travis-ci.org/NOPping/gstack.png + :target: https://travis-ci.org/NOPping/gstack .. image:: https://coveralls.io/repos/NOPping/gstack/badge.png + :target: https://coveralls.io/r/NOPping/gstack From 10c25348d779eb64875f5ae8871876a0b34996b4 Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 8 Jun 2014 11:16:51 +0100 Subject: [PATCH 3/4] Create HISTORY.rst --- HISTORY.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 HISTORY.rst diff --git a/HISTORY.rst b/HISTORY.rst new file mode 100644 index 0000000..45d1aef --- /dev/null +++ b/HISTORY.rst @@ -0,0 +1,24 @@ +0.1.0 (29-05-14) +++++++++++++++++++ + +* Add GCE GA API support +* Fix error response bugs when resources aren't found + + +0.0.3 (15-05-2014) +++++++++++++++++++ + +* Extract config file out of package +* Add binary ```gstack-configure`` at install time + + +0.0.2 (04-12-2013) +++++++++++++++++++ + +* Rename to gstack + + +0.0.1 (24-9-2013) +++++++++++++++++++ + +* gcloud onception From e8f28d7e056a865e291d4d3996f49f27192634fe Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 8 Jun 2014 11:20:02 +0100 Subject: [PATCH 4/4] Update HISTORY.rst --- HISTORY.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 45d1aef..1dc899a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,24 +1,27 @@ +History +======== + 0.1.0 (29-05-14) -++++++++++++++++++ +________________ * Add GCE GA API support * Fix error response bugs when resources aren't found 0.0.3 (15-05-2014) -++++++++++++++++++ +__________________ * Extract config file out of package -* Add binary ```gstack-configure`` at install time +* Add binary ``gstack-configure`` at install time 0.0.2 (04-12-2013) -++++++++++++++++++ +__________________ * Rename to gstack 0.0.1 (24-9-2013) -++++++++++++++++++ +__________________ * gcloud onception