aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
AgeCommit message (Collapse)Author
2017-10-19Breadcrumb for compliance_control_setsXinhui
2017-10-19Breadcrum for compliance check setsXinhui
2017-10-19move begin_of_association_chain to protected method Refs #4741Guillaume
2017-10-18Remove legacy breadcrumb method in controllersXinhui
Refs #4741
2017-10-18Disable call to legacy breadcrumbXinhui
2017-10-18add clone method in compliance_control_sets_controller, add duplicate button ↵Guillaume
to IHM and flash message Refs #4741
2017-10-17Fix time_tables#index tags form should display searched tags on submitXinhui
Refs #4711
2017-10-16Fix spec compliance_controls and factoriesLuc Donnet
2017-10-16Fix build resource creation for compliance_control Refs #4728Luc Donnet
2017-10-14Fix translations for compliance_control type translation, compliance_control ↵Luc Donnet
validation, compliance_control module
2017-10-04Remove cattr_accessor form ransack date filter concerncedricnjanga
2017-10-04ComplianceControls#new add association field compliance_control_blockXinhui
Refs #4689
2017-10-03RansackDateFilter: Move `end` statement and jiggle indentationTeddy 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-03Refs #4665cedricnjanga
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-03Refs 4665 Update time_table for to adapt to ransack date filter concerncedricnjanga
2017-10-03Fix dynamic_attributes in compliance_control STI Refs #2198Luc Donnet
2017-10-02Refs #4665cedricnjanga
Add a controller concern to deal with date filters
2017-10-02Make a hack to display compliance_controls and block. Must be fixed in a ↵Luc Donnet
future release Refs #4584
2017-09-30Add comment to find the associated view when Dashboard is customized. Refs #46554655-dashboard-controllerAlban Peignier
2017-09-30Update ApiKeysController to use /dashboard parent page. Refs #4655Alban Peignier
2017-09-30Create DashboardController with STIF implementation. Refs #4655Alban Peignier
2017-09-30Remove belongs_to from ComplianceControlSetsController (not ready for that). ↵Alban Peignier
Refs #4654
2017-09-30Use parent @workbench in compliance_check_sets view. Refs #4654Alban Peignier
2017-09-29Change Compliance Control Block transport_submode attribute namecedricnjanga
2017-09-29Refs Adapt transport mode & submode translationscedricnjanga
2017-09-29Refeacto ComplianceControlBlock controllercedricnjanga
2017-09-29Fix ComplianceControls#create should redirect to complianceControlSet#showXinhui
2017-09-29Fix condition on redirect ComplianceControl#newXinhui
2017-09-28Refs #4634 Add spec to ComplianceControlBlocksControllercedricnjanga
2017-09-28Refs #4634 Create ComplianceControlBlocksController and adapt modelscedricnjanga
2017-09-28ComplianceControls#select_type actionXinhui
2017-09-28Merge pull request #79 from af83/4466-compliance_check_sets0Napster
4466 compliance check sets
2017-09-28Merge branch 'master' into 4466-compliance_check_setsGuillaume
2017-09-28fix locales translations, remove unused array for date filtersGuillaume
2017-09-28Rework associationXinhui
2017-09-28fix review for pull requestGuillaume
2017-09-27Refs #4615 Resolve rebase conflictcedricnjanga
2017-09-27Refs #4615 Change spec and controller regarding to the ComplianceControl ↵cedricnjanga
models changes
2017-09-27Add type to permited params & remove policy checkXinhui
2017-09-27Support of dynamic_attributes in formXinhui
Refs #4467
2017-09-27Remove action override, notice is now handle by gem responderXinhui
2017-09-27Nested form for compliance control blockXinhui
Refs #4585
2017-09-27Nested compliance control blockXinhui
Refs #4585
2017-09-27Manually specifying policy classes for ComplianceControl & childrenXinhui
Refs #4581
2017-09-27Move ComplianceControl#index into ComplianceControlSet#showXinhui
Refs #4579
2017-09-27Add type to permited params & remove policy checkXinhui
2017-09-26Refs: #4440@1h; ImportPolicy applied in views and controllerRobert
2017-09-26add date filter to compliance_control_sets Refs #4466Guillaume
2017-09-25add compliance_check_sets structure Refs #3564Guillaume
2017-09-21Comment begin_of_association_chain methodcedricnjanga