chatops
Here are 253 public repositories matching this topic...
-
Updated
Jul 2, 2021 - Python
-
Updated
Jul 19, 2021 - Python
Is your feature request related to a problem? Please describe.
Pulling images from dockerhub might become problematic when someone reaches dockerhub rate limits
Describe the solution you'd like
We can also push the docker images to ECR public gallery simultaneously along with dockerhub
Describe alternatives you've considered
NA
Additional context
Pushing images to ECR
-
Updated
Aug 3, 2018 - Elixir
Description
Randomly the matrix connector will crash when connected to a public room.
Steps to Reproduce
Create a skill and point it to #geeklab:linuxdelta.com
and wait for people t
-
Updated
Jul 9, 2021 - Go
-
Updated
Jul 2, 2021 - Go
-
Updated
Jul 16, 2021 - PowerShell
-
Updated
Jun 11, 2021 - Go
-
Updated
May 31, 2021 - TypeScript
Related: yetibot/yetibot#371
Current API (AlphaVantage) is rate limited to 3 reqs per 5 min
Once slackapi/bolt-python#405 is merged, we can start working on the Japanese version.
The page URLs
Requirements
Please read the Contributing guidelines and [Code of Conduct](https://slackhq.github.io/code-of-conduct
-
Updated
Jul 18, 2021 - TypeScript
-
Updated
Jul 19, 2021 - Go
-
Updated
May 22, 2020 - JavaScript
name: test
match: command
args:
- var1
to
name: test
match: command
expose_args:
- var1
This is consistent with expose_json_fields
. So, any time we expose variable from within rules we would use the expose_
prefix.
The gort group revoke
command should allow the addition of multiple roles (for parity with cogctl
)
(From docker run -it operable/cogctl:alpine-1.0.1 cogctl group revoke --help
)
Usage: cogctl group revoke [OPTIONS] GROUP ROLES...
Revoke one or more roles from a group.
Options:
--yes Confirm the action without prompting.
--help Show this message and exit.
-
Updated
Jun 26, 2021 - CSS
-
Updated
Jun 7, 2021 - Go
-
Updated
Apr 30, 2021 - Kotlin
-
Updated
May 4, 2020 - Java
Improve this page
Add a description, image, and links to the chatops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chatops topic, visit your repo's landing page and select "manage topics."
SUMMARY
I just faced an embarrassed problem that command
st2 action list
keeps return 503.I tried
st2 --debug action list
and the result in lineHTTP_PROXY
(uppercase) was empty. This mislead me that the proxy info was set(which is not).I finally found that the root cause is a lowercase
http_proxy
env variable was set in the system.So I think it maybe more friend