-
Notifications
You must be signed in to change notification settings - Fork 108
Comparing changes
Open a pull request
base repository: OneBusAway/onebusaway-gtfs-modules
base: v5.0.0
head repository: OneBusAway/onebusaway-gtfs-modules
compare: master
Commits on Dec 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89d57f9 - Browse repository at this point
Copy the full SHA 89d57f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for af63910 - Browse repository at this point
Copy the full SHA af63910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 886e5ca - Browse repository at this point
Copy the full SHA 886e5caView commit details
Commits on Dec 20, 2024
-
format FareProduct amount as currency
When exporting to CSV, FareProduct amount should use the appropriate number of decimal places based on the currency specified. Introduces FareAmountFieldMappingFactory to do so.
Configuration menu - View commit details
-
Copy full SHA for d7f98ab - Browse repository at this point
Copy the full SHA d7f98abView commit details
Commits on Jan 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c8f8c9a - Browse repository at this point
Copy the full SHA c8f8c9aView commit details
Commits on Jan 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 317b0cc - Browse repository at this point
Copy the full SHA 317b0ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2bd4b0 - Browse repository at this point
Copy the full SHA f2bd4b0View commit details -
Merge pull request #318 from OneBusAway/renovate/commons-beanutils-co…
…mmons-beanutils-1.x Update dependency commons-beanutils:commons-beanutils to v1.10.0
Configuration menu - View commit details
-
Copy full SHA for d34847a - Browse repository at this point
Copy the full SHA d34847aView commit details -
Merge pull request #319 from OneBusAway/renovate/org.json-json-202501…
…07.x Update dependency org.json:json to v20250107
Configuration menu - View commit details
-
Copy full SHA for 6694d7c - Browse repository at this point
Copy the full SHA 6694d7cView commit details
Commits on Jan 9, 2025
-
Update FareAmountFieldMappingFactory.java
explicitly cast fare amount from CSV to string, then float
Configuration menu - View commit details
-
Copy full SHA for 39c849a - Browse repository at this point
Copy the full SHA 39c849aView commit details -
Update FareAmountFieldMappingFactoryTest.java
use string in CSV to object tests
Configuration menu - View commit details
-
Copy full SHA for db57d19 - Browse repository at this point
Copy the full SHA db57d19View commit details
Commits on Jan 10, 2025
-
Update onebusaway-gtfs/src/test/java/org/onebusaway/gtfs/serializatio…
…n/FareProductWriterTest.java
Configuration menu - View commit details
-
Copy full SHA for b423677 - Browse repository at this point
Copy the full SHA b423677View commit details -
Merge pull request #320 from sberkley/currency_format
Format currency amounts in fare_products.txt with 2 decimal digits
Configuration menu - View commit details
-
Copy full SHA for 8eb7f39 - Browse repository at this point
Copy the full SHA 8eb7f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for bacd609 - Browse repository at this point
Copy the full SHA bacd609View commit details -
Configuration menu - View commit details
-
Copy full SHA for b238b03 - Browse repository at this point
Copy the full SHA b238b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d87564 - Browse repository at this point
Copy the full SHA 2d87564View commit details
Commits on Jan 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1ab674e - Browse repository at this point
Copy the full SHA 1ab674eView commit details
Commits on Jan 15, 2025
-
Do not require stops.txt to be present as it is not required for gtfs-flex data.
Configuration menu - View commit details
-
Copy full SHA for 5bf9531 - Browse repository at this point
Copy the full SHA 5bf9531View commit details
Commits on Jan 17, 2025
-
Update dependency org.mockito:mockito-core to v5.15.2 (#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 314caf2 - Browse repository at this point
Copy the full SHA 314caf2View commit details
Commits on Jan 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6acf009 - Browse repository at this point
Copy the full SHA 6acf009View commit details -
Merge pull request #322 from sharhio/patch-1
Because of GTFS-Flex `stops.txt` is no longer a required file
Configuration menu - View commit details
-
Copy full SHA for b103902 - Browse repository at this point
Copy the full SHA b103902View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b9ae0 - Browse repository at this point
Copy the full SHA a9b9ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e1065c - Browse repository at this point
Copy the full SHA 2e1065cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a8c06d - Browse repository at this point
Copy the full SHA 0a8c06dView commit details
Commits on Jan 22, 2025
-
Merge pull request #325 from OneBusAway/renovate/com.mysql-mysql-conn…
…ector-j-9.x Update dependency com.mysql:mysql-connector-j to v9.2.0
Configuration menu - View commit details
-
Copy full SHA for 29f19bc - Browse repository at this point
Copy the full SHA 29f19bcView commit details
Commits on Jan 23, 2025
-
Update dependency org.sonatype.central:central-publishing-maven-plugi…
…n to v0.7.0 (#326) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96acaf1 - Browse repository at this point
Copy the full SHA 96acaf1View commit details -
improved documentation for retaining a reference-less file like feed_…
…info.txt, references #324
Configuration menu - View commit details
-
Copy full SHA for 3a39416 - Browse repository at this point
Copy the full SHA 3a39416View commit details
Commits on Jan 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0fc4eca - Browse repository at this point
Copy the full SHA 0fc4ecaView commit details -
Merge pull request #327 from sebastianknopf/324-docs-retain-feed_info
improved documentation for retaining feed_info.txt
Configuration menu - View commit details
-
Copy full SHA for 5ee59d9 - Browse repository at this point
Copy the full SHA 5ee59d9View commit details
Commits on Jan 29, 2025
-
Add isDefatulFareCategory to RiderCategories
Enum that specifies if a rider category should be treated as the default (e.g. full adult fare) vs a category with special eligibility.
Configuration menu - View commit details
-
Copy full SHA for 20e1d46 - Browse repository at this point
Copy the full SHA 20e1d46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c96467 - Browse repository at this point
Copy the full SHA 0c96467View commit details
Commits on Jan 31, 2025
-
Merge pull request #309 from OneBusAway/remove-camsys-repo
Transformer: remove dependency on camsys-apps repository, `onebusaway-cloud-api`
Configuration menu - View commit details
-
Copy full SHA for 91835b8 - Browse repository at this point
Copy the full SHA 91835b8View commit details
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6e48397 - Browse repository at this point
Copy the full SHA 6e48397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 288fbbb - Browse repository at this point
Copy the full SHA 288fbbbView commit details
Commits on Feb 12, 2025
-
add experimental and deprecated annotations to RiderCategories fields
Configuration menu - View commit details
-
Copy full SHA for 32042f2 - Browse repository at this point
Copy the full SHA 32042f2View commit details
Commits on Feb 13, 2025
-
Merge pull request #328 from sberkley/rider_categories
Support finalized RiderCategories spec
Configuration menu - View commit details
-
Copy full SHA for e481a6d - Browse repository at this point
Copy the full SHA e481a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b589ad - Browse repository at this point
Copy the full SHA 0b589adView commit details -
Configuration menu - View commit details
-
Copy full SHA for e179b15 - Browse repository at this point
Copy the full SHA e179b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9685a89 - Browse repository at this point
Copy the full SHA 9685a89View commit details -
Merge pull request #330 from OneBusAway/renovate/commons-beanutils-co…
…mmons-beanutils-1.x Update dependency commons-beanutils:commons-beanutils to v1.10.1
Configuration menu - View commit details
-
Copy full SHA for d249bef - Browse repository at this point
Copy the full SHA d249befView commit details
There are no files selected for viewing