Historial de Commits

Autor SHA1 Mensaje Fecha
  Joffrey F 12ad3ff301 Injecting os.environ in Environment instance happens outside of init method hace 9 años
  Joffrey F 36f1b4589c Limit occurrences of creating an environment object. hace 9 años
  Joffrey F d55fc85fea Added default env file test. hace 9 años
  Joffrey F 1801f83bb8 Environment class cleanup hace 9 años
  Joffrey F 5831b869e8 Update tests for new environment handling hace 9 años
  Joffrey F c69d8a3bd2 Implement environment singleton to be accessed throughout the code hace 9 años
  Daniel Nephin be1476f24b Only allow tmpfs on v2. hace 9 años
  Philip Walls 85c7d3e5ce Add support for docker run --tmpfs flag. hace 9 años
  Dimitar Bonev 81b7fba33e Allowing null for build args hace 9 años
  Aanand Prasad 4ae71f41dd Merge pull request #2832 from aanand/refactor-cli-unit-tests hace 9 años
  Aanand Prasad 2c75a8fdf5 Extract helper methods for building config objects from dicts hace 9 años
  Aanand Prasad f75408923e Merge pull request #3053 from dnephin/handle_booleans_in_mappings hace 9 años
  Daniel Nephin 18510b4024 Don't allow booleans for mapping types. hace 9 años
  Daniel Nephin b726f508a6 Fix merging of logging options in v1 config. hace 9 años
  Aanand Prasad adb8de367e Merge pull request #2388 from dnephin/fix_long_lines hace 9 años
  Daniel Nephin dc3a5ce624 Refactor config validation to support constraints in the same jsonschema hace 9 años
  Daniel Nephin d451578152 Make environment variables without a value the same as docker-cli. hace 9 años
  Daniel Nephin 4b04280db8 Revert "Change special case from '_', None to ()" hace 9 años
  Daniel Nephin 0a06d827fa Fix warning about boolean values. hace 9 años
  Daniel Nephin d5514965d5 Merge pull request #2975 from dnephin/fix_crash_on_none_in_config hace 9 años
  Daniel Nephin 02535f0cf1 Fix validation message when there are multiple ested oneOf validations. hace 9 años
  Daniel Nephin 0d218c34c7 Make config validation error messages more consistent. hace 9 años
  Daniel Nephin 4b2a666231 Validate that each section of the config is a mapping before running interpolation. hace 9 años
  Joffrey F 7152f7ea76 Handle mismatched network formats in config files hace 9 años
  Joffrey F 825a0941f0 Network aliases are now part of the network dictionary hace 9 años
  Joffrey F 633e349ab9 Test network_aliases feature hace 9 años
  Joffrey F 1952b52392 Constraint build argument types. Numbers are cast into strings hace 9 años
  Joffrey F a8fda480e3 driver_opts can only be of type string hace 9 años
  Daniel Nephin 532dffd688 Fix build section without context. hace 9 años
  Daniel Nephin 37564a73c3 Merge build.args when merging services. hace 9 años