- Aug 03, 2024
-
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
Piotr Maślanka authored
-
- Jan 10, 2024
-
-
Jan Segre authored
-
- Apr 10, 2023
- Aug 29, 2022
-
-
Jan Segre authored
-
- Jul 05, 2022
-
-
Jan Segre authored
-
- Mar 25, 2022
-
-
Jan Segre authored
-
- Mar 24, 2022
-
-
Alexander Regueiro authored
-
Alexander Regueiro authored
-
Alexander Regueiro authored
-
Alexander Regueiro authored
Removed following properties of ColumnFamilyOptions, which have been deprecated for some time. (They cause issues with Cython right now, and will be obsolete in v7 anyway.) * `soft_rate_limit` * `hard_rate_limit` * `rate_limit_delay_max_milliseconds` * `purge_redundant_kvs_while_flush` * `skip_log_error_on_recovery`
-
Martina Ferrari authored
-
FdelMazo authored
-
Mandar Harshe authored
-
Mandar Harshe authored
-
Mandar Harshe authored
-
- Feb 01, 2022
-
-
Mandar Harshe authored
-
- Dec 03, 2021
-
-
Adeodato Simó authored
Debian builds should use the packaged versions of the tools, only, which seems achievable with pip's --no-build-isolation. This commits also adds a verbose flag, to give the ability to easily verify this.
-
- Dec 01, 2021
-
-
Adeodato Simó authored
This runs tests against Debian stable (bullseye), and testing (bookworm).
-
Adeodato Simó authored
The previous commit restricting build.yml to only run on 'main' (same as newly-introduced debian.yml). But it's useful to be able to see CI runs, during development _before_ opening a pull request. A branch pattern is added so that forcing CI to run is possible.
-
- Nov 30, 2021
-
-
Adeodato Simó authored
This runs tests against Debian stable (bullseye) and, once rocksdb 6.25 makes it out of experimental, against bookworm too (testing).
-
- Nov 15, 2021
-
-
Martina Ferrari authored
Fixes to test framework and GitHub workflow
-
- Nov 12, 2021
-
-
Martina Ferrari authored
Following suggestions from code review, this commit avoid re-using the working directory from different versions of the library.
-
Martina Ferrari authored
After many tries, I think I finally manage to find the right combination of tweaks to make pytest, tox, and GitHub actions to work. This also adds caching of the librocksdb compilation, which is a very slow step, and restricts building of wheels and other artifacts to run only when pushing to main.
-
- Nov 11, 2021
-
-
Mandar Harshe authored
Remove members that do not exist in rocksdb. Update configuration
-
Mandar Harshe authored
Remove unnecessary delete Revert deleting Close method call
-
Mandar Harshe authored
While building the docker image pass the arguments `--build-arg "host_uid=$(id -u)" --build-arg "host_gid=$(id -g)"` so that you can use the outputs of the compilation outside Update Docker ubuntu version and add Cython
-
- Nov 08, 2021
-
-
Mandar Harshe authored
Add dependency to Cython in pyproject.toml file Update tox configuration for unit test Remove deprecated setup_requires
-
- Jan 28, 2021
-
-
Martina Ferrari authored
-