| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-14 | ComplianceControl Controller4467_compliance_control_crud | Xinhui | |
| Refs #4467 | |||
| 2017-09-14 | Routes for resources compliance_control_sets & compliance_controls | Xinhui | |
| 2017-09-14 | Fix java messages for netex compliance controls Refs #3565 @1 | Luc Donnet | |
| 2017-09-14 | Fix api_key policies Refs #4442 | Luc Donnet | |
| 2017-09-14 | Merge branch 'master' of github.com:AF83/stif-boiv | Luc Donnet | |
| 2017-09-14 | Change wayback values in route Refs #3395 @4 | Luc Donnet | |
| 2017-09-14 | fix permission tests for newly introduced `api_keys.*` permissions | Robert | |
| 2017-09-14 | Merge branch 'master' of github.com:af83/stif-boiv | Robert | |
| 2017-09-13 | Uses match_array in permission_translatorspec. Refs #4019 | Alban Peignier | |
| 2017-09-13 | Change SimpleCov configuration to exclude some dummy directories. Refs #4474 | Alban Peignier | |
| 2017-09-13 | Refactoring seed - remove referential - lines - stopareas | Xinhui | |
| 2017-09-13 | Merge branch 'master' of github.com:AF83/stif-boiv | Luc Donnet | |
| 2017-09-13 | Apply object id changes to views | cedricnjanga | |
| 2017-09-13 | Add short_id method to Chouette::StifNetexObjectid class | cedricnjanga | |
| 2017-09-13 | use new human OID in select2s | cedricnjanga | |
| 2017-09-13 | Change humanOID function to take into account different object id syntax | cedricnjanga | |
| 2017-09-13 | Disable deploy when not in master/staging or production. Refs #4468 | Alban Peignier | |
| 2017-09-13 | Restore /20131029115820_create_compliance_check_results. Refs #4469 | Alban Peignier | |
| 2017-09-13 | Fixes nice pre-commit typo o/. Refs #4468 | Alban Peignier | |
| 2017-09-13 | Drop, create and migrate database in ci. Refs #4468 | Alban Peignier | |
| 2017-09-12 | Change typo to load time_table.js file in time_table#index | cedricnjanga | |
| 2017-09-12 | migration | Robert | |
| 2017-09-12 | Change the import status filter to include all of the statuses and not just ↵ | cedricnjanga | |
| running successful warning and failed. The Import model has seven statuses and we wanted to filter them all so we added a method in the controller that will be called before_action :index to change the params and include the other statuses and include them in the ransack query (witout having duplicates in the checkboxes) | |||
| 2017-09-12 | Merge pull request #65 from af83/compliance_control | Xinhui Xu | |
| Compliance control | |||
| 2017-09-12 | Merge branch 'master' into compliance_control | Xinhui Xu | |
| 2017-09-12 | Merge pull request #63 from af83/4189-duplicate-route | Luc Donnet | |
| 4189 duplicate route | |||
| 2017-09-12 | Edit object#local_id attribute order | Xinhui | |
| Refs #4453 | |||
| 2017-09-12 | Add errors details on reflex:sync log | Xinhui | |
| 2017-09-12 | Change some specs to have all the wokbenches name to be 'Gestion de l'offre' ↵ | cedricnjanga | |
| like in application controller | |||
| 2017-09-12 | Change the import filter to include two inputs and tweak ransack filter to ↵ | cedricnjanga | |
| convert date object to dateTime object | |||
| 2017-09-12 | Refs: #4189@2h; Fixing logical merging issues, preparing PR | Robert | |
| 2017-09-11 | merged with master | Robert | |
| 2017-09-11 | Fix views and access for api keys generation Refs #4276 @8 | Luc Donnet | |
| 2017-09-11 | Fixes #4189@4h Route Duplication | Robert | |
| * Duplication of Route is triggered by link and UI forwarded to edit of duplicatee - Changing route, only POST duplicate_referential_line_route --> RoutesController#duplicate - Removing route GET duplicate_referential_line_route --> RoutesController#duplicate - Removing controller action RoutesController#post_duplicate * Link in Route Decorator depends on new policy RoutePolicy#decorate? * Adapting specs | |||
| 2017-09-11 | Change the current_offer_workbench method | cedricnjanga | |
| 2017-09-11 | Update of ReferentialsController#new : | cedricnjanga | |
| - Add some context to referential and workbench decorator to access current_referential and assign it to the cloned referential - Add a build_referential method to avoir duplicates of code (in the controller and in the model), need to clean a bit more - Need to add some Spec features to take into account the functional scope of the current_user | |||
| 2017-09-11 | Merge pull request #62 from ↵ | teddywing | |
| af83/4412-add-tests-for-Import#destroy--v2--rb201709111249 4412 add tests for import#destroy v2 rb201709111249 | |||
| 2017-09-11 | ImportMessage: Remove `dependent: :destroy` on :resource association | Teddy Wing | |
| It doesn't really make sense to have a `dependent: :destroy` here. For one thing, the `Import` class has the necessary `dependent: :destroy` definitions to remove its associated objects when it gets deleted. At this point, according to Luc, we don't envision deleting `ImportResource`s separately from `Import`s. The other weird thing is that: * `ImportResource` has many `ImportMessage`s * `ImportMessage` has one `ImportResource` With the `dependent: :destroy` set up the way it is here on `ImportMessage`, we could potentially be deleting an `ImportResource` with other `ImportMessage` children that would then become orphaned. For both these reasons, it seems better to remove this trigger. Refs #4412 | |||
| 2017-09-11 | Import specs: Add tests to verify dependent-destroy of associations | Teddy Wing | |
| When an import is destroyed, all: * child imports * associated `ImportReference`s * associated `ImportMessage`s must be destroyed. This is handled by a `dependent: :destory` on the associations. Here we add tests to validate that the records get properly destroyed. Refs #4412 | |||
| 2017-09-11 | Fix spec error format | Luc Donnet | |
| 2017-09-08 | Disable uniqueness of name for referential because it stops import for same ↵ | Luc Donnet | |
| referential Refs #4415 @1 | |||
| 2017-09-07 | Merge branch 'master' of github.com:AF83/stif-boiv | Luc Donnet | |
| 2017-09-07 | Fix import messages locales key in java process Refs #4370 @1 | Luc Donnet | |
| 2017-09-07 | Restore Referential#clone_schema invocation. Refs #4335 | Alban Peignier | |
| 2017-09-07 | Avoid Appartment schema creation when cloning is pending. Add a spec which ↵ | Alban Peignier | |
| performs a real referential clone. Refs #4335 | |||
| 2017-09-07 | Set default value for data_source_ref | Xinhui | |
| Refs #4406 | |||
| 2017-09-07 | Reflex:sync log invalid object | Xinhui | |
| Refs #4367 | |||
| 2017-09-07 | Add data_source_ref for model Route, JourneyPattern, RoutingConstraintZone, ↵ | Xinhui | |
| VehicleJourney, Timetable, Footnote Refs #4368 | |||
| 2017-09-07 | Update links in nav left | Luc Donnet | |
| 2017-09-06 | Add Organisation column in Calendars#index Table | cedricnjanga | |
