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

Chore/file link sync service refactoring #13223

Merged
merged 19 commits into from
Jul 28, 2023

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    07ddd37 View commit details
    Browse the repository at this point in the history
  2. Refactored FileQuery to FilesInfoQuery

    - Query now takes an array of file IDs
    - Query outputs and array of StorageFileInfo objects
    - Added a converter helper to convert StorageFileInfo into a StorageFile
    apfohl committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c25c8d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Fixed FilesInfoQuery

    apfohl committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4b6d07f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7afe773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8007080 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dev' into implementation/49248-c…

    …opy-filelinks-respecting-the-location-of-the-files
    apfohl committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    30f73e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Code cleanup

    apfohl committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a89f100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74d4a70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4dbef8 View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    apfohl committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ebcf67d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Added spec for FilesInfoQuery

    apfohl committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fff069d View commit details
    Browse the repository at this point in the history
  2. Fixed failing spec

    apfohl committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    12d4f67 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    e8e8870 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7096139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bcfdec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc0d7c5 View commit details
    Browse the repository at this point in the history
  5. Fixed failing specs

    apfohl committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4ba8727 View commit details
    Browse the repository at this point in the history
  6. Optimized FilesInfoQuery

    apfohl committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    25c2468 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Fixed failing spec

    apfohl committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    736346f View commit details
    Browse the repository at this point in the history