aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/referential.rb
AgeCommit message (Expand)Author
2018-02-22Keep original slug format (with _). Avoid full numeric slug. Refs #56095609_slug_formatAlban Peignier
2018-02-20Refs #5609 Change slug formatcedricnjanga
2018-02-20Replace current_workgroup by referential.workgroup. Refs #5867Alban Peignier
2018-02-13Refs #5707 Add status to the application to track 'blocked objects'cedricnjanga
2018-02-09Remove Referential#stop_areas to use stop_areas has_many through. Refs #5824Alban Peignier
2018-01-17Refs #5593 @1h;Zog
2018-01-11Add Referential#merged_at and make Referentials archived and merged. Refs #5559Alban Peignier
2018-01-11Create Referential#full_name and try to use it (to be completed). Refs #5546Alban Peignier
2018-01-11Ignore referential_in_suite in Referential#overlapped_referential_ids (used b...Alban Peignier
2018-01-10Merge pull request #204 from af83/5413-read_only_policy_for_finalised_refsAlban Peignier
2018-01-10Restore Referential#archived? method. Refs #5413Alban Peignier
2018-01-10Lock public.referentials to avoid problem with schemas. Refs #5024Alban Peignier
2018-01-09Fix argument call to log referential create and cloneLuc Donnet
2018-01-09Add log to count migration when we clone or create schemaLuc Donnet
2018-01-09Refs: #5413@0.5h; Refactoring of #archived_or_finalised?Robert
2018-01-08Refs: #5413@0.5h; Fixed broken delegation to #archived_or_finalised?Robert
2018-01-08Avoid error into Referetial#create_schema can't read migration count5485-first-docker-scriptsAlban Peignier
2018-01-08Refs: #5413@4h; Setting up db (chore) and specing desired behavior [skip-ci]Robert
2018-01-05Fix typo in referential.rb after rebasecedricnjanga
2018-01-05Refs #5468 Change redirect after Referential#validatecedricnjanga
2018-01-05Ignore Referential with referential_suite_id in Workbench#all_referentials. R...Alban Peignier
2018-01-05First try for route/stop_point and journey_pattern merge. RefsĀ #5299Alban Peignier
2018-01-05Ignore detect_overlapped_referentials when Referential is into a ReferentialS...Alban Peignier
2018-01-05Create Merge operation. Refs #5299Alban Peignier
2018-01-03Merge branch 'master' into 5024-prevent-duplicate-referentials-from-being-cre...Luc Donnet
2017-12-28Add log messages when Referential can't be created. Remove useless build_refe...Alban Peignier
2017-12-21BusinessCalendar => PurchaseWindowcedricnjanga
2017-12-13Referential#save_with_table_lock_timeout: Add argumentTeddy Wing
2017-12-12Prevent error in Referential validation/creation when some attributs are defi...Alban Peignier
2017-12-12Referential: Lock table on :updateTeddy Wing
2017-12-12Referential: Raise an error if the table lock times outTeddy Wing
2017-12-11Referential#create_schema: Log benchmark time to createTeddy Wing
2017-12-11Revert "Referential: Move `create_schema` to an `after_commit`"Teddy Wing
2017-12-06Merge remote-tracking branch 'origin/master' into 5024-prevent-duplicate-refe...Teddy Wing
2017-12-06Referential: Move `create_schema` to an `after_commit`Teddy Wing
2017-12-06Fix log to detect schema migrations overwriteLuc Donnet
2017-12-06Add log to detect schema migrations overwriteLuc Donnet
2017-12-05Merge remote-tracking branch 'origin/master' into 5024-prevent-duplicate-refe...Teddy Wing
2017-12-05Fixes: #5179@1h; Referential Creation Enforces objectid_format from associate...5179-ref_creation_enforces_objectid_formatRobert
2017-12-05Refs: #5179@1.25h; Referential Creation Enforces objectid_format from associa...Robert
2017-12-05Refs: #5179@1h; Referential Creation Enforces objectid_format from associated...Robert
2017-11-29Referential: Use new hash syntaxTeddy Wing
2017-11-29Referential#lock_table: Add comment about unlockTeddy Wing
2017-11-29Referential: Add comment to describe why we lock the tableTeddy Wing
2017-11-29Referential: Add a comment about the `lock_table` callbackTeddy Wing
2017-11-29Referential: Lock `referentials` table before validationTeddy Wing
2017-11-24Take into account code reviewcedricnjanga
2017-11-22Add some changes to the objectid constructioncedricnjanga
2017-11-22Create objectid format and integrate it in models. Work in progress. Refs #4941cedricnjanga
2017-11-22Merge branch 'master' into 4941-refactoring_object_idcedricnjanga