This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/674-improve-properties
in repository https://gitbox.apache.org/repos/asf/celix.git
from 7047b644 Add properties and filter introduction documentation
add 2070f583 [CID 339894]Remove dead code.
add 41aad66a Merge pull request #716 from apache/hotfix/coverity
add 7e050ed1 container: Remove incorrect comment in Gitpod container
add 2fa08300 container: Rename 'start' script to 'run' script
add 99e9b7b0 container: Update README to advise using 'build' directory
add 171db15e container: Fix variable globbing in run script
add d99179a7 container: Add container build workflow
add a800c426 Merge pull request #717 from
apache/feature/add-build-job-for-dev-container
add 86db9e4e Upgrade to conan 1.62.
add 62b42f2a Remove unnecessary find_dependency from CelixDeps.cmake.in.
add 5afee1eb Merge pull request #720 from apache/hotfix/ci-build
new e448d007 Merge branch 'master' into feature/674-improve-properties
new dbfb90d7 Add additional properties ei tests
new e2373dfa Fix memleak in properties setStrings and setVersions
The 3 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:
.github/workflows/containers.yml | 38 +++++++
.github/workflows/coverage.yml | 2 +-
.github/workflows/ubuntu.yml | 2 +-
cmake/CelixDeps.cmake.in | 1 -
container/Containerfile.gitpod | 3 -
container/README.md | 11 +--
container/build-ubuntu-container.sh | 1 -
...ubuntu-container.sh => run-ubuntu-container.sh} | 3 +-
container/support-scripts/build-all.sh | 1 -
libs/framework/src/service_registry.c | 37 +++----
.../error_injector/celix_array_list/CMakeLists.txt | 1 +
.../celix_array_list/include/celix_array_list_ei.h | 2 +
.../celix_array_list/src/celix_array_list_ei.cc | 7 ++
.../gtest/src/PropertiesErrorInjectionTestSuite.cc | 109 +++++++++++++++++++++
libs/utils/src/properties.c | 2 +
15 files changed, 182 insertions(+), 38 deletions(-)
create mode 100644 .github/workflows/containers.yml
rename container/{start-ubuntu-container.sh => run-ubuntu-container.sh} (96%)