lando

A development tool for all your projects that is fast, easy, powerful and liberating

GPL-3.0 License

Stars
4K
Committers
219

Bot releases are visible (Hide)

lando - v3.0.0-alpha.17

Published by pirog over 7 years ago

  • Updated documentation #130
  • Added mailhog service #64
  • Added elasticearch service #16
  • Added support for php 5.4 #136
  • Added lando init docs link #155
  • Switched hipache to traefik for proxying. #169
  • Fixed bug where services could not curl themselves with proxy domains eg *.lndo.site #154
  • Fixed bug causing directly loaded compose files to fail URL scan. #169
  • Fixed bug where default php version for pantheon recipe was delegated to downstream #132
  • Fixed bug where Lando was not delegating --help correctly #131
  • Fixed bug where wrong LANDO_ENGINE_REMOTE_IP was borking extra_hosts #129
  • Fixed some lingering permissions errors` #129 #163 #177
  • Fixed bug where lando ssh was not dumping user into $LANDO_MOUNT #159
lando - v3.0.0-alpha.16

Published by pirog over 7 years ago

  • Ensured auto-creation of /user/.lando/keys
lando - v3.0.0-alpha.15

Published by pirog over 7 years ago

  • Fixed bug where wrong LANDO_ENGINE_REMOTE_IP was borking extra_hosts #129
  • Fixed some lingering permissions errors` #129 #163 #177
lando - v3.0.0-alpha.14

Published by pirog over 7 years ago

  • Updated documentation #130
lando - v3.0.0-alpha.13

Published by pirog over 7 years ago

  • Fixed util container scripts to be set to executable
  • Fixed regression where scripts lost executability
  • Fixed bug where init method permissions were stopping ssh-keygen on linux
  • Tweaked init permission handling on windoze
  • Fixed persistent cache fail on windoze
  • Updated linux to use docker-compose 1.14.0
  • Included routes.json in executable
  • Fixed bug where lando init mysite github --recipe pantheon was not giving Pantheon options
  • Removed unison file sharing in favor of osxfs. Requires Docker for Mac 17.04+. #41
  • Added phpmyadmin service. #66
  • Fixed bug where multiple DBs on the same app were sharing the same data volume. #66
  • Added undocumented LANDO_NO_SCRIPTS envvar to handle alpine containers that cannot handle auto-script running. #66
  • Fixed a bug where not specifying a site in the config for a pantheon recipe would throw an error.
  • Improved handling around loading and dumping of YAML files.
  • Added auto SSH key forwarding. #63
  • Added lando init command. #110
  • Added pantheon init method. #110
  • Added github init method. #110
lando - v3.0.0-alpha.12

Published by pirog over 7 years ago

  • Fixed regression where scripts lost executability
lando - v3.0.0-alpha.11

Published by pirog over 7 years ago

  • Fixed bug where init method permissions were stopping ssh-keygen on linux
  • Tweaked init permission handling on windoze
  • Fixed persistent cache fail on windoze
lando - v3.0.0-alpha.10

Published by pirog over 7 years ago

  • Updated linux to use docker-compose 1.14.0
  • Included routes.json in executable
  • Fixed bug where lando init mysite github --recipe pantheon was not giving Pantheon options
lando - v3.0.0-alpha.9

Published by pirog over 7 years ago

  • Removed unison file sharing in favor of osxfs. #41
  • Added phpmyadmin service. #66
  • Fixed bug where multiple DBs on the same app were sharing the same data volume. #66
  • Added undocumented LANDO_NO_SCRIPTS envvar to handle alpine containers that cannot handle auto-script running. #66
  • Fixed a bug where not specifying a site in the config for a pantheon recipe would throw an error.
  • Improved handling around loading and dumping of YAML files.
  • Added auto SSH key forwarding. #63
  • Added lando init command. #110
  • Added pantheon init method. #110
  • Added github init method. #110
lando - v3.0.0-alpha.8

Published by pirog over 7 years ago

  • Fixed pantheon recipe not sharing prepend.php and pantheon.vcl correctly.
lando - v3.0.0-alpha.7

Published by pirog over 7 years ago

  • Added laravel recipe. #94
  • Added pantheon recipe. #95
  • Fixed volume mounting bug that was causing no css or js to show up on nginx on linux
  • Fixed incorrect DB_PORT env for L{A|E}MP recipes using postgres. #111
lando - v3.0.0-alpha.6

Published by pirog over 7 years ago

  • Switched from encloseJS to pkg. #108
  • Added .gitattributes to force LF checkout of container files. #108
  • Fixed broken win32 build. #108
lando - v3.0.0-alpha.5

Published by pirog over 7 years ago

  • Fixed bug where recipe overrides were not being mixed in correctly. #97
  • Fixed bug where portforward: true was not showing the actual port given. #97
  • Separated build from extras. #91
  • Added abilty to run arbitrary scripts after services start up. #93
  • Provided some more information for lando info. #75
  • Added a --deep flag to lando info. #75
  • Made command usage for node services more obvious. #73
  • Added varnish service. #62
  • Added xdebug options. #65
  • Fixed bug where tooling cmds were dropping path parts in common with appRoot. #104
lando - v3.0.0-alpha.4

Published by pirog over 7 years ago

  • Added a recipe layer on top of services, sharing and proxy. #9
  • Increased maxListeners for lando.events. #9
  • Added webroot to lando info as applicable.. #9
  • Added a lamp recipe. #79
  • Added a lemp recipe. #79
  • Added a drupal6 recipe. #79
  • Added a drupal7 recipe. #79
  • Added a backdrop recipe. #79
  • Added a wordpress recipe. #79
  • Added a drupal8 recipe. #79
  • Updated documentation to include information about recipes. #79
  • Locked down host/container permission mappings. #83
  • Added wget and unzip to php service. #85
  • Fixed bug where mod_rewrite was not enabled for the php service by default. #79
  • Fixed linux perm mapping when LANDO_ENGINE_UID already exists. #85
  • Fixed bug where win32 was incorrectly escaping command spaces. #85
lando - v3.0.0-alpha.3

Published by pirog over 7 years ago

  • Added API docs. #48
  • Fixed bug where node was looking for webserver when in CLI mode. #61
  • Refactored sharing to handle webroots better. #61
  • Refactored sharing to prep for osxfs based sharing mode. #61
  • Updated examples to reflect above. #61
  • Added memcached service. #17
  • Added redis service. #14
  • Added lando logs command. #56
lando - v3.0.0-alpha.2

Published by pirog over 7 years ago

  • Added a Backdrop CMS example. #52
  • Added support for php 7.1. #52
  • Added composer to our php containers. #52
  • Added git and ssh to our php containers. #52
  • Refactored lando.engine.run to use docker exec. #52
  • Added extras section for arbitrary post start build steps. #52
  • Added composer section to install global deps for php. #52
  • Added a tooling plugin to handle command routing. #11
  • Added a lando ssh command. #11
  • Added a node service. #53
  • Fixed a bug where extras were not running serially. #11
  • Added a solr service. #15
  • Added a drupal8-composer example with solr support. #15
lando - v3.0.0-alpha.1

Published by pirog over 7 years ago

  • Initial release of Lando core framework.
lando - v3.0.0-alpha.0

Published by pirog over 7 years ago

  • Testing release cycle.