- Feb 07, 2024
-
-
Georgy Moshkin authored
-
- Feb 06, 2024
-
-
Denis Smirnov authored
Current commit introduces - _pico_routine replicated table - procedure creation with SQL API
-
- Feb 05, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jan 25, 2024
-
-
Georgy Moshkin authored
Note: this changes return values from all .proc_* stored procedures, making them more usable, but completely breaking the compatibility with older versions. Closes #500
-
- Dec 19, 2023
-
-
-
Before this patch we've had ADMIN_ID in schema.rs and ADMIN_USER_ID in lib.rs. This patch removes ADMIN_USER_ID in favor of ADMIN_ID
-
This patch adds initiator field to most of the events. Initiator is added to members of Op enum which do not contain it already (e g owner in CreateUser serves as initiator). To me it is reasonable to remove as_user from CaS/ACL checks because it matches initiator. But I decided not to do this just yet. Additionally I've mande small cleanup to UserMetadata to avoid need for intermediate step in decoding when we first fetch tuple and then decode it into model struct. Close https://git.picodata.io/picodata/picodata/picodata/-/issues/433
-
- Nov 24, 2023
-
-
Dmitry Ivanov authored
Now the records look like this: ``` { "message": "instance is starting", "severity": "low", "time": "2023-11-22T22:10:24.211+0300", "title": "local_startup" } { "message": "target grade of instance `i1` changed to Online(7)", "severity": "low", "time": "2023-11-22T22:10:24.334+0300", "title": "change_target_grade" } { "message": "current grade of instance `i1` changed to Replicated(7)", "severity": "medium", "time": "2023-11-22T22:10:24.436+0300", "title": "change_current_grade" } ```
-
- Nov 21, 2023
-
-
Georgy Moshkin authored
- Now we explicitly store the current & target vshard configuration in global storage
-
- Nov 20, 2023
-
-
Georgy Moshkin authored
-
- Nov 16, 2023
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Nov 14, 2023
-
-
Georgy Moshkin authored
-
- Nov 09, 2023
-
-
Georgy Moshkin authored
-
- Nov 07, 2023
-
-
Dmitry Rodionov authored
-
- Nov 06, 2023
-
-
Kurdakov Alexander authored
Transferred replication factor from Properties table to new Tier table Instance and Replicaset belongs to tier via new field tier in _pico_instance and _pico_replicaset New cli option init-cfg with path to configuration file in yaml format. For now contains only info about tiers.
-
- Nov 03, 2023
-
-
- Oct 19, 2023
-
-
Georgy Moshkin authored
-
- Sep 13, 2023
-
-
Georgy Moshkin authored
-
- Aug 30, 2023
-
-
- Aug 29, 2023
-
-
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
-
-
Egor Ivkov authored
-
- Aug 23, 2023
-
-
- Aug 18, 2023
-
-
- Aug 17, 2023
-
-
- Aug 03, 2023
-
-
Egor Ivkov authored
-
- Jul 27, 2023
-
-
Егор Ивков authored
-
- Jul 19, 2023
-
-
Egor Ivkov authored
-
- Jun 29, 2023
-
-
Egor Ivkov authored
-
Egor Ivkov authored
-
- Jun 14, 2023
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jun 13, 2023
-
-
Egor Ivkov authored
-
Egor Ivkov authored
-
- Jun 08, 2023
-
-
Egor Ivkov authored
-
- Jun 05, 2023
-
-
This commit introduces new Lua function `pico.help()` along with description of other public functions.
-