Proto commits in OneBusAway/onebusaway-gtfs-realtime-api

These 50 commits are when the Protocol Buffers files have changed:

Commit:ecc5e91
Author:sheldonabrown

MOTP-2131 update to service status bindings

The documentation is generated from this commit.

Commit:fa611a5
Author:sheldonabrown

PostLight update of Mercury Extension

Commit:f3f4725
Author:sheldonabrown

after review refactoring previous experimental field

Commit:4d20d6e
Author:sheldonabrown

adding experimental fields for OneBusAway

Commit:9c344cf
Author:sheldonabrown

MOTP-2088 update service status bindings

Commit:9d31123
Author:sheldonabrown

MOTP-1941 update bindings (just enumeration updates)

Commit:3f5b2e4
Author:sheldonabrown

MOTP-1913 updates to Mercury Service Status

Commit:41a38e7
Author:sheldonabrown

MOTP-1893 updates to Mercury bindings

Commit:03e70ad
Author:sheldonabrown

MOTP-1823 statuses update for service status

Commit:bef96b6
Author:sheldonabrown

adding clone field to service status

Commit:cb4042d
Author:sheldonabrown

MOTP-1733 updating service status bindings with no_affects_stations

Commit:26b0303
Author:sheldonabrown

updating gtfs-realtime manually

Commit:37cf382
Author:sheldonabrown

updating carriage descriptor

Commit:21c72e7
Author:sheldonabrown

updating proto file from mobility data https://raw.githubusercontent.com/MobilityData/gtfs-realtime-bindings/512b7f3966161aecc9a1f0bf2bbe003117e371b8/gtfs-realtime.proto

Commit:d3002c9
Author:sunny-lirr
Committer:GitHub

Update to extend CarriageDetails

Commit:0c6cc36
Author:sheldonabrown

moving extensions to proto dir

Commit:addbaa4
Author:sheldonabrown

Merge branch 'build-with-plugin' of https://github.com/kurtraschke/onebusaway-gtfs-realtime-api into kurtraschke-build-with-plugin

Commit:7537627
Author:sheldonabrown

MOTP-1676 support for screenSummary

Commit:a836d68
Author:sheldonabrown

correcting syntax from last commit

Commit:b7958c5
Author:sheldonabrown

adding experimental crowding extension

Commit:3ef7169
Author:sheldonabrown

fixing typo in previous proto file

Commit:a14017c
Author:sheldonabrown

updating MTARR proto buff

Commit:18dd887
Author:sheldonabrown

edit for last fix

Commit:c78c48b
Author:sheldonabrown

edits from last commit

Commit:7518d1a
Author:sheldonabrown

updating MTA RR proto extension

Commit:1d145c0
Author:sheldonabrown

updating service status definition

Commit:6bc9371
Author:sheldonabrown

adding planned work additions to service status

Commit:83aae9e
Author:sheldonabrown

MOTP-1654 adding MTA RailRoad extension for both LIRR/MNR

Commit:e3e87c2
Author:Kurt Raschke

Use protobuf-maven-plugin to invoke protoc as part of the build process.

Commit:01e5fba
Author:sheldonabrown

updates to service status enums

Commit:549666d
Author:sheldonabrown

MOTP-1605 update Service status extension

Commit:a5aaea1
Author:sheldonabrown

MOTP-1605 update extension adding priority enum

Commit:82aef74
Author:sheldonabrown

adding license headers

Commit:53c7b3e
Author:sheldonabrown

adding Mecury / Service Status java binding

Commit:3e883ef
Author:sheldonabrown

adding Mercury / service status bindings

Commit:078454e
Author:Simon Jacobs

Add train status extension for MNR

Commit:38e50b4
Author:Simon Jacobs

Add directionId to OBA extension

Commit:b1c174d
Author:Simon Jacobs

add LIRR track extension - cannot use with MNR extension

Commit:ce784b7
Author:Simon Jacobs

Add elevator ID to entity selector

Commit:59c8b40
Author:Simon Jacobs

Add tripHeadsign and stopHeadsign to OBA GTFS-RT extension

Commit:f28955d
Author:Simon Jacobs
Committer:Simon Jacobs

add MNR gtfs-rt

Commit:f91a29a
Author:Brian Ferris

Update to use gtfs-realtime-bindings to provide the core Java bindings for gtfs-realtime.proto. We will still maintain our OBA and NYCT-specific extensions. Note that "timestamp" and "delay" have been marked as deprecated in gtfs-realtime-OneBusAway.proto, as there is experimental support for them in gtfs-realtime.proto these days.

Commit:b9361d7
Author:Sean Barbeau

Fix #4 - Add support for OccupancyStatus

Commit:b22ba3c
Author:bdferris

Add OBA extensions for incremental GTFS-realtime support.

Commit:16a197c
Author:bdferris

1) Add TripUpdate timestamp field. 2) Support for NYCT extensions. 3) Introduce GtfsRealtimeExtensions class with convenience method for registering all known extensions.

Commit:ddaecfb
Author:Brian Ferris

Issue #1 - Refactor OneBusAway-specific extensions into messages

Commit:79bc43c
Author:Brian Ferris

Add a timestamp field to TripUpdate, similar to VehiclePosition.

Commit:6a392c2
Author:Brian Ferris

Add a "source" property extension to FeedEntity.

Commit:c6afa87
Author:Brian Ferris

Update gtfs-realtime protocol buffer definition to reflect official addition of extension points.

Commit:55d900a
Author:Brian Ferris

Playing around with the extension mechanism for GTFS-realtime.