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

VS Python analysis engine integration #1231

Merged
merged 70 commits into from
Mar 30, 2018
Merged

VS Python analysis engine integration #1231

merged 70 commits into from
Mar 30, 2018

Commits on Mar 27, 2018

  1. Undo changes

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a764bc9 View commit details
    Browse the repository at this point in the history
  2. Test fixes

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    9d1b2cc View commit details
    Browse the repository at this point in the history
  3. Increase timeout

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a91291a View commit details
    Browse the repository at this point in the history
  4. Remove double event listening

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    bf266af View commit details
    Browse the repository at this point in the history
  5. Remove test

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7bc6bd6 View commit details
    Browse the repository at this point in the history
  6. Revert "Remove test"

    This reverts commit e240c3f.
    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    8ce8b48 View commit details
    Browse the repository at this point in the history
  7. Revert "Remove double event listening"

    This reverts commit af573be.
    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    e3a549e View commit details
    Browse the repository at this point in the history
  8. Undo changes

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    c879aa6 View commit details
    Browse the repository at this point in the history
  9. Test fixes

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    716968f View commit details
    Browse the repository at this point in the history
  10. .NET Core check

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    63a1385 View commit details
    Browse the repository at this point in the history
  11. Better find dotnet

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7ea7717 View commit details
    Browse the repository at this point in the history
  12. Fix pip test

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    75be0da View commit details
    Browse the repository at this point in the history
  13. Linting tests

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    2701768 View commit details
    Browse the repository at this point in the history
  14. Undo accidental changes

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a22e705 View commit details
    Browse the repository at this point in the history
  15. Add clone and build PTVS

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    5441644 View commit details
    Browse the repository at this point in the history
  16. Appveyor PTVS build

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    97175e1 View commit details
    Browse the repository at this point in the history
  17. Fix slashes

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    1e97e6a View commit details
    Browse the repository at this point in the history
  18. Enable build

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    86ac269 View commit details
    Browse the repository at this point in the history
  19. Try absolute path

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7b4e73c View commit details
    Browse the repository at this point in the history
  20. Fix xcopy switch

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    bd1fd77 View commit details
    Browse the repository at this point in the history
  21. Activate Analysis Engine test on Appveyor

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    72b91f1 View commit details
    Browse the repository at this point in the history
  22. Temporary only run new tests

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    e32320b View commit details
    Browse the repository at this point in the history
  23. Disable PEP hint tests

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    55bb349 View commit details
    Browse the repository at this point in the history
  24. Test fix

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    3826ffa View commit details
    Browse the repository at this point in the history
  25. Disable appveyor build and tests for PTVS for now

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    b62ba25 View commit details
    Browse the repository at this point in the history
  26. Remove analysis engine test from the set

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a13770b View commit details
    Browse the repository at this point in the history
  27. Remove VS image for now

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    ac646c8 View commit details
    Browse the repository at this point in the history
  28. Build/sign VSXI project

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    f754812 View commit details
    Browse the repository at this point in the history
  29. Run vsce from cmd

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    826dcee View commit details
    Browse the repository at this point in the history
  30. Rename

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    8cb0c44 View commit details
    Browse the repository at this point in the history
  31. Abs path vsce

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    05d4d23 View commit details
    Browse the repository at this point in the history
  32. Path

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7fd6a8b View commit details
    Browse the repository at this point in the history
  33. Move project

    Mikhail Arkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    bbcc65d View commit details
    Browse the repository at this point in the history
  34. Ignore publishing project

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    8d170c0 View commit details
    Browse the repository at this point in the history
  35. Try csproj

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    869b38c View commit details
    Browse the repository at this point in the history
  36. Add framework

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    d8c80f6 View commit details
    Browse the repository at this point in the history
  37. Ignore build output folder

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    56e6b56 View commit details
    Browse the repository at this point in the history
  38. Package before build

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    ce6b360 View commit details
    Browse the repository at this point in the history
  39. Try batch instead of PS

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a7847d8 View commit details
    Browse the repository at this point in the history
  40. Fix path quotes

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    05c0bf0 View commit details
    Browse the repository at this point in the history
  41. #1096 The if statement is automatically formatted incorrectly

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    92e8c1e View commit details
    Browse the repository at this point in the history
  42. Merge fix

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    b540a1d View commit details
    Browse the repository at this point in the history
  43. Add more tests

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    7b0573e View commit details
    Browse the repository at this point in the history
  44. More tests

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    facb106 View commit details
    Browse the repository at this point in the history
  45. Typo

    MikhailArkhipov committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    f113881 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Test

    Mikhail Arkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    3e76718 View commit details
    Browse the repository at this point in the history
  2. Also better handle multiline arguments

    Mikhail Arkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    6e85dc6 View commit details
    Browse the repository at this point in the history
  3. Changes lost on squash

    Mikhail Arkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    3e071e0 View commit details
    Browse the repository at this point in the history
  4. More lost changes

    Mikhail Arkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    818a46f View commit details
    Browse the repository at this point in the history
  5. Restore Jedi/PTVS setting

    Mikhail Arkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    ac97532 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into vsc

    MikhailArkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    395b96a View commit details
    Browse the repository at this point in the history
  7. Update tests to new PTVS

    MikhailArkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    54a090b View commit details
    Browse the repository at this point in the history
  8. Signature tests

    MikhailArkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    3f74686 View commit details
    Browse the repository at this point in the history
  9. Merge master

    MikhailArkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    febb828 View commit details
    Browse the repository at this point in the history
  10. Add PTVS tests task

    MikhailArkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    355edfb View commit details
    Browse the repository at this point in the history
  11. Analysis Engine contribution

    MikhailArkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    ccc1017 View commit details
    Browse the repository at this point in the history
  12. Add Mac/Linux info

    MikhailArkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    5c87964 View commit details
    Browse the repository at this point in the history
  13. Disable csproj build

    MikhailArkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    68e3384 View commit details
    Browse the repository at this point in the history
  14. Add unzip to dependencies

    MikhailArkhipov committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    abb3daa View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Minor fixes to doc

    MikhailArkhipov committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    78fd495 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/Microsoft/vscode-python i…

    …nto vsc
    MikhailArkhipov committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    9b9b51c View commit details
    Browse the repository at this point in the history
  3. Change setting type to bool

    Mikhail Arkhipov committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    84c8b0f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Report progress on status bar

    MikhailArkhipov committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    7761a15 View commit details
    Browse the repository at this point in the history
  2. Simplify

    MikhailArkhipov committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    240d26f View commit details
    Browse the repository at this point in the history
  3. CR feedback

    MikhailArkhipov committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    736846a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'vsc' of https://github.com/MikhailArkhipov/vscode-python

    …into vsc
    MikhailArkhipov committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    1c73143 View commit details
    Browse the repository at this point in the history
  5. Fix launching fx-independent code on Mac/Linux

    Mikhail Arkhipov committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    f03c18a View commit details
    Browse the repository at this point in the history
  6. Add title

    MikhailArkhipov committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    70ce69b View commit details
    Browse the repository at this point in the history
  7. Proper download when .NET is missing

    Mikhail Arkhipov committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    c33ae8d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'vsc' of https://github.com/MikhailArkhipov/vscode-python

    …into fidd
    Mikhail Arkhipov committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    be268fb View commit details
    Browse the repository at this point in the history