| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-13 | update objectid_format directly | Guillaume | |
| 2017-11-13 | add seedbank gems for spliting seeds, update objectid_format in seeds files, ↵ | Guillaume | |
| add objectid_format to stif initializers | |||
| 2017-11-13 | Merge pull request #115 from ↵ | Robert Dober | |
| af83/4953-compliance_check_resources--change-type-column-to-resource_type compliance_check_resources: Rename `type` column to `resource_type` | |||
| 2017-11-13 | compliance_check_resources: Rename `type` column to `resource_type` | Teddy Wing | |
| The Java application needs a `resource_type` column to be able to store the class/object that was validated by the resource's check. Since we don't need or want Single Table Inheritance on this table, rename the existing `type` field to `resource_type`. Refs #4953 | |||
| 2017-11-10 | Add validation and specs to models on objectid_format presence | cedricnjanga | |
| 2017-11-10 | Merge pull request #114 from af83/4947-change-new-foreign-keys-to-bigint | Robert Dober | |
| Migrate all foreign keys to `bigint` from `integer` | |||
| 2017-11-10 | Change `compliance_check_set_id` to `bigint` | Teddy Wing | |
| I had missed this one in 63d85933ac99453c76df7cda102a4f60d94f5f53. Thanks a lot to Robert for scouring the fields and finding it. Since the v2 migration was irreversible, add a new one to change the type of this foreign key. Refs #4947 | |||
| 2017-11-10 | Migrate all foreign keys to `bigint` from `integer` | Teddy Wing | |
| All our primary keys are supposed to be `bigint`s, and our foreign keys should likewise be `bigint`s. But it's easy to forget this when creating migrations, or some committers might not have been up to speed on the convention. In any case, this changes all existing foreign keys to be `bigint`s. Need to get this out now so that Michel Etienne can use it to correctly test the Java application for compliance check validations. That's why I'm not including any future-looking checks or enforcements here. That will be coming next. Refs #4947 | |||
| 2017-11-10 | Remove RouteSection from SetUpdatedAt migration. Refs #4944 | Alban Peignier | |
| 2017-11-09 | split modules objectid_format, remove alias referential | Guillaume | |
| 2017-11-09 | add object_id_format to migrations, create module for call Referential, Line ↵ | Guillaume | |
| Referential, StopAreaReferential in models, add Enumerize in models Refs #4941 | |||
| 2017-11-09 | Merge branch '4944_remove_route_section_code' | Xinhui | |
| 2017-11-09 | Merge branch 'master' into staging | cedricnjanga | |
| 2017-11-09 | Fix VJ shift button disable on condition | cedricnjanga | |
| 2017-11-09 | Remove call to route_section related method4944_remove_route_section_code | Xinhui | |
| 2017-11-09 | Refs #4932 Change route duplication to redrect to routes#index | cedricnjanga | |
| 2017-11-09 | Refs #4776 Add policies to ComplianceControl and ComplianceControlSet | cedricnjanga | |
| 2017-11-09 | Remove route_section locales | Xinhui | |
| 2017-11-09 | Remove model route_sections | Xinhui | |
| 2017-11-09 | Remove route_sections controllers, views, helper | Xinhui | |
| 2017-11-09 | Remove route_sections & route_sections related routes | Xinhui | |
| 2017-11-09 | Migration drop table route_sections & journey_pattern_sections | Xinhui | |
| 2017-11-08 | Merge pull request #110 from af83/4755-page_for_validate_referential | teddywing | |
| 4755 page for validate referential | |||
| 2017-11-08 | fix bad indentation | Guillaume | |
| 2017-11-08 | filter compliance_control_set by organisation on valisate referential and ↵ | Guillaume | |
| add specs | |||
| 2017-11-08 | Hotfix: adapted .nvmrc to node version in package.json | Robert | |
| 2017-11-08 | update minumum node version to 6.12.0 | Guillaume | |
| 2017-11-07 | Merge branch '4820_refactoring_breadcrumb' | Xinhui | |
| 2017-11-07 | Add missing breadcrumb on edit page4820_refactoring_breadcrumb | Xinhui | |
| 2017-11-06 | fix specs | Guillaume | |
| 2017-11-06 | Fix on ImportMessage#criticity enumeration | cedricnjanga | |
| 2017-11-06 | Refs #4919 Fix translations on ComplianceControl#show | cedricnjanga | |
| 2017-11-06 | Refs #4859 Change ImportMessage#criticity type to string | cedricnjanga | |
| 2017-11-06 | add validate method in referentials_controller for call ↵ | Guillaume | |
| ComplianceControlSetCopyWorker, and change routes/views for select compliance_control_set | |||
| 2017-11-06 | Merge pull request #109 from af83/4802-referential-model-normalisation | teddywing | |
| 4802 referential model normalisation | |||
| 2017-11-06 | Refs #4849 change compliance control clone spec | cedricnjanga | |
| 2017-11-06 | Refs #4809 apapt redirect on compliance control update | cedricnjanga | |
| 2017-11-06 | Refs #4788 Add predicate and perequisite for ComplianceControl | cedricnjanga | |
| 2017-11-06 | Refs #4790 Fix 500 error on compliance control show | cedricnjanga | |
| 2017-11-06 | Refs #4837 display correctly owner_jdc in Compliance control set index and show | cedricnjanga | |
| 2017-11-06 | Refs #4813 Add funicular in transport mode enumeration | cedricnjanga | |
| 2017-11-06 | Refs #4849 Change compliance control name setting during compliance control ↵ | cedricnjanga | |
| set cloning | |||
| 2017-11-06 | Refs #4838 Add pagination to CCS#index | cedricnjanga | |
| 2017-11-06 | Refs #4784 Change typo in compliance control select type view | cedricnjanga | |
| 2017-11-03 | Fixes: #4802@1h; | Robert | |
| CR 3rd (and hopefully last) part - more typo corrections - reactivating deactivated specs - fixed reactivated specs | |||
| 2017-11-03 | Merge branch 'master' into 4755-page_for_validate_referential | Guillaume | |
| 2017-11-03 | Merge pull request #106 from ↵ | Robert Dober | |
| af83/4782-create-worker-for-compliance-check-copy--rb201710301748 4782 create worker for compliance check copy rb201710301748 | |||
| 2017-11-03 | Refs: #4802@0.15h; | Robert | |
| CR 2nd part - typos - unnecessary `class: Referential` removed from referentials_factory - regrouping of referential_suite related model specs | |||
| 2017-11-03 | Refs:#4802@0.5h; | Robert | |
| CodeReview: - Exchange fr and en translation files for referential_suites - Consistent usage of `jeu de donées` and `espace de travail` dans les *fr.yml Fixes: #4802@0.2h; Replaying former work. To identify spec regression Step 3: Added validation of reference_suite#new/current Made all specs pass | |||
| 2017-11-03 | Helper limit breadcrumb size | Xinhui | |
| Refs #4820 | |||
