aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
AgeCommit message (Expand)Author
2017-06-28Refs: #3709@0.25h; adapting test to new behaviorRobert
2017-06-27Refs: #3595@0.5h live event subscription & smart_date class added to all date...Robert
2017-06-27conflicts resolvedRobert
2017-06-23Merge branch '3605_cal_end_period'Robert
2017-06-23Fixes: #3605@2h, also refact of models/calendarRobert
2017-06-23VehicleJourney spec: Fix "uses an inclusive range" array matcherTeddy Wing
2017-06-23VehicleJourney.where_departure_time_between: Make end time inclusiveTeddy Wing
2017-06-23VehicleJourney spec: Update .departure_time_between nameTeddy Wing
2017-06-22Refs: #3595@3h; fixing tests, evaluating timeliness gem :(Robert
2017-06-21Refs: #3595@2h; calendars#new/edit coveredRobert
2017-06-20I18n journey_pattern stop_points too_short validationXinhui
2017-06-19JourneyPattern validate minimum stop_points size on updateXinhui
2017-06-13Fix merge time_table with calendar should copy calendar datesXinhui
2017-06-13Clean edit condition on date included or notXinhui
2017-06-09Cleanup add TimeTableDate in_out:false to overlapping periodsXinhui
2017-06-08Wip Cleanup time_tables time_table_dates time_table_periodsXinhui
2017-06-05Referential Cleanup add date_typeXinhui
2017-06-05Fix time_table combination disjoin & intersects should not clear int_day_typeXinhui
2017-06-02Fix vjas departure time can be equal to next stop arrival timeXinhui
2017-06-01Wip validate vjas departure_time must be before next stop arrival_timeXinhui
2017-06-01Fix rspec time_table#update_state exclude && include dateXinhui
2017-06-01VehicleJourney#vehicle_journey_at_stops_matrix dummy attribute specXinhui
2017-05-31vehicle_journey_at_stops_day_offset_spec.rb: Remove offset field defaultTeddy Wing
2017-05-31vehicle_journey_at_stops_day_offset_spec.rb: Use `build_stubbed`Teddy Wing
2017-05-31vehicle_journey_at_stops_day_offset_spec.rb: Fill in other 2 test casesTeddy Wing
2017-05-31vehicle_journey_at_stops_day_offset_spec.rb: Get rid of hard-coded dateTeddy Wing
2017-05-31Add a basic test to check VehicleJourneyAtStop day offsetsTeddy Wing
2017-05-31Fix time_table should keep int_day_types on #actualizeXinhui
2017-05-30Spec ReferentialCloning should schedule a job in workerXinhui
2017-05-30Fixes: # 3381; Specified exact permissions implied by boiv:edit-offer in User...Robert
2017-05-29IncreasingTimeOrder spec: Fix typo in test nameTeddy Wing
2017-05-29Delete vehicle_journey_at_stop_spec.rbTeddy Wing
2017-05-29IncreasingTimeOrderValidator: Rename `#increasing_times_validate` methodTeddy Wing
2017-05-29IncreasingTimeOrderValidator: Rename specTeddy Wing
2017-05-29IncreasingTimeOrderValidator: Move #increasing_times to #validate_eachTeddy Wing
2017-05-29TimeDuration: Move `.exceeds_gap?` specs into the module's spec fileTeddy Wing
2017-05-29IncreasingTimeOrder: Make `increasing_times_validate` a class methodTeddy Wing
2017-05-29Move #increasing_times_validate into IncreasingTimeOrderValidatorTeddy Wing
2017-05-29Rename `VehicleJourneyAtStopsAreInIncreasingOrderValidator`Teddy Wing
2017-05-29VehicleJourney: Move `#increasing_times` validator to a new classTeddy Wing
2017-05-29vehicle_journey_at_stop_spec.rb: Remove unused importTeddy Wing
2017-05-29Fix update calendar association from stateXinhui
2017-05-22VehicleJourney: Make `#exclude_journeys_without_time_tables` do oppositeTeddy Wing
2017-05-22VehicleJourney: Add #exclude_journeys_without_time_tablesTeddy Wing
2017-05-19Refactoring TimeTableCombination with calendar supportXinhui
2017-05-18Fix TimeTableCombination specXinhui
2017-05-15Calendar #convert_to_time_tabletXinhui
2017-05-12VehicleJourneysController: When filtering departure_time allow nil stopsTeddy Wing
2017-05-12VehicleJourneysController#collection: Integrate .departure_time_betweenTeddy Wing
2017-05-12VehicleJourney: Add `.departure_time_between` filterTeddy Wing