Permalink
base repository: Rust-Python-Packaging/rust-pip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: release
Choose a base ref
...
head repository: Rust-Python-Packaging/rust-pip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: develop
Choose a head ref
  • 5 commits
  • 25 files changed
  • 3 contributors

Commits on Aug 1, 2022

  1. Add on_pullrequest trigger to CI (#10)

    * Add `on_pullrequest` trigger to CI
    * Set the CI to run either on push to certain branches or pr
    @John15321
    John15321 authoredAug 1, 2022
    Configuration menu
    Copy the full SHA
    7e1aabbView commit details
    Browse the repository at this point in the history
  2. Switch arg parsing to clap-derive + small cargo refactor (#6)

    * switch arg parsing to clap-derive
    
    * include Cargo.lock file
    
    * adjust formatting
    
    * fix clippy lints
    @tranzystorekk
    tranzystorekk authoredAug 1, 2022
    Configuration menu
    Copy the full SHA
    8a1284bView commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Add branching strategy and contribution guide (#53)

    Add branching strategy explanation and contributing guide for new developers on how to work on the project.
    @John15321
    John15321 authoredSep 4, 2022
    Configuration menu
    Copy the full SHA
    d62890cView commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Add strategy matrix for toolchain and different OSs with caching (#54)

    Add strategy matrix for `ubuntu-latest`, `windows-latest`,
    `macos-latest` and toolchain matrix for `stable`, `beta`, `nightly`.
    Additionally some basic caching for the CI jobs has been added and some
    other misc reformats of the CI jobs
    @John15321
    John15321 authoredSep 8, 2022
    Configuration menu
    Copy the full SHA
    23ff86eView commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. [#32] Add a Changelog file (#39)

    - Added `CHANGELOG.md` based on [Keep a
    Changelog](https://keepachangelog.com/en/1.0.0/) template
    - Added Dev-branch changelogs
    @Allstreamer
    Allstreamer authoredSep 13, 2022
    Configuration menu
    Copy the full SHA
    480cf4aView commit details
    Browse the repository at this point in the history
Loading