From 3cff91dbf1b63938c716dc95485f6553003d31ae Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Fri, 2 Jun 2023 02:08:57 +0300 Subject: [PATCH] feat(db): update to manticore search 6.0.4 --- .appveyor.yml | 1 + .circleci/config.yml | 2 ++ .github/workflows/build.yml | 5 ++++- .gitmodules | 3 +++ README.md | 2 +- imports | 1 + 6 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 imports diff --git a/.appveyor.yml b/.appveyor.yml index 875eb3b..683f9e5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,6 +9,7 @@ cache: install: - ps: Install-Product node 14 x64 + - git submodule update --init --recursive - npm install --force build_script: diff --git a/.circleci/config.yml b/.circleci/config.yml index bbefe2a..12421f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,8 @@ jobs: - checkout + - run: git submodule update --init --recursive + # Download and cache dependencies - restore_cache: keys: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87f5f2c..52ebb46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,10 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.10' - - uses: actions/checkout@v2 + - name: Checkout repository and submodules + uses: actions/checkout@v2 + with: + submodules: recursive - name: Setup node uses: actions/setup-node@v2 with: diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..50e7476 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "imports"] + path = imports + url = https://github.com/DEgITx/manticore-binary.git diff --git a/README.md b/README.md index db84ef8..d0f57f8 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Now you can get access to web interface on 8095 port: http://localhost:8095 You can simply run docker image with prepared server version. Just download last sources: ```bash -git clone https://github.com/DEgITx/rats-search.git +git clone --recurse-submodules https://github.com/DEgITx/rats-search.git ``` And build docker image & run: diff --git a/imports b/imports new file mode 160000 index 0000000..5f3e4ef --- /dev/null +++ b/imports @@ -0,0 +1 @@ +Subproject commit 5f3e4ef9cce91f08e76bbd78b301cba27ebacab2