aboutsummaryrefslogtreecommitdiffstats
path: root/spec
AgeCommit message (Collapse)Author
2018-01-10Refs: #5505@1h; Small things found in s/models/chouette/vj_spec during ↵5505-custom_fieldsRobert
investigation of failures
2018-01-09Fixes: #5505@2h; Migrations, specs and implementationsRobert
- 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-09Refs: #5505@0.5h, added tests and validationsRobert
2018-01-09Refs: #5505@1h; Spec discussed, model scaffolded [amend me] [skip-ci]Robert
2018-01-08Refs #5455 @6h; Add time and distance between stops in Journey PatternsZog
- Adds a `JSON` attribute in the model - Adds the fields in the editor
2018-01-07Change Chouette::AreaType.find to return nil if specified code is nil. Refs ↵Alban Peignier
#5488
2018-01-05Fixes ReferentialCloning specs. Refs #52995299-merge-operationAlban Peignier
2018-01-05Add TimeTable#remove_periods! and #empty. Refs #5299Alban Peignier
2018-01-05Merge TimeTables. Refs #5299Alban Peignier
2018-01-05Add TimeTable##intersect_periods! to remove given periods. Refs #5299Alban Peignier
2018-01-05Update TimeTable checksum into factory. Refs #5417Alban Peignier
2018-01-05Add Range#intersect?. Refs #5299Alban Peignier
2018-01-05Merge VehicleJourneys and VehicleJourneyAtStops. Refs #5299Alban Peignier
2018-01-05Update VehicleJourney checksum in factory when stops are created. Refs #5417Alban Peignier
2018-01-05Fix permission specs by including merges in Support::Permissions. Refs #5299Alban Peignier
2018-01-05Merge Route and their StopPoints in the same operation to create Route with ↵Alban Peignier
same checksums. Refs #5299
2018-01-05First try for route/stop_point and journey_pattern merge. Refs #5299Alban Peignier
2018-01-05Move (clean) period split logic into Range#remove. Refs #5299Alban Peignier
2018-01-05Rewrite metadata merge (still partial). Refs #5299Alban Peignier
2018-01-05Ignore detect_overlapped_referentials when Referential is into a ↵Alban Peignier
ReferentialSuite. Refs #5299
2018-01-05Create Merge operation. Refs #5299Alban Peignier
2018-01-03Fix import messages style Refs #4473 @2Luc Donnet
2018-01-03Merge branch 'master' into ↵Luc Donnet
5024-prevent-duplicate-referentials-from-being-created-during-parallel-db-transactions--rb201711271659
2018-01-02Merge pull request #186 from af83/5102-begin_of_association_chainLuc Donnet
5102 Use current_organisation as begin_of_association_chain
2018-01-02Merge pull request #187 from af83/5111-begin_of_association_chainLuc Donnet
5111 Use current_organisation as begin_of_association_chain
2018-01-02Merge pull request #191 from af83/5436-keep-stops-order-on-routes-cloningAlban Peignier
Add specs on Route#duplicate to ensure the stops order is preserved. Refs #5436
2018-01-02Merge pull request #189 from af83/5435-fix-journey-edition-from-editorAlban Peignier
Fix journey edition from editor. Refs #5435
2017-12-29Fixes selectors in imports#show specs. Refs #4473Alban Peignier
2017-12-29Replace CommonHelper.string_keys_to_symbols by Hash#symbolize_keysAlban Peignier
2017-12-29Validates import file extension with CarrierWave extension_whitelist. Refs #4762Alban Peignier
2017-12-29Refs #5415 fix ComplianceControl#show for controls which dont have dynamic ↵cedricnjanga
attributes
2017-12-28Fix spec LinePresenter due to no longer invalid factoryXinhui
Refs #5313
2017-12-28Fix spec AccessPoint invalid stop_area parentXinhui
Refs #5313
2017-12-28Merge pull request #184 from af83/5313_stop_areas_parentAlban Peignier
Manage stop area parent in form and show. Refs #5313
2017-12-28Add specs on StopArea parent area_type validation. Refuse parent of the same ↵5313_stop_areas_parentAlban Peignier
type. Refs #5313
2017-12-28Refs #5436; Add specs on Route#duplicate to ensure the stops order is preserved5436-keep-stops-order-on-routes-cloningZog
2017-12-28Disable 'displays a flash message' ReferentialsController specs (params are ↵Alban Peignier
invalid to create a valid cloned referential). Refs #5297
2017-12-28Refs #5435 @0.5h; Fix Company select in VehicleJourney edition modalZog
2017-12-28Refs #5435 @0.5h; Fix EditModal validation in VehicleJourneys#indexZog
2017-12-28Refs #5407; Fix data not being updated in the DBZog
2017-12-28Associate current organisation with tested LineReferential in features ↵5102-begin_of_association_chainAlban Peignier
specs. Refs #5102
2017-12-28Associate current organisation with tested StopAreaReferential in StopArea ↵5111-begin_of_association_chainAlban Peignier
features specs. Refs #5111
2017-12-28Use current_organisation as begin_of_association_chain in ↵Alban Peignier
StoAreasController. Refs #5111
2017-12-28Fixes vehicleJourneys reducer spec. Refs #5407Alban Peignier
2017-12-28Use current_organisation as begin_of_association_chain in ↵Alban Peignier
Lines/Companies/Networks/GroupOfLinesController. Refs #5102
2017-12-28Fixes JourneyPatternsCollectonsController. Refs #5407Alban Peignier
2017-12-28Include purchase_windows in vehicle_journey state into specs. Refs #5407Alban Peignier
2017-12-27Merge pull request #183 from af83/5407-add-purchase-windows-to-vehicle-journeysAlban Peignier
Add purchase windows to vehicle journeys. Refs #5407
2017-12-27Merge pull request #177 from af83/5376-fix-vehicle-journeys-uiAlban Peignier
Fix vehicle journeys ui. Refs #5376
2017-12-27Merge pull request #176 from af83/fix-routes-editorAlban Peignier
Fix l'editeur de route