Review of squashed/cleaned-up frequency-rt-4 branch#2
Review of squashed/cleaned-up frequency-rt-4 branch#2
Conversation
There was a problem hiding this comment.
Why are these lines commented out? If they aren't being used, they should just be deleted.
|
Thanks Sean! I ran it everything looks fine to me: Tests run: 357, Failures: 0, Errors: 0, Skipped: 0 [INFO][INFO] BUILD SUCCESS [INFO][INFO] Total time: 03:15 min [INFO] Finished at: 2014-12-03T13:39:31-05:00 [INFO] Final Memory: 18M/78M [INFO] ------------------------------------ Regards, Mona. On Wed, Dec 3, 2014 at 8:15 AM, Sean Barbeau notifications@github.com
Regards, |
|
@Mona77 Thanks! Yes, please go ahead and push that commit to Github. Then, you can run the following locally:
This will create a new branch After you push this to Github, please write up a short list of changes that you needed to make to OTP to add this feature. Then, please ping me with the list by commenting on this issue, and I'll help edit it a bit. Then, you'll be able to open a pull request against the main OTP project - I'll give you instructions for how to do this. |
|
BTW, if you want more description about what the above Git commands are actually doing, see the first section of this article. |
|
@barbeau,Thanks for instructions! I pushed the new branch to Github. And here are the main modifications:
Please let me know if any of them is not clear. On Wed, Dec 3, 2014 at 1:36 PM, Sean Barbeau notifications@github.com
Regards, |
|
My edited versions, for formatting initially - we can discuss more in our Hangout: This pull request adds support for GTFS-rt TripUpdates for frequency-based (exact_times=0) trips, as discussed in opentripplanner#1347.
Excerpt from above GTFS-rt feed, as example input to OTP: Below are details:
|
|
|
@Mona77 I've "squashed" your commits into a single commit, which makes it simpler to review. I've also cleaned it up a bit by removing all modified files from this commit that didn't directly relate to your work (e.g., where whitespace was changed in a file, and that was the only change).
Can you please take a look at this, check it out and run it, and make sure everything still works as planned?
If so, I'll give you a few final steps to perform where you can create this same commit under your username and submit it as a pull request to the main OTP project.