aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stif/netex_file.rb
AgeCommit message (Collapse)Author
2018-04-09Refs #6360; Add checks on calendars during WorkbenchImportZog
2017-12-15Refs: #5006@0.7h; CR changes from #5006 & staring error_messages in imports/showRobert
- Renaming as requested STIF::NetexFile::Frame.get_line_object_id -> get_sgort_id - working on error_messages for imports#show
2017-12-14Refs #5006@0.5h; CR pass IVRobert
- simple simplification (as opposed to complicated simplifications ^^)
2017-12-14Refs #5006@0.5h; CR pass III / (ii)Robert
- refact of NetexFile#frames finished, got rid of mystery global $1
2017-12-14Refs #5006@0.5h; CR pass III / (i)Robert
- refact of NetexFile#frames
2017-12-14Refs: #5006@12h;Robert
Implementing allowed vs foreign line lookup for the zip service - Adapting `lib/stif/netex_file.rb` to expose the already implemented matching - `app/services/zip_service.rb` augmented to check for allowed lines and returning forbidden lines - Specs with fixtures and using the beforementioned new zip support in the specs - Fixture directories for the new specs
2017-11-17Refs: #4461@1.5h; Repaired netex_import factory, adapted spec/models/import_specRobert
2017-08-27Create STIF::NetexFile to read zip content and create ReferentialMetadata ↵Alban Peignier
from real data. Refs #4273