aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
AgeCommit message (Collapse)Author
2018-04-10Merge pull request #460 from af83/6360-workbenchimport-displayLuc Donnet
6360 Add checks on calendars during WorkbenchImport
2018-04-10Merge pull request #438 from af83/6368-gtfs-importLuc Donnet
GTFS import (first step)
2018-04-10Delete unused include MetadataSupport because all class inherit from ↵6367-remove-papertrailLuc Donnet
ApplicationModel Refs #6327 @1
2018-04-09Refs #6367; Remove useless modelZog
2018-04-09Refs #6367; Add a merge mechanismZog
And use it in the Referential merge operation
2018-04-09Refs #6367; Add metadata to other versioned modelsZog
2018-04-09Refs #6367; Add metadata to routesZog
2018-04-09Refactor NetexImport creation6360-workbenchimport-displayZog
And associates error message to the parent importer
2018-04-05Merge pull request #412 from af83/6217-extrapolate-border-passing-timesLuc Donnet
6217 Add a method to fill blanks in journeys passing times
2018-04-05Fix possible bug in CustomField supportZog
2018-04-04Merge pull request #390 from af83/6226-create-opposite-routeLuc Donnet
6226 Add a button to automatically create opposite routes
2018-04-04Refs 6226; Add a button to create opposite routesZog
2018-04-04Small fixes on Custom fieldsZog
2018-04-04Merge pull request #434 from af83/6218-upload_files_to_exportersLuc Donnet
6218 Upload files to exporters
2018-04-04Refs #6090; CustomFields inputs made easyZog
:warning: We'll have to refine this code once StopArea are linked to workgroups
2018-04-04Refs #6196; Add Custom Fields to companiesZog
2018-04-04Fix specsZog
2018-04-04Refs #6184; Add default values to custom_fieldsZog
2018-04-04Refs #6090; CustomFields inputs made easyZog
:warning: We'll have to refine this code once StopArea are linked to workgroups
2018-04-04Fix specsZog
2018-04-04Refs #6089; Adds `attachment` Custom FieldsZog
As well as an helper to render them in a partial
2018-04-03Merge pull request #437 from ↵Luc Donnet
af83/6387-default-values-for-stop-point-alighting-boarding 6387 Default for enumerizes :for_boarding and :for_alighting
2018-04-03Remove hardcoded format on line/stop_area/company registration_numbers ↵Alban Peignier
(blocks GTFS imports). Refs #6368
2018-04-03Add GTFS::Time and use it to compute day offset for VehicleJourneys. Refs #6368Alban Peignier
2018-04-03Add warning message when a Trip is associated to an unknown service id. Refs ↵Alban Peignier
#6368
2018-04-03Refs #6218; Upload files to exporters6218-upload_files_to_exportersZog
2018-04-03Refs #5972; Error messages more human-friendlyZog
2018-04-03Refs #5972; Don't assign a Registration Number in the formZog
This can cause a bug when several forms are opened concurently
2018-04-03Set default for enumerizes :for_boarding and :for_alighting. Refs #63876387-default-values-for-stop-point-alighting-boardingAlban Peignier
2018-04-02Import TimeTableDates from calendar dates. Refs #6368Alban Peignier
2018-04-02Add slice and transaction. Convert stop_times/stop_sequence to integer ↵Alban Peignier
before sorting them. Refs #6368
2018-04-01Fixes typo in Import::Gtfs#import_stops to access to stop_area_referential. ↵Alban Peignier
Refs #6368
2018-04-01Create Import::Gtfs directly into Import::Workbench when GTFS file is ↵Alban Peignier
detected. Refs #6368
2018-04-01Create Referential in Import::Gtfs. Test file with ↵Alban Peignier
Import::Gtfs.accept_file?. Refs #6368
2018-03-31Download imported file on a local file. Refs #6368Alban Peignier
2018-03-31Add calendar imports to Import::Gtfs. Refs #6368Alban Peignier
2018-03-30Merge pull request #360 from af83/new-uniqueness-validation-for-ccblocksLuc Donnet
New uniqueness validation for ccblocks
2018-03-30Remove line/stop_area_referential_id validation in ReferentialMemberships. ↵Alban Peignier
Refs #6328
2018-03-30Only create new membership when organisation isn't present in #add_member. ↵Alban Peignier
Refs #6328
2018-03-30Merge pull request #428 from af83/4658-remove-current_functional_scopeAlban Peignier
Remove `current_functional_scope`. Refs #4658
2018-03-30Merge pull request #427 from af83/6340-exporter-flatten-servicesAlban Peignier
Update simple_exporter. Refs #6340
2018-03-30Initial import for agencies, stops, routes, trips and stop_times. Refs #6368Alban Peignier
2018-03-29Add compliance_control for lines scope in validation Refs #4982Luc Donnet
2018-03-29Refs #4658; Remove `current_functional_scope`Zog
2018-03-29Refs #6075 Replace after_commit callback to after_create for the ↵cedricnjanga
set_defaults method
2018-03-29Refs #6075 Change default attributes for stop areascedricnjanga
2018-03-29Refs #6075 Set defaults attributes for stop point depending on stop area kindcedricnjanga
2018-03-29Fix MinMax ValidationZog
2018-03-29Merge pull request #393 from ↵Luc Donnet
af83/6139-generic-compliance-control-numericality-validation 6139 generic compliance control numericality validation
2018-03-28Refs #6139 Fix min max validation6139-generic-compliance-control-numericality-validationcedricnjanga