From 8b30fc2f0df6238092e5ac8b9fa3d25779d07199 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Wed, 23 Nov 2016 12:01:13 +0100 Subject: [PATCH 1/8] Change to test CI. --- actions/list_vms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/list_vms.py b/actions/list_vms.py index 2a36596..fbcd079 100644 --- a/actions/list_vms.py +++ b/actions/list_vms.py @@ -5,4 +5,4 @@ class Foo(object): pass x = Foo() -# x.doesnt_exist() +x.doesnt_exist() From 397cf735e23e0a4e3d1d178ed74d5810e321c9b2 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Wed, 23 Nov 2016 12:03:43 +0100 Subject: [PATCH 2/8] Revert "Change to test CI." This reverts commit 8b30fc2f0df6238092e5ac8b9fa3d25779d07199. --- actions/list_vms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/list_vms.py b/actions/list_vms.py index fbcd079..2a36596 100644 --- a/actions/list_vms.py +++ b/actions/list_vms.py @@ -5,4 +5,4 @@ class Foo(object): pass x = Foo() -x.doesnt_exist() +# x.doesnt_exist() From 7430d6908ac4ec83fe6331373ead54ce482f2109 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Wed, 23 Nov 2016 12:08:26 +0100 Subject: [PATCH 3/8] Update metadata file. --- pack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.yaml b/pack.yaml index 900e57f..eee2a8c 100644 --- a/pack.yaml +++ b/pack.yaml @@ -5,6 +5,6 @@ keywords: - some - search - blah -version : "0.4.3" +version : "0.4.4" author : st2-dev email : info@stackstorm.com From 7005a72fa0c07e370dc453577fe20880b1616a78 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Wed, 23 Nov 2016 12:17:52 +0100 Subject: [PATCH 4/8] Break sample config to test ci. --- test.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.yaml.example b/test.yaml.example index 0a5f1b0..0d824a8 100644 --- a/test.yaml.example +++ b/test.yaml.example @@ -1,7 +1,7 @@ --- consumer_key: consumer_secret: - access_token: test + access_token: 1 access_token_secret: sensor: device_uids: From dc116f287adefce097811ba5398f581e1d6838d3 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Tue, 29 Nov 2016 10:57:59 +0100 Subject: [PATCH 5/8] Dummy change. --- test.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.yaml.example b/test.yaml.example index 0d824a8..519fa4e 100644 --- a/test.yaml.example +++ b/test.yaml.example @@ -1,6 +1,6 @@ --- consumer_key: - consumer_secret: + consumer_secret: 1 access_token: 1 access_token_secret: sensor: From 1fbaedb0878c952c311fad9787619a988f5cd632 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Tue, 29 Nov 2016 11:57:22 +0100 Subject: [PATCH 6/8] Fix config example. --- test.yaml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.yaml.example b/test.yaml.example index 519fa4e..ce1739a 100644 --- a/test.yaml.example +++ b/test.yaml.example @@ -1,7 +1,7 @@ --- consumer_key: - consumer_secret: 1 - access_token: 1 + consumer_secret: b + access_token: a access_token_secret: sensor: device_uids: From c91e30410e3040034daec0896e92b29784be0e6e Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Tue, 29 Nov 2016 12:04:10 +0100 Subject: [PATCH 7/8] Dummy commit. --- actions/parse_xml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions/parse_xml.py b/actions/parse_xml.py index b874c5f..3269615 100644 --- a/actions/parse_xml.py +++ b/actions/parse_xml.py @@ -2,6 +2,8 @@ from st2actions.runners.pythonrunner import Action +import foobar + __all__ = [ 'ParseXMLAction' ] From f2fb660e37f28af6e45e729a83f969aa626968ee Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Tue, 29 Nov 2016 12:19:58 +0100 Subject: [PATCH 8/8] Dummmy commit. --- actions/list_vms.yaml | 2 +- actions/parse_xml.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/actions/list_vms.yaml b/actions/list_vms.yaml index 49386be..b35b159 100644 --- a/actions/list_vms.yaml +++ b/actions/list_vms.yaml @@ -6,6 +6,6 @@ enabled: true entry_point: list_vms.py parameters: credentials: - type: string + type: broken description: Name of the credentials set (as defined in the config) to use. required: true diff --git a/actions/parse_xml.py b/actions/parse_xml.py index 3269615..b874c5f 100644 --- a/actions/parse_xml.py +++ b/actions/parse_xml.py @@ -2,8 +2,6 @@ from st2actions.runners.pythonrunner import Action -import foobar - __all__ = [ 'ParseXMLAction' ]