| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-18 | Merge branch '4467_compliance_control_crud' into 4466-compliance_control_sets | Guillaume | |
| 2017-09-17 | Avoid error when Import#started_at isn't defined | Alban Peignier | |
| 2017-09-15 | Initialize first model for compliance_control STI Refs #3550 @4 | Luc Donnet | |
| 2017-09-15 | Refs: #4446@1.5h; | Robert | |
| * Make failing /delete_api_key_feature_spec pending - Seems Capybara only sees html from the partial api_keys/_form, but not the parent api_keys/edit, which happens to contain the delete link :( * ApiKeyPolicy adapted - update? depends on record's organisation as no referential present - create? depends on user's permission only as organisation will be correct anyway | |||
| 2017-09-15 | merged 4442 into 4446 | Robert | |
| 2017-09-14 | Refs: #4446@1h; Api Keys Edit feature speced | Robert | |
| 2017-09-14 | create base structure for compliance_control_sets | Guillaume | |
| 2017-09-14 | ComplianceControl Controller4467_compliance_control_crud | Xinhui | |
| Refs #4467 | |||
| 2017-09-14 | Fixes: #4442@0.5h;4442-api_keys-permissions-spex | Robert | |
| 2017-09-14 | Hotfix | Robert | |
| 2017-09-14 | Small changes for api key policy and view | cedricnjanga | |
| 2017-09-14 | Fixes: #4431@0.16666666666666666h;4431-permission-renaming | Robert | |
| 2017-09-14 | Fix api_key policies Refs #4442 | Luc Donnet | |
| 2017-09-14 | Change wayback values in route Refs #3395 @4 | Luc Donnet | |
| 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-12 | Change typo to load time_table.js file in time_table#index | cedricnjanga | |
| 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 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 | 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 | 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-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 | Update links in nav left | Luc Donnet | |
| 2017-09-06 | Add Organisation column in Calendars#index Table | cedricnjanga | |
| 2017-09-06 | Fix autocomplete issues on Timetable Select2 | cedricnjanga | |
| 2017-09-06 | Merge branch 'master' of github.com:af83/stif-boiv | cedricnjanga | |
| 2017-09-06 | Fix import messages when referential can't be created. Delete unused sass ↵ | Luc Donnet | |
| files. Refs #4259 | |||
| 2017-09-06 | Change humanOID function to take into account objectid changes | cedricnjanga | |
| 2017-09-06 | Model ComplianceCheckResult | Xinhui | |
| Refs #4390 | |||
| 2017-09-06 | Model ComplianceCheckResource | Xinhui | |
| Refs #4391 | |||
| 2017-09-06 | Resolve merge conflict | cedricnjanga | |
| 2017-09-06 | Model ComplianceCheck | Xinhui | |
| Refs #4388 | |||
| 2017-09-06 | Merge branch 'master' of github.com:AF83/stif-boiv | Luc Donnet | |
| 2017-09-06 | Fix import messages export to csv Refs #4259 | Luc Donnet | |
