MCPcopy Create free account

hub / github.com/StackStorm/st2 / functions

Functions6,742 in github.com/StackStorm/st2

Methodcleanup
(self)
st2reactor/tests/resources/test_sensor.py:47
Methodcleanup
(self)
st2reactor/tests/resources/test_sensor_with_typo.py:30
Methodcleanup
(self)
st2actions/st2actions/scheduler/handler.py:86
Methodclone
Clone an action from source pack to destination pack. Handles requests: POST /actions/{ref_or_id}/clone
st2api/st2api/controllers/v1/actions.py:293
Methodclose
Close all open SSH connections to hosts.
st2common/st2common/runners/parallel_ssh.py:227
Functioncompare_path_file_name
Custom compare function which compares full absolute file paths just using the file name. This function can be used with ``sorted`` or `
st2common/st2common/util/misc.py:59
Methodcompute_value
( cls, raw_value: Optional[str], address: Address )
pants-plugins/pack_metadata/target_types.py:83
Methodcondition
(spec)
st2client/st2client/utils/interactive.py:71
Methodcondition
(spec)
st2client/st2client/utils/interactive.py:115
Methodcondition
(spec)
st2client/st2client/utils/interactive.py:153
Methodcondition
(spec)
st2client/st2client/utils/interactive.py:180
Methodcondition
(spec)
st2client/st2client/utils/interactive.py:210
Methodcondition
(spec)
st2client/st2client/utils/interactive.py:267
Methodcondition
(spec)
st2client/st2client/utils/interactive.py:282
Methodcondition
(spec)
st2client/st2client/utils/interactive.py:326
Methodcondition
(spec)
st2client/st2client/utils/interactive.py:363
Methodconstruct_mapping
(self, node, deep=False)
st2common/st2common/util/yml.py:31
Functioncontains
(value, criteria_pattern)
st2common/st2common/operators.py:183
Functionconvert_jinja_to_raw_block
(value)
st2common/st2common/util/jinja.py:183
Functioncoord_opts_as_env_vars
()
st2tests/st2tests/config.py:185
Methodcoord_url
(self)
pants-plugins/uses_services/redis_rules.py:66
Functioncoordinator_teardown
(coordinator=None)
st2common/st2common/services/coordination.py:233
Methodcount
(self, *args, **kwargs)
st2common/st2common/models/db/__init__.py:562
Functioncreate_execution_object
( liveaction, action_db=None, runnertype_db=None, publish=True )
st2common/st2common/services/executions.py:105
Methodcreate_handler
(sensor_db)
st2reactor/tests/integration/test_sensor_watcher.py:50
Methodcreate_handler
(sensor_db)
st2common/tests/unit/test_sensor_watcher.py:38
Functioncreate_trigger_db
(trigger_api)
st2common/st2common/services/triggers.py:260
Functioncreate_trigger_db_from_rule
(rule)
st2common/st2common/services/triggers.py:315
Methodcustom_start_response
(status, headers, exc_info=None)
st2common/st2common/middleware/logging.py:83
Methodcustom_start_response
(status, headers, exc_info=None)
st2common/st2common/middleware/cors.py:42
Methodcustom_start_response
(status, headers, exc_info=None)
st2common/st2common/middleware/request_id.py:42
Methodcustom_start_response
(status, headers, exc_info=None)
st2common/st2common/middleware/instrumentation.py:150
Methoddatastore_service
(self)
st2tests/st2tests/mocks/sensor.py:61
Methoddatastore_service
(self)
st2tests/st2tests/mocks/action.py:56
Methoddatastore_service
(self)
contrib/runners/python_runner/python_runner/python_action_wrapper.py:100
Methoddatastore_service
(self)
st2reactor/st2reactor/container/sensor_wrapper.py:86
Functiondb_cleanup
( db_name, db_host, db_port, username=None, password=None, tls=False, tls_certific
st2common/st2common/models/db/__init__.py:411
Functiondb_opts_as_env_vars
()
st2tests/st2tests/config.py:97
Methoddec_counter
(self, key, amount=1)
st2common/st2common/metrics/drivers/echo_driver.py:35
Methoddec_counter
Decrement metric
st2common/st2common/metrics/drivers/statsd_driver.py:89
Methoddec_gauge
(self, key, amount=1)
st2common/st2common/metrics/drivers/echo_driver.py:44
Methoddec_gauge
Decrement gauge value.
st2common/st2common/metrics/drivers/statsd_driver.py:131
Functiondecorate
(*args, **kwargs)
st2client/st2client/utils/httpclient.py:29
Functiondecorate
(*args, **kwargs)
st2client/st2client/commands/resource.py:45
Functiondecorate
(*args, **kwargs)
st2client/st2client/models/core.py:39
Functiondecorator
(func)
st2common/st2common/util/misc.py:212
Functiondecrypt_kv
(value)
st2common/st2common/expressions/functions/datastore.py:28
Functiondedupe_newlines
yaml.safe_dump converts single newlines to double. Since we're printing this output and not loading it, we should deduplicate them.
st2client/st2client/utils/strutil.py:34
Functiondefault
(obj)
st2common/st2common/util/jsonify.py:57
Functiondefault
(obj)
st2common/st2common/util/deep_copy.py:25
Methoddefault
(obj)
st2common/st2common/fields.py:472
Methoddefault
(self, obj)
st2common/st2common/logging/formatters.py:104
Methoddefault
(self, obj)
st2common/st2common/util/jsonify.py:48
Functiondefault_handle_sets
(obj)
st2common/benchmarks/micro/test_json_serialization_and_deserialization.py:137
Methoddelete
Delete the key value pair. Handles requests: DELETE /apikeys/1
st2api/st2api/controllers/v1/auth.py:225
Methoddelete
Delete the key value pair. Handles requests: DELETE /keys/1
st2api/st2api/controllers/v1/keyvalue.py:417
Methoddelete
Delete a policy. Handles requests: POST /policies/1?_method=delete DELETE /policies/1 DELETE /pol
st2api/st2api/controllers/v1/policies.py:255
Methoddelete
Stops a single execution. Handles requests: DELETE /executions/<id>
st2api/st2api/controllers/v1/actionexecutions.py:948
Methoddelete
Delete a triggertype. Handles requests: DELETE /triggertypes/1 DELETE /triggertypes/pack.name
st2api/st2api/controllers/v1/triggers.py:147
Methoddelete
Delete an action alias. Handles requests: DELETE /actionalias/1
st2api/st2api/controllers/v1/actionalias.py:216
Methoddelete
(self, instance)
st2common/st2common/models/db/__init__.py:773
Methoddelete_by_query
(cls, *args, **query)
st2common/st2common/persistence/workflow.py:43
Methoddelete_by_query
(cls, *args, **query)
st2common/st2common/persistence/rule_enforcement.py:29
Methoddelete_by_query
(cls, *args, **query)
st2common/st2common/persistence/execution.py:62
Methoddelete_by_query
(cls, *args, **query)
st2common/st2common/persistence/liveaction.py:40
Methoddelete_by_query
(cls, *args, **query)
st2common/st2common/persistence/trace.py:56
Methoddelete_by_query
Delete objects by query and return number of deleted objects.
st2common/st2common/models/db/__init__.py:644
Methoddelete_by_query
Delete objects by query and return number of deleted objects.
st2common/st2common/models/db/__init__.py:776
Methoddelete_handler
(sensor_db)
st2reactor/tests/integration/test_sensor_watcher.py:56
Methoddelete_handler
(sensor_db)
st2common/tests/unit/test_sensor_watcher.py:44
Functiondelete_token
(token)
st2common/st2common/services/access.py:100
Methoddelete_value
Delete a value from a dictionary which is local to this class.
st2tests/st2tests/mocks/datastore.py:116
Methoddelete_value
(self, name, local=True, scope=SYSTEM_SCOPE)
contrib/runners/python_runner/python_runner/python_action_wrapper.py:152
Functiondeprecated
This is a decorator which can be used to mark functions as deprecated. It will result in a warning being emitted when the function is use
st2common/st2common/util/deprecation.py:20
Functiondirname
(path)
st2common/st2common/expressions/functions/path.py:26
Functiondisable_debugging
()
st2common/st2common/util/debugging.py:49
Methoddispatch
Method which dispatches the announcement. :param routing_key: Routing key of the announcement. :type routing_key: ``str``
st2common/st2common/transport/announcement.py:49
Methoddispatch_and_handle_mock_data
(resp)
st2stream/tests/unit/controllers/v1/test_stream.py:152
Methoddispatch_with_context
Method which dispatches the trigger. :param trigger: Full name / reference of the trigger. :type trigger: ``str`` :
st2reactor/st2reactor/container/sensor_wrapper.py:119
Methoddistinct
(self, *args, **kwargs)
st2common/st2common/models/db/__init__.py:621
Methoddo_publish
(connection, channel)
st2common/st2common/transport/publishers.py:69
Methoddo_request
(self, req, **kwargs)
st2tests/st2tests/api.py:84
Methoddo_work
(self)
st2common/tests/resources/loadableplugin/plugin/standaloneplugin.py:21
Methoddo_work
(self)
st2common/tests/resources/loadableplugin/plugin/sampleplugin.py:24
Methoddo_work
(self)
st2common/tests/resources/loadableplugin/plugin/sampleplugin2.py:24
Methodecho
()
contrib/examples/sensors/echo_flask_app.py:39
Methodendpoints
(self)
pants-plugins/uses_services/st2cluster_rules.py:57
Functionendswith
(value, criteria_pattern)
st2common/st2common/operators.py:231
Functionequals
(value, criteria_pattern)
st2common/st2common/operators.py:162
Methoderrback
(self, exc, interval)
st2common/st2common/transport/connection_retry_wrapper.py:113
Methoderrback
(self, exc, interval)
st2common/st2common/transport/publishers.py:57
Functionescape_chars
(field)
st2common/st2common/util/mongoescape.py:72
Methodexecutions
(self)
st2client/st2client/client.py:392
Methodexisting_output_iter
()
st2api/st2api/controllers/v1/actionexecutions.py:517
Methodexisting_output_iter
()
st2stream/st2stream/controllers/v1/executions.py:86
Functionexists
(value, criteria_pattern)
st2common/st2common/operators.py:334
Functionextract_version
(request: StackStormVersionRequest)
pants-plugins/release/rules.py:125
Methodfake_commit
(arg_ref)
contrib/packs/tests/test_action_download.py:634
Functionfetch_requirements
Return a list of requirements and links by parsing the provided requirements file.
scripts/dist_utils_old.py:69
Functionfetch_requirements
Return a list of requirements and links by parsing the provided requirements file.
scripts/dist_utils.py:60
← previousnext →2,801–2,900 of 6,742, ranked by callers