| Migration | Status | Total | Created | Updated | Failed | Last imported |
|---|---|---|---|---|---|---|
| upgrade_d7_user | Idle | 2996 | 18 | 2977 | 1 | 2016-06-21 17:03:51 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "issueId": 0, | |
| "publishedProductValueId": 0, | |
| "options": [ | |
| { | |
| "optionDescription": "String", | |
| "publishedOptionValueId": 0, | |
| "optionValue": 0, | |
| "defaultQuantity": 0, | |
| "extendedValue": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - text: '# Manual Pantheon Project' | |
| - text: "This is a brief overview of my manual Pantheon Project located at https://github.com/fourkitchens/readmes/tree/master/pantheon/d7/manual" | |
| - include: './node_modules/readmes/pantheon/d7/manual/at-a-glance.md' | |
| - include: './node_modules/readmes/pantheon/d7/manual/brief-foundation-architecture.md' | |
| - include: './node_modules/readmes/pantheon/d7/manual/before-you-start.md' | |
| - include: './node_modules/readmes/pantheon/d7/manual/getting-started.md' | |
| - include: './node_modules/readmes/pantheon/d7/manual/subsequent-builds.md' | |
| - include: './node_modules/readmes/pantheon/d7/manual/git-workflow.md' | |
| - include: './node_modules/readmes/pantheon/d7/manual/configuration-management-workflow.md' | |
| - include: './node_modules/readmes/pantheon/d7/manual/deployment.md' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Drupal\custom\Plugin\migrate\source\d7; | |
| use Drupal\user\Plugin\migrate\source\d7\User as D7User; | |
| /** | |
| * Drupal 7 user source from database. | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Drupal\wg_drupal7_migrate\Plugin\migrate\source; | |
| use Drupal\node\Plugin\migrate\source\d7\NodeType as MigrateD7NodeType; | |
| /** | |
| * Drupal 7 Node types source from database. | |
| * | |
| * @MigrateDrupalSource( | |
| * id = "wg_d7_node_type", | |
| * source_provider = "node" | |
| * ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: wg_test | |
| type: module | |
| description: My Awesome Module | |
| core: 8.x | |
| package: Custom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/drush/example.drushrc.php b/drush/example.drushrc.php | |
| deleted file mode 100644 | |
| index 5d1d253..0000000 | |
| --- a/drush/example.drushrc.php | |
| +++ /dev/null | |
| @@ -1,33 +0,0 @@ | |
| -<?php | |
| - | |
| -/** | |
| - * @file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| allan@allan-Precision-M4800:~/workspaces/drupal7$ time composer update --dry-run -vvv | |
| Reading ./composer.json | |
| Loading config file /home/allan/.composer/config.json | |
| Loading config file /home/allan/.composer/auth.json | |
| Loading config file ./composer.json | |
| Executing command (/home/allan/workspaces/drupal7): git describe --exact-match --tags | |
| Executing command (/home/allan/workspaces/drupal7): git branch --no-color --no-abbrev -v | |
| Executing command (/home/allan/workspaces/drupal7): hg branch | |
| Executing command (/home/allan/workspaces/drupal7): svn info --xml | |
| Reading /home/allan/.composer/composer.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Breed | Origin | Size | Fur Type | Ear Type | Eye Color | Fur Markings | Fur Color | ARBAAccepted | BRCAccepted | Image | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Alaska | Germany | 79 lb (3.24.1 kg) | Short | Upright | Black | No | Yes | ||||
| Altex | United States | 13 lb (5.9 kg) | Short | Upright | White | No | No | ||||
| American | United States | 912 lb (4.15.4 kg) | Short | Upright | Blue, White | Yes | No | ||||
| American Fuzzy Lop | United States | 34 lb (1.41.8 kg) | Long | Lop | Yes | No | |||||
| American Sable | United States | 910 lb (4.14.5 kg) | Short | Upright | Sable | Yes | No | ||||
| Argente Bleu | France | 6 lb (2.7 kg) | Short | Upright | Blue | No | Yes | ||||
| Argente Brun | France | 6 lb (2.7 kg) | Short | Upright | Brown | No | Yes | ||||
| Argente Clair | France | 6 lb (2.7 kg) | Short | Upright | Blue Silver | No | No | ||||
| Argente Creme | France | 6 lb (2.7 kg) | Short | Upright | Cream | Yes | Yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "generalredneck/drupal-test-compose", | |
| "description": "Test Drupal Composer Site", | |
| "minimum-stability": "alpha", | |
| "type": "project", | |
| "repositories": [ | |
| { | |
| "type": "composer", | |
| "url": "http://packagist.drupal-composer.org" | |
| }, |
NewerOlder