| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-19 | Breadcrumb for compliance_control_sets | Xinhui | |
| 2017-10-19 | Breadcrum for compliance check sets | Xinhui | |
| 2017-10-19 | move begin_of_association_chain to protected method Refs #4741 | Guillaume | |
| 2017-10-18 | Remove legacy breadcrumb method in controllers | Xinhui | |
| Refs #4741 | |||
| 2017-10-18 | Disable call to legacy breadcrumb | Xinhui | |
| 2017-10-18 | add clone method in compliance_control_sets_controller, add duplicate button ↵ | Guillaume | |
| to IHM and flash message Refs #4741 | |||
| 2017-10-17 | Fix time_tables#index tags form should display searched tags on submit | Xinhui | |
| Refs #4711 | |||
| 2017-10-16 | Fix spec compliance_controls and factories | Luc Donnet | |
| 2017-10-16 | Fix build resource creation for compliance_control Refs #4728 | Luc Donnet | |
| 2017-10-14 | Fix translations for compliance_control type translation, compliance_control ↵ | Luc Donnet | |
| validation, compliance_control module | |||
| 2017-10-04 | Remove cattr_accessor form ransack date filter concern | cedricnjanga | |
| 2017-10-04 | ComplianceControls#new add association field compliance_control_block | Xinhui | |
| Refs #4689 | |||
| 2017-10-03 | RansackDateFilter: Move `end` statement and jiggle indentation | Teddy Wing | |
| An `end` statement was missing to close off the `set_date_time_params` method. Wondering if this is what was causing these test failures on the build server: 1) ComplianceCheckSetsController GET index should be successful Failure/Error: scope = self.ransack_period_range(scope: @compliance_check_sets, error_message: t('compliance_check_sets.filters.error_period_filter'), query: :where_created_at_between) NoMethodError: undefined method `ransack_period_range' for #<ComplianceCheckSetsController:0x0000000fa67e58> # ./app/controllers/compliance_check_sets_controller.rb:11:in `block in index' # ./app/controllers/compliance_check_sets_controller.rb:10:in `index' # ./spec/controllers/compliance_check_sets_controller_spec.rb:17:in `block (3 levels) in <top (required)>' 2) Workbenches permissions on show view if present → shows the corresponding button Failure/Error: scope = self.ransack_period_range(scope: scope, error_message: t('referentials.errors.validity_period'), query: :in_periode) NoMethodError: undefined method `ransack_period_range' for #<WorkbenchesController:0x00000006cb4368> # ./app/controllers/workbenches_controller.rb:15:in `show' # ./spec/features/workbenches_permissions_spec.rb:15:in `block (3 levels) in <top (required)>' Worth a try. | |||
| 2017-10-03 | Refs #4665 | cedricnjanga | |
| Adapt date filters helpers according to this new concern Try to correct build error : "ransack period range undefined" All tests pass on my machine Refs #4661 Remove string column from ComplianceCheckSet | |||
| 2017-10-03 | Refs 4665 Update time_table for to adapt to ransack date filter concern | cedricnjanga | |
| 2017-10-03 | Fix dynamic_attributes in compliance_control STI Refs #2198 | Luc Donnet | |
| 2017-10-02 | Refs #4665 | cedricnjanga | |
| Add a controller concern to deal with date filters | |||
| 2017-10-02 | Make a hack to display compliance_controls and block. Must be fixed in a ↵ | Luc Donnet | |
| future release Refs #4584 | |||
| 2017-09-30 | Add comment to find the associated view when Dashboard is customized. Refs #46554655-dashboard-controller | Alban Peignier | |
| 2017-09-30 | Update ApiKeysController to use /dashboard parent page. Refs #4655 | Alban Peignier | |
| 2017-09-30 | Create DashboardController with STIF implementation. Refs #4655 | Alban Peignier | |
| 2017-09-30 | Remove belongs_to from ComplianceControlSetsController (not ready for that). ↵ | Alban Peignier | |
| Refs #4654 | |||
| 2017-09-30 | Use parent @workbench in compliance_check_sets view. Refs #4654 | Alban Peignier | |
| 2017-09-29 | Change Compliance Control Block transport_submode attribute name | cedricnjanga | |
| 2017-09-29 | Refs Adapt transport mode & submode translations | cedricnjanga | |
| 2017-09-29 | Refeacto ComplianceControlBlock controller | cedricnjanga | |
| 2017-09-29 | Fix ComplianceControls#create should redirect to complianceControlSet#show | Xinhui | |
| 2017-09-29 | Fix condition on redirect ComplianceControl#new | Xinhui | |
| 2017-09-28 | Refs #4634 Add spec to ComplianceControlBlocksController | cedricnjanga | |
| 2017-09-28 | Refs #4634 Create ComplianceControlBlocksController and adapt models | cedricnjanga | |
| 2017-09-28 | ComplianceControls#select_type action | Xinhui | |
| 2017-09-28 | Merge pull request #79 from af83/4466-compliance_check_sets | 0Napster | |
| 4466 compliance check sets | |||
| 2017-09-28 | Merge branch 'master' into 4466-compliance_check_sets | Guillaume | |
| 2017-09-28 | fix locales translations, remove unused array for date filters | Guillaume | |
| 2017-09-28 | Rework association | Xinhui | |
| 2017-09-28 | fix review for pull request | Guillaume | |
| 2017-09-27 | Refs #4615 Resolve rebase conflict | cedricnjanga | |
| 2017-09-27 | Refs #4615 Change spec and controller regarding to the ComplianceControl ↵ | cedricnjanga | |
| models changes | |||
| 2017-09-27 | Add type to permited params & remove policy check | Xinhui | |
| 2017-09-27 | Support of dynamic_attributes in form | Xinhui | |
| Refs #4467 | |||
| 2017-09-27 | Remove action override, notice is now handle by gem responder | Xinhui | |
| 2017-09-27 | Nested form for compliance control block | Xinhui | |
| Refs #4585 | |||
| 2017-09-27 | Nested compliance control block | Xinhui | |
| Refs #4585 | |||
| 2017-09-27 | Manually specifying policy classes for ComplianceControl & children | Xinhui | |
| Refs #4581 | |||
| 2017-09-27 | Move ComplianceControl#index into ComplianceControlSet#show | Xinhui | |
| Refs #4579 | |||
| 2017-09-27 | Add type to permited params & remove policy check | Xinhui | |
| 2017-09-26 | Refs: #4440@1h; ImportPolicy applied in views and controller | Robert | |
| 2017-09-26 | add date filter to compliance_control_sets Refs #4466 | Guillaume | |
| 2017-09-25 | add compliance_check_sets structure Refs #3564 | Guillaume | |
| 2017-09-21 | Comment begin_of_association_chain method | cedricnjanga | |
