Skip to content
Snippets Groups Projects
  1. Apr 20, 2021
  2. Apr 15, 2021
  3. Apr 14, 2021
  4. Apr 13, 2021
  5. Feb 11, 2021
  6. Feb 09, 2021
    • Vincent Sellier's avatar
      journal_client: Fix date computations for (un)eventful visits · cf32e376
      Vincent Sellier authored
      Fix a wrong computation when several messages (>=3) for the same
      snapshot are received in the wrong order
      For example, before the fix, the following occurs:
      ```
      | date | snapshot |     | last_ev  | last_unev | Snap |
      | ---- | -------- | --- | -------- | --------- | ---- |
      | 2022 | S2       |     | 2022     |           | S2   |
      | 2020 | S2       |     | 2020     | 2022      | S2   |
      | 2021 | S2       |     | **2021** | **2020**  | S2   |
      ```
      
      as it should be:
      ```
      | date | snapshot |     | last_ev  | last_unev | Snap |
      | ---- | -------- | --- | -------- | --------- | ---- |
      | 2022 | S2       |     | 2022     |           | S2   |
      | 2020 | S2       |     | 2020     | 2022      | S2   |
      | 2021 | S2       |     | **2020** | **2022**  | S2   |
      ```
      
      Related to T3000
      cf32e376
  7. Feb 05, 2021
  8. Feb 03, 2021
  9. Feb 01, 2021
  10. Jan 29, 2021
  11. Jan 26, 2021
Loading