Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
21a1868
Customize composer.json and readme for ThinkShout
tauno Apr 11, 2016
38136b6
Add some standard modules
tauno Apr 11, 2016
f6e08ab
Pesky trailing comma in json
tauno Apr 11, 2016
7ad934f
Update travis instructions to use core 8.1.x
tauno Apr 11, 2016
53e218b
Update migrate_plus to 8.1.x compatible version
tauno Apr 11, 2016
7abe16d
Add docs about setting repository in config.json
tauno Apr 12, 2016
dae213c
Merge remote-tracking branch 'drupal-composer/8.x' into 8.x
tauno Apr 12, 2016
f53b087
Merge remote-tracking branch 'drupal-composer/8.x' into 8.x
tauno Jul 1, 2016
3e43726
Update with changes from NCYL project
tauno Jul 11, 2016
ba83a13
Add standard readme
tauno Jul 11, 2016
82a58e9
Make the site drush hook generic
tauno Jul 11, 2016
c48e61c
Add sites/default default files
tauno Jul 11, 2016
c053ba6
Remove trailing ,
tauno Jul 11, 2016
41383ad
Update .gitignore
tauno Jul 11, 2016
ed78db5
Add .env.dist file
tauno Jul 11, 2016
f6d0db3
Site is built in the repo root
tauno Jul 11, 2016
25b0887
Fix core patch
tauno Jul 11, 2016
d91ec55
Update command paths for travis
tauno Jul 11, 2016
3f2f783
Run tests on circle
tauno Jul 12, 2016
7bf57a1
Update timezone and php version
tauno Jul 12, 2016
d750639
Add comment
tauno Jul 12, 2016
921592c
Provide initial minimal config export
tauno Jul 12, 2016
e5c27f0
Disable sendmail on CircleCI
tauno Jul 19, 2016
8cfc252
Change path to PHP conf.d dir
tauno Jul 19, 2016
d97348f
Add site.dev alias to circle.yml
tauno Jul 19, 2016
000c161
Updating readme.
mariacha Jul 28, 2016
9a63adf
Proper install command.
mariacha Jul 28, 2016
3056975
Replace our fork of robo with main repo again. Fixes #4
tauno Jul 28, 2016
b0e499d
Merge branch '8.x-pantheon' of https://github.com/thinkshout/drupal-p…
tauno Jul 28, 2016
facf804
Use latest Robo
tauno Jul 28, 2016
adbda3f
Don't need to run install if you've done create-project.
mariacha Jul 28, 2016
400debd
Automatically replacing the composer project name to the current gith…
mariacha Jul 28, 2016
8ee10e2
Replacing the site in a more generic place.
mariacha Jul 28, 2016
daf3aa9
Comment fix.
mariacha Jul 28, 2016
0b6aed7
Refactoring copy/replace logic to be more dry and less exposed.
mariacha Jul 29, 2016
87efd1e
More details about the PATH variable.
mariacha Jul 29, 2016
24a8e38
Add '--with-dependencies' to command that updates core
tauno Jul 29, 2016
393373c
Fix command formatting
tauno Jul 29, 2016
893be91
Testing out behat tests with a profile.
mariacha Aug 3, 2016
83fff12
Revert "Testing out behat tests with a profile."
mariacha Aug 3, 2016
12f2de5
Simpler way to get behat to work on circle.
mariacha Aug 3, 2016
aa40485
Circle doesn't like quotes
mariacha Aug 3, 2016
30ca66b
Maybe this is the url?
mariacha Aug 3, 2016
ad548d8
Copying some circleci config from example-drupal7-circle-composer pro…
mariacha Aug 3, 2016
200878d
Removing undefined commands.
mariacha Aug 3, 2016
9aee5e3
Better behat command.
mariacha Aug 3, 2016
5ac972b
These are where the missing commands were.
mariacha Aug 3, 2016
5ab3211
Removing ci overrides that aren't needed.
mariacha Aug 3, 2016
e95827b
Removing commands that are already happening above.
mariacha Aug 3, 2016
711b424
Update contrib modules to latest releases
tauno Aug 5, 2016
7f4c656
Update drupal core and robo
tauno Aug 5, 2016
59c5a59
Only use file based config locally
tauno Aug 5, 2016
ed6c342
Update default settings from latest core release
tauno Aug 5, 2016
27f4b61
Fix behat features for stock install
tauno Aug 5, 2016
9ce12ee
Add CircleCI build status badge
tauno Aug 5, 2016
468f53e
Merge remote-tracking branch 'upstream/8.x' into 8.x
tauno Aug 5, 2016
2026847
Merge branch '8.x' into 8.x-pantheon
tauno Aug 5, 2016
1f5dc86
Module updates
tauno Aug 15, 2016
ff0f0f9
Massive re-org to support web as the docroot on Pantheon. Prep for Ac…
tauno Aug 15, 2016
2a0b4ed
Change path of .env file
tauno Aug 16, 2016
ed83dfe
Need the leading slash
tauno Aug 16, 2016
5b1dfad
Move Robo findReplaceProjectName functionality to init command
tauno Aug 16, 2016
accd20c
Add robo init step to the README
tauno Aug 16, 2016
d21a176
Use webroot for robo install chmod of settings file
tauno Aug 16, 2016
0eeecaf
Drush includes are in the root of the repo
tauno Aug 16, 2016
4faf7b5
Tweaks to the config directory
tauno Aug 16, 2016
2c3ba27
Correct directory for drush install
tauno Aug 16, 2016
efd980b
More clarity around robo configure options.
unclegcb Aug 17, 2016
c23df1b
Use PHP7 on Pantheon
tauno Aug 18, 2016
30a580c
Use shared robo tasks file for Drupal projects
tauno Aug 18, 2016
6eb144f
Add repo for robo-drupal
tauno Aug 18, 2016
eaddcc7
Remove VCS package for thinkshout/robo-drupal. It is on packagist now
tauno Aug 18, 2016
f046396
Creating multi-file behat setups for behat profiles.
mariacha Aug 19, 2016
ca001dc
Keeping this consistent with what robo did.
mariacha Aug 20, 2016
51bfac0
Merge pull request #9 from thinkshout/use-behat-profiles
tauno Aug 22, 2016
07adfa7
Fixing behat tests to be specific to environenment.
mariacha Sep 8, 2016
4af9e0c
Remove VCS repository instructions since this project is now listed o…
tauno Sep 14, 2016
ca0a26e
Merge branch '8.x-pantheon' of github.com:thinkshout/drupal-project i…
tauno Sep 14, 2016
97bf7d1
Use Drush version 8 on Pantheon
tauno Sep 19, 2016
0d6b3f2
Default to standard install
komejo Sep 19, 2016
c4322f5
Use standard install profile configs
tauno Sep 19, 2016
0f98de4
Use config installer profile by default
tauno Sep 19, 2016
e20b2e1
Merge branch '8.x-pantheon' of github.com:thinkshout/drupal-project i…
tauno Sep 19, 2016
2a2b2ce
Merge pull request #10 from drupal-composer/8.x
mariacha Dec 12, 2016
1819ac3
Updating syntax and versions for some modules.
mariacha Dec 12, 2016
a1f2b83
Update terminus calls to use new 1.x branch syntax rather than the 0.x
Jan 30, 2017
1e29429
Merging in upstream changes.
mariacha Feb 9, 2017
2636c6d
Removing patch that's fixed in core.
mariacha Feb 9, 2017
ae412a8
If we require the config_installer profile, we must download it.
mariacha Feb 9, 2017
36afc2e
Profile needs to be passed to behat.
mariacha Feb 9, 2017
91fd6c9
Taking out wait-for-webserver in case it's not needed.
mariacha Feb 9, 2017
53cb40d
Correct location of website.
mariacha Feb 9, 2017
7c77c51
Merge pull request #14 from thinkshout/fixing-build
mariacha Feb 10, 2017
0993965
Whitespace change to make formatting prettier
Feb 10, 2017
8b631ec
Add thinkshout/media to build
Feb 10, 2017
92f8eac
Update module versions
Feb 10, 2017
60ba51e
Add modules to build:
Feb 10, 2017
970f95c
Add Drupal core patches
Feb 10, 2017
526e79f
Add contrib module patches
Feb 10, 2017
dd687d2
f with think shout media commit
Feb 10, 2017
993d317
update Drupal core from 8.2.x to 8.3
Feb 10, 2017
ae56813
default file changes for 8.3.x upgrade
Feb 10, 2017
6313ca1
Add install profile to core.extension, which is required as of 8.3.x
Feb 10, 2017
6189f11
Update install_profile in settings.php to be config_installer to match
Feb 10, 2017
ff21bf8
Move devel module to require-dev instead of require section of
Feb 10, 2017
05c4dc8
Merge pull request #15 from thinkshout/8.3.x-pantheon
mariacha Feb 18, 2017
7dad17d
Set config directory to "../config" on Pantheon.
Feb 20, 2017
cc2253b
Config installer to 1.4 to fix https://www.drupal.org/node/2855953.
mariacha Mar 1, 2017
96b9cc4
This allows us to continue to use another install profile as well as…
mariacha Mar 1, 2017
b1bdd8f
Slashes go farward, slashes go backwards, you can't explain that.
mariacha Mar 1, 2017
60b0fcb
Merge pull request #16 from thinkshout/config_installer
mariacha Mar 1, 2017
bfce617
remove core patch that's been incorporated into 8.3.0-rc1, which is n…
Mar 2, 2017
00a5900
Update composer and config.
CountPacMan Apr 11, 2017
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add .env.dist file
  • Loading branch information
tauno committed Jul 11, 2016
commit ed78db5b3d35b22fc8a0547f037af3f4420277c9
4 changes: 4 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
TERMINUS_SITE="SITE"
TS_PROJECT="SITE"
TS_CONFIG_DIR="sites/default/config"
TS_HOST_REPO=""