- Aug 30, 2023
-
-
- Aug 29, 2023
-
-
Arseniy Volynets authored
-
Dmitry Rodionov authored
The most obvious benefit is link checking. This is especially useful with rust-analyzer, because it allows to jump to definition of the item referenced in the doc comment. The patch also makes CI to use `make lint` to avoid duplication.
-
-
- Aug 25, 2023
-
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
The patch adds `password_min_length` parameter to `_pico_properties` space. The parameter is taken into account in `pico.create_user` and `pico.change_password` lua functions.
-
Egor Ivkov authored
-
- Aug 23, 2023
-
-
- Aug 21, 2023
-
-
Georgy Moshkin authored
-
- Aug 18, 2023
-
-
Yaroslav Dynnikov authored
1. Rebase on top of fresh 2.11.0-picodata branch (2.11.0-40-g8277665cf0) 2. Drop two commits related to cracklib vendoring. The original feature was abandoned so the cracklib isn't needed anymore.
-
Yaroslav Dynnikov authored
-
Before current commit, sql waited for ddl operations to be prepared in the cluster, but not committed or aborted. As a result, when the user queries the space right after the previous ddl successfully returned "ok", it was possible to retrieve "no space found" error.
-
-
-
-
-
-
-
Yaroslav Dynnikov authored
Also fix some fresh clippy warnings
-
Yaroslav Dynnikov authored
-
- Aug 17, 2023
-
-
-
-
-
-
-
Дмитрий Кибирев authored
-
- Aug 16, 2023
-
-
- Aug 15, 2023
-
-
-
Yaroslav Dynnikov authored
-
- Aug 10, 2023
-
-
Georgy Moshkin authored
This reverts commit 5a5a1919.
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Denis Smirnov authored
When picodata process forks, the parent and child are connected by two unix pipes: - the fuse (used by the child to detect parent's death); - the ipc channel (used by the parent to get on-exit messages from the child to change its state in the finite-state machine); The problem was that the parent tried to read the message from the pipe right after the fork (and before the child's exit). Usually the pipe was empty at that moment and the parent collected serde's "failed to fill whole buffer" error instead the real message provided by the child.
-
- Aug 08, 2023
-
-
Yaroslav Dynnikov authored
-