Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: torrust/torrust-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6bd30d1962fb65e827af6f73dcac5e6e165a00d7
Choose a base ref
...
head repository: torrust/torrust-tracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8591c623adbcc6f308e290300b9618c75a952e29
Choose a head ref
  • 11 commits
  • 28 files changed
  • 2 contributors

Commits on Feb 17, 2025

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

Commits on Feb 18, 2025

  1. Configuration menu
    Copy the full SHA
    694621b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fd79b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91525af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4618f70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdc2543 View commit details
    Browse the repository at this point in the history
  6. Merge #1277: Overhaul core Tracker: move authentication to `http-trac…

    …ker-core` and `udp-tracker-core`
    
    fdc2543 refactor: extract UDP connect service (Jose Celano)
    4618f70 refactor: exatract response builders for UDP handlers (Jose Celano)
    91525af refactor: [#1275] move authentication in udp tracker to core (Jose Celano)
    4fd79b7 refactor: [#1275] move conenction cookie to udp_tracker_core package (Jose Celano)
    694621b refactor: [#1275] extract ConnectionCookieError enum (Jose Celano)
    ecc093f refactor: [#1275] move scrape authentication in http tracker to core (Jose Celano)
    f6bf070 refactor: [#1275] move announce authentication in http tracker to core (Jose Celano)
    
    Pull request description:
    
      Overhaul core Tracker: move authentication to `http-tracker-core` and `udp-tracker-core`.
    
      HTTP Tracker:
      - [x] Announce
      - [x] Scrape
    
      UDP Tracker:
      - [x] Announce
      - [x] Scrape
    
    ACKs for top commit:
      josecelano:
        ACK fdc2543
    
    Tree-SHA512: aad933f02307f6abb0a0afc9629f4b7282b2e57d2842f637f92310e28e3a82a53ffecc50ad46ba1f63b1660279c69e2b6af1b664218ab93f3cd7dce0e40ca339
    josecelano committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    246c57c View commit details
    Browse the repository at this point in the history
  7. chore(deps): udpate dependencies

    ```
    cargo update
        Updating crates.io index
         Locking 6 packages to latest compatible versions
        Updating clap v4.5.29 -> v4.5.30
        Updating clap_builder v4.5.29 -> v4.5.30
        Updating rand_core v0.9.0 -> v0.9.1
        Updating tempfile v3.16.0 -> v3.17.1
        Updating typenum v1.17.0 -> v1.18.0
        Updating uuid v1.13.1 -> v1.13.2
    ```
    josecelano committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    fdbe97c View commit details
    Browse the repository at this point in the history
  8. Merge #1279: Update dependencies

    fdbe97c chore(deps): udpate dependencies (Jose Celano)
    
    Pull request description:
    
      ```
      cargo update
          Updating crates.io index
           Locking 6 packages to latest compatible versions
          Updating clap v4.5.29 -> v4.5.30
          Updating clap_builder v4.5.29 -> v4.5.30
          Updating rand_core v0.9.0 -> v0.9.1
          Updating tempfile v3.16.0 -> v3.17.1
          Updating typenum v1.17.0 -> v1.18.0
          Updating uuid v1.13.1 -> v1.13.2
      ```
    
    ACKs for top commit:
      josecelano:
        ACK fdbe97c
    
    Tree-SHA512: d985a3c4dc57337537156a6d0beb1e9156c0841a4389820f093d82de52f15a816b16eda0c22e858bb1273785e7e3fe2e400d0caccb59cc72a7c030c67cba8d44
    josecelano committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    27dd4f9 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump derive_more from 1.0.0 to 2.0.1

    Bumps [derive_more](https://github.com/JelteF/derive_more) from 1.0.0 to 2.0.1.
    - [Release notes](https://github.com/JelteF/derive_more/releases)
    - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
    - [Commits](JelteF/derive_more@v1.0.0...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: derive_more
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    8591c62 View commit details
    Browse the repository at this point in the history
Loading