aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
AgeCommit message (Collapse)Author
2018-05-07Ignore failed Referentials when looking for duplicatesZog
2018-05-07Trigger compliance checks after importsZog
2018-05-07Fix NETEX importsZog
2018-05-07Rework imports to use Resources and make the a little more verboseZog
2018-05-04Refs #6923; Implement a consolidated viewZog
2018-05-03Refs #6920; Fix typoZog
2018-05-03Refs #6920; Activate Referentils created from scratchZog
2018-05-02Refs #6572; Crete Referentials in a pending stateZog
And fix a bug preventing the deletion of referentials without a schema
2018-04-30Fix VehicleJourney#fill_passing_times!Zog
2018-04-29Add quote to PG password. Refs #6833Alban Peignier
2018-04-27Refs #6572; Don't show Cleanup operationsZog
2018-04-27Refs #6572; Update Referentil status after Netex importZog
2018-04-27Refs #6572; Refactor policyZog
2018-04-27Refs #6572; Update filters on referentials listZog
2018-04-27Refs #6572; New Referential#Show for noredy referentialsZog
2018-04-27Refs #6572; Use new statesZog
2018-04-27Refs #6572; Define 4 different states on ReferentialsZog
With according methods and scopes
2018-04-27Merge branch '6833-clone-by-command'Alban Peignier
2018-04-26Use less strict expressions in sed command (to support old syntax of PG 9.4 ↵Alban Peignier
dump for example). Refs #6833
2018-04-26Replace AF83::SchemaCloner by a dump/sed/restore command. Refs #6833Alban Peignier
2018-04-26Replace AF83::SchemaCloner by a dump/sed/restore command. Refs #6833Alban Peignier
2018-04-26Fix `Attachment` Custom FieldZog
2018-04-26Merge pull request #534 from af83/6828-fix-purchase-windows-bounding-datesAlban Peignier
Fix PurchaseWindow#bounding_dates. Fixes #6828
2018-04-26Merge pull request #533 from af83/6826-fix-times-interpolationAlban Peignier
Fix times interpolation with day offsets. Fixes #6826
2018-04-26Refs #6828; Fix PurchaseWindow#bounding_dates6828-fix-purchase-windows-bounding-datesZog
2018-04-26Refs #6826; Fix times interpolation with day offsets6826-fix-times-interpolationZog
2018-04-26Refs #6667; Fix Metdata serialization6667-fix-json_serilizationZog
2018-04-26Truncate Referential#slug. Refs #6811Alban Peignier
2018-04-26Fix CustomField specsZog
2018-04-26Apply uniq on routing_constraint_zones checksumsAlban Peignier
2018-04-26Fixes problems in ReferentialCloning specs. Refs #5372Alban Peignier
2018-04-26Update both checksum_source and checksum into ↵Alban Peignier
ChecksumSupport#update_checksum_without_callbacks
2018-04-25Remove Chouette::RoutingConstraintZone.with_stop_points_contained_in search ↵Alban Peignier
from Route#checksum_attributes (no needed). Refs #6762
2018-04-25Merge pull request #518 from af83/5372-clean-with-metadata-2Alban Peignier
Use referential metadata in the cleanup operation. Fixes #5372
2018-04-25Merge pull request #520 from af83/6711-update-parents-checksumAlban Peignier
Update checksums on parents. Fixes #6711
2018-04-25Merge pull request #524 from af83/6762-merge-ignored_routing_contraint_zonesAlban Peignier
Merge VehicleJourney ignored_routing_contraint_zone_ids. Refs #6762
2018-04-25Ignore nil/unfound parent in ChecksumSupport. Refs #6711Alban Peignier
2018-04-25Add debug in ChecksumSupport. Change update_checksum! to save both ↵Alban Peignier
checksum_source and checksum. Refs #6711
2018-04-25Update VehicleJourney checksum when StopPoint change isn't necessary in fact ↵Alban Peignier
(#mybad). Refs #6711
2018-04-25Refs #6762; Small refactor6762-merge-ignored_routing_contraint_zonesZog
2018-04-25Refs #6762; Fix bug on RoutingConstraintsZone mergeZog
And add some specs
2018-04-25Merge pull request #466 from af83/6431-line-and-stop-area-statusteddywing
Refs #6431 small changes on line & stop area status
2018-04-25Refs #6762; Fix RoutingConstraintZone#vehicle_journeysZog
2018-04-25Refs #6669; delay the custom fields initialization until the workgroup is loadedZog
2018-04-25Make mandatory workgroup for class method custom_fields (not available for ↵Alban Peignier
Company or StopArea for exemple). Refs #6669
2018-04-25Use instance workgroup in custom_field instance method. Refs #6669Alban Peignier
2018-04-25Move workgroup method to less global Class ↵Alban Peignier
(TridentActiveRecord/LineReferentialSupport and StopAreaReferentialSupport) to avoid to overide existing methods. Refs #6669
2018-04-25Refs #6669; Fix CustomField initializationZog
Use the current referential to infer the workgroup
2018-04-25Merge VehicleJourney ignored_routing_contraint_zone_ids. Refs #6762Alban Peignier
2018-04-25Merge pull request #474 from ↵teddywing
af83/6445-referential-period-error-display-and-validation Refs #6445 Change ReferentialMetada validationto allowed one day peri…