| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-15 | Fixes: #4461@2h; Specing and Implementing | Robert | |
| 2017-11-15 | Refs: #4461@1.5h; Repaired netex_import factory, adapted spec/models/import_spec | Robert | |
| 2017-11-13 | ComplianceCheckSet#update_status: Return `true` if no update happened | Teddy Wing | |
| Return `true` from this method by default. If the `#update` call fails, then it will return `false`, but in all other cases, we should return `true`. That way, when the `Api::V1::ComplianceCheckSetsController#validated` endpoint is called, it will respond with the `ComplianceCheckSet` object instead of: {"status":"error","messages":[]} with no error messages. Refs #4757 | |||
| 2017-11-13 | ComplianceCheckSet#update_status: Handle resources with "IGNORED" status | Teddy Wing | |
| If any associated resources have the "IGNORED" status, this shouldn't affect the outcome of a "successful" status. Allow the `ComplianceCheckSet` to be "successful" even if some `Resource`s are "IGNORED". Refs #4757 | |||
| 2017-11-13 | ComplianceCheckSet: Rename to `all_statuses_ok?` | Teddy Wing | |
| Another suggestion from Robert, since this method returns a boolean, maybe its name should end with a question mark. Refs #4757 | |||
| 2017-11-13 | ComplianceCheckSet: Rename to `all_statuses_ok` | Teddy Wing | |
| Suggestion from Robert to have a simpler name. I had just written it the way it sounded in my head when I wrote the method. Refs #4757 | |||
| 2017-11-13 | ComplianceCheckSet#update_status: Return result of `#update` | Teddy Wing | |
| We should return the result of the `ActiveRecord` `#update` call, so that we can determine if there was an error saving the `ComplianceCheckSet` record. Refs #4757 | |||
| 2017-11-13 | Revert "ComplianceCheckSet#update_status: Should return a boolean" | Teddy Wing | |
| This reverts commit b7477e28f90c961079c7b12c4992071cbc11b2d6. This logic isn't right. We should return true/false based on the result of `update`, as in, whether the value was able to be updated, instead of on the contents of the status. | |||
| 2017-11-13 | ComplianceCheckSet#update_status: Should return a boolean | Teddy Wing | |
| Ensure that `#update_status` always returns a boolean value. We'll be using this to determine whether the updated status was 'successful' or not. Hmmm. Wait. That's not right. We want to return true from the update, we don't care about the status. The error case should be when the `update` fails. Darn. Refs #4757 | |||
| 2017-11-13 | ComplianceCheckSet#update_status: Only update 'successful' at the end | Teddy Wing | |
| Previously we were updating to a 'successful' status prematurely, at the first encounter with a successful `ComplianceCheckResource`. Here, we wait until we've looked at all associated `ComplianceCheckResource`s before setting 'successful'. Only if all associated `ComplianceCheckResource`s are successful do we set this status on the `ComplianceCheckSet`. Refs #4757 | |||
| 2017-11-13 | ComplianceCheckSet#update_status: First incomplete version | Teddy Wing | |
| Fill in the `#update_status` method. It should update the status of the `ComplianceCheckSet` based on the status of its child `ComplianceCheckResource`s. This version doesn't work because it doesn't wait until the end of the loop to update the status to 'successful'. But it's the right logic for the 'failed' and 'warning' cases. Refs #4757 | |||
| 2017-11-13 | ComplianceCheckSet#update_status: Add spec for successful children | Teddy Wing | |
| Initial spec that checks the correct status field change when all `ComplianceCheckResource`s are successful. Refs #4757 | |||
| 2017-11-09 | Merge branch '4944_remove_route_section_code' | Xinhui | |
| 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 | Remove model route_sections | Xinhui | |
| 2017-11-06 | Fix on ImportMessage#criticity enumeration | cedricnjanga | |
| 2017-11-06 | Refs #4859 Change ImportMessage#criticity type to string | cedricnjanga | |
| 2017-11-06 | Merge pull request #109 from af83/4802-referential-model-normalisation | teddywing | |
| 4802 referential model normalisation | |||
| 2017-11-06 | Refs #4788 Add predicate and perequisite for ComplianceControl | cedricnjanga | |
| 2017-11-06 | Refs #4813 Add funicular in transport mode enumeration | cedricnjanga | |
| 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-02 | Refs: #4802@2h; Replaying former work. To identify spec regression | Robert | |
| Step 2: Added validation of reference->workbench->organisation consistency Made all specs pass Chased bug #4826 | |||
| 2017-11-01 | Refs: #4802@6h; Replaying former work. To identify spec regression | Robert | |
| Step 1: config/locales | |||
| 2017-10-31 | Refs: #4774@2h; Debugging feature specs, added ↵ | Robert | |
| ComplianceControl.subclass_patterns [amend me] [skip-ci] | |||
| 2017-10-31 | Refs: #4774@3h; | Robert | |
| Ransack filter view implemented | |||
| 2017-10-31 | Fix locales problem for wrong file extension in import Refs #4816 | Luc Donnet | |
| 2017-10-26 | Refs #4637 Add resolve status to Import.finished_statuses | cedricnjanga | |
| 2017-10-24 | Simplify extension file validation | cedricnjanga | |
| 2017-10-23 | Refs #4762 Add file extension checking before importing (standard app and api) | cedricnjanga | |
| 2017-10-18 | Fix spec validation failed on contriance control sti subclasses | Xinhui | |
| 2017-10-17 | Compliance Control set min level of criticity | Xinhui | |
| Refs #4730 | |||
| 2017-10-17 | Change routing constaint zone control default codes | cedricnjanga | |
| 2017-10-16 | Uncomment presence validation on generic attribute control Refs #4728 | Luc Donnet | |
| 2017-10-16 | Merge branch 'master' of github.com:af83/stif-boiv | cedricnjanga | |
| 2017-10-16 | Refs #4722 Comlpiance Control translations | cedricnjanga | |
| 2017-10-16 | Fix uniqueness for code in compliance_control_set Refs #4731 | Luc Donnet | |
| 2017-10-16 | Refs: #4720@1.3h; | Robert | |
| Validation implemented for min_max_values with correct I18n'd error messages Applied to: VehicleJourneyControl::Speed & GenericAttributeControl::MinMax | |||
| 2017-10-15 | Fix titles on different pages, Translate compliance_control_block in edit of ↵ | Luc Donnet | |
| compliance_control | |||
| 2017-10-14 | Fix translations for compliance_control type translation, compliance_control ↵ | Luc Donnet | |
| validation, compliance_control module | |||
| 2017-10-13 | Refs: #4709@0.2h; Fixing illegal value `info` dans ComplianceCheck.criticity4709-compliance-check-criticity-as-string | Robert | |
| 2017-10-12 | Fixes: #4709@0.15h; | Robert | |
| Nullified ComplianceCheck STI column speced and implemented via `self.inheritance_column = nil` | |||
| 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-11 | update list of transport_modes and sub_modes, fix translate for ↵4706-mofify_sub/transport_modes | Guillaume | |
| transport_modes helper Refs #4706 | |||
| 2017-10-09 | Fixes: #4629@0.5h; 2nd Code Review | Robert | |
| 2017-10-09 | Refs: #4629@1h; Implementing CR + missing worker spec | Robert | |
| 2017-10-09 | Fixes: #4629@4.5h; Implemented copy | Robert | |
| 2017-10-09 | Refs: #4629@1.5h; | Robert | |
| Specs and implements coherent direct and indirect ComplianceControlSet parentship for ComplianceControls | |||
| 2017-10-09 | Refs: #4629@0.33h; Fixes shoulda helper specs for ComplianceControl, safe ↵ | Robert | |
| for name | |||
| 2017-10-04 | Refs 4517 Add some modification to the two modules to add methods to list ↵ | cedricnjanga | |
| the sorted transport modes and submodes | |||
