Commit History

Author SHA1 Message Date
  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
  Joffrey F 21aae13e77 Move logging config changes to v2 spec 9 years ago
  Daniel Nephin bf1552da79 Use json to encode invalid values in configuration errors so that the user sees a proper repr of the value. 10 years ago
  Daniel Nephin 475a091768 Update pre-commit config to enforace that future imports exist in all files. 10 years ago
  Joffrey F a7689f3da8 Handle volume driver change error in config. 10 years ago
  Joffrey F ecef5d37a7 Add v2 configuration tests 10 years ago
  Joffrey F abe145bbe7 Update config resolution to always use explicit version numbers 10 years ago
  Joffrey F b4be7b870f Add support for declaring named volumes in compose files 10 years ago
  Aanand Prasad ccf548b98c Validate the 'expose' option 10 years ago
  Aanand Prasad 374b16843f Fix ports validation message 10 years ago
  Daniel Nephin efec2aae6c Fixes #2008 - re-use list_or_dict schema for all the types 10 years ago
  Daniel Nephin 589755d034 Inclide the filename in validation errors. 10 years ago
  Daniel Nephin fa96484d28 Refactor process_errors into smaller functions 10 years ago
  Daniel Nephin f7d8087694 Add ids to config schemas 10 years ago