👀 While it's loading, feel free to check out the other repositories:
🔔 To get a notification when it's ready, leave your email here:
By entering your email, you agree to receive notifications and marketing-related emails
Filter by reset
The naming issue: defaults.artifact. prefix in release
There is issue with naming of artifacts that we should investigate and fix
donhardman · 2024-06-06 · 1 · #60
bugest::size_S
Add a file to manticore-extra deb package
Let's include this file in the manticore-extra deb package to prevent apt from removing it, which could also lead to the removal of manticore-columnar-lib , manticore-executor , and manticore-galera . root@9e8861525da4:/usr/share/manticore# cat /usr/share …
sanikolaev · 2024-11-16 · 6 · #64
Add mysqli module to manticore-executor
donhardman · 2024-12-26 · 2 · #66
We should build simdjson extension as, after latest research, we found that JSON decoding is in some cases really slow, and simdjson may be 5x faster than it
donhardman · 2025-01-16 · 1 · #68
Try to add macos arm64 to build workflow
donhardman · 2023-11-14 · 2 · #46
Add flow to update new version in deps.txt
donhardman · 2023-11-13 · 1 · #47
enhancementest::size_S
Fix issue with v prefix in macos packages
Check why there's 'v' in macos package names on builds, we should remove it
donhardman · 2023-11-17 · 1 · #48
We need to add the Swoole extension. If we're unable to integrate it statically, we should consider exploring ways to distribute it as a separate extension.
donhardman · 2023-10-20 · 2 · #38
est::size_S
Build using arm64 macos automatic with GitHub actions
donhardman · 2024-05-10 · 2 · #56
enhancementest::size_S
Add ctype extension to dev version
We need to enable ctype extension due to its' required by backup CI: https://github.com/manticoresoftware/manticoresearch-backup/actions/runs/7843510447/job/21649039006
donhardman · 2024-02-19 · 1 · #49
manticore-extra requires manticore-columnar-lib (>= 1.16.1) but only 1.15.4 available
Not sure where else to report this. Trying to install manticore-extra so can test buddy. apt install manticore-extra gets The following packages have unmet dependencies: manticore-extra : Depends: manticore-columnar-lib (>= 1.16.1) but it is not going to …
barryhunter · 2023-01-30 · 2 · #31
Build linux arm64 by using osx
We should switch our process to use a macOS runner on arm64 instead of QEMU. This will speed up our builds and reduce our time spent in CI.
donhardman · 2024-05-31 · 1 · #57
Mysqli support in dev executor
Need to add mysqli support in dev executor builds Update executor in CLT test kit /usr/bin/manticore-executor-dev
djklim87 · 2023-11-03 · 3 · #43
For supporting reading from Kafka sources we need to add rdkafka extension to our executor I am concerned that It also needs C++ lib rdkafka and this dependency can break all executors binary
djklim87 · 2024-03-01 · 1 · #51