-
**Summary:**
Currently, every time we poll the GTFS-rt feed we do the following:
1. Retrieve the GTFS-rt PB file and run it through the rule validation
1. Hash it and compare it to the hash of…
-
Add pagination to the feeds checked interface. This will allow the users to navigate to earlier errors. The current interface only shows the first 10 errors.
Back-end has to be changed in order to su…
-
Currently, once an error is clicked, the user is taken to the representative JSON. This should be changed to a human readable interface.
-
If we are downloading static GTFS from a URL, we can check if the file was modified using HTTP header `If-Modified-Since` header:
https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25
T…
-
```java -jar target/dt-6a27c88-dirty.jar configurations/default/env.yml configurations/default/server.yml
14:58:30.111 [main] INFO c.c.datatools.manager.DataManager - Loading env.yml: configurations…
-
**Summary:**
Get an exception "java.util.NoSuchElementException: No value present." when trying to use validator.
**Steps to reproduce:**
Start and use the following inputs.
https://dl.d…
-
**Summary:**
![image](https://cloud.githubusercontent.com/assets/502394/24884471/d1ad6192-1e49-11e7-9c9b-f5bc4cf7381c.png)
**Steps to reproduce:**
http://openov.lu/gtfs-rt/stif_gtfs_train.z…
-
**Home Assistant release (`hass --version`):**
0.17.0
**Python release (`python3 --version`):**
Python 3.5.1
**Component/platform:**
sensor.gtfs
**Description of problem:**
I have an issue while im…
-
**Summary:**
Currently we use `createTables.sql` to create database schema. We need to change it to use Hibernate.
-
**Summary:**
For each record in the `Log`, we show an `Iteration` number in blue text. When clicking on this number, it should open up a window showing the plain text version of the protocol buff…