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

feat: add new commands for pixi project {version|channel|platform|description} #579

Merged
merged 30 commits into from
Dec 20, 2023

Commits on Dec 18, 2023

  1. add description get and set

    hadim committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2067851 View commit details
    Browse the repository at this point in the history
  2. add channel list and remove

    hadim committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    40eaeed View commit details
    Browse the repository at this point in the history
  3. platform list/add/remove

    hadim committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    05aa46b View commit details
    Browse the repository at this point in the history
  4. wrap up platform remove

    hadim committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    91393d4 View commit details
    Browse the repository at this point in the history
  5. version set/get

    hadim committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    604078b View commit details
    Browse the repository at this point in the history
  6. draft of version bump cli

    hadim committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5b41533 View commit details
    Browse the repository at this point in the history
  7. fix version get

    hadim committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ccc9f4f View commit details
    Browse the repository at this point in the history
  8. cleanup

    hadim committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    24ac697 View commit details
    Browse the repository at this point in the history
  9. cleanup again

    hadim committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a7dbb94 View commit details
    Browse the repository at this point in the history
  10. add test for description set

    hadim committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5941f42 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    4283762 View commit details
    Browse the repository at this point in the history
  2. Remove bump command for now

    hadim committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d1ea1d4 View commit details
    Browse the repository at this point in the history
  3. Remove all the empty Args and refactor the docstring into Command

    … for better consistency.
    hadim committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1d84c56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9c8e23 View commit details
    Browse the repository at this point in the history
  5. docstring

    hadim committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    91ad729 View commit details
    Browse the repository at this point in the history
  6. Update src/cli/project/channel/remove.rs

    Co-authored-by: Ruben Arts <[email protected]>
    hadim and ruben-arts authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    16eafcd View commit details
    Browse the repository at this point in the history
  7. Update src/cli/project/channel/remove.rs

    Co-authored-by: Ruben Arts <[email protected]>
    hadim and ruben-arts authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d9acfed View commit details
    Browse the repository at this point in the history
  8. Update src/cli/project/channel/remove.rs

    Co-authored-by: Ruben Arts <[email protected]>
    hadim and ruben-arts authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    85691dd View commit details
    Browse the repository at this point in the history
  9. Update src/cli/project/platform/remove.rs

    Co-authored-by: Ruben Arts <[email protected]>
    hadim and ruben-arts authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6ae2a0f View commit details
    Browse the repository at this point in the history
  10. Update src/cli/project/platform/remove.rs

    Co-authored-by: Ruben Arts <[email protected]>
    hadim and ruben-arts authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0f4fa7d View commit details
    Browse the repository at this point in the history
  11. docstring

    hadim committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    31a0ce9 View commit details
    Browse the repository at this point in the history
  12. Update src/cli/project/platform/remove.rs

    Co-authored-by: Ruben Arts <[email protected]>
    hadim and ruben-arts authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f71bfd8 View commit details
    Browse the repository at this point in the history
  13. Update src/cli/project/platform/remove.rs

    Co-authored-by: Ruben Arts <[email protected]>
    hadim and ruben-arts authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    938c77a View commit details
    Browse the repository at this point in the history
  14. docstring again

    hadim committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    16366db View commit details
    Browse the repository at this point in the history
  15. test_set_version

    hadim committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    edde656 View commit details
    Browse the repository at this point in the history
  16. tests for set_description, set_version, {add|remove}_platforms and {a…

    …dd|remove}_channels
    hadim committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    29c90e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. remove test

    hadim committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f64a915 View commit details
    Browse the repository at this point in the history
  2. use pixi_dir in environment_dir

    hadim committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    773cbfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9ce6e5 View commit details
    Browse the repository at this point in the history
  4. fmt

    hadim committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    848f9b3 View commit details
    Browse the repository at this point in the history