aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-10-16Fix build resource creation for compliance_control Refs #4728Luc Donnet
2017-10-16Merge branch 'master' of https://github.com/af83/stif-boivGuillaume
2017-10-16add jest for js test, fix js test errors, remove unused config in ↵Guillaume
config/environement
2017-10-16Change default code to toute control / stop point in JPcedricnjanga
2017-10-16Fix translation parsing errorcedricnjanga
2017-10-16Merge branch 'master' of github.com:af83/stif-boivRobert
2017-10-16Merge branch 'master' of github.com:af83/stif-boivcedricnjanga
2017-10-16Refs 4722 Add arguments to Compliance Control translationscedricnjanga
2017-10-16Refs #4722 Comlpiance Control translationscedricnjanga
2017-10-16Fix test spec/lib/compliance_control_set_copier_spec.rb due to uniqueness of ↵Luc Donnet
compliance_control code Refs #4731
2017-10-16migratedRobert
2017-10-16Merge branch 'master' of github.com:af83/stif-boivRobert
2017-10-16Fix uniqueness for code in compliance_control_set Refs #4731Luc Donnet
2017-10-16Hotfix correctionRobert
2017-10-16Hotfix deactivated pending testsRobert
2017-10-16Merge pull request #93 from af83/4720-compliance-contorl-subclass-valuesRobert Dober
4720 compliance contorl subclass values
2017-10-16Fixes: #4270@0.1h; removed pattern validationRobert
2017-10-16Refs: #4720@1.3h;Robert
Validation implemented for min_max_values with correct I18n'd error messages Applied to: VehicleJourneyControl::Speed & GenericAttributeControl::MinMax
2017-10-16Refs: #4270@0.6h;Robert
GenericControlAttribute validation speced for - MinMax - Pattern
2017-10-15Fix titles on different pages, Translate compliance_control_block in edit of ↵Luc Donnet
compliance_control
2017-10-14Fix translations for compliance_control type translation, compliance_control ↵Luc Donnet
validation, compliance_control module
2017-10-13Merge pull request #88 from af83/4698-table_pages_title_refactoringLuc Donnet
Refactoring tables titles for routes
2017-10-13Merge pull request #91 from af83/4709-compliance-check-criticity-as-stringLuc Donnet
4709 compliance check criticity as string
2017-10-13Update compliance_controls.fr.yml translationsLuc Donnet
2017-10-13Refs: #4709@0.2h; Fixing illegal value `info` dans ComplianceCheck.criticity4709-compliance-check-criticity-as-stringRobert
2017-10-12Fixes: #4709@0.15h;Robert
Nullified ComplianceCheck STI column speced and implemented via `self.inheritance_column = nil`
2017-10-12Refs: #4709@0.75h;Robert
DONE: - Copied all node atts for ComplianceChecks - Migration of CompliancCheck#criticity int -> string TODO: - Check what to do with attribute ComplianceCheck#type
2017-10-12Refs: #4709@1h; Preparing tests for correctly copy of data and migrationRobert
2017-10-12Refs: #4709@0.15h; Need to merge 4707 with fixed specsRobert
2017-10-12Merge branch 'master' of github.com:af83/stif-boivRobert
2017-10-12Fix environment variables for webpackLuc Donnet
2017-10-12with Gemfile.lock this timeFlorent Peyraud
2017-10-12remove capistrano-npmFlorent Peyraud
2017-10-12Use yarn and not npm anymoreLuc Donnet
2017-10-12for pullRobert
2017-10-12Fix .gitignore file with bad syntax and duplicate linesLuc Donnet
2017-10-12Merge branch 'master' of https://github.com/af83/stif-boivGuillaume
2017-10-12add yarn.lockGuillaume
2017-10-12Added .nvmrcRobert
2017-10-12Fix Gemfile.lock deletion on master when merge webpack branchLuc Donnet
2017-10-12Fix STIF translations for transport submode Refs #3640Luc Donnet
2017-10-11delete unused variables in referential_lines show view Refs #46984698-table_pages_title_refactoringGuillaume
2017-10-11Merge branch 'master' of https://github.com/af83/stif-boivGuillaume
2017-10-11add bin directory, config file for webpackGuillaume
2017-10-11Merge pull request #90 from af83/4706-mofify_sub/transport_modesLuc Donnet
update list of transport_modes and sub_modes, fix translate for trans…
2017-10-11Merge pull request #89 from af83/4707-simplify-compliance-control-copyLuc Donnet
Fixes: #4707@1.5h;
2017-10-11Conflict resolvedRobert
2017-10-11 Added /bin/spring to .gitignore and removed bin/ from gitignoreRobert
Thusly we have: bin/{rake,rails,rspec,spring} in .gitignore node_modules/**/bin is covered by node_modules/ in .gitignore Rationale: bin contentes needed to be in .gitignore (node and spring) are thusly ignored, freeing bin/<other> to be shared for (webpack)
2017-10-11add dev and staging file for wepack config, modify spec taskGuillaume
2017-10-11delete bundle exec for spec taskGuillaume