[Kimchi-devel] [PATCH] [Wok 0/6] Configure nginx to proxy connections to the websocket server

Jose Ricardo Ziviani joserz at linux.vnet.ibm.com
Tue Jan 19 02:08:01 UTC 2016


Reviewed by: Jose Ricardo Ziviani <joserz at linux.vnet.ibm.com>
Tested by: Jose Ricardo Ziviani <joserz at linux.vnet.ibm.com>

On 18-01-2016 19:05, Aline Manera wrote:
> Aline Manera (5):
>    Wok config: move websockets port setting to [server] section
>    Remove websockify/console.html from Wok
>    Split API documentation into multiple files
>    Create /config API to return the Wok server configuration
>    Update README
>
> Rob Lemley (1):
>    Configure nginx to proxy connections to the websocket server
>
>   configure.ac                     |   4 +-
>   docs/API.md                      |  76 ----------------
>   docs/API/Makefile.am             |  22 +++++
>   docs/API/README.md               |  43 +++++++++
>   docs/API/config.md               |  27 ++++++
>   docs/API/plugins.md              |  13 +++
>   docs/API/tasks.md                |  45 ++++++++++
>   docs/Makefile.am                 |  10 +--
>   docs/README.md                   | 189 ++++++++-------------------------------
>   docs/fedora-deps.md              |  48 ++++++++++
>   docs/opensuse-deps.md            |  32 +++++++
>   docs/troubleshooting.md          |  30 +++++++
>   docs/ubuntu-deps.md              |  32 +++++++
>   src/firewalld.xml                |   1 -
>   src/nginx/wok.conf.in            |  20 ++++-
>   src/wok.conf.in                  |   7 +-
>   src/wok/config.py.in             |   5 +-
>   src/wok/control/config.py        |  31 +++++++
>   src/wok/model/config.py          |  34 +++++++
>   src/wok/proxy.py                 |   5 +-
>   src/wokd.in                      |   4 +
>   tests/test_api.py                |  57 ++++++++++++
>   tests/utils.py                   |   6 +-
>   ui/pages/Makefile.am             |   4 +-
>   ui/pages/websockify/Makefile.am  |  22 -----
>   ui/pages/websockify/console.html |  25 ------
>   26 files changed, 493 insertions(+), 299 deletions(-)
>   delete mode 100644 docs/API.md
>   create mode 100644 docs/API/Makefile.am
>   create mode 100644 docs/API/README.md
>   create mode 100644 docs/API/config.md
>   create mode 100644 docs/API/plugins.md
>   create mode 100644 docs/API/tasks.md
>   create mode 100644 docs/fedora-deps.md
>   create mode 100644 docs/opensuse-deps.md
>   create mode 100644 docs/troubleshooting.md
>   create mode 100644 docs/ubuntu-deps.md
>   create mode 100644 src/wok/control/config.py
>   create mode 100644 src/wok/model/config.py
>   create mode 100644 tests/test_api.py
>   delete mode 100644 ui/pages/websockify/Makefile.am
>   delete mode 100644 ui/pages/websockify/console.html
>

-- 
Jose Ricardo Ziviani
-----------------------------
Software Engineer
Linux Technology Center - IBM




More information about the Kimchi-devel mailing list