This repository was archived by the owner on Apr 27, 2021. It is now read-only.
Commit cc64772
Integration of SDK demo websites to docker orchestration (#483)
* Create Symfony Bundle
* Add tests to Symfony Bundle + Manage response status code on kernel.terminate
* Add README for Symfony Bundle
* Move SDK to RedirectionIO\Client\Sdk namespace
* Setup symfony docker demo containers
* Add WordPress Plugin Tests + Update some existing tests
* Add circleci tests PHP SDK
* Setup nodejs client file structure + basic server
* Working JS Client + Express server implementation
* Add pure node http-server implementation example
* Add documentation + examples of how to use node module
* Add logging capacity to nodejs client
* Add Jest tests + ESLint to nodejs client
* Prepare nodejs client for deployment
* Update nodejs client .gitignore + Add contribution section to README
* Add SSL + DNS support to SDK demo docker with traefik
* Add SDK specific orchestration to global app orchestration
* Add an option called demo_sdk to fab local.start task for start all SDK related containers
* Use preferred JSON protocol with the proxy
* Setup Node SDK container for Docker Orchestration
* Setup a SDK demo agent to Docker Orchestration
* Update JS & PHP fake_agent to better match real_agent behavior
* Fix unix socket connection bug in WordPress1 parent adb0500 commit cc64772
File tree
8 files changed
+136
-124
lines changed- examples
- express
- http
- src/Resources
- tests
8 files changed
+136
-124
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
0 commit comments