| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-09 | Refs 5669; Fix specs5669-specs-snpashots | Zog | |
| 2018-02-09 | Refs #5669 @2h; Fix Specs | Zog | |
| 2018-02-09 | Refs #5669; And more snapshots | Zog | |
| 2018-02-09 | Refs #5669; Add more snapshots | Zog | |
| 2018-02-09 | Refs #5669 @1h; Set invariant values in the snapshots | Zog | |
| 2018-02-09 | Refs #5669; Add a preview for snapshots for easier debugging | Zog | |
| 2018-02-09 | Refs #5669 @2h; Add a snapshot mechanism in the specs | Zog | |
| 2018-02-08 | Fix specs | Zog | |
| 2018-02-08 | Refs #5865 @1h; Ensure user is allowed to duplicate a referential before ↵ | Zog | |
| doing so I also changed the way 403 errors are handled, to properly respond with a 403 HTTP code | |||
| 2018-02-08 | checksum_support.rb: Rename `seperator` to `separator` | Teddy Wing | |
| Fix spelling. Refs #5416 | |||
| 2018-02-08 | imports.rake(notify_parent): Use `ParentNotifier` | Teddy Wing | |
| Replace `ParentImportNotifier` with the new generalised `ParentNotifier`. This will allow us to use the same service for parent notification of both imports and compliance check sets. Delete the `ParentImportNotifier` class and spec as these are now superseded by `ParentNotifier`. Refs #4758 | |||
| 2018-02-08 | Add `ParentNotifier` service | Teddy Wing | |
| This is a takeoff on `ParentImportNotifier`. I just copied over the class and spec and generalised the service to work with `Import`-style interfaces. We can now use the same notifier service class for both imports and compliance check sets. Refs #4758 | |||
| 2018-02-08 | ComplianceCheckSet: Add `.abort_old` | Teddy Wing | |
| Copy over the `Import.abort_old` method to this class. For now I haven't bothered with moving it to a consolidated module. We'll see, maybe that's a better approach. For now I'm going with a relaxed copy-paste solution until we decide that the increased complexity of the module is worth the deduplication. We need this method to be able to abort stale imports. We'll be doing this, similarly to imports, in a regular cron job. Refs #4758 | |||
| 2018-02-08 | Refactoring spec checksum support5416_checksum_attribute--rb201802071702 | Xinhui | |
| Refs #5416 | |||
| 2018-02-07 | Refs #5815 Add required fields to some compliance controls | cedricnjanga | |
| 2018-02-07 | Refactoring use subject as factory | Xinhui | |
| Refs #5416 | |||
| 2018-02-07 | Edit checksum stop_points attributes for route | Xinhui | |
| Refs #5416 | |||
| 2018-02-07 | Refs #5417; Update parents checksum when children are created or updated | Zog | |
| 2018-02-07 | Refs #5682; Add application_days field to calendars | Zog | |
| 2018-02-07 | Refs #5417; Update parents checksum when children are created or updated | Zog | |
| 2018-02-07 | Refs #5682; Add application_days field to calendars | Zog | |
| 2018-02-06 | Fix checksum-related specs | Zog | |
| 2018-02-06 | Refs #5417; Fix specs | Zog | |
| 2018-02-06 | Refs #5417; Update parents checksum when children are created or updated | Zog | |
| 2018-02-06 | Refs #3542, Fix specs | Zog | |
| 2018-02-06 | Refs #3542 @4h; First UI | Zog | |
| Still missing: - Pagination - Filters | |||
| 2018-02-06 | Refs #5835; Timetables inherit application days from calendars | Zog | |
| 2018-02-06 | Refs 5832; Fix bug on ReferentialVehicleJourneys#index filters | Zog | |
| By default a value was always set on the "Line" filter, yielding misleading results. | |||
| 2018-02-06 | Fixes vehicle_journeys#index spec | Alban Peignier | |
| 2018-02-06 | Refs #5682 @3h; Use same UI as for timetables | Zog | |
| 2018-02-06 | Refs #5682; Set default value for application days | Zog | |
| 2018-02-06 | Refs #5682; Add application_days field to calendars | Zog | |
| 2018-02-06 | Fix specs | Zog | |
| 2018-02-06 | Refs #5754; Add a filter on calendars for ReferentialVJs#index | Zog | |
| 2018-02-06 | Refs #5754; Add a filter on purchase_windows on ReferentialVJs#index | Zog | |
| 2018-02-06 | Fix StopArea validation breaking the specs | Zog | |
| 2018-02-06 | VehicleJourney: Allow deletion of associated company | Teddy 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-06 | Refs #5750; Add a validation on VehicleJourneys | Zog | |
| Ensure a time is set for all non-commercial stops | |||
| 2018-02-06 | Refs #5750 @1h; Manage non-commercial StopAreas | Zog | |
| - Add a `kind` attribute - Hide irrelevant fields in the form | |||
| 2018-02-06 | Refs #5750 @1h; Add a "kind" attribute to StopAreas | Zog | |
| This determines if the StopArea is commercial or not The useless fields are hidden in the form for the non-commercials ones | |||
| 2018-02-06 | Fix checksum-related specs | Zog | |
| 2018-02-06 | Merge pull request #280 from af83/5417-checksum-relationships | Luc Donnet | |
| 5417 Update parents checksum when children are created or updated | |||
| 2018-02-06 | Merge pull request #279 from af83/5835-fix-timetable-creation | Luc Donnet | |
| 5835 Timetables inherit application days from calendars | |||
| 2018-02-06 | Merge pull request #278 from af83/5832-fix-filter-by-stopareas-on-vjs-index | Luc Donnet | |
| 5832 fix filter by stopareas on vjs index | |||
| 2018-02-06 | imports.rake: Change `abort_old` to `netex_abort_old` | Teddy Wing | |
| After re-reading the ticket, I see now that the aborting of old imports should only apply to `NetexImport`s. Update the code to make this happen. Refs #4963 | |||
| 2018-02-06 | Import.abort_old: Don't change finished imports | Teddy Wing | |
| Imports that have a `finished_status` should not be changed to `aborted`. Refs #4963 | |||
| 2018-02-06 | Import: Add `.abort_old` method | Teddy Wing | |
| This will abort all imports that don't have a finished status and were created more than four hours ago. We want to add this functionality to the import cron to auto-abort stale imports. Refs #4963 | |||
| 2018-02-02 | Refs #5417; Fix specs5417-checksum-relationships | Zog | |
| 2018-02-02 | Refs #5417; Update parents checksum when children are created or updated | Zog | |
| 2018-02-02 | Refs #3542, Fix specs | Zog | |
