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: jonerrr/trainstatus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.10
Choose a base ref
...
head repository: jonerrr/trainstatus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.0
Choose a head ref
  • 16 commits
  • 61 files changed
  • 2 contributors

Commits on Aug 5, 2024

  1. Bump serde_json from 1.0.121 to 1.0.122 in /backend

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.121 to 1.0.122.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.121...v1.0.122)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6e2a589 View commit details
    Browse the repository at this point in the history
  2. Bump regex from 1.10.5 to 1.10.6 in /backend

    Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.10.6.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.10.5...1.10.6)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    76eaa7b View commit details
    Browse the repository at this point in the history
  3. Bump zip from 2.1.5 to 2.1.6 in /backend

    Bumps [zip](https://github.com/zip-rs/zip2) from 2.1.5 to 2.1.6.
    - [Release notes](https://github.com/zip-rs/zip2/releases)
    - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
    - [Commits](zip-rs/zip2@v2.1.5...v2.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: zip
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c353c0e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32 from jonerrr/dependabot/cargo/backend/zip-2.1.6

    Bump zip from 2.1.5 to 2.1.6 in /backend
    jonerrr authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    86a8a93 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #31 from jonerrr/dependabot/cargo/backend/regex-1.…

    …10.6
    
    Bump regex from 1.10.5 to 1.10.6 in /backend
    jonerrr authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    55d237b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #30 from jonerrr/dependabot/cargo/backend/serde_js…

    …on-1.0.122
    
    Bump serde_json from 1.0.121 to 1.0.122 in /backend
    jonerrr authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6629033 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    25597e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4582dc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7918b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    0763087 View commit details
    Browse the repository at this point in the history
  2. refactor siri positions and combine gtfs decode feed into one functio…

    …n, improve chunking, change default address to 127.0.0.1
    jonerrr committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f9b8b51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f002e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03e3cba View commit details
    Browse the repository at this point in the history
  5. work on bus alerts

    jonerrr committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    677884d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    3e36f5b View commit details
    Browse the repository at this point in the history
  2. bump version

    jonerrr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    76c8ad5 View commit details
    Browse the repository at this point in the history
Loading