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

chore: support disable for new conda deco #1532

Closed
wants to merge 37 commits into from

Commits on Sep 12, 2023

  1. @pip draft

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ec32344 View commit details
    Browse the repository at this point in the history
  2. chore: pip deco fixes (#1523)

    * correctly choose conda platform
    
    * fix conda step_init comment
    
    * delete unused files from pypi plugin
    
    * add TODO and add missing default param to executable()
    saikonen authored and savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    be25f45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf59e90 View commit details
    Browse the repository at this point in the history
  4. chore: fix micromamba detection (#1526)

    * add installation step for micromamba binary if none can be found
    
    * add error handling to micromamba install
    saikonen authored and savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    84d6387 View commit details
    Browse the repository at this point in the history
  5. @pip draft

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    418d526 View commit details
    Browse the repository at this point in the history
  6. vend

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6543174 View commit details
    Browse the repository at this point in the history
  7. rebase

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ab996cf View commit details
    Browse the repository at this point in the history
  8. more changes

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e012ea4 View commit details
    Browse the repository at this point in the history
  9. more changes

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9190abf View commit details
    Browse the repository at this point in the history
  10. enable conda channels

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b7e1224 View commit details
    Browse the repository at this point in the history
  11. more comments

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0d89e8f View commit details
    Browse the repository at this point in the history
  12. introduce conda_base

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    842dcec View commit details
    Browse the repository at this point in the history
  13. more changes

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ac17578 View commit details
    Browse the repository at this point in the history
  14. address comments

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    687f0d0 View commit details
    Browse the repository at this point in the history
  15. address nousersite issue

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    58a9715 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3b2fe3a View commit details
    Browse the repository at this point in the history
  17. handle missing tarballs

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    dbb3330 View commit details
    Browse the repository at this point in the history
  18. update comments

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    674e04e View commit details
    Browse the repository at this point in the history
  19. fix biug

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    af13d71 View commit details
    Browse the repository at this point in the history
  20. address more todos

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    de7c035 View commit details
    Browse the repository at this point in the history
  21. remove stray file

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    547c41b View commit details
    Browse the repository at this point in the history
  22. fix comments

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    774ee83 View commit details
    Browse the repository at this point in the history
  23. fix mac version

    savingoyal committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    294645b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    d6330be View commit details
    Browse the repository at this point in the history
  2. chore: pip decorator fixes (#1535)

    * add docstrings to conda flow and step decorators
    
    * unify micromamba binary download locations
    
    * explicitly except KeyError
    
    * unused import
    saikonen authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    27a16d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    90961a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8610598 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    7ca3e76 View commit details
    Browse the repository at this point in the history
  2. add disabled to conda_base

    saikonen committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0cf0d77 View commit details
    Browse the repository at this point in the history
  3. cleanup

    saikonen committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1c35ec6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0949df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f60cc7 View commit details
    Browse the repository at this point in the history
  6. revert unnecessary changes

    saikonen committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    123b7a9 View commit details
    Browse the repository at this point in the history
  7. add disabled to pypi deco

    saikonen committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f414b9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa409d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b06779 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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