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
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
uses: StackStorm-Exchange/ci/.github/workflows/pack-build_and_test.yaml@master
with:
enable-common-libs: true
python-version: '["3.10", "3.11", "3.12"]'
#apt-cache-version: v0
#py-cache-version: v0
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [2.0.1] 11 Jun 2026
### Changed
* fixed config typo
* added pylint ignore

## [2.0.0] 03 Nov 2021
### Changed
* Changed underlying consul library from `python-consul` which is no longer maintained to `python-consul2` which is maintained.
Expand Down
1 change: 1 addition & 0 deletions actions/acl_clone.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/acl_create.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/acl_destroy.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/acl_info.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/acl_list.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/acl_update.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/agent_checks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/agent_force_leave.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/agent_join.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/agent_maintenance.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/agent_members.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/agent_service_deregister.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/agent_service_maintenance.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/agent_service_register.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/agent_services.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/catalog_datacenters.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/catalog_deregister.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/catalog_node.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/catalog_nodes.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/catalog_register.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/catalog_service.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/catalog_services.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/custom_lock.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/custom_unlock.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/event_fire.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/event_list.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/health_checks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/health_node.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/health_service.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/health_state.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/kv_delete.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/kv_get.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from __future__ import absolute_import
from lib import action

Expand Down
1 change: 1 addition & 0 deletions actions/kv_put.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/lib/action.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
import six
import json
import random
Expand Down
1 change: 1 addition & 0 deletions actions/session_create.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/session_destroy.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/session_info.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/session_list.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/session_node.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
1 change: 1 addition & 0 deletions actions/session_renew.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=E1101
from lib import action


Expand Down
2 changes: 1 addition & 1 deletion config.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ consul_profiles:
preserve_varenv:
description: "Enable preservation of environment variables. If disable, all CONSUL_* environment variables are deleted from the action execution."
type: boolean
requried: false
required: false
default: true
consistency:
description: "The consistency mode to use by default for all reads that support the consistency option."
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ref: consul
name: consul
description: consul
version: 2.0.0
version: 2.0.1
python_versions:
- "3"
author: jfryman
Expand Down
Loading