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

Async rename commit #74794

Draft
wants to merge 63 commits into
base: main
Choose a base branch
from
Draft

Commits on Aug 20, 2024

  1. Link the cancellationToken

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a540480 View commit details
    Browse the repository at this point in the history
  2. Add another entry

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    09cc8e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d033ed5 View commit details
    Browse the repository at this point in the history
  4. Link call

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0ad7ba7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22881fe View commit details
    Browse the repository at this point in the history
  6. Update async in SaveHandler

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    51bac52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6014e1 View commit details
    Browse the repository at this point in the history
  8. Update async in RenameHandler

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    02ebbc2 View commit details
    Browse the repository at this point in the history
  9. Update in openline above

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e87179c View commit details
    Browse the repository at this point in the history
  10. Reset to sync

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    879e719 View commit details
    Browse the repository at this point in the history
  11. Reset change

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0c6b511 View commit details
    Browse the repository at this point in the history
  12. Add test hook

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5128476 View commit details
    Browse the repository at this point in the history
  13. Reset

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    51ca38e View commit details
    Browse the repository at this point in the history
  14. Clean and remove usings

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0ec2779 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    55d45e4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    88ba81a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4f1a7e7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2116ed9 View commit details
    Browse the repository at this point in the history
  19. Don't handle ESC

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2ec6fac View commit details
    Browse the repository at this point in the history
  20. Add a null check

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3b199f9 View commit details
    Browse the repository at this point in the history
  21. Wrap try catch

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d8bb916 View commit details
    Browse the repository at this point in the history
  22. Reset the legacy UI to sync

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7e1c13e View commit details
    Browse the repository at this point in the history
  23. Code clean

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    226cb7c View commit details
    Browse the repository at this point in the history
  24. Clean up

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c2a6b1d View commit details
    Browse the repository at this point in the history
  25. Clean up

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    98d9f5c View commit details
    Browse the repository at this point in the history
  26. Add CommitState

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9d06662 View commit details
    Browse the repository at this point in the history
  27. Revise using the state

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    56708df View commit details
    Browse the repository at this point in the history
  28. Use State to cancel

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    17efc48 View commit details
    Browse the repository at this point in the history
  29. Revert "Add CommitState"

    This reverts commit ec4a78a.
    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cd99b6b View commit details
    Browse the repository at this point in the history
  30. Revert "Revise using the state"

    This reverts commit 8420e6c.
    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    491e453 View commit details
    Browse the repository at this point in the history
  31. Revert "Use State to cancel"

    This reverts commit cda7a87.
    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    39ac7cd View commit details
    Browse the repository at this point in the history
  32. Clean cancellationToken

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b61d2eb View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f2f3a29 View commit details
    Browse the repository at this point in the history
  34. Fix errors after merge

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a4b5f89 View commit details
    Browse the repository at this point in the history
  35. Add one more check

    Cosifne committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    27e6efe View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Add commment

    Cosifne committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9d029b9 View commit details
    Browse the repository at this point in the history
  2. Simplify

    Cosifne committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2cd8e81 View commit details
    Browse the repository at this point in the history
  3. Fix test

    Cosifne committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    270b294 View commit details
    Browse the repository at this point in the history
  4. Add comment

    Cosifne committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    22ada15 View commit details
    Browse the repository at this point in the history
  5. Also use async in legacy UI

    Cosifne committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    89eb553 View commit details
    Browse the repository at this point in the history
  6. Bind to checkbox

    Cosifne committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c676263 View commit details
    Browse the repository at this point in the history
  7. Add comment

    Cosifne committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4360883 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    377be4e View commit details
    Browse the repository at this point in the history
  2. Directly report errors

    Cosifne committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5ccde93 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Wrap try-catch

    Cosifne committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ae55915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91089e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6256a96 View commit details
    Browse the repository at this point in the history
  4. Add comment

    Cosifne committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    66b289e View commit details
    Browse the repository at this point in the history
  5. Clean up

    Cosifne committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4b810d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Fix test

    Cosifne committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    374f8e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    e8b26b9 View commit details
    Browse the repository at this point in the history
  2. Add comment

    Cosifne committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f4cf9a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    318eedd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e4bb05 View commit details
    Browse the repository at this point in the history
  3. Add assert

    Cosifne committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5d01d76 View commit details
    Browse the repository at this point in the history
  4. Add comment

    Cosifne committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6117838 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    9dad713 View commit details
    Browse the repository at this point in the history
  2. Fix missing code after merge

    Cosifne committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    37b496d View commit details
    Browse the repository at this point in the history
  3. Fix missing code after merge

    Cosifne committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    82ae965 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Pass globalOptionService

    Cosifne committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    50c2236 View commit details
    Browse the repository at this point in the history
  2. Reset

    Cosifne committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f089e3b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add option

    Cosifne committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    68f14ef View commit details
    Browse the repository at this point in the history
  2. Reset

    Cosifne committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c540ddf View commit details
    Browse the repository at this point in the history