aboutsummaryrefslogtreecommitdiffstats
path: root/spec
AgeCommit message (Collapse)Author
2018-02-09Refs 5669; Fix specs5669-specs-snpashotsZog
2018-02-09Refs #5669 @2h; Fix SpecsZog
2018-02-09Refs #5669; And more snapshotsZog
2018-02-09Refs #5669; Add more snapshotsZog
2018-02-09Refs #5669 @1h; Set invariant values in the snapshotsZog
2018-02-09Refs #5669; Add a preview for snapshots for easier debuggingZog
2018-02-09Refs #5669 @2h; Add a snapshot mechanism in the specsZog
2018-02-07Refs #5417; Update parents checksum when children are created or updatedZog
2018-02-07Refs #5682; Add application_days field to calendarsZog
2018-02-07Refs #5417; Update parents checksum when children are created or updatedZog
2018-02-07Refs #5682; Add application_days field to calendarsZog
2018-02-06Fix checksum-related specsZog
2018-02-06Refs #5417; Fix specsZog
2018-02-06Refs #5417; Update parents checksum when children are created or updatedZog
2018-02-06Refs #3542, Fix specsZog
2018-02-06Refs #3542 @4h; First UIZog
Still missing: - Pagination - Filters
2018-02-06Refs #5835; Timetables inherit application days from calendarsZog
2018-02-06Refs 5832; Fix bug on ReferentialVehicleJourneys#index filtersZog
By default a value was always set on the "Line" filter, yielding misleading results.
2018-02-06Fixes vehicle_journeys#index specAlban Peignier
2018-02-06Refs #5682 @3h; Use same UI as for timetablesZog
2018-02-06Refs #5682; Set default value for application daysZog
2018-02-06Refs #5682; Add application_days field to calendarsZog
2018-02-06Fix specsZog
2018-02-06Refs #5754; Add a filter on calendars for ReferentialVJs#indexZog
2018-02-06Refs #5754; Add a filter on purchase_windows on ReferentialVJs#indexZog
2018-02-06Fix StopArea validation breaking the specsZog
2018-02-06VehicleJourney: Allow deletion of associated companyTeddy Wing
If the state doesn't contain a company, that means it was deleted on the frontend. In that case, the backend code should correctly delete the associated company from the vehicle journey. Refs #5574
2018-02-06Refs #5750; Add a validation on VehicleJourneysZog
Ensure a time is set for all non-commercial stops
2018-02-06Refs #5750 @1h; Manage non-commercial StopAreasZog
- Add a `kind` attribute - Hide irrelevant fields in the form
2018-02-06Refs #5750 @1h; Add a "kind" attribute to StopAreasZog
This determines if the StopArea is commercial or not The useless fields are hidden in the form for the non-commercials ones
2018-01-31Fix calendar mailer urlcedricnjanga
2018-01-31Refs #5598 @1h; Add specsZog
2018-01-31Refs #5647; Scope CustomField validations on workgroupZog
2018-01-31Refs #5683 @2H; Fix specs and refactor action_linksZog
Note: Did not fix the missing workgroup in the calendar mailer
2018-01-30Make some changes to avoid unnacessaty lines of codecedricnjanga
2018-01-30Fix infinity loop in spec/views/referentials/show.html.erb_spec.rb detected ↵5764-add-checksum-to-purchase-windowsLuc Donnet
only in ruby 2.3.1
2018-01-25Refs #5586; Fix specsZog
2018-01-25Refs #5586; CR #2Zog
2018-01-25Refs #5586 @2h; Fix specsZog
2018-01-25Refs #5586; Remove spec for a decorator which no longer existsZog
2018-01-25Refs 5586; CR #1Zog
2018-01-25Refs #5586; Add more specs on AF83::Decorator::LinkZog
2018-01-25Refs #5586; Add more specs on AF83::Decorator::LinkZog
2018-01-25Refs #5586; Add a `feature` option on the `action_links`Zog
2018-01-25Refs #5586 @1h; Ensure retrocompatibilityZog
And remove snapshots (we don't need it anymore)
2018-01-25Refs #5586 @2h; Refactor the whole thingZog
We now have a ModelDecorator and an "instance" decorator, all in the same file, with the same API.
2018-01-25Refs #5586 @2h; Better implementation of groupsZog
Used it in Lines#index and Lines#show, probably broke everything else
2018-01-25Refs #5586 @1h; Primary and secondary lonks implementationZog
As well as the `to_html` method
2018-01-25Refs #5586 @4h; First `action_links` refactorZog
- Implement new API - Migrate the LineDecorator - ensure no change on the "lines/index" view
2018-01-19Add missing spec on VehicleJourneyAtStopZog