You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2021/08/02 17:25:23 UTC

[celix] branch master updated (c168eec -> 25c890b)

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from c168eec  Merge pull request #350 from apache/feature/use_async_api_for_rsa
     add 3105275  Refactors http_admin to use gtest and fixes a issue where a root request lead to a segfault.
     add e3cae32  Adds NULL check to http_admin based on review comments
     new 25c890b  Merge pull request #351 from apache/feature/http_admin_fix

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bundles/http_admin/CMakeLists.txt                  |   4 +-
 bundles/http_admin/gtest/CMakeLists.txt            |  48 ++++
 .../{test => gtest}/docroot/foo/bar/index.html     |   0
 .../test => gtest/src}/http_admin_info_tests.cc    |  54 +++--
 .../http_admin/gtest/src/http_websocket_tests.cc   | 188 +++++++++++++++
 .../{test/test => gtest/src}/sut_activator.c       |   7 -
 bundles/http_admin/http_admin/src/http_admin.c     |   6 +-
 bundles/http_admin/http_admin/src/service_tree.c   |  29 +--
 bundles/http_admin/test/CMakeLists.txt             |  69 ------
 bundles/http_admin/test/config.properties.in       |  25 --
 .../http_admin/test/test/http_websocket_tests.cc   | 251 ---------------------
 bundles/http_admin/test/test/test_runner.cc        |  49 ----
 12 files changed, 279 insertions(+), 451 deletions(-)
 create mode 100644 bundles/http_admin/gtest/CMakeLists.txt
 rename bundles/http_admin/{test => gtest}/docroot/foo/bar/index.html (100%)
 rename bundles/http_admin/{test/test => gtest/src}/http_admin_info_tests.cc (57%)
 create mode 100644 bundles/http_admin/gtest/src/http_websocket_tests.cc
 rename bundles/http_admin/{test/test => gtest/src}/sut_activator.c (95%)
 delete mode 100644 bundles/http_admin/test/CMakeLists.txt
 delete mode 100644 bundles/http_admin/test/config.properties.in
 delete mode 100644 bundles/http_admin/test/test/http_websocket_tests.cc
 delete mode 100644 bundles/http_admin/test/test/test_runner.cc

[celix] 01/01: Merge pull request #351 from apache/feature/http_admin_fix

Posted by pn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 25c890ba21b583ba04b45481033fdcee403a9f0b
Merge: c168eec e3cae32
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Mon Aug 2 19:25:17 2021 +0200

    Merge pull request #351 from apache/feature/http_admin_fix
    
    Refactors http_admin to use gtest and fixes a segfault issue

 bundles/http_admin/CMakeLists.txt                  |   4 +-
 bundles/http_admin/gtest/CMakeLists.txt            |  48 ++++
 .../{test => gtest}/docroot/foo/bar/index.html     |   0
 .../test => gtest/src}/http_admin_info_tests.cc    |  54 +++--
 .../http_admin/gtest/src/http_websocket_tests.cc   | 188 +++++++++++++++
 .../{test/test => gtest/src}/sut_activator.c       |   7 -
 bundles/http_admin/http_admin/src/http_admin.c     |   6 +-
 bundles/http_admin/http_admin/src/service_tree.c   |  29 +--
 bundles/http_admin/test/CMakeLists.txt             |  69 ------
 bundles/http_admin/test/config.properties.in       |  25 --
 .../http_admin/test/test/http_websocket_tests.cc   | 251 ---------------------
 bundles/http_admin/test/test/test_runner.cc        |  49 ----
 12 files changed, 279 insertions(+), 451 deletions(-)