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

Dial back Pythonfinder integration effort #2582

Merged
merged 57 commits into from
Jul 30, 2018
Merged

Dial back Pythonfinder integration effort #2582

merged 57 commits into from
Jul 30, 2018

Commits on Jul 25, 2018

  1. Pull in PythonFinder updates

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    0d2ceb6 View commit details
    Browse the repository at this point in the history
  2. Minimal Pythonfinder intergration

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    6d7b26a View commit details
    Browse the repository at this point in the history
  3. Remove duplicate and unused code

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    ac41cdc View commit details
    Browse the repository at this point in the history
  4. Use Pythonfinder in help

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    59b974b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5cebed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b82d558 View commit details
    Browse the repository at this point in the history
  7. Update pythonfinder and make full use of it in support calls

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    d3d5d56 View commit details
    Browse the repository at this point in the history
  8. Fully integrate pythonfinder for system pythons

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    33328c4 View commit details
    Browse the repository at this point in the history
  9. Fix search path

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    aeb07cd View commit details
    Browse the repository at this point in the history
  10. Updated buildkite to echo out the path

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    26c3464 View commit details
    Browse the repository at this point in the history
  11. Add some debugging

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    5da85d3 View commit details
    Browse the repository at this point in the history
  12. Updated buildkite to set home properly

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c6a3284 View commit details
    Browse the repository at this point in the history
  13. More debug info for buildkite

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    dd06342 View commit details
    Browse the repository at this point in the history
  14. More debugging

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    684475e View commit details
    Browse the repository at this point in the history
  15. Fix path search to include prereleases

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c6fb1ea View commit details
    Browse the repository at this point in the history
  16. More robust path searching

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    5366253 View commit details
    Browse the repository at this point in the history
  17. Update pythonfinder

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    50aff8e View commit details
    Browse the repository at this point in the history
  18. Try the new code

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b93b287 View commit details
    Browse the repository at this point in the history
  19. Cleanup core and help to use new finder

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    597cd2d View commit details
    Browse the repository at this point in the history
  20. Update pythonfinder

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    0d7afad View commit details
    Browse the repository at this point in the history
  21. Windows fix

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    08cb159 View commit details
    Browse the repository at this point in the history
  22. Fix system path iterator

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    2de9505 View commit details
    Browse the repository at this point in the history
  23. Fix version iteration in pythonfinder

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    8bb39a4 View commit details
    Browse the repository at this point in the history
  24. Use new api in help methods

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    861c075 View commit details
    Browse the repository at this point in the history
  25. Possibly stray echo

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    27028e1 View commit details
    Browse the repository at this point in the history
  26. Clean up help module

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    9cb3f97 View commit details
    Browse the repository at this point in the history
  27. We DONT want sys.executable when searching

    sys.executable should be the last resort if the user gives us nothing. If
    we are given ANYTHING, we should avoid using sys.executable.
    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    a2f8442 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0b7b0c9 View commit details
    Browse the repository at this point in the history
  29. Unused

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    07a6477 View commit details
    Browse the repository at this point in the history
  30. Proper subprocess decoding

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    3a734f1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    10749cc View commit details
    Browse the repository at this point in the history
  32. Update pythonfinder

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    a709bf8 View commit details
    Browse the repository at this point in the history
  33. Stop using subprocess to interface with windows finder

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    6518325 View commit details
    Browse the repository at this point in the history
  34. Better algorithm for find_all_versions

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    febfc6e View commit details
    Browse the repository at this point in the history
  35. Strip dashes from py -n commands

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    cc9c5a3 View commit details
    Browse the repository at this point in the history
  36. Fix pythonfinder bug unnesting python versions

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    95f0df7 View commit details
    Browse the repository at this point in the history
  37. Fix click encoding for terminal outputs

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b5bd420 View commit details
    Browse the repository at this point in the history
  38. Block before getting outputs

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    9e10e72 View commit details
    Browse the repository at this point in the history
  39. Add quotes

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    2f85e9b View commit details
    Browse the repository at this point in the history
  40. Fix aggregation for support

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    4b26aa8 View commit details
    Browse the repository at this point in the history
  41. Don't process the py line twice

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    216f639 View commit details
    Browse the repository at this point in the history
  42. Pass arch into Windows finder

    This is still not working though.
    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    6e4205a View commit details
    Browse the repository at this point in the history
  43. Update pythonfinder for better windows support

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    bf8d0b9 View commit details
    Browse the repository at this point in the history
  44. Update pythonfinder to default patch versions to 0

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    21cbf0c View commit details
    Browse the repository at this point in the history
  45. Update pythonfinder

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b7daa25 View commit details
    Browse the repository at this point in the history
  46. Cached properties!

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    1b69089 View commit details
    Browse the repository at this point in the history
  47. Add cached property to vendored deps

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    dbcb5a7 View commit details
    Browse the repository at this point in the history
  48. Python

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b8aa62a View commit details
    Browse the repository at this point in the history
  49. Block inside spinner block

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    29326d5 View commit details
    Browse the repository at this point in the history
  50. More isdigit() fixes

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c9277c5 View commit details
    Browse the repository at this point in the history
  51. Fix missing arch arguments

    uranusjr authored and techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    e3f37be View commit details
    Browse the repository at this point in the history
  52. Update vendoring tasks for updating single vendored deps

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    f9655cb View commit details
    Browse the repository at this point in the history
  53. Update vendoring instructions

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    f5df34f View commit details
    Browse the repository at this point in the history
  54. Update pythonfinder

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    ef060c4 View commit details
    Browse the repository at this point in the history
  55. Update vendor.txt

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    5ff8bde View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. isnumeric -> isdigit

    uranusjr committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    ed8e862 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

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