コミット履歴

作者 SHA1 メッセージ 日付
  Daniel Nephin 9c305ac10f Remove name field from the list of ALLOWED_KEYS 10 年 前
  Daniel Nephin 589755d034 Inclide the filename in validation errors. 10 年 前
  Daniel Nephin 1f7faadc77 Remove name from config schema. 10 年 前
  Daniel Nephin 5e97b806d5 Fix a bug in ExtendsResolver where the service name of the extended service was wrong. 10 年 前
  Daniel Nephin a92d86308f Rename ServiceLoader to ServiceExtendsResolver 10 年 前
  Daniel Nephin 98ad5a05e4 Validate additional files before merging them. 10 年 前
  Kevin Greene 22d90d2180 Added ulimits functionality to docker compose 10 年 前
  Daniel Nephin b09cf86dd6 Merge pull request #2326 from dnephin/unicode_decode_error 10 年 前
  Daniel Nephin 0e19c92e82 Make working_dir consistent in the config package. 10 年 前
  Daniel Nephin 26c7dd3712 Handle non-utf8 unicode without raising an error. 10 年 前
  Mazz Mosley 5dc14f3925 Handle non-ascii chars in volume directories 10 年 前
  Daniel Nephin ae47435425 Fix unicode in environment variables for python2. 10 年 前
  Daniel Nephin b500fa2351 Refactor ServiceLoader to be immutable. 10 年 前
  Daniel Nephin 4505632274 Some minor style cleanup 10 年 前
  Daniel Nephin 938d49cbdc Fixes #2205 - extends must be copied from override file. 10 年 前
  Daniel Nephin 937e087c6c Fixes #2203 - properly validate files when multiple files are used. 10 年 前
  Daniel Nephin 26dc0b785b Give the user a better error message (without a stack trace) when there is a yaml error. 10 年 前
  mnowster 6b68a84b9b Merge pull request #2019 from mrfuxi/less-verbose-extends 10 年 前
  Daniel Nephin b9c76dfabd Merge pull request #2181 from mnowster/2128-split-drive-not-handling-relative-paths 10 年 前
  Mohit Soni f4efa29377 Added support for cgroup_parent 10 年 前
  Mazz Mosley c1d5ecaafe Workaround splitdrive limitations 10 年 前
  Mazz Mosley bc6b3f970b container paths don't need to be expanded 10 年 前
  Mazz Mosley f4cd5b1d45 Handle windows volume paths 10 年 前
  Aanand Prasad e38334efbd Don't expand volume names 10 年 前
  Karol Duleba 91b227d133 Allow to extend service using shorthand notation. Closes #1989 10 年 前
  Daniel Nephin 22bc174650 Refactor config.load() to remove reduce() and document some types. 10 年 前
  Daniel Nephin 577439ea7f Add a debug log message for config filenames. 10 年 前
  Daniel Nephin 39ae85db8a Support a default docker-compose.override.yml for overrides 10 年 前
  Daniel Nephin fe5daf860d Move find_candidates_in_parent_dirs() into a config module so that config doesn't import from cli. 10 年 前
  Daniel Nephin 89be7f1fa7 Unit tests for multiple files 10 年 前