Results 25 issues of Ian Rees

Still debugging...

bug
FeedEater/GtfsGraph

use `self.stop_id` not `self.stop.id` ``` if Stop.exists?(self.stop.id) && !self.stop.marked_for_destroy_making_history ```

bug

https://sentry.io/mapzen/datastore-prod/issues/184231952/ ``` Net::OpenTimeout: execution expired app/services/feed_fetcher_service.rb:106:in `fetch_and_normalize_feed_version' gtfs = GTFS::Source.build( app/services/feed_fetcher_service.rb:54:in `fetch_and_return_feed_version' feed_version = fetch_and_normalize_feed_version(feed) app/workers/feed_fetcher_worker.rb:11:in `perform' feed_version = FeedFetcherService.fetch_and_return_feed_version(feed) ... (41 additional frame(s) were not displayed) GTFS::InvalidSourceException: execution expired...

bug

Set additionalProperties: false on all JSON schemas. This is mostly implemented in #301. However, still need to add several license related attributes for Feed. Ex. payload generated by feed-registry for...

changesets

Either allow, or provide a better error message, when the geohash neighbor-bounding box contains the entire planet. Currently, this results in an empty string as the geohash, which fails onestop_id...

Resolves #292 PR include models for stopStation, stopPlatform, stopEgress. The map viewer is in the `stop-map` component, which draws the leaflet layers & defines actions for interacting. The main change...

in progress

Implement ETag checking and storing for fetch requests over http. closes https://github.com/interline-io/tlv2/issues/59