Commit History

Author SHA1 Message Date
  Daniel Nephin 82086a4e92 Remove name field from the list of ALLOWED_KEYS 10 years ago
  Daniel Nephin 96e9b47059 Inclide the filename in validation errors. 10 years ago
  Daniel Nephin 34166ef5a4 Refactor process_errors into smaller functions 10 years ago
  Daniel Nephin 285e52cc7c Add ids to config schemas 10 years ago
  Joffrey F d52c969f94 Add test for environment variable dashes support 10 years ago
  Joffrey F 63c3e6f58c Allow dashes in environment variable names 10 years ago
  Daniel Nephin 0ab76bb8bc Add a test for invalid field 'name', and fix an existing test for invalid service names. 10 years ago
  Daniel Nephin 7fc577c31d Remove name from config schema. 10 years ago
  Daniel Nephin 3a43110f06 Fix a bug in ExtendsResolver where the service name of the extended service was wrong. 10 years ago
  Daniel Nephin 87d79d4d99 Rename ServiceLoader to ServiceExtendsResolver 10 years ago
  Daniel Nephin 83581c3a0f Validate additional files before merging them. 10 years ago
  Joffrey F ba90f55075 Reorganize conditional branches to improve readability 10 years ago
  Yves Peter 3313dcb1ce Fixes #1490 progress_stream would print a lot of new lines on "docker-compose pull" if there's no tty. 10 years ago
  Daniel Nephin 92d56fab47 Add a warning when the host volume config is being ignored. 10 years ago
  Daniel Nephin 1208f92d9c Update doc wording for ulimits. 10 years ago
  Kevin Greene 8444551373 Added ulimits functionality to docker compose 10 years ago
  Daniel Nephin 73ebd7e560 Only create the default network if at least one service needs it. 10 years ago
  Daniel Nephin 0a96f86f74 Cleanup workaround in testcase.py 10 years ago
  Daniel Nephin 36176befb0 Fix #1549 - flush after each line of logs. 10 years ago
  Daniel Nephin de08da278d Re-order flags in bash completion 10 years ago
  Adrian Budau 4c2eb17ccd Added --force-rm to compose build. 10 years ago
  Daniel Nephin 8fb44db92b Cleanup some unit tests and whitespace. 10 years ago
  Daniel Nephin 4105c3017c Move cli tests to a new testing package. 10 years ago
  Daniel Nephin 7f2f4eef48 Update cli tests to use subprocess. 10 years ago
  Joffrey F 666c3cb1c7 Use exit code 1 when encountering a ReadTimeout 10 years ago
  Daniel Nephin 886134c1f3 Recreate dependents when a dependency is created (not just when it's recreated). 10 years ago
  Daniel Nephin ba61a6c5fb Don't set the hostname to the service name with networking. 10 years ago
  Daniel Nephin 3f14df374f Handle non-utf8 unicode without raising an error. 10 years ago
  Daniel Nephin e6755d1e7c Use VolumeSpec instead of re-parsing the volume string. 10 years ago
  Daniel Nephin c4f59e731d Make working_dir consistent in the config package. 10 years ago