| Age | Commit message (Collapse) | Author |
|
Validation implemented for min_max_values with correct I18n'd error messages
Applied to: VehicleJourneyControl::Speed & GenericAttributeControl::MinMax
|
|
GenericControlAttribute validation speced for
- MinMax
- Pattern
|
|
compliance_control
|
|
validation, compliance_control module
|
|
Refactoring tables titles for routes
|
|
4709 compliance check criticity as string
|
|
|
|
|
|
Nullified ComplianceCheck STI column
speced and implemented via `self.inheritance_column = nil`
|
|
DONE:
- Copied all node atts for ComplianceChecks
- Migration of CompliancCheck#criticity int -> string
TODO:
- Check what to do with attribute ComplianceCheck#type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update list of transport_modes and sub_modes, fix translate for trans…
|
|
Fixes: #4707@1.5h;
|
|
|
|
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)
|
|
|
|
|
|
|
|
Add webpacker gem and migrate the React apps
|
|
transport_modes helper Refs #4706
|
|
|
|
|
|
|
|
|
|
|
|
Refs #4687
|
|
|
|
|
|
|
|
4629 comp check set creation *Mergeable*
|
|
|
|
|
|
|
|
Specs and implements coherent direct and indirect ComplianceControlSet parentship for ComplianceControls
|