This is an automated email from the ASF dual-hosted git repository.
junchao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
from 70b6f363 Revert "Adding AI tools to Monorepo (#200)" (#204)
new 356b378d add config license
new e4381847 add license
new 8da5b8bb Merge branch 'master' of
https://github.com/apache/incubator-resilientdb
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:
.bazelversion | 1 -
.../service/http_server/server_config.config | 18 +++++++
.../service/tools/config/interface/client.config | 17 +++++++
.../service/tools/config/interface/service.config | 17 +++++++
.../service/tools/config/interface/service0.config | 3 --
.../service/tools/config/server/server.config | 17 +++++++
platform/config/BUILD | 19 ++++++++
.../config/expect_test.config | 0
platform/config/resdb_config_test.cpp | 23 +++++++--
platform/config/resdb_config_utils.cpp | 26 +++++++++-
platform/config/resdb_config_utils.h | 5 ++
platform/config/test.config | 56 ++++++++++++++++++++++
platform/test/test_data/kv_config.config | 17 +++++++
platform/test/test_data/server.config | 17 +++++++
service/tools/config/interface/service.config | 17 +++++++
service/tools/config/interface/service0.config | 18 +++++++
service/tools/config/server.config | 5 ++
service/tools/config/server/contract_server.config | 17 +++++++
service/tools/config/server/server.config | 17 +++++++
.../tools/contract/api_tools/client_config.config | 17 +++++++
.../contract/api_tools/config/server_config.config | 17 +++++++
.../utxo/wallet_tool/cpp/client_config.config | 17 +++++++
.../utxo/wallet_tool/cpp/server_config0.config | 17 +++++++
service/utxo/config/server_config.config | 17 +++++++
24 files changed, 385 insertions(+), 10 deletions(-)
delete mode 100644 .bazelversion
delete mode 100644
ecosystem/graphql/service/tools/config/interface/service0.config
copy service/tools/config/server/server.config =>
platform/config/expect_test.config (100%)
create mode 100644 platform/config/test.config
create mode 100644 service/tools/config/server.config