aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/referential.rb
AgeCommit message (Expand)Author
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
2017-11-17Add some changes to the objectid constructioncedricnjanga
2017-11-17Create objectid format and integrate it in models. Work in progress. Refs #4941cedricnjanga
2017-11-16Refs #4941 Add default value ('netex') for objectid_format enumerizeGuillaume
2017-11-16 Refs #4941 rename ObjectidFormater modules to ObjectidFormatterGuillaume
2017-11-16Add Cédric new objectid concernscedricnjanga
2017-11-10Add validation and specs to models on objectid_format presencecedricnjanga
2017-11-09split modules objectid_format, remove alias referentialGuillaume
2017-11-09add object_id_format to migrations, create module for call Referential, Line ...Guillaume
2017-11-09Remove model route_sectionsXinhui
2017-11-02 Refs: #4802@2h; Replaying former work. To identify spec regressionRobert
2017-11-01Refs: #4802@6h; Replaying former work. To identify spec regressionRobert
2017-09-22Add `has_many` association between `Referential` and `ReferentialSuite`Teddy Wing
2017-09-11Update of ReferentialsController#new :cedricnjanga
2017-09-08Disable uniqueness of name for referential because it stops import for same r...Luc Donnet
2017-09-07Restore Referential#clone_schema invocation. Refs #4335Alban Peignier
2017-09-07Avoid Appartment schema creation when cloning is pending. Add a spec which pe...Alban Peignier
2017-09-04add some change for the Referential#new_from to only have a line collection r...cedricnjanga
2017-07-21Fix cloned ref should belong to current user organisationXinhui
2017-07-18hotfix fixes #4111@0.5hRobert
2017-06-29Fix RoutingConstraintZone PolicyLuc Donnet
2017-06-16Referential - remove validate of time_zone, upper_corner, lower_cornerXinhui
2017-06-16Add auto assign of slug and prefix for referential#createXinhui
2017-06-12Refs: #3603@4h, hotfixRobert
2017-06-06Refs: #3604; added tests for cloning with data ⇒ ✓Robert
2017-05-02 Refs #3053Robert
2017-04-18Workbenches#show order referentials by validity periodeXinhui
2017-04-11Some tests -> pending, other tests fixed; Refs #2070RobertDober
2017-04-11No longer use PostgreSQLColumn.range_to_string to create range sql. Refs #2070Alban Peignier
2017-04-06Use only Referential#associated_lines as scope in Referential#metadatas_lines...Alban Peignier
2017-03-21Refactoring workbench_controller & ransack_associated_lines filterXinhui