-
Notifications
You must be signed in to change notification settings - Fork 38
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
Release #213
Release #213
Conversation
…ilable externally
Tweaks for MTC enhancements
Conflicts: src/main/java/com/conveyal/gtfs/loader/JdbcGtfsLoader.java
The GraphQL nested queries up until this change relied on parent tables with foreign refs sharing the same field name as the primary key on the child table. For example, trips could be joined to a route on the shared field route_id. This change permits nesting children stops under a parent stop using stops#parent_station, which will be joined on the parent join value found in stops#stop_id. refs ibi-group/datatools-ui#428
Create feed registry if not exists when snapshotting
Add codeowners, issue and pr templates
Allow nested queries where field names don't match
Adds feature to normalize all stop times for a set of pattern stops in order to simplify updating existing trips in bulk when a pattern changes (e.g., travel times change or new pattern stops are inserted).
This also fixes a bug where Entity.INT_MISSING was written to the database when arrival/departure times were missing on a pattern stop.
This fix clarifies a conditional block that was deleting stop_times and frequencies when calednar#service_id was being modified. These entries will now only be deleted when a pattern is deleted (the expected behavior). fixes #203
Refactor field validation in order to store/validate bad values properly
Service id change bug
Fix overlapping trips in block check
Conflicts: src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java
…raveled updates stop_time
Normalize stop times travel times for set of pattern stops
🎉 This PR is included in version 4.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Codecov Report
@@ Coverage Diff @@
## master #213 +/- ##
===========================================
- Coverage 62.05% 59.66% -2.4%
+ Complexity 1087 893 -194
===========================================
Files 147 145 -2
Lines 8629 7420 -1209
Branches 1160 873 -287
===========================================
- Hits 5355 4427 -928
+ Misses 2896 2669 -227
+ Partials 378 324 -54
Continue to review full report at Codecov.
|
Checklist
dev
before they can be merged tomaster
)Description
Release includes the following PRs: #200 #204 #195 #205 #201 #212 #208 #210