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

feat: remove sync fs calls from backend+plugin code #12798

Merged
merged 11 commits into from
Aug 14, 2023

Commits on Aug 4, 2023

  1. feat: remove sync fs calls from plugins

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9015458 View commit details
    Browse the repository at this point in the history
  2. feat: remove sync fs calls from git

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b9ac2e2 View commit details
    Browse the repository at this point in the history
  3. feat: remove sync fs calls from siw

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    253b04a View commit details
    Browse the repository at this point in the history
  4. feat: remove sync fs calls from workspace

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7a89cec View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    7e9dee9 View commit details
    Browse the repository at this point in the history
  2. fix: add missing await

    to handle any error gracefully in the same catch block
    
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    36de9e5 View commit details
    Browse the repository at this point in the history
  3. fix: wait for first true promise to resolve

    Akos Kitta committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    352bced View commit details
    Browse the repository at this point in the history
  4. fix: simplify plugin resource handlers logic

    changed return try to `Promise<void>`
    
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e78a761 View commit details
    Browse the repository at this point in the history
  5. fix: simplify recent workspace roots verification

    Akos Kitta committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e42fd5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc0f903 View commit details
    Browse the repository at this point in the history
  7. fix: await for all promises in directory handler

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2fe0340 View commit details
    Browse the repository at this point in the history