default services conflit ?
This commit is contained in:
4
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/bob.site.yml
vendored
Normal file
4
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/bob.site.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
dev:
|
||||
root: /other/path/to/bob
|
||||
other:
|
||||
root: /other/other/path/to/bob
|
4
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/fred.site.yml
vendored
Normal file
4
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/fred.site.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
dev:
|
||||
root: /other/path/to/fred
|
||||
other:
|
||||
root: /other/other/path/to/fred
|
8
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/single.site.yml
vendored
Normal file
8
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/single.site.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
default: dev
|
||||
dev:
|
||||
root: /dup/path/to/single
|
||||
alternate:
|
||||
root: /dup/alternate/path/to/single
|
||||
common:
|
||||
foo: dup
|
||||
|
11
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/aliases.drushrc.php
vendored
Normal file
11
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/aliases.drushrc.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$aliases['production'] = [
|
||||
'uri' => 'example.com',
|
||||
'root' => '/path/to/drupal',
|
||||
];
|
||||
|
||||
$aliases['staging'] = [
|
||||
'uri' => 'staging.example.com',
|
||||
'root' => '/path/to/drupal',
|
||||
];
|
43
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/cc.aliases.drushrc.php
vendored
Normal file
43
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/cc.aliases.drushrc.php
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
$aliases['live'] = array (
|
||||
'parent' => '@server.digital-ocean',
|
||||
'project-type' => 'live',
|
||||
'root' => '/srv/www/couturecostume.com/htdocs',
|
||||
'uri' => 'couturecostume.com',
|
||||
'path-aliases' => array(
|
||||
'%dump-dir' => '/var/sql-dump/',
|
||||
),
|
||||
'target-command-specific' => array(
|
||||
'sql-sync' => array(
|
||||
'disable' => array('stage_file_proxy'),
|
||||
'permission' => array(
|
||||
'authenticated user' => array(
|
||||
'remove' => array('access environment indicator'),
|
||||
),
|
||||
'anonymous user' => array(
|
||||
'remove' => 'access environment indicator',
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$aliases['update'] = array (
|
||||
'parent' => '@server.nitrogen',
|
||||
'root' => '/srv/www/update.couturecostume.com/htdocs',
|
||||
'uri' => 'update.couturecostume.com',
|
||||
'target-command-specific' => array(
|
||||
'sql-sync' => array(
|
||||
'enable' => array('environment_indicator', 'stage_file_proxy'),
|
||||
'permission' => array(
|
||||
'authenticated user' => array(
|
||||
'add' => array('access environment indicator'),
|
||||
),
|
||||
'anonymous user' => array(
|
||||
'add' => 'access environment indicator',
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
3
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/do-not-find-me.php
vendored
Normal file
3
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/do-not-find-me.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
// The search scripts shouldn't find me as I do not match the patterns.
|
4
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/one.alias.drushrc.php
vendored
Normal file
4
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/one.alias.drushrc.php
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
$options['uri'] = 'http://example.com';
|
||||
$options['root'] = '/path/to/drupal';
|
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
/**
|
||||
* Pantheon drush alias file, to be placed in your ~/.drush directory or the aliases
|
||||
* directory of your local Drush home. Once it's in place, clear drush cache:
|
||||
*
|
||||
* drush cc drush
|
||||
*
|
||||
* To see all your available aliases:
|
||||
*
|
||||
* drush sa
|
||||
*
|
||||
* See http://helpdesk.getpantheon.com/customer/portal/articles/411388 for details.
|
||||
*/
|
||||
|
||||
$aliases['outlandish-josh.test'] = array(
|
||||
'uri' => 'test-outlandish-josh.pantheonsite.io',
|
||||
'db-url' => 'mysql://pantheon:pw@dbserver.test.site-id.drush.in:11621/pantheon',
|
||||
'db-allows-remote' => TRUE,
|
||||
'remote-host' => 'appserver.test.site-id.drush.in',
|
||||
'remote-user' => 'test.site-id',
|
||||
'ssh-options' => '-p 2222 -o "AddressFamily inet"',
|
||||
'path-aliases' => array(
|
||||
'%files' => 'code/sites/default/files',
|
||||
'%drush-script' => 'drush',
|
||||
),
|
||||
);
|
||||
$aliases['outlandish-josh.live'] = array(
|
||||
'uri' => 'www.outlandishjosh.com',
|
||||
'db-url' => 'mysql://pantheon:pw@dbserver.live.site-id.drush.in:10516/pantheon',
|
||||
'db-allows-remote' => TRUE,
|
||||
'remote-host' => 'appserver.live.site-id.drush.in',
|
||||
'remote-user' => 'live.site-id',
|
||||
'ssh-options' => '-p 2222 -o "AddressFamily inet"',
|
||||
'path-aliases' => array(
|
||||
'%files' => 'code/sites/default/files',
|
||||
'%drush-script' => 'drush',
|
||||
),
|
||||
);
|
||||
$aliases['outlandish-josh.dev'] = array(
|
||||
'uri' => 'dev-outlandish-josh.pantheonsite.io',
|
||||
'db-url' => 'mysql://pantheon:pw@dbserver.dev.site-id.drush.in:21086/pantheon',
|
||||
'db-allows-remote' => TRUE,
|
||||
'remote-host' => 'appserver.dev.site-id.drush.in',
|
||||
'remote-user' => 'dev.site-id',
|
||||
'ssh-options' => '-p 2222 -o "AddressFamily inet"',
|
||||
'path-aliases' => array(
|
||||
'%files' => 'code/sites/default/files',
|
||||
'%drush-script' => 'drush',
|
||||
),
|
||||
);
|
11
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/server.aliases.drushrc.php
vendored
Normal file
11
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/server.aliases.drushrc.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$aliases['isp'] = array (
|
||||
'remote-host' => 'hydrogen.server.org',
|
||||
'remote-user' => 'www-admin',
|
||||
);
|
||||
|
||||
$aliases['nitrogen'] = array (
|
||||
'remote-host' => 'nitrogen.server.org',
|
||||
'remote-user' => 'admin',
|
||||
);
|
4
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/bob.site.yml
vendored
Normal file
4
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/bob.site.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
dev:
|
||||
root: /other/path/to/bob
|
||||
other:
|
||||
root: /other/other/path/to/bob
|
4
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/fred.site.yml
vendored
Normal file
4
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/fred.site.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
dev:
|
||||
root: /other/path/to/fred
|
||||
other:
|
||||
root: /other/other/path/to/fred
|
1
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/simple.site.yml
vendored
Normal file
1
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/simple.site.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
root: /other/path/to/simple
|
7
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/single.site.yml
vendored
Normal file
7
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/single.site.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
default: dev
|
||||
dev:
|
||||
root: /other/path/to/single
|
||||
other:
|
||||
root: /other/other/path/to/single
|
||||
common:
|
||||
foo: baz
|
@@ -0,0 +1,2 @@
|
||||
prod:
|
||||
bar: overridden
|
@@ -0,0 +1,2 @@
|
||||
prod:
|
||||
bar: baz
|
1
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/sites/simple.site.yml
vendored
Normal file
1
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/sites/simple.site.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
root: /path/to/simple
|
9
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/sites/single.site.yml
vendored
Normal file
9
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/sites/single.site.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
default: dev
|
||||
dev:
|
||||
root: /path/to/single
|
||||
alternate:
|
||||
root: /alternate/path/to/single
|
||||
empty:
|
||||
foo: bar
|
||||
common:
|
||||
foo: bar
|
9
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/sites/wild.site.yml
vendored
Normal file
9
old.vendor/consolidation/site-alias/tests/fixtures/sitealiases/sites/wild.site.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
default: dev
|
||||
dev:
|
||||
root: /path/to/wild
|
||||
uri: https://dev.example.com
|
||||
'*':
|
||||
root: /wild/path/to/wild
|
||||
uri: https://${env-name}.example.com
|
||||
common:
|
||||
foo: bar
|
1
old.vendor/consolidation/site-alias/tests/fixtures/sites/d8/sites/mymultisite/settings.php
vendored
Normal file
1
old.vendor/consolidation/site-alias/tests/fixtures/sites/d8/sites/mymultisite/settings.php
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<?php
|
Reference in New Issue
Block a user