Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/chatops/pack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: chatops
description: ChatOps integration pack
version: 1.1.0
version: 3.5.0
python_versions:
- "2"
- "3"
Expand Down
2 changes: 1 addition & 1 deletion contrib/core/pack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name : core
description : Basic core actions.
version : 1.0.1
version: 3.5.0
python_versions:
- "2"
- "3"
Expand Down
2 changes: 1 addition & 1 deletion contrib/default/pack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: default
description: Default pack where all resources created using the API with no pack specified get saved.
version: 1.0.0
version: 3.5.0
author : StackStorm, Inc.
email : info@stackstorm.com
2 changes: 1 addition & 1 deletion contrib/examples/pack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: examples
description: Example sensors, triggers, actions and rules.
version: 0.2.1
version: 3.5.0
author : StackStorm, Inc.
email : info@stackstorm.com
2 changes: 1 addition & 1 deletion contrib/hello_st2/pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- example
- test
# Pack version which must follow semver format (<major>.<minor>.<patch> e.g. 1.0.0)
version: 0.1.0
version: 3.5.0
# A list of major Python versions pack is tested with and works with.
python_versions:
- "2"
Expand Down
2 changes: 1 addition & 1 deletion contrib/linux/pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords:
- open ports
- processes
- ps
version : 1.0.2
version: 3.5.0
python_versions:
- "2"
- "3"
Expand Down
2 changes: 1 addition & 1 deletion contrib/packs/pack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name : packs
description : Pack management functionality.
version : 2.0.0
version: 3.5.0
python_versions:
- "2"
- "3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion contrib/runners/http_runner/http_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion contrib/runners/local_runner/local_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion contrib/runners/noop_runner/noop_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion contrib/runners/python_runner/python_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion contrib/runners/remote_runner/remote_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion contrib/runners/winrm_runner/winrm_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ flex==6.14.1
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
git+https://github.com/StackStorm/orquesta.git@v1.4.0#egg=orquesta
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.5#egg=st2-auth-ldap
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.5#egg=st2-rbac-backend
gitdb==4.0.2
gitpython==3.1.15
greenlet==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion st2actions/st2actions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion st2api/st2api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion st2auth/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ six
stevedore
# For backward compatibility reasons, flat file backend is installed by default
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.5#egg=st2-auth-ldap
gunicorn
2 changes: 1 addition & 1 deletion st2auth/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
bcrypt==3.2.0
eventlet==0.30.2
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.5#egg=st2-auth-ldap
gunicorn==20.1.0
oslo.config>=1.12.1,<1.13
passlib==1.7.4
Expand Down
2 changes: 1 addition & 1 deletion st2auth/st2auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion st2client/st2client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion st2common/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kombu
mongoengine
networkx
git+https://github.com/StackStorm/orquesta.git@v1.4.0#egg=orquesta
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.5#egg=st2-rbac-backend
oslo.config
paramiko
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dnspython>=1.16.0,<2.0.0
eventlet==0.30.2
flex==6.14.1
git+https://github.com/StackStorm/orquesta.git@v1.4.0#egg=orquesta
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.5#egg=st2-rbac-backend
gitdb==4.0.2
gitpython==3.1.15
greenlet==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion st2common/st2common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.1'
8 changes: 6 additions & 2 deletions st2common/st2common/util/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ def _process(G, name, value):
LOG.debug("Dependencies: %s", dependencies)
if dependencies:
for dependency in dependencies:
G.add_edge(dependency, name)
if G.has_node(dependency):
G.add_edge(dependency, name)
else:
G.add_node(name, value=value)

Expand Down Expand Up @@ -213,7 +214,10 @@ def _render(node, render_context):

LOG.debug("Rendering node: %s with context: %s", node, render_context)

result = ENV.from_string(str(node["template"])).render(render_context)
try:
result = ENV.from_string(str(node["template"])).render(render_context)
except:
result = str(node["template"])

LOG.debug("Render complete: %s", result)

Expand Down
2 changes: 1 addition & 1 deletion st2reactor/st2reactor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion st2stream/st2stream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.5dev"
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion st2tests/st2tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"WorkflowTestCase",
]

__version__ = "3.5dev"
__version__ = '3.5.0'