- Jun 19, 2024
-
-
Mikhail Karnevskiy authored
-
- Jun 18, 2024
-
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- Jun 17, 2024
-
-
Mikhail Karnevskiy authored
-
- Jun 14, 2024
-
-
Mikhail Karnevskiy authored
-
- Jun 13, 2024
-
-
Mikhail Karnevskiy authored
-
- Jun 06, 2024
-
-
Marc-Olivier Andrez authored
feat: show given and expected versions when using incorrect version See merge request !227
-
- Jun 05, 2024
-
-
Marc-Olivier Andrez authored
New error message: ```txt Version v0.1 is not supported. Expected version v0.0. ```
-
Marc-Olivier Andrez authored
Add file `.git-blame-ignore-revs` to ignore commits when running `git blame` See merge request asapo/asapo!233
-
Marc-Olivier Andrez authored
build: enable compiling tests not in debug mode (and without code coverage) See merge request asapo/asapo!225
-
- Jun 04, 2024
-
-
Marc-Olivier Andrez authored
-
Marc-Olivier Andrez authored
Below is the type of compilation error I was getting: ``` $ cmake -G Ninja ../.. -DPython_EXECUTABLE=python3.7 -DBUILD_TESTS=ON -DENABLE_COVERAGE=ON -DBUILD_CPP_DOCS=ON -DBUILD_PYTHON_DOCS=ON ... $ ninja [54/174] Building CXX object producer/api/cpp/CMakeFiles/test-asapo-producer.dir/unittests/test_producer_impl.cpp.o FAILED: producer/api/cpp/CMakeFiles/test-asapo-producer.dir/unittests/test_producer_impl.cpp.o ccache /usr/bin/c++ -I/home/marc-olivier/Documents/desy/dev/gitlab.desy.de/asapo/asapo/producer/api/cpp/include -I/home/marc-olivier/Documents/desy/dev/gitlab.desy.de/asapo/asapo/producer/api/cpp/../c/include -I/home/marc-olivier/Documents/desy/dev/gitlab.desy.de/asapo/asapo/common/cpp/include -g -O0 --coverage -fprofile-arcs -ftest-coverage -Wall -Wextra -pedantic -Wconversion -Wno-missing-field-initializers -fPIC -DGTEST_HAS_PTHREAD=1 -std=gnu++11 -MD -MT producer/api/cpp/CMakeFiles/test-asapo-producer.dir/unittests/test_producer_impl.cpp.o -MF producer/api/cpp/CMakeFiles/test-asapo-producer.dir/unittests/test_producer_impl.cpp.o.d -o producer/api/cpp/CMakeFiles/test-asapo-producer.dir/unittests/test_producer_impl.cpp.o -c /home/marc-olivier/Documents/desy/dev/gitlab.desy.de/asapo/asapo/producer/api/cpp/unittests/test_producer_impl.cpp In file included from /home/marc-olivier/Documents/desy/dev/gitlab.desy.de/asapo/asapo/producer/api/cpp/unittests/test_producer_impl.cpp:15: /home/marc-olivier/Documents/desy/dev/gitlab.desy.de/asapo/asapo/producer/api/cpp/unittests/mocking.h:20:14: error: ‘uint64_t asapo::MockDiscoveryService::UpdateFrequency()’ marked ‘override’, but does not override 20 | uint64_t UpdateFrequency() override { | ^~~~~~~~~~~~~~~ ```
-
Marc-Olivier Andrez authored
- .vscode/ - .ccache/ - .venv/ - venv/ - __pycache__/ - linux_packages/
-
Marc-Olivier Andrez authored
-
Marc-Olivier Andrez authored
style: ensure that files terminate with empty new line using `pre-commit` See merge request asapo/asapo!232
-
Marc-Olivier Andrez authored
As mentioned on https://stackoverflow.com/questions/729692/why-should-text-files-end-with-a-newline and https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206, POSIX defines a line as > A sequence of zero or more non- <newline> characters plus a terminating <newline> > character. When a file does not terminate with an empty line, `Git` commands such as `git diff` show the message `No newline at end of file`. This commit adds a CI job `pre-commit` to enforce the formatting.
-
Marc-Olivier Andrez authored
build: replace `distutils` with `setuptools` See merge request !231
-
Marc-Olivier Andrez authored
build: fix compilation errors when compiling with GCC 11 See merge request !229
-
Mikhail Karnevskiy authored
Clean Cpp mart of MongoDB communication. See merge request !222
-
- Jun 03, 2024
-
-
Marc-Olivier Andrez authored
This commit makes the build of Python packages use `setuptools` instead of the deprecated `distutils` in `setup.py` files. See [PEP 632](https://peps.python.org/pep-0632/) for more information on the deprecation of `distutils`. Note that using `setuptools` instead of `distutils` removes the following user warning messages when creating the `bdist` and `sdist` of the consumer and producer projects: ``` /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'setup_requires' warnings.warn(msg) /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) ```
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Marc-Olivier Andrez authored
build: enable calling `deploy/build_env/services-linux/run_asapo.sh` from different directories See merge request !228
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-