Skip to content
Snippets Groups Projects
  1. Apr 09, 2024
  2. Mar 06, 2024
  3. Dec 19, 2023
  4. Nov 24, 2023
    • Dmitry Ivanov's avatar
      feat(audit): remove irrelevant fields from log entries · e27a0b47
      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"
      }
      ```
      e27a0b47
  5. Nov 20, 2023
  6. Nov 09, 2023
  7. Nov 07, 2023
  8. Nov 06, 2023
    • Kurdakov Alexander's avatar
      feat: add tier entity · 701aa4ab
      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.
      701aa4ab
  9. Sep 13, 2023
  10. Aug 29, 2023
    • Dmitry Rodionov's avatar
      chore: lint docs too · 26025b0a
      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.
      26025b0a
  11. Aug 25, 2023
  12. Aug 23, 2023
  13. Aug 18, 2023
  14. Jul 27, 2023
  15. Jul 19, 2023
  16. Jun 02, 2023
  17. May 19, 2023
  18. Dec 23, 2022
  19. Dec 21, 2022
  20. Dec 16, 2022
  21. Dec 09, 2022
  22. Dec 08, 2022
  23. Dec 05, 2022
  24. Dec 01, 2022
  25. Nov 28, 2022
Loading