| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-28 | Merge pull request #580 from af83/7031-fox-consolidated-view | Luc Donnet | |
| 7031 Css fixes on Consolidated view | |||
| 2018-05-28 | Refs #6433; Fix status filter | Zog | |
| 2018-05-28 | Refs #6433 Use ransackable scope for stop area status filter | cedricnjanga | |
| 2018-05-28 | Fix SimpleInterfaces specs | Zog | |
| 2018-05-28 | Refs #6216; Uniformize output folders | Zog | |
| And fix logs | |||
| 2018-05-28 | Refs #7031; Fix consolidated view7031-fox-consolidated-view | Zog | |
| And remove n+1 queries | |||
| 2018-05-17 | Test opposite routes in merge referential. Refs #6842 | Alban Peignier | |
| 2018-05-17 | Associate opposite_routes during merge (when available). Refs #6842 | Alban Peignier | |
| 2018-05-17 | Refs #7031; Page loading optimizations | Zog | |
| 2018-05-17 | Refs #6624; Update parent's checksum on deletion | Zog | |
| 2018-05-17 | Merge pull request #582 from af83/7073-Fix_imports_details | Luc Donnet | |
| Fix import details Refs #7073 | |||
| 2018-05-17 | Fix import details Refs #70737073-Fix_imports_details | Luc Donnet | |
| 2018-05-15 | CleanUp: Add `#destroy_empty`6854-clean-up--destroy-routes-outside-referential | Teddy Wing | |
| Gives us a single call site to trigger the destruction of vehicle journeys, journey patterns, and routes without content. This was previously done directly in the `#clean` method, but since it's not needed during referential duplication (only during merges), we don't want to enable it by default. Thus now to activate the same old functionality, you would create a `CleanUp` like this: CleanUp.new(methods: [:destroy_empty]) Refs #6854 | |||
| 2018-05-15 | CleanUp#clean: Replace `#destroy_*` calls with `#run_methods` | Teddy Wing | |
| It turns out that we don't care about destroying orphaned data. From Alban: > Quand on duplique un JDD, on lance un CleanUp, sauf que la partie > "suppression des données orphelines" n'intéresse personne au final. Replace the calls to `#destory_{vehicle_journeys,journey_patterns,routes}` with one to `#run_methods`. This change allows callers to run any cleanup methods defined in `CleanUp`. For example: CleanUp.new(methods: [:destory_routes]) But now by default, none of these destroy methods are run, saving us from doing extra work that it turns out we don't need to bother doing. Refs #6854 | |||
| 2018-05-14 | CleanUp: Add `#run_methods` | Teddy Wing | |
| This method is coupled with a new virtual attribute that can be used in the initializer like: CleanUp.new(methods: [:destroy_routes]) The method will run all methods specified in the `:methods` list. The plan is to replace the calls to `destroy_routes` etc. with a call to this method. The result will be a more configurable clean-up process, allowing users to selectively choose what to clean up by declaring what methods in the `CleanUp` model to call. Refs #6854 | |||
| 2018-05-14 | CleanUp: Remove `#destroy_vehicle_journeys_outside_referential` | Teddy Wing | |
| This method is superseded by `#destroy_routes_outside_referential`, which will cascade deletion to include vehicle journeys. Refs #6854 | |||
| 2018-05-14 | CleanUp: Add `#destroy_routes_outside_referential` | Teddy Wing | |
| This builds on `#destroy_vehicle_journeys_outside_referential` (which will soon be removed in favour of this new method). It destroys orphaned routes in a referential. Refs #6854 | |||
| 2018-05-11 | Remove CustomField.none when workgroup isn't defined in ↵ | Alban Peignier | |
| CustomFieldsSupport.custom_fields | |||
| 2018-05-10 | Merge pull request #555 from af83/6923-consolidated-offer | Alban Peignier | |
| Display consolidated offer. Fixes #6923 | |||
| 2018-05-10 | Fix specs. Refs #6960 | Alban Peignier | |
| 2018-05-09 | Don't change IEV operation status before pinging java API. Refs #6960 | Alban Peignier | |
| 2018-05-09 | Use Workbench#compliance_control_set_ids virtual attribute to merge with ↵ | Alban Peignier | |
| existing owner_compliance_control_set_ids. Refs #6960 | |||
| 2018-05-09 | Associate ComplianceControlSet with parent operation when created. Refs #6960 | Alban Peignier | |
| 2018-05-09 | Rewrite compliance_control_sets associated to workbench or workgroup edits ↵ | Alban Peignier | |
| and imports. Refs #6960 | |||
| 2018-05-09 | Refs #6960; Update imports to use nesw implementation | Zog | |
| 2018-05-07 | Refs #6960; Add a view to set the controls associated to each workbench | Zog | |
| 2018-05-07 | Refs #6960; Add owners to workgroups | Zog | |
| And define policies | |||
| 2018-05-07 | Add import_compliance_control_sets to Workgroups | Zog | |
| And rename resource methods for better consistency | |||
| 2018-05-07 | Better views | Zog | |
| 2018-05-07 | Ignore failed Referentials when looking for duplicates | Zog | |
| 2018-05-07 | Trigger compliance checks after imports | Zog | |
| 2018-05-07 | Fix NETEX imports | Zog | |
| 2018-05-07 | Rework imports to use Resources and make the a little more verbose | Zog | |
| 2018-05-04 | Refs #6923; Implement a consolidated view | Zog | |
| 2018-05-03 | Refs #6920; Fix typo | Zog | |
| 2018-05-03 | Refs #6920; Activate Referentils created from scratch | Zog | |
| 2018-05-02 | Refs #6572; Crete Referentials in a pending state | Zog | |
| And fix a bug preventing the deletion of referentials without a schema | |||
| 2018-04-30 | Fix VehicleJourney#fill_passing_times! | Zog | |
| 2018-04-29 | Add quote to PG password. Refs #6833 | Alban Peignier | |
| 2018-04-27 | Refs #6572; Don't show Cleanup operations | Zog | |
| 2018-04-27 | Refs #6572; Update Referentil status after Netex import | Zog | |
| 2018-04-27 | Refs #6572; Refactor policy | Zog | |
| 2018-04-27 | Refs #6572; Update filters on referentials list | Zog | |
| 2018-04-27 | Refs #6572; New Referential#Show for noredy referentials | Zog | |
| 2018-04-27 | Refs #6572; Use new states | Zog | |
| 2018-04-27 | Refs #6572; Define 4 different states on Referentials | Zog | |
| With according methods and scopes | |||
| 2018-04-27 | Merge branch '6833-clone-by-command' | Alban Peignier | |
| 2018-04-26 | Use less strict expressions in sed command (to support old syntax of PG 9.4 ↵ | Alban Peignier | |
| dump for example). Refs #6833 | |||
| 2018-04-26 | Replace AF83::SchemaCloner by a dump/sed/restore command. Refs #6833 | Alban Peignier | |
| 2018-04-26 | Replace AF83::SchemaCloner by a dump/sed/restore command. Refs #6833 | Alban Peignier | |
