| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-05 | Refs #5127 Add two new endpoints to the API | cedricnjanga | |
| ComplianceCheckSet#notify_parent NetexImport#notify_parent | |||
| 2017-12-01 | Fix objectid_format creation in migration with existence test. | Luc Donnet | |
| 2017-11-30 | Merge branch 'master' into 5093-fix_import_policy | Luc Donnet | |
| 2017-11-30 | Fixes: #5130@0.5h; Added a quickfix for incorrect item_id type in versions5130-del_fk_compliance_ctrl_set_in_compliance_check_sets | Robert | |
| 2017-11-30 | Fixes: #5130@0.5h; Spec added, migration added | Robert | |
| 2017-11-30 | Delete foreign_key referential in compliance_check_set Refs #5093 | Luc Donnet | |
| 2017-11-28 | Refactoring move referentialSupport from chouetteController into childrens | Xinhui | |
| 2017-11-28 | Remove column creator | Xinhui | |
| 2017-11-28 | Remove creator_id column | Xinhui | |
| 2017-11-28 | Add gem paper_trail | Xinhui | |
| 2017-11-27 | Merge branch 'master' of github.com:af83/stif-boiv | cedricnjanga | |
| 2017-11-26 | Create STIF organisations with custom_view 'stif'. Refs #4735 | Alban Peignier | |
| 2017-11-26 | Add Organisation#custom_view and associated helper render_custom_view. Refs ↵ | Alban Peignier | |
| #4735 | |||
| 2017-11-24 | Take into account code review | cedricnjanga | |
| 2017-11-23 | Add migration to update all referentials and workbenches objectid format to ↵ | cedricnjanga | |
| stif_netex | |||
| 2017-11-22 | Merge branch 'master' into 4941-refactoring_object_id | cedricnjanga | |
| 2017-11-22 | Merge branch 'master' into 4941-refactoring_object_id | cedricnjanga | |
| 2017-11-17 | Merge branch '4516_cleanup_rule_parameter_set' | Xinhui | |
| 2017-11-17 | Remove migration4516_cleanup_rule_parameter_set | Xinhui | |
| Refs #4516 | |||
| 2017-11-14 | Remove rule parameter set route | Xinhui | |
| Refs #4516 Removel rule parameter set from migration | |||
| 2017-11-14 | Drop table rule_parameter_sets | Xinhui | |
| Refs #4516 | |||
| 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 | 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 | 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 | Migration drop table route_sections & journey_pattern_sections | Xinhui | |
| 2017-11-06 | Refs #4859 Change ImportMessage#criticity type to string | cedricnjanga | |
| 2017-10-16 | Fix uniqueness for code in compliance_control_set Refs #4731 | Luc Donnet | |
| 2017-10-12 | Refs: #4709@0.75h; | Robert | |
| DONE: - Copied all node atts for ComplianceChecks - Migration of CompliancCheck#criticity int -> string TODO: - Check what to do with attribute ComplianceCheck#type | |||
| 2017-10-03 | Refs #4661 Remove string column from ComplianceCheckSet | cedricnjanga | |
| 2017-10-03 | Add attributes to compliance check set Refs #4661 | cedricnjanga | |
| 2017-10-03 | Refs #4678 Add migration to convert control attributes to hstore | cedricnjanga | |
| 2017-10-02 | Refs #4638 Add reliation between ComplianceCheckSet and CompliancecheckMessage | cedricnjanga | |
| 2017-09-28 | Refs #4626 Add compliance_check_set_id to ComplianceCheckResource | cedricnjanga | |
| 2017-09-28 | Refs #4625 Add status to ComplianceCheckMessage | cedricnjanga | |
| 2017-09-28 | Revert references compliance_control should belong to compliance_control block | Xinhui | |
| 2017-09-28 | Refs #4623 : Add orrigin code to Compliance Check | cedricnjanga | |
| 2017-09-27 | Refs #4615 Refacto compliance control models and add origin_code to ↵ | cedricnjanga | |
| ComplianceControl model | |||
| 2017-09-27 | Remove compliance control block id column from compliance_controls table | Xinhui | |
| Refs #4585 | |||
| 2017-09-27 | Nested compliance control block | Xinhui | |
| Refs #4585 | |||
| 2017-09-25 | Add data migration to give all Workbenches a ReferentialSuite | Teddy Wing | |
| Existing `Workbench`es don't have associated `ReferentialSuite`s in their `output` fields. The new requirement is that all `Workbench`es must have a `ReferentialSuite`. To enforce this for existing `Workbench` records, this data migration creates new (empty) `ReferentialSuite`s for each existing `Workbench`. Not performant at all, and I'm worried I'm missing some edge case, but this is the gist of it. Refs #3520 | |||
| 2017-09-25 | Add `output_id` column to `workbenches` | Teddy Wing | |
| This column will be a reference to a `ReferentialSuite`. Going forward, all `Workbench`es will be required to have an associated `ReferentialSuite`. Refs #3520 | |||
| 2017-09-22 | Add `has_many` association between `Referential` and `ReferentialSuite` | Teddy Wing | |
| `ReferentialSuite` has many `Referential`s. Need to add a foreign key column to the `referentials` table to allow that to work. Refs #3519 | |||
| 2017-09-22 | Add `ReferentialSuite` | Teddy Wing | |
| This model is responsible for collecting referentials in order to merge them into a single referential. * `new` corresponds to a referential in the process of being validated * `current` corresponds to the most recently validated referential Refs #3519 | |||
| 2017-09-18 | Fix table name compliance_check_result to compliance_check_message Refs #4390 @2 | Luc Donnet | |
| 2017-09-15 | Initialize first model for compliance_control STI Refs #3550 @4 | Luc Donnet | |
| 2017-09-14 | Change wayback values in route Refs #3395 @4 | Luc Donnet | |
| 2017-09-13 | Restore /20131029115820_create_compliance_check_results. Refs #4469 | Alban Peignier | |
| 2017-09-12 | Merge branch 'master' into compliance_control | Xinhui Xu | |
