aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-10-10Refs: #4709@1h; Preparing tests in parent branch #47074707-simplify-compliance-control-copyRobert
2017-10-10Fixes: #4707@1.5h;Robert
2017-10-10fix react version for build, add Procfile for run with manager (ex: foreman)Guillaume
2017-10-10Fix missing translationXinhui
Refs #4687
2017-10-10Need to test webpack config and to configure teaspoon to run React Apps specscedricnjanga
2017-10-10Add plugins to webpack configcedricnjanga
2017-10-09Working standard webpacker configcedricnjanga
2017-10-09Merge pull request #84 from af83/4629-comp-check-set-creationRobert Dober
4629 comp check set creation *Mergeable*
2017-10-09Fixes: #4629@0.5h; 2nd Code ReviewRobert
2017-10-09Refs: #4629@1h; Implementing CR + missing worker specRobert
2017-10-09Fixes: #4629@4.5h; Implemented copyRobert
2017-10-09Refs: #4629@1.5h;Robert
Specs and implements coherent direct and indirect ComplianceControlSet parentship for ComplianceControls
2017-10-09Refs: #4629@0.33h; Fixes shoulda helper specs for ComplianceControl, safe ↵Robert
for name
2017-10-09Refactoring tables titles for routesGuillaume
2017-10-09Merge pull request #87 from af83/4663-compliance_controls_layoutsLuc Donnet
update layout show/select_types for compliance control Refs #4663
2017-10-06update en locales Refs #46634663-compliance_controls_layoutsGuillaume
2017-10-06update layout show/select_types for compliance control Refs #4663Guillaume
2017-10-06ComplianceControl#new target fieldXinhui
Refs #4687
2017-10-06Add vehicle journey appcedricnjanga
2017-10-06Add webpacker gem and migrate the React appscedricnjanga
2017-10-05Update of INSTALL.md after some troubles getting bundler to install ↵Robert
correctly on macOS / Ruby 2.2.*
2017-10-05Merge branch 'master' of github.com:af83/stif-boivRobert
2017-10-05Refs #4693 Change view bug on transport submode due to last Codifligne synccedricnjanga
2017-10-04Remove cattr_accessor form ransack date filter concerncedricnjanga
2017-10-04Refs 4517 Add some modification to the two modules to add methods to list ↵cedricnjanga
the sorted transport modes and submodes
2017-10-04Merge branch 'master' of github.com:af83/stif-boivRobert
2017-10-04Rename spec test for compliance_control Refs #4690Luc Donnet
2017-10-04Rename app/models/route_control/speed.rb -> ↵Luc Donnet
app/models/vehicle_journey_control/speed.rb and fix variables name in compliance control subclasses Refs #4690
2017-10-04ComplianceControls#new add association field compliance_control_blockXinhui
Refs #4689
2017-10-04Merge branch 'master' of https://github.com/af83/stif-boivGuillaume
2017-10-04temporarily decorate @compliance_control_set for table builder links Refs #4663Guillaume
2017-10-03Merge branch 'master' of github.com:af83/stif-boivRobert
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-03DB migrationRobert
2017-10-03Merge branch 'master' of https://github.com/af83/stif-boivGuillaume
2017-10-03add gear menu to compliance_control_blocks titleGuillaume
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 #4661 Remove string column from ComplianceCheckSetcedricnjanga
2017-10-03Add attributes to compliance check set Refs #4661cedricnjanga
2017-10-03Refs #4678 Add migration to convert control attributes to hstorecedricnjanga
2017-10-03Refs 4665 Update time_table for to adapt to ransack date filter concerncedricnjanga
2017-10-03Comment spec/controllers/compliance_control_sets_controller_spec.rb to get ↵Luc Donnet
the build passed
2017-10-03Fix We MUST add compliance controls STI subclasses in Apartment initializerLuc Donnet
2017-10-03create helper for transport_modes title Refs #4660Guillaume
2017-10-03Fix dynamic_attributes in compliance_control STI Refs #2198Luc Donnet
2017-10-02Fix localization for compliance_control_set and compliance_control model ↵Luc Donnet
name Refs #2198
2017-10-02Merge pull request #82 from af83/4627-compliance-fix-class-varsLuc Donnet
4627 compliance fix class vars
2017-10-02Refs: #4627@0.2h; Fixes regression for renamed compliance_control factoryRobert
2017-10-02Refs: #4267@1.5h; ComplianceControlClassLevelDefaultsRobert
All implemented as class methods
2017-10-02Refs: #4267@1.5h; ComplianceControlClassLevelDefaultsRobert
- All Specs and Factories implemented - Fixing More Typos in dir/file names and incorrect module names; long live copy and paste