Skip to content
Snippets Groups Projects
  1. May 11, 2022
  2. Apr 27, 2021
  3. Sep 08, 2020
  4. Jun 19, 2020
  5. Mar 11, 2020
    • Sebastian Kehr's avatar
      refs #17116 [master-v5] Docker fixups · eea72d69
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * avoid necessity of special chars in autoconfig specific environment variable names
      
      * assure env file is generated for mail container
      * let generated searches.ini file contain an empty index shards section by default
      
      * ignore data folder completely
      * use updated version of vufind-httpd image
      * let env container write with uid:gid of project root
      * let composer event handlers being called with correct uid:gid
      * add xsl and dom php extensions
      
      * avoid high cpu usage by endless loops
      eea72d69
  6. Mar 03, 2020
    • Sebastian Kehr's avatar
      refs #16923 [master-v5] docker development consolidation · ecb94e9d
      Sebastian Kehr authored and Dorian Merz's avatar Dorian Merz committed
      * no more usage of slow vufind-php image for various containers
      * use stock docker library images where possible for faster startup
      * build custom images for php and composer only to include xdebug and required extensions
      * provide and leverage custom entrypoint shell scripts for most containers
      * inject environment variables defined in docker-env.*.yml files within entrypoints
      * place environment variables defaults in in docker-env.0.finc.yml
      * place composer and npm caches in git-ignored subdirectories of project root directory
      * gracefully terminate all container processes (especially grunt and mail) for faster shutdown
      * let versions of php and mariadb equal those in current live systems
      * let container-written files have uid/gid of project root directory by default
      * forward exposed container ports to non-standard ports on host system
      * allow to override uid/gid of written files as well as host ports via environment variables
      
      * specify exact autoconfig version to install
      * avoid recursive call to chown in env entrypoint
      * drop unnecessary argument when calling grunt
      
      * report all errors (including notices, deprecation messages etc.)
      ecb94e9d
  7. Apr 03, 2019
  8. Jun 12, 2018
  9. Jun 06, 2018
  10. May 31, 2018
    • Ulf Seltmann's avatar
      refs #12914 · a704426b
      Ulf Seltmann authored and Frank Morgner's avatar Frank Morgner committed
      * update docker-compose.yml to new images
      * remove /vendor folder
      * remove /local/dev folder
      * remove auth.json
      * update composer.lock
      a704426b
  11. Jan 24, 2018
  12. Jan 11, 2018
  13. Oct 25, 2017
  14. Oct 24, 2017
  15. Oct 19, 2017
  16. Aug 03, 2017
  17. Feb 14, 2017
  18. Dec 12, 2016
  19. Nov 14, 2016
  20. Sep 15, 2016
  21. May 13, 2016
  22. Apr 19, 2016
  23. Mar 18, 2016
  24. Mar 08, 2016
    • André Lahmann's avatar
      refs #7163: · fcd12cc8
      André Lahmann authored
      * removed vendor from .gitignore
      * updated and added dependencies in vendor folder
      fcd12cc8
  25. Jan 07, 2016
  26. Nov 11, 2015
  27. Jul 17, 2015
    • André Lahmann's avatar
      refs #5640: · f69a2d2f
      André Lahmann authored
      * updated gruntfile.js with de_j59, de_bn3 and adlr_link
      * changed package.json name to vufind2-foundation (e.g. for community release)
      * added node_modules to .gitignore
  28. Jun 25, 2015
  29. Dec 01, 2014
  30. Nov 26, 2014
    • Martin Czygan's avatar
      Add various .gitignore patterns. · b275c11b
      Martin Czygan authored
      This combines the changes to .gitignore from three commits:
      
      91847d1a added oauth token to provide composer with github login credentials
      75681907 added git config
      d26d7b8c added dev config and some gitignore entries
      
      via `git diff d26d7b8c^..91847d1a  -- .gitignore`, except
      
      `vendor/*` is changed to `/vendor` so it does not match:
      
          themes/bootstrap3/js/vendor
      b275c11b
  31. Aug 09, 2013
  32. Jul 01, 2013
  33. Jun 30, 2013
  34. Mar 04, 2013
  35. Oct 18, 2012
  36. Oct 02, 2012
  37. Sep 28, 2012