chatops
Here are 250 public repositories matching this topic...
-
Updated
May 5, 2021 - Python
-
Updated
May 10, 2021 - Python
-
Updated
Aug 3, 2018 - Elixir
In e2e test suite, we mock resource creation with fake client and verify the BotKube event generations.
https://github.com/infracloudio/botkube/blob/develop/test/e2e/notifier/create/create.go#L46
We need to add similar test cases to verify delete event handling.
We can use Delete API for Deleting a resource.
Add te
Once #1753 gets merged, we should really add the code_scanning_alert event so opsdroid can alert us when an alert is raised. You can see the github documentation on this event and the payload example to get an idea of what could be useful including in the event.
-
Updated
Jan 21, 2021 - Go
-
Updated
Apr 30, 2021 - Go
-
Updated
Sep 12, 2020 - PowerShell
-
Updated
May 1, 2021 - Go
Related: yetibot/yetibot#371
Current API (AlphaVantage) is rate limited to 3 reqs per 5 min
-
Updated
May 9, 2021 - TypeScript
-
Updated
May 6, 2021 - TypeScript
-
Updated
Apr 19, 2021 - Go
-
Updated
May 9, 2021 - Python
-
Updated
May 22, 2020 - JavaScript
name: test
match: command
args:
- var1to
name: test
match: command
expose_args:
- var1This is consistent with expose_json_fields. So, any time we expose variable from within rules we would use the expose_ prefix.
-
Updated
Apr 23, 2021 - CSS
-
Updated
Oct 14, 2020 - 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 listkeeps return 503.I tried
st2 --debug action listand 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_proxyenv variable was set in the system.So I think it maybe more friend