Skip to content
Snippets Groups Projects
  1. Aug 08, 2024
    • Samuel Kayode's avatar
      tests: fix account accumulation on Linux systems · b99c2674
      Samuel Kayode authored and Adrien Béraud's avatar Adrien Béraud committed
      On non-dockerized Linux systems, the accounts generated during tests are
      only cleaned up occassionally. The test suite design implements
      consistent account cleanup post test. Accumulation of these accounts
      interfere with subsequent test runs, rendering the test suite ineffective.
      
      The main test scripts incorrectly utilize a Jami Windows environment
      variable for Linux systems. In adherence with the Jami client design,
      this patch utilizes the correct environment variable for Linux systems.
      Windows formatted paths were also modified to allow recogntion in Linux
      enironments
      
      GitLab: #1801
      Change-Id: I633dbd168af1e6d20ccee53d1109cd179bd1a187
      b99c2674
  2. Aug 05, 2024
  3. Aug 02, 2024
  4. Jul 26, 2024
  5. Jul 23, 2024
  6. Jul 22, 2024
  7. Jul 18, 2024
  8. Jul 16, 2024
  9. Jul 12, 2024
  10. Jul 10, 2024
  11. Jul 05, 2024
  12. Jul 04, 2024
  13. Jun 27, 2024
  14. Jun 21, 2024
  15. Jun 10, 2024
    • Andreas Traczyk's avatar
      accountmodel: improve handling for account list reordering · 406a251c
      Andreas Traczyk authored
      This update fixes an issue where a stale account list might be used
      in AccountListModel by synchronizing list invalidation with a newly
      introduced signal (accountsReordered). This change prevents a data race
      that could occur due to the asynchronous nature of setting the account
      order over D-Bus, or when queuing the signal handling for
      accountsChanged, which is emitted only once the reordering is saved.
      
      As a result, QAbstractItemModel mutations are now performed within AccountListModel instead of in the UI.
      
      Gitlab: #1638 (Account list in popup is incorrect after selection)
      Change-Id: I7ed6eeb45eb319f21e40554f3d023ad24e139a6f
      406a251c
  16. Jun 07, 2024
  17. Jun 04, 2024
  18. May 31, 2024
  19. May 30, 2024
  20. May 29, 2024
  21. May 27, 2024
  22. May 24, 2024
  23. May 22, 2024
  24. May 21, 2024
  25. May 20, 2024
  26. May 17, 2024
Loading