Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to use location types #1687

Merged
merged 24 commits into from
Aug 2, 2024
Merged

Refactor to use location types #1687

merged 24 commits into from
Aug 2, 2024

Commits on Jun 22, 2024

  1. fix(Folder#traverse)

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    92c9b99 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. refactor: Add generic types for item location

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    06b8e74 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    036438e View commit details
    Browse the repository at this point in the history
  2. refactor: Get Default SyncProcess in order

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    ae50c6b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. refactor: Refactor Merge and Unidirectional strategies

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    ce1f052 View commit details
    Browse the repository at this point in the history
  2. refactor: Fix Diff#findChain

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    dd70104 View commit details
    Browse the repository at this point in the history
  3. refactor: Fix all mentions of TItem and TResource

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d1276a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61caf6f View commit details
    Browse the repository at this point in the history
  5. fix: Folder#clone

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    1a035b1 View commit details
    Browse the repository at this point in the history
  6. fix: Make default and slave tests pass

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    ec567ec View commit details
    Browse the repository at this point in the history
  7. fix: Make it pass unidirectional tests

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    11b9849 View commit details
    Browse the repository at this point in the history
  8. fix: Make it pass tests on firefox

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    97f1e73 View commit details
    Browse the repository at this point in the history
  9. fix: Make it pass tests with Nextcloud Bookmarks

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    c13ed92 View commit details
    Browse the repository at this point in the history
  10. tests: Don't run interrupt tests

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7b5c321 View commit details
    Browse the repository at this point in the history
  11. Merge: Fix full tree loading fallback

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    46de945 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Unidirectional: Fix full tree loading fallback

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    edadef5 View commit details
    Browse the repository at this point in the history
  2. tests: root folder sync: Don't check order

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e90ca33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a421b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. fix(Default#reconcileDiffs): Properly fix type errors

    instead of covering them with typescript tape
    
    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    29fcd6c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix(Diff#map): Force parentId mapping for MOVEs

    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    da982d6 View commit details
    Browse the repository at this point in the history
  2. fix(Merge#reconcileDiffs): Clone with location for concurrent Hierarc…

    …hy Reversals
    
    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b33524c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5b12b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2dce29 View commit details
    Browse the repository at this point in the history
  5. fix(bechmark-tests): Add an extra sync-roundtrip

    to account for NC Bookmarks different ID system
    
    Signed-off-by: Marcel Klehr <[email protected]>
    marcelklehr committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4512bd3 View commit details
    Browse the repository at this point in the history