aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/concerns
AgeCommit message (Collapse)Author
2018-03-21Only notify parent when Import is finished. Refs #6243Alban Peignier
2018-03-20Add log messages in Import::Base#child_change process. Refs #6243Alban Peignier
2018-03-20Don't use Import::Base#status_changed? into #notify_parent (status can be ↵Alban Peignier
changed by java side). Refs #6243
2018-03-12Refs #6133; Fix specsZog
2018-03-12Refs #6133; Full UX for exportsZog
Also added a *dumb* `WorkgroupExport` for testing purposes.
2018-03-12Refs #6133; Add options on the Exports, and forward them tu the UXZog
2018-03-12Refs #6133; First Crud for exportsZog
2018-03-12Refs #6133; Exports naive implementationZog
2018-03-12Refs #6133; Fix specsZog
2018-03-05Merge pull request #359 from af83/6068-simple-exporterAlban Peignier
Simple exporter. Refs #6068
2018-03-05Refs #6068; Export VehicleJourneysZog
Add a mechanism to allow for several rows in the csv per single object in the collection.
2018-03-01Merge pull request #237 from af83/proposed-custom-fields-refactorteddywing
Proposed custom fields refactor
2018-02-27Fix prerequisite access for compliance_check and compliance_control Refs ↵Luc Donnet
#5878 @1
2018-02-26Fix specsZog
2018-02-26Add a validation mechanismZog
2018-02-26Propose some improvements on CustomFieldsZog
2018-02-23Refs 5878; Add ComplianceCheck#showZog
2018-02-13Merge pull request #216 from af83/5416_checksum_attributeJohan Van Ryseghem
5416 checksum attribute
2018-02-13Merge pull request #293 from af83/5815_add_required_fields_for_ccJohan Van Ryseghem
5815 add required fields for cc
2018-02-08checksum_support.rb: Add whitespaceTeddy Wing
Make `#checksum_replace_nil_or_empty_values` more readable. Refs #5416
2018-02-08checksum_support.rb: Simplify checksum value mapTeddy Wing
Add Johan's suggestion for simplifying this line. This allows us to get rid of one of the `#map` calls. Refs #5416
2018-02-07Refs #5815 Add required fields to some compliance controlscedricnjanga
2018-02-07Edit checksum stop_points attributes for routeXinhui
Refs #5416
2018-02-07Edit support of list attributesXinhui
Refs #5416
2018-02-07Merge branch 'master' into 5683-add_workgroup_id_to_calendarscedricnjanga
2018-02-07Refs #5682 @3h; Use same UI as for timetablesZog
2018-02-06Refs #5417; Update parents checksum when children are created or updatedZog
2018-02-06Refs #5682; Fix timetables bulk updateZog
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; Fix warningZog
2018-02-06Refs #5682; Add application_days field to calendarsZog
2018-02-02Refs #5417; Update parents checksum when children are created or updatedZog
2018-01-31Refs #5682; Fix timetables bulk update5682-add-days-to-calendarsZog
2018-01-31Refs #5682 @3h; Use same UI as for timetablesZog
2018-01-31Refs #5682; Set default value for application daysZog
2018-01-31Refs #5682; Fix warningZog
2018-01-31Refs #5682; Add application_days field to calendarsZog
2018-01-17Refs #5593 @1h;Zog
- Register all models that implement checksums - Add a simple rake task that updates all checksums within a given referential
2018-01-11Fix min max values validation for compliance controls display and test Refs ↵Luc Donnet
#5543 @1
2018-01-11Use StopArea#raw_objectid to find StopPoints (objectid.to_s can be partial ↵Alban Peignier
according ObjectId implementation). Refs #5299
2018-01-05Update VehicleJourney checksum in factory when stops are created. Refs #5417Alban Peignier
2017-12-27Refs #5407 @2h; Model implementationZog
- Link PurchaseWindows to VehicleJourneys in the model - Add an autocompletion endpoint
2017-12-21BusinessCalendar => PurchaseWindowcedricnjanga
belongs_to referential
2017-12-21Fix migrations, locales, view and exclude calendar timetable in concern Refs ↵Luc Donnet
#5301
2017-12-21Remove binding.prycedricnjanga
2017-12-21Refs #5301 First draft for Business Calendarscedricnjanga
2017-12-05Fixes: #5179@1h; Referential Creation Enforces objectid_format from ↵5179-ref_creation_enforces_objectid_formatRobert
associated Workbench - CR changes implemented
2017-12-05Refs: #5179@1.25h; Referential Creation Enforces objectid_format from ↵Robert
associated Workbench - changed ObjectIdFormatterSupport as requested - respeced all defined cases - implemented respec Missing: What to do in `define_default_attributes` if ref has no workbench and no `objectid_format`?
2017-12-05Refs: #5179@1h; Referential Creation Enforces objectid_format from ↵Robert
associated Workbench [skip-ci] - speced the `define_default_attributes` part - speced the Reference.new_from part