webhooks
Here are 566 public repositories matching this topic...
HI,
tried to install frappe-bench and followed the tutorial.
At the above step,
https://frappe.io/docs/user/en/tutorial/users-and-records#42-creating-records
I've found no way to add and make "Library Management" Module icons show on the desk.
Looking in the ERPNext source, I've found another way to add icons, creating a json file desk_page/module.json
Which is the right way to sho
On the microservice admin page the link text referencing the microservice admin page doesn't begin with an underscore while the actual URI does.
This:
<td><a href="#" class="hookAdmin">/admin</a></td>
Should be:
<td><a href="#" class="hookAdmin">/_admin</a></td>
Currently on line 1452 of hook.io/view/admin.html
-
Updated
Jun 12, 2020 - Java
Developing on the default config with localhost:3000 is fine.
However when I tried to test the local dev version from a device in the local network, say 192.169.110.1:3000, one of the client requests is still pointing to localhost:3000. Specifically, it's http://localhost:3000/__meteor__/dynamic-import/fetch
, which makes the app unresponsive/unable to login from devices other than localhost.
Support for Gogs
was recently added and some help adding tests would be appreciated.
I tried to run the setup function, do I need to create an API token?
backend git:(master) ✗ sil setup
Error --------------------------------------------------
Server responded with status code 401:
{"message":"Bad
credentials","documentation_url":"https://
Description
Prometheus is bundled with PLONK (faasd or OpenFaaS on Kubernetes), but with faasd has a private IP for its container. We currently proxy the gateway to port 8080 on the host machine, from the container.
We could do the same for Prometheus so that users can access it via the host IP. This may not be a sensi
-
Updated
Jul 30, 2019 - JavaScript
- Integration of feross/p2p-graph to show current users on the UI (Only tablet and Desktop size screens).
- Readme Doc.: Put live demo link https://iot-433mhz.herokuapp.com/
- Readme Doc.: GIF update.
- UI: Stats column: ex.
6 cards: 3 alarms, 1 switch, 2 info
- UI, footer: Update to copyright 2017.
- CI: [feross/stan
-
Updated
Jun 10, 2020 - TypeScript
The doc's web site contains a link to the go code of the validating or mutating webhook but it does not include the steps to install the different examples as described here : https://github.com/slok/kubewebhook/tree/master/examples
That should be great to add it to the doc published
-
Updated
Mar 19, 2019 - JavaScript
-
Updated
May 2, 2018 - JavaScript
Expected Behaviour
- Should not be ale to delete a template, if there is a webhook using it.
Current Behaviour
- Template can be deleted with no checks.
-
Updated
Jun 15, 2020 - TypeScript
-
Updated
Oct 19, 2017 - PHP
-
Updated
Jun 15, 2020 - TypeScript
We should add:
- A Table of Contents to the README (it’s lengthy!)
- An
_example.go
of an AdmitFunc + server in < 65 LoC - Best practices when creating *WebhookConfigurations
[ACHIEVEMENT] handy
a pull request is fixing a bug /major issue
i think we can use handy from happy tree friends
https://superawesomevectors.com/wp-content/uploads/2018/02/handy-happy-tree-friends-vector-800x566.jpg
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/64816598-achievement-handy?utm_campaign=plugin&utm_content=tracker%2F45753536&utm
-
Updated
Feb 9, 2020 - Python
-
Updated
May 5, 2020 - Go
-
Updated
Jun 10, 2020 - Crystal
Improve this page
Add a description, image, and links to the webhooks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webhooks topic, visit your repo's landing page and select "manage topics."
I've just discovered while grepping through the code that webhook also supports YAML. That's great! :) Could we please have a proper documentation for this? Currently nothing in the documentation points to any kind of yaml support.