Skip to content
Snippets Groups Projects
  1. Dec 19, 2023
  2. 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
  3. Nov 21, 2023
  4. Nov 20, 2023
  5. Nov 16, 2023
  6. Nov 14, 2023
  7. Nov 09, 2023
  8. Nov 07, 2023
  9. 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
  10. Nov 03, 2023
  11. Oct 19, 2023
  12. Sep 13, 2023
  13. Aug 30, 2023
  14. 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
  15. Aug 25, 2023
  16. Aug 23, 2023
  17. Aug 18, 2023
  18. Aug 17, 2023
  19. Aug 03, 2023
  20. Jul 27, 2023
  21. Jul 19, 2023
  22. Jun 29, 2023
  23. Jun 14, 2023
  24. Jun 13, 2023
  25. Jun 08, 2023
  26. Jun 05, 2023
  27. Jun 02, 2023
Loading