aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures
AgeCommit message (Collapse)Author
2017-10-24Refs: #4633@0.5h;Robert
Speced and implemented ZipService to return additional directories in the entry's `spurious` field.
2017-10-12Fix .gitignore file with bad syntax and duplicate linesLuc Donnet
2017-10-06Add webpacker gem and migrate the React appscedricnjanga
2017-08-27Create STIF::NetexFile to read zip content and create ReferentialMetadata ↵Alban Peignier
from real data. Refs #4273
2017-08-27Update OFFRE_TRANSDEV_2017030112251.zip to use calendriers.xml. Update ↵Alban Peignier
regression_4273_spec fixture files. Ignore target files. Refs #4273
2017-08-27Update OFFRE_TRANSDEV_2017030112251.zip to use calendriers.xml. Refs #4273Alban Peignier
2017-08-27Update OFFRE_TRANSDEV_2017030112251.zip to use calendriers.xml. Refs #4273Alban Peignier
2017-08-25ReferentialMetadataKludge: Use non-overlapping dates in test dataTeddy Wing
Previously, the OFFRE_... zip's two referentials had overlapping dates (2017-03-01..2017-03-31 & 2017-03-01..2017-12-31). This caused this validation error when trying to save the referentials: OFFRE_TRANSDEV_20170301122517 couvre le même périmètre d'offre To fix this, Alban & I changed the dates of the two offers inside the zip (in the calendrier.xml files) and matched the dates in `ReferentialMetadataKludge`.
2017-08-21Refs: #4273@20h; Reverse Engeneeiring RubyZip fixed ZipServiceRobert
- Replzed Lazy Enum over get_next_entry and group by with explicit looping and yielding to an instance level enumerator that yields streams per subdir (wich represents a referential). - Fixtures and Specs that use a REAL usecase. Next: Get rid of metadata kludge (should fix failing specs)
2017-08-02Hotfix for Jenkins, removed specs needing `unzip`Robert
2017-07-31Refs: #3507@3h; CR finishedRobert
2017-07-25Refs: #3507;20h Specing and Implementing the ZipServiceRobert
2017-07-21Sketching out the unzip/zip process, need to change Tempfile to ↵Robert
File.open(..., r) in a configurable directory [amend me]
2017-04-05Fix include? on user with nil permissionsXinhui
Refs #3050
2017-03-29Fix user permissions syncXinhui
Refs #2954
2017-03-29Fix users spec permissions syncXinhui
2017-03-07Refs #2693 : Test permissions syncVlatka Pavisic
2016-10-17Store organisation functional_scopeXinhui
Refs #1785
2016-09-06Rspec reflex:syncXinhui
2016-09-02Reflex store xml + purge deleted since last syncXinhui
2016-09-01Refactoring StopPlaceEntrance to AcessPointXinhui
2016-08-31Wip sync reflex - add gem - task reflex:sync + whenever cfgXinhui
2016-08-08Set :lockable to model UserXinhui
2016-08-05Refactoring - Rake task users:syncXinhui
2016-08-05Rspec task organisations:syncXinhui
2015-03-18Initialize migration to new api versionLuc Donnet
2015-01-27add footnotes oo vehiclejourney CSV exportsMichel Etienne
2014-10-16new compilance tests, Mantis 29182,29183,29184Michel Etienne
2014-09-11add vehicle_type_identifier and set id instead of objectid on csv ↵Michel Etienne
vehicle_journey exchange
2014-09-09vehicle journey imports enhancementMichel Etienne
2014-07-01Add export for stop_areas Refs #0026832Luc Donnet
2014-06-30Add stop areas import Refs #0026832Luc Donnet
2014-06-27Initialize stop area import model Refs #0026832Luc Donnet
2014-06-27Fix spec for vehicle journey import Refs #0026843Luc Donnet
2014-06-27Fix vehicle journey import spec Refs #0026843Luc Donnet
2014-06-25Refactoring layout 2nd part Refs #0026847Luc Donnet
2014-06-12Initialize export/import vehicle journey at stops Refs #0026843Luc Donnet
2012-05-30Create and display ImportLogMessages. Refs #39Alban Peignier