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