Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Exadra37/php-docker-stack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: logs
Choose a base ref
...
head repository: Exadra37/php-docker-stack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 55 files changed
  • 1 contributor

Commits on Nov 3, 2017

  1. Use absolute links instead of relative ones in docs to fix 404 on pac…

    …kagist.org
    
    Signed-off-by: Exadra37 <[email protected]>
    Exadra37 committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    8d4945f View commit details
    Browse the repository at this point in the history
  2. Fix identation and some links in docs.

    Signed-off-by: Exadra37 <[email protected]>
    Exadra37 committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    0bae850 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. Add info to docs about minimium stability in composer.json to require…

    … this package.
    
    Signed-off-by: Exadra37 <[email protected]>
    Exadra37 committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    16030c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Configuration menu
    Copy the full SHA
    cb030d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5-unique-host-path-in-database-volume-map-for-each-app'…

    … into 'master'
    
    Resolve "Unique host path in database volume map for each app"
    
    Closes #5
    
    See merge request exadra37-docker/php/docker-stack!1
    Exadra37 committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    a592022 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Improve docs for minimal requirements.

    Signed-off-by: Exadra37 <[email protected]>
    Exadra37 committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    723556c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Issue #2 - Fix install instructions when using Git.

    Signed-off-by: Exadra37 <[email protected]>
    Exadra37 committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    8211784 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2-not-able-to-install-with-git' into 'master'

    Resolve "Not able to install with git"
    
    Closes #2
    
    See merge request exadra37-docker/php/docker-stack!2
    Exadra37 committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    57b8f02 View commit details
    Browse the repository at this point in the history
  3. Added troubleshooting for Kibana login to docs.

    Signed-off-by: Exadra37 <[email protected]>
    Exadra37 committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    1cacd84 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

  1. Issue #3 - Implemented full support for default/custom php configurat…

    …ion in service `php` and `dev-cli`.
    
    Signed-off-by: Exadra37 <[email protected]>
    Exadra37 committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    423253e View commit details
    Browse the repository at this point in the history
  2. Merge branch '3-support-for-custom-php-ini-file-in-docker-compose-ser…

    …vice-dev-cli' into 'master'
    
    Resolve "Support for custom php ini file in docker compose service "dev-cli""
    
    Closes #3
    
    See merge request exadra37-docker/php/docker-stack!3
    Exadra37 committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    57c6560 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

  1. Update install intructions to explicit use dev flag when requiring wi…

    …th composer.
    
    Signed-off-by: Exadra37 <[email protected]>
    Exadra37 committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    4e15bab View commit details
    Browse the repository at this point in the history
  2. Improve docs for Laravel demo and install instructions.

    Signed-off-by: Exadra37 <[email protected]>
    Exadra37 committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    b807566 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Issue #8 - Fix not working on Macs.

    Signed-off-by: Exadra37 <[email protected]>
    Exadra37 committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    6cade84 View commit details
    Browse the repository at this point in the history
  2. Merge branch '8-not-working-in-macs' into 'master'

    Resolve "Not working in Macs"
    
    Closes #8
    
    See merge request exadra37-docker/php/docker-stack!4
    Exadra37 committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    1b09305 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    e054b8a View commit details
    Browse the repository at this point in the history
  2. Merge branch '10-custom-volumes-not-being-created-in-host-on-first-ru…

    …n' into 'master'
    
    Resolve "Custom volumes not being created in host on first run."
    
    Closes #10
    
    See merge request exadra37-docker/php/docker-stack!5
    Exadra37 committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    226a606 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Issue #11 - Added support for custom builds for all Php 7 versions in…

    … docker compose services php, cron-jobs and dev-cli. Php 7.2 is now the default version.
    Exadra37 committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    630955e View commit details
    Browse the repository at this point in the history
  2. Merge branch '11-support-for-custom-builds-for-all-php-7-versions' in…

    …to 'master'
    
    Resolve "Support for custom builds for all Php 7 versions"
    
    Closes #11
    
    See merge request exadra37-docker/php/docker-stack!6
    Exadra37 committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    41dc4d3 View commit details
    Browse the repository at this point in the history
Loading