- Concourse needs webhook support because ...
- quick response
- service provider firendly
- Webhook needs authorization of request and each service providers have different authorization ways.
- authorization should be implemented in
resoucebecause atc should keep abstraction from resource.
- authorization should be implemented in
- so we need new execution in
resoruce.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function doTables($text) { | |
| # | |
| # Form HTML tables. | |
| # | |
| $less_than_tab = $this->tab_width - 1; | |
| # | |
| # Find tables with leading pipe. | |
| # | |
| # | Header 1 | Header 2 | |
| # | -------- | -------- |