- Aug 27, 2024
-
-
Fedor Telnov authored
Previously macros won't work when using solely picoplugin as SDK. It is fixed in linked tarantool-module MR, this MR introduces tests for that. Linked [MR](https://git.picodata.io/picodata/picodata/tarantool-module/-/merge_requests/542) in tarantool-module.
-
- Aug 22, 2024
-
-
Maksim Kaitmazian authored
-
- Aug 15, 2024
-
-
- Aug 12, 2024
-
-
Maksim Kaitmazian authored
-
Closes #584
-
Closes #741
- Aug 08, 2024
-
-
Maksim Kaitmazian authored
-
- Jul 30, 2024
-
-
> cargo tree -i either either v1.13.0 ├── itertools v0.10.5 │ └── sbroad-core v0.1.0 (picodata/sbroad/sbroad-core) │ └── picodata v24.5.0 (picodata/picodata)
-
Кирилл Безуглый authored
-
- Jul 25, 2024
-
- Jul 18, 2024
-
-
Dmitry Rodionov authored
The problem appeared in form of a failed debian package build. aws-lc-rs build script was failing with: thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.19.0/builder/cc_builder.rs:244:13: Your compiler (cc) is not supported due to a memcmp related bug reported in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189.We strongly recommend against using this compiler. Since we use system openssl we dont need to rely on these backends. Error message is probably correct, so upgrading the compiler is still a good idea.
-
- Jul 15, 2024
-
-
- Jul 12, 2024
-
-
- Jul 05, 2024
-
-
- Jul 04, 2024
-
-
Georgy Moshkin authored
- use RouteBuilder to register rpc endpoints (input and ouptut is raw bytes for now) - use RequestBuilder to send RPC requests to other instances which are running a specified plugin.service (guarded by version) - supported routing by - explicit instance_id - replicaset_id - bucket_id - any available instance with given service - use context::Context to extract information about request or add custom fields at runtime (middleware not yet implemented)
-
- Jul 02, 2024
-
-
Maksim Kaitmazian authored
-
- Jul 01, 2024
-
-
- Jun 28, 2024
-
-
-
-
Georgy Moshkin authored
-
-
- Jun 21, 2024
-
-
Yaroslav Dynnikov authored
-
- Jun 17, 2024
-
-
-
Dmitry Rodionov authored
Actix is not it brings vendored C dependencies which certification doesnt like. Because of the same reason swith away from rustls
-
- Jun 05, 2024
-
-
Bogdan Berezovskiy authored
-
- Jun 04, 2024
-
-
Bogdan Berezovskiy authored
-
- May 28, 2024
-
-
- May 24, 2024
-
- May 22, 2024
-
-
chore(plugins): `update_plugin_tiers` API call is split into `service_append_tier` and `service_remove_tier` calls
-
-
- May 15, 2024
-
-
Dmitry Ivanov authored
-
- May 08, 2024
-
-
Maksim Kaitmazian authored
-
- update sbroad submodule to commit with support of UNION operator - add integration tests for global tables (sharded tables were tested in cartridge tests) - Usage: `select a from t union select b from t2`
-
- Apr 27, 2024
-
-
Georgy Moshkin authored
Fixes a bug which broke connecting to ipv6 addresses
-
- Apr 17, 2024
-
-
Bogdan Berezovskiy authored
-
- Apr 15, 2024
-
-
Georgy Moshkin authored
-
- Apr 10, 2024
-
-
Andrey Strochuk authored
-