Commit History

Author SHA1 Message Date
  Joffrey F 259b96748c Add support for service:name pid config 8 years ago
  Alexey Rokhin 61e54514c4 move cpus validation to validation.py 8 years ago
  Daniel Nephin 2acf286ed6 Support V3.2 8 years ago
  Joffrey F 8b92049432 Detect the service that causes the invalid service name error 8 years ago
  Joffrey F 04394b1d0a Expand depends_on to allow different conditions (service_start, service_healthy) 8 years ago
  Ben Firshman b67f110620 Explain the explanation about file versions 9 years ago
  Ben Firshman 27628f8655 Make validation error less robotic 9 years ago
  johnharris85 6d2805917c Account for aliased links 9 years ago
  johnharris85 68272b0216 Config now catches undefined service links 9 years ago
  Daniel Nephin 18510b4024 Don't allow booleans for mapping types. 9 years ago
  Daniel Nephin dc3a5ce624 Refactor config validation to support constraints in the same jsonschema 9 years ago
  Daniel Nephin be554c3a74 Merge v1 config jsonschemas into a single file. 9 years ago
  Daniel Nephin adb64ef8d5 Merge v2 config jsonschemas into a single file. 9 years ago
  Daniel Nephin 0a06d827fa Fix warning about boolean values. 9 years ago
  Daniel Nephin d5514965d5 Merge pull request #2975 from dnephin/fix_crash_on_none_in_config 9 years ago
  Daniel Nephin 02535f0cf1 Fix validation message when there are multiple ested oneOf validations. 9 years ago
  Daniel Nephin 0d218c34c7 Make config validation error messages more consistent. 9 years ago
  Daniel Nephin 4b2a666231 Validate that each section of the config is a mapping before running interpolation. 9 years ago
  Daniel Nephin 532dffd688 Fix build section without context. 9 years ago
  Aanand Prasad ef8db3650a Improve error messages for invalid versions 9 years ago
  Aanand Prasad 4ac004059a Normalise/fix config field designators in validation messages 9 years ago
  Aanand Prasad ed1b204804 Rename 'net' to 'network mode' in various classes/methods 9 years ago
  Aanand Prasad e566a4dc1c Implement network_mode in v2 9 years ago
  Joffrey F 139c7f7830 Move named volumes matching to config validation phase 9 years ago
  Daniel Nephin 146587643c Move ulimits validation to validation.py and improve the error message. 9 years ago
  Daniel Nephin 0bce467782 Implement depends_on to define an order for services in the v2 format. 9 years ago
  Garrett Heel 9cfa71ceee Add support for build arguments 10 years ago
  Daniel Nephin c3968a439f Refactor config loading to move version check into ConfigFile. 9 years ago
  Dimitar Bonev 3a46abd17f Allowed port range in exposed ports 9 years ago
  Daniel Nephin e98ab0e534 Allow both image and build together. 9 years ago