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

Add RefactorTriggerReason #38378

Merged
merged 36 commits into from
Jun 3, 2020

Commits on May 29, 2020

  1. add trigger reason to protocol

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    bac0465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02fa39a View commit details
    Browse the repository at this point in the history
  3. loosen convertExport conditions

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    c3828ed View commit details
    Browse the repository at this point in the history
  4. convertImport

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    1efcffc View commit details
    Browse the repository at this point in the history
  5. extractType

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    0296254 View commit details
    Browse the repository at this point in the history
  6. extractType explicitCursorRequest

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    55880ee View commit details
    Browse the repository at this point in the history
  7. fix lint errors

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    602ee99 View commit details
    Browse the repository at this point in the history
  8. extract symbol

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    f1127e6 View commit details
    Browse the repository at this point in the history
  9. update refactorConvertImport_partialSelection

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    c5343f1 View commit details
    Browse the repository at this point in the history
  10. accept new baseline

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    53e8ed0 View commit details
    Browse the repository at this point in the history
  11. use enum for RefactorTriggerReason

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    23f4dc9 View commit details
    Browse the repository at this point in the history
  12. convert export tests

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    57e856b View commit details
    Browse the repository at this point in the history
  13. convert import tests

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    665e434 View commit details
    Browse the repository at this point in the history
  14. accept new baseline

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    23e0064 View commit details
    Browse the repository at this point in the history
  15. change type of RefactorTriggerReason

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    f3751fb View commit details
    Browse the repository at this point in the history
  16. arrow function refactor test

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    96f210c View commit details
    Browse the repository at this point in the history
  17. use verify trigger reason for import export

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    fbf6737 View commit details
    Browse the repository at this point in the history
  18. fix some indices

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    dc363f1 View commit details
    Browse the repository at this point in the history
  19. add refactorNotAvailableForTriggerReason

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    85e0d8b View commit details
    Browse the repository at this point in the history
  20. extract type test

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    df8ff65 View commit details
    Browse the repository at this point in the history
  21. extract symbol test

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    3825d19 View commit details
    Browse the repository at this point in the history
  22. update test names

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    673a868 View commit details
    Browse the repository at this point in the history
  23. convert get set test

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    86122c4 View commit details
    Browse the repository at this point in the history
  24. accept new baseline

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    d37f4c3 View commit details
    Browse the repository at this point in the history
  25. fix up some bools

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    e565931 View commit details
    Browse the repository at this point in the history
  26. remove unused test method

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    a07a79b View commit details
    Browse the repository at this point in the history
  27. Revert "update refactorConvertImport_partialSelection"

    This reverts commit e28d8a0.
    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    3e1e614 View commit details
    Browse the repository at this point in the history
  28. remove declaration

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    4971c7d View commit details
    Browse the repository at this point in the history
  29. convert export cursor only changes

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    a7c07d6 View commit details
    Browse the repository at this point in the history
  30. convert export trigger reason test

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    c20908a View commit details
    Browse the repository at this point in the history
  31. convert import trigger reason only

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    06d2461 View commit details
    Browse the repository at this point in the history
  32. convert import trigger reason test

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    f479279 View commit details
    Browse the repository at this point in the history
  33. remove outdated tests

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    2db0054 View commit details
    Browse the repository at this point in the history
  34. polish tests

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    a86a2fa View commit details
    Browse the repository at this point in the history
  35. fix merge conflicts

    Jesse Trinity committed May 29, 2020
    Configuration menu
    Copy the full SHA
    ca58c0e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. address PR comments

    Jesse Trinity committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    d88ea4e View commit details
    Browse the repository at this point in the history