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: check for and list valid versions and targets programmatically in phylum-init #74

Merged
merged 5 commits into from Jul 14, 2022

Commits on Jul 12, 2022

  1. feat: check for and list valid versions and targets programmatically …

    …in `phylum-init`
    
    * Check for valid versions by using the GitHub API to compare against actual releases
      * Supported target triples programmatically generated based on the results
      * Users will be told when the version provided as an option is not valid
      * Removed `SUPPORTED_TARGET_TRIPLES` static collection
    * Add `--list-releases` and `--list-targets` options
      * These are mutually exclusive options
      * Listing Rust target triples are for a specific release version
    * Format and refactor throughout
      * Stop using `.get` method on `importlib_metadata.metadata()` results
        * See python/importlib_metadata#384
      * Add constant for `MIN_SUPPORTED_CLI_VERSION`
    maxrake committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6fa937a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d679d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    431d333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8af78 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

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