| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  | 20180412095756_add_referentials_to_import_resources.rb. Need to test if the column exist before add it to table. Refs #6991 @1 | 
|  |  | 
|  | - Update the form
- Use policies and update the seeds accordingly
- Add a link in the navbar(s) | 
|  | And define policies | 
|  | And rename resource methods for better consistency | 
|  |  | 
|  |  | 
|  | With according methods and scopes | 
|  |  | 
|  |  | 
|  | And add some specs | 
|  | along with the React interface | 
|  | Fix cleanups in the process | 
|  |  | 
|  |  | 
|  | GTFS import (first step) | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | :warning: We'll have to refine this code once StopArea are linked to
workgroups | 
|  |  | 
|  |  | 
|  |  | 
|  | section status fron Chouette::JourneyPattern | 
|  | af83/6095-route--calculate-distance-and-time-cost-between-stops
Calculate distance and time cost between Route stops. Refs #6095 | 
|  |  | 
|  |  | 
|  | This allows us to store `WayCost`s for a route so we can use those
values as pre-filled defaults for a `JourneyPattern`'s costs.
Refs #6095 | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Simple exporter. Refs #6068 | 
|  |  | 
|  | This is an STI model, inheriting from SimpleInterface
SimpleImporter has been updated to work likewise | 
|  | ComplianceControl | 
|  |  | 
|  | The other migration for this in
`db/migrate/20180126134944_add_kind_to_stop_areas.rb` didn't handle
`kind IS NULL`. Since all the `kind`s were initialised to NULL when the
column was created, the `where` query didn't select any stop areas
because it was looking for those with some varchar value, and thus it
wasn't able to update any.
This ensures our existing records all have a `kind` in case we end up
using the field in a template at some point and our old data bugs out.
Refs #5817 | 
|  |  | 
|  |  |