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: drupal-composer/drupal-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.x
Choose a base ref
...
head repository: FloeDesignTechnologies/drupal-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 20 files changed
  • 3 contributors

Commits on Nov 4, 2016

  1. Initial commit

    Pierre Buyle committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    9fdd975 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    Pierre Buyle committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    00eefb4 View commit details
    Browse the repository at this point in the history
  3. Update documentation for realpath on OS X

    Ideally, this should not be needed. The _aliases_ command in `/bin` should
    be reworked to remove this requirement.
    Pierre Buyle committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    2f4ee22 View commit details
    Browse the repository at this point in the history
  4. README.md edited online with Bitbucket

    Pierre Buyle committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    f752df9 View commit details
    Browse the repository at this point in the history
  5. README.md edited online with Bitbucket

    Pierre Buyle committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    28250bf View commit details
    Browse the repository at this point in the history
  6. Add a bit of documentation on docker-compose

    Pierre Buyle committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    ccb4fbf View commit details
    Browse the repository at this point in the history
  7. Fix typo

    Pierre Buyle committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    2fa244b View commit details
    Browse the repository at this point in the history
  8. Update project description

    Pierre Buyle committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    425b97e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Set Drush site's root with minimal drushrc.php

    A minimal drushrc.php file is added inside the php-cli container in order
    for Drush to be fully working from anywhere inside the container.
    Pierre Buyle committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    c4887a8 View commit details
    Browse the repository at this point in the history
  2. Dockerize Travis CI tests

    Update the .travis.yml in order to use Docker and docker-compose to run
    tests.
    Pierre Buyle committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    49f3748 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Update install instructions

    Running the composer-create command inside the container as a non-root user prevent proper git checkout of symlinks. Instructions have been update to fix this.
    pbuyle authored Dec 1, 2016
    Configuration menu
    Copy the full SHA
    20cb2f1 View commit details
    Browse the repository at this point in the history
  2. Use drupaldocker/php-dev:7-fpm for php-fpm container

    The docker-compose management environment is intended to be used a development environment. So it make sense to use an image with xdebug and logging enabled.
    pbuyle authored Dec 1, 2016
    Configuration menu
    Copy the full SHA
    d15dc7a View commit details
    Browse the repository at this point in the history
  3. Use sed to create .env from .env.dist

    Pierre Buyle committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    4ed510b View commit details
    Browse the repository at this point in the history
  4. Create .env file in Travis CI

    Pierre Buyle committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    f68b521 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Update documentation to use local user Composer cache

    Pierre Buyle committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    9a84ca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0ae036 View commit details
    Browse the repository at this point in the history
Loading