| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-15 | Refs #6033 Update Stop Area schema | cedricnjanga | |
| 2018-03-15 | Refs #6033 Update all StopArea#confirmed_at | cedricnjanga | |
| 2018-03-15 | Refs #6033 Add confirmed_at attribute to Chouette::StopArea | cedricnjanga | |
| 2018-03-14 | Add `costs` column to `Chouette::Route` | Teddy Wing | |
| 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 | |||
| 2018-03-14 | Refs #5972 @1h; Automatic registration_number generation | Zog | |
| 2018-03-12 | Fix migration 20180306152953_update_imports_names with compact Refs #6133 @1 | Luc Donnet | |
| 2018-03-12 | Refs #6133; Add options on the Exports, and forward them tu the UX | Zog | |
| 2018-03-12 | Refs #6133; Exports naive implementation | Zog | |
| 2018-03-12 | Refs #6133; Fix specs | Zog | |
| 2018-03-12 | Refs #6133; Remove former implementation | Zog | |
| 2018-03-09 | Create ci:build, ci:docker and ci:docker:clean. Rename ↵ | Alban Peignier | |
| config/database/jenkins.yml in ci.yml. Refs #6047 | |||
| 2018-03-05 | Merge pull request #359 from af83/6068-simple-exporter | Alban Peignier | |
| Simple exporter. Refs #6068 | |||
| 2018-03-02 | Refs Refs #3562 Add workbench CCSET affectation | cedricnjanga | |
| 2018-03-02 | Refs #6068; Create a SimpleExporter model | Zog | |
| This is an STI model, inheriting from SimpleInterface SimpleImporter has been updated to work likewise | |||
| 2018-02-27 | Fix prerequisite access for compliance_check and compliance_control Refs ↵ | Luc Donnet | |
| #5878 @1 | |||
| 2018-02-27 | refs #5878; Remove hard link between a ComplianceCheck and the associated ↵ | Zog | |
| ComplianceControl | |||
| 2018-02-22 | Keep original slug format (with _). Avoid full numeric slug. Refs #56095609_slug_format | Alban Peignier | |
| 2018-02-20 | Refs #5765 @6h; Add a customizable importer mechanism | Zog | |
| 2018-02-07 | Update branch according to master | cedricnjanga | |
| 2018-02-07 | Refs #5682; Add application_days field to calendars | Zog | |
| 2018-02-07 | Refs #5750 @1h; Add a "kind" attribute to StopAreas | Zog | |
| This determines if the StopArea is commercial or not The useless fields are hidden in the form for the non-commercials ones | |||
| 2018-02-07 | First draft for including calendars into workgroup for having appropriate ↵ | cedricnjanga | |
| scoping | |||
| 2018-02-07 | Set all existing `StopArea`s with nil `kind`s to `:commercial` | Teddy Wing | |
| 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 | |||
| 2018-02-07 | Refs #5750 @1h; Add a "kind" attribute to StopAreas | Zog | |
| This determines if the StopArea is commercial or not The useless fields are hidden in the form for the non-commercials ones | |||
| 2018-02-06 | Update calendar form_simple according to workgroup | cedricnjanga | |
| 2018-02-06 | First draft for including calendars into workgroup for having appropriate ↵ | cedricnjanga | |
| scoping | |||
| 2018-02-06 | Refs #5750 @1h; Add a "kind" attribute to StopAreas | Zog | |
| This determines if the StopArea is commercial or not The useless fields are hidden in the form for the non-commercials ones | |||
| 2018-02-06 | First draft for including calendars into workgroup for having appropriate ↵ | cedricnjanga | |
| scoping | |||
| 2018-02-06 | Refs #5758 @1h; Add localized names to StopAreas | Zog | |
| 2018-02-06 | Refs #5682 @3h; Use same UI as for timetables | Zog | |
| 2018-02-06 | Refs #5682; Set default value for application days | Zog | |
| 2018-02-06 | Refs #5682; Add application_days field to calendars | Zog | |
| 2018-02-06 | Refs #5750; Fix validation | Zog | |
| 2018-02-06 | Refs #5750 @1h; Manage non-commercial StopAreas | Zog | |
| - Add a `kind` attribute - Hide irrelevant fields in the form | |||
| 2018-02-06 | Refs #5750 @1h; Add a "kind" attribute to StopAreas | Zog | |
| This determines if the StopArea is commercial or not The useless fields are hidden in the form for the non-commercials ones | |||
| 2018-01-23 | First draft for including calendars into workgroup for having appropriate ↵ | cedricnjanga | |
| scoping | |||
| 2018-01-22 | Comment user and operator A creation in stif seed | Luc Donnet | |
| 2018-01-16 | Finalize CSV export for ComplianceCheckMessage and Import<essage | cedricnjanga | |
| 2018-01-12 | Refs #5163 | cedricnjanga | |
| Add compliance check resource status helper Add small changes for CSV export | |||
| 2018-01-11 | Add Referential#merged_at and make Referentials archived and merged. Refs #5559 | Alban Peignier | |
| 2018-01-10 | Use jsonb and default to create vehicle_journeys#custom_field_values. Refs #55055505-custom_fields_with_jsonb | Alban Peignier | |
| 2018-01-10 | Fixes: #5505@0.25h; Invesitgating the failure to compute a distinct join on ↵ | Robert | |
| vehicle_journeys Solution: custom_field_values: json -> jsonb | |||
| 2018-01-10 | Fixes: #5505@2h; Migrations, specs and implementations | Robert | |
| - Migration index_resource_type_on_custom_fields - Specing behavior of custom field's resource (VehicleJourney) - Migration create json col custom_field_values for resource (VehicleJourney) - Create accessor methods inside resource (VehicleJourney) | |||
| 2018-01-10 | Refs: #5505@1h; Spec discussed, model scaffolded [amend me] [skip-ci] | Robert | |
| 2018-01-10 | Create STIF Workgroup in seed. Associate existing Workbenchs. Refs #5499 | Alban Peignier | |
| 2018-01-10 | Fixes: #5499; Added validations and associations | Robert | |
| 2018-01-10 | bup [amend me] [skip-ci] | Robert | |
| 2018-01-10 | Refs: #5499@0.5h; fixed migration (ids type of rails generator is not conform) | Robert | |
| 2018-01-10 | Refs: #5499@0.5h; Scaffolded Workgroup | Robert | |
| Next: - spec associations and name - spec initialisation - implement | |||
| 2018-01-09 | Commit schema | cedricnjanga | |
