[osv-dev] [COMMIT osv master] httpserver: allow compiling out features not needed for monitoring api

2020-03-27 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master httpserver: allow compiling out features not needed for monitoring api This patch modifies httpserver-api source code to add pre-processor conditionals - "#if !defined(MONITORING)" - to disable fragments of code that are not

[osv-dev] [COMMIT osv master] httpserver: add monitoring API unit tests

2020-03-27 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master httpserver: add monitoring API unit tests Signed-off-by: Waldemar Kozaczuk --- diff --git a/modules/httpserver-api/tests/basetest.py b/modules/httpserver-api/tests/basetest.py --- a/modules/httpserver-api/tests/basetest.py

[osv-dev] [COMMIT osv master] tests: move nfs testing out to a separate module

2020-03-27 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master tests: move nfs testing out to a separate module This patch moves nfs testing logic from ./scripts/test.py into ./modules/nfs-tests/test.py. It also refreshes nfs-tests to pull and build UNFS3 (NFS in user space) from a new

[osv-dev] [COMMIT osv master] httpserver: add read-only monitoring module

2020-03-27 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master httpserver: add read-only monitoring module This patch adds new module httpserver-monitoring-api that provides read-only subset of the API intended for monitoring purposes only. The monitoring flavor of httpserver provides

[osv-dev] Re: [PATCH] fs: fix name check in pseudofs::lookup()

2020-03-27 Thread Waldek Kozaczuk
I think this code is consistent with other filesystems code. We do not check if the name parameter is null, we only check that the name string is not empty. I think the null check is done in higher layers but doing extra check here might not hurt. On Monday, March 23, 2020 at 1:10:13 PM UTC-4,