Skip to content

Commit 223a7ad

Browse files
stackstorm-neptrKami
authored andcommitted
Remove trailing whitespace.
1 parent 33d9efd commit 223a7ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+64
-64
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Setup in CircleCI account the following ENV variables:
2-
# PACKAGECLOUD_ORGANIZATION (default: stackstorm)
2+
# PACKAGECLOUD_ORGANIZATION (default: stackstorm)
33
# PACKAGECLOUD_TOKEN
44
version: 2
55
jobs:

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Changed
2727
* Improve the st2-self-check script to echo to stderr and exit if it isn't run with a
2828
ST2_AUTH_TOKEN or ST2_API_KEY environment variable. (improvement) #5068
2929

30-
* Added timeout parameter for packs.install action to help with long running installs that exceed the
30+
* Added timeout parameter for packs.install action to help with long running installs that exceed the
3131
default timeout of 600 sec which is defined by the python_script action runner (improvement) #5084
3232

3333
Contributed by @hnanchahal

OWNERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Thank you, Friends!
7474
* Johan Dahlberg ([@johandahlberg](https://github.com/johandahlberg)) - Using st2 for Bioinformatics/Science project, providing feedback & contributions in Ansible, Community, Workflows. [Case Study](https://stackstorm.com/case-study-scilifelab/).
7575
* Johan Hermansson ([@johanherman](https://github.com/johanherman)) - Using st2 for Bioinformatics/Science project, feedback & contributions in Ansible, Community, Workflows. [Case Study](https://stackstorm.com/case-study-scilifelab/).
7676
* Lakshmi Kannan ([@lakshmi-kannan](https://github.com/lakshmi-kannan)) - early Stormer. Initial Core platform architecture, scalability, reliability, Team Leadership during the project hard times.
77-
* Lindsay Hill ([@LindsayHill](https://github.com/LindsayHill)) - ex StackStorm product manager that made a significant impact building an ecosystem we see today.
77+
* Lindsay Hill ([@LindsayHill](https://github.com/LindsayHill)) - ex StackStorm product manager that made a significant impact building an ecosystem we see today.
7878
* Manas Kelshikar ([@manasdk](https://github.com/manasdk)) - ex Stormer. Developed (well) early core platform features.
7979
* Vineesh Jain ([@VineeshJain](https://github.com/VineeshJain)) - ex Stormer. Community, Tests, Core, QA.
8080
* Warren Van Winckel ([@warrenvw](https://github.com/warrenvw)) - ex Stormer. Docker, Kubernetes, Vagrant, Infrastructure.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
[![Build Status](https://github.com/StackStorm/st2/workflows/ci-checks/badge.svg?branch=master)](https://github.com/StackStorm/st2/actions?query=branch%3Amaster)
66
[![Travis Integration Tests Status](https://travis-ci.org/StackStorm/st2.svg?branch=master)](https://travis-ci.org/StackStorm/st2)
7-
[![Packages Build Status](https://circleci.com/gh/StackStorm/st2/tree/master.svg?style=shield)](https://circleci.com/gh/StackStorm/st2)
8-
[![Codecov](https://codecov.io/github/StackStorm/st2/badge.svg?branch=master&service=github)](https://codecov.io/github/StackStorm/st2?branch=master)
9-
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1833/badge)](https://bestpractices.coreinfrastructure.org/projects/1833)
10-
![Python 3.6](https://img.shields.io/badge/python-3.6-blue)
11-
[![Apache Licensed](https://img.shields.io/github/license/StackStorm/st2)](LICENSE)
12-
[![Join our community Slack](https://img.shields.io/badge/slack-stackstorm-success.svg?logo=slack)](https://stackstorm.com/community-signup)
7+
[![Packages Build Status](https://circleci.com/gh/StackStorm/st2/tree/master.svg?style=shield)](https://circleci.com/gh/StackStorm/st2)
8+
[![Codecov](https://codecov.io/github/StackStorm/st2/badge.svg?branch=master&service=github)](https://codecov.io/github/StackStorm/st2?branch=master)
9+
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1833/badge)](https://bestpractices.coreinfrastructure.org/projects/1833)
10+
![Python 3.6](https://img.shields.io/badge/python-3.6-blue)
11+
[![Apache Licensed](https://img.shields.io/github/license/StackStorm/st2)](LICENSE)
12+
[![Join our community Slack](https://img.shields.io/badge/slack-stackstorm-success.svg?logo=slack)](https://stackstorm.com/community-signup)
1313
[![Forum](https://img.shields.io/discourse/https/forum.stackstorm.com/posts.svg)](https://forum.stackstorm.com/)
1414

1515
---

conf/st2.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Note: This file is automatically generated using tools/config_gen.py - DO NOT UPDATE MANUALLY
33

44
[action_sensor]
5-
# List of execution statuses for which a trigger will be emitted.
5+
# List of execution statuses for which a trigger will be emitted.
66
emit_when = succeeded,failed,timeout,canceled,abandoned # comma separated list allowed here.
77
# Whether to enable or disable the ability to post a trigger on action.
88
enable = True
@@ -170,7 +170,7 @@ trigger_instances_ttl = None
170170
# Allow encryption of values in key value stored qualified as "secret".
171171
enable_encryption = True
172172
# Location of the symmetric encryption key for encrypting values in kvstore. This key should be in JSON and should've been generated using st2-generate-symmetric-crypto-key tool.
173-
encryption_key_path =
173+
encryption_key_path =
174174

175175
[log]
176176
# Exclusion list of loggers to omit.

conf/st2.dev.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ protocol = udp
8383
# - redis
8484
# - etcd3
8585
# - etcd3gw
86-
# Keep in mind that zake driver works in process so it won't work when testing cross process
86+
# Keep in mind that zake driver works in process so it won't work when testing cross process
8787
# / cross server functionality
8888
#url = redis://localhost
8989
#url = kazoo://localhost

contrib/core/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
2+
33
## 0.3.1
44

55
* Add new ``core.uuid`` action for generating type 1 and type 4 UUIDs.

contrib/examples/actions/forloop_chain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ entry_point: "chains/forloop_chain.yaml"
66
enabled: true
77
parameters:
88
github_organization_url:
9-
type: "string"
9+
type: "string"
1010
description: "Organization url to parse data from"
1111
default: "https://github.com/StackStorm-Exchange"
1212
required: false

contrib/examples/actions/forloop_push_github_repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Action to push the data to an external service"
55
enabled: true
66
entry_point: "pythonactions/forloop_push_github_repos.py"
77
parameters:
8-
data_to_push:
8+
data_to_push:
99
type: "object"
1010
description: "Dictonary of the data to be pushed"
1111
required: true

contrib/examples/actions/orquesta-mock-create-vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parameters:
1515
required: true
1616
type: string
1717
ip:
18-
default: "10.1.23.99"
18+
default: "10.1.23.99"
1919
required: true
2020
type: string
2121
meta:

0 commit comments

Comments
 (0)