- May 28, 2024
-
-
Marc-Olivier Andrez authored
-
Marc-Olivier Andrez authored
-
Marc-Olivier Andrez authored
`error: ‘sleep_for’ is not a member of ‘std::this_thread’`
-
Marc-Olivier Andrez authored
Error message: > main_eventmon.cpp:109:17: error: ‘int siginterrupt(int, int)’ is deprecated: Use sigaction with SA_RESTART instead [-Werror=deprecated-declarations] The current fix consists in ignoring the error message at the moment, but we should replace `siginterrupt` with `sigaction` in the future.
-
Marc-Olivier Andrez authored
The script `deploy/build_env/services-linux/run_asapo.sh` can now be run from other directories than the project root directory, which includes running it from a build directory.
-
Marc-Olivier Andrez authored
The script `deploy/build_env/services-linux/run_asapo.sh` now can deploy directories other than `build/`. This enables us to store different builds under the `build/` directory.
-
Marc-Olivier Andrez authored
CI jobs modified: - docker-create-asapo-packages-ubuntu1804-build-env - docker-create-asapo-packages-ubuntu2004-build-env
-
- May 27, 2024
-
-
Marc-Olivier Andrez authored
build: use `GTest` CMake module to handle dependencies on `gtest` See merge request asapo/asapo!221
-
Mikhail Karnevskiy authored
Fix doctstring for create_consumer/create_producer See merge request asapo/asapo!210
-
Tim Schoof authored
-
Marc-Olivier Andrez authored
As a consequence, we can remove code in CMake files to handle these dependencies on `gtest` and `gmock`, which fixes the following error when running CMake: ```sh $ cmake -G Ninja ../.. -DPython_EXECUTABLE=python3.7 -DBUILD_TESTS=ON -DENABLE_COVERAGE=ON -DBUILD_CPP_DOCS=ON -DBUILD_PYTHON_DOCS=ON ... CMake Error at CMakeModules/testing_cpp.cmake:47 (IF): if given arguments: "WIN32" "AND" "STREQUAL" "Debug" Unknown arguments specified Call Stack (most recent call first): common/cpp/src/common/CMakeLists.txt:11 (add_plain_unit_test) ```
-
Marc-Olivier Andrez authored
Merge branch 'fix-errors-when-compiling-from-a-directory-that-is-not-a-direct-subdirectory' into 'develop' ci: fix errors when compiling from a directory that is not a direct subdirectory See merge request asapo/asapo!219
-
- May 21, 2024
-
-
Marc-Olivier Andrez authored
ci: exclude Mongo DB downloaded files from Git repository See merge request asapo/asapo!214
-
Marc-Olivier Andrez authored
CMake was not generating the files `version.h` and `version_lib.go` into the project source directory when building from a subdirectory such as `./build/debug/`. So these files could not be found during compilation.
-
Marc-Olivier Andrez authored
Rationale: `git` commands such as `git status` don't list these files anymore which makes the output much more readable.
-
- May 17, 2024
-
-
Mikhail Karnevskiy authored
Move part related to broker request to common. See merge request asapo/asapo!211
-
Mikhail Karnevskiy authored
-
- May 15, 2024
-
-
Marc-Olivier Andrez authored
ci: use Python interpreter found by CMake when building sphinx doc See merge request asapo/asapo!220
-
Marc-Olivier Andrez authored
Rationale: using possibly different Python interpreters for the different task can make the installation of packages required by the different interpreters more complicated.
-
Marc-Olivier Andrez authored
ci: run a single GitLab CI pipeline per commit See merge request asapo/asapo!215
-
- May 13, 2024
-
-
Marc-Olivier Andrez authored
Commit to fix the current behavior of GitLab that triggers two CI pipelines for the same commit. For example, both the pipelines [114510](https://gitlab.desy.de/asapo/asapo/-/pipelines/114510) and [114511](https://gitlab.desy.de/asapo/asapo/-/pipelines/114511) ran on the same commit 56d16797. See asapo/asapo!214
-
- Apr 16, 2024
-
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- Apr 15, 2024
-
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- Feb 06, 2024
-
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- Jan 30, 2024
-
-
Mikhail Karnevskiy authored
Rename log field id to meta_id in case of get_metadata request. This field is string in contrast to message id, which is long.
-
Mikhail Karnevskiy authored
Try to crate/get auto_id again in case of problem. This does happen when several receivers create new collection.
-
Mikhail Karnevskiy authored
- Jan 18, 2024
-
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- Jan 17, 2024
-
-
Mikhail Karnevskiy authored
-
- Jan 16, 2024
-
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- Jan 09, 2024
-
-
Mikhail Karnevskiy authored
-
- Dec 28, 2023
-
-
Mikhail Karnevskiy authored
-
- Dec 27, 2023
-
-
Mikhail Karnevskiy authored
-