Historia zmian

Autor SHA1 Wiadomość Data
  Daniel Nephin 2dd1cc80ca Revert "Merge pull request #711 from dnephin/fix_volumes_on_recreate" 11 lat temu
  Daniel Nephin 7eb476e61d Resolves #447, fix volume logic for recreate container 11 lat temu
  Daniel Nephin 26f45efea2 Remove unused intermediate_container from return value. 11 lat temu
  Daniel Nephin 3056ae4be3 Add a no-build option to fig up, to save time when services were already freshly built. 11 lat temu
  Ben Firshman e89826fe43 Don't attach stdin and stdout when in detach mode 11 lat temu
  Dan Tenenbaum e34a62956e interpolate service_name in error message when service has no configuration options. 11 lat temu
  Nicolas Peters b64ea85916 fix insecure parameter 11 lat temu
  Tyler Rivera 491181ec31 Allow dependent image pull from insecure registry 11 lat temu
  Jason Bernardino Alonso 1c5194e2ec Allow pulls from an insecure registry 11 lat temu
  Ben Firshman fc4c35e977 Merge pull request #411 from Banno/fig-pull 11 lat temu
  Ben Firshman ce8ef23c09 Merge pull request #393 from marksteve/restart 11 lat temu
  Daniel Nephin 7fd37c89b9 Remove fig.packages replace with real deps. 11 lat temu
  Luke Amdor e51851c884 adding "fig pull [SERVICE]" to pull service images 11 lat temu
  Mark Steve Samson 9d55e01e2a Implement restart command (Closes #98) 11 lat temu
  Daniel Nephin 294453433d Remove extra calls to docker server. 11 lat temu
  Daniel Nephin 50a24bc3bf Add flake8 and fix errors. 11 lat temu
  Mark Steve Samson 47bbc35b74 Add `--no-cache` option to `fig build` (Closes #152) 11 lat temu
  Aanand Prasad 89341013a0 Fix volumes_from container 11 lat temu
  Satoshi Amemiya e5916b2fae Support volumes_from option 11 lat temu
  Chris Corbyn 247691ca44 Remove auto_start option from fig.yml. 11 lat temu
  d11wtq 1d1e23611b Rename --keep-old to --no-recreate 11 lat temu
  d11wtq ab1fbc96c3 Move keep_old check up into Project 11 lat temu
  d11wtq c0231bdb70 Rename _prepend_with_links() -> _inject_links() 11 lat temu
  d11wtq 3d8ce448b8 Spike: Re-use existing containers for `fig run` 11 lat temu
  d11wtq 949df97726 Fix issue with infinite recursion when service_names is empty 11 lat temu
  d11wtq 14cbe40543 Update doc string to reflect new behaviour. 11 lat temu
  d11wtq 9dd53ecdaa Fix bug with duplicate service entries in `fig up` 11 lat temu
  d11wtq 6bfe5e049d Spike: Implement --no-links for `fig up` 11 lat temu
  d11wtq 0c12db06ec Move 'auto_start' option default to Service and add unit tests 11 lat temu
  d11wtq 8b4ed0c1a8 Spike: Add 'auto_start' option to fig.yml 11 lat temu