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

Change: Progressive file retrieval implemented #504

Merged
merged 12 commits into from
Jul 19, 2024

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    1407b7a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. feat: Add flag to indicate sync engine thread execution during polling

    - Added a flag (\isSyncEngineRunning\) to the polling process.
    
    - This flag is set to \	rue\ when the sync engine thread is running.
    
    - The flag is reset to \alse\ once the sync engine thread has finished its work.
    
    - This allows better management and monitoring of the sync engine state during polling operations.
    
    - Updated the corresponding tests to reflect this new behavior.
    
    Related issue: /PB-2244
    ArceDanielShok committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    76f478f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Added a sleep to separate the queries

    This change ensures that the queries do not execute simultaneously, improving system stability.
    ArceDanielShok committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    63ede25 View commit details
    Browse the repository at this point in the history
  2. PB-2192: Worked on some UI adjustments

    Made several UI adjustments to improve user experience as per the requirements in the Jira ticket https://inxt.atlassian.net/browse/PB-2192.
    ArceDanielShok committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    af3d4ca View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    0ff51cd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    41b1dbf View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. UI adjustments for ticket PB-2177

    - Made modifications to improve usability and design as per ticket requirements.
    - Adjusted styles and layout to align with specifications.
    - Additional changes to meet established design guidelines.
    
    Details at: https://inxt.atlassian.net/browse/PB-2177
    ArceDanielShok committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e40391d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Changes:

    - Updated the drive URL.
    - Improved the synchronization UI.
    - Worked on the functionality to move files and folders.
    ArceDanielShok committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2ba3879 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Fixed some code smells

    ArceDanielShok committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8e91019 View commit details
    Browse the repository at this point in the history
  2. Fixed some code smells

    ArceDanielShok committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e89b86a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc5b293 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. update version name

    ArceDanielShok committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1af1bcc View commit details
    Browse the repository at this point in the history