Skip to content

Instantly share code, notes, and snippets.

@generalredneck
generalredneck / appraisal.json
Created February 14, 2018 18:23
Example data from the appraisal of item 0
{
"issueId": 0,
"publishedProductValueId": 0,
"options": [
{
"optionDescription": "String",
"publishedOptionValueId": 0,
"optionValue": 0,
"defaultQuantity": 0,
"extendedValue": 0,
@generalredneck
generalredneck / .emdaer.yml
Created September 5, 2017 20:38
Readme for my test project
- 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'
Migration Status Total Created Updated Failed Last imported
upgrade_d7_user Idle 2996 18 2977 1 2016-06-21 17:03:51
<?php
namespace Drupal\custom\Plugin\migrate\source\d7;
use Drupal\user\Plugin\migrate\source\d7\User as D7User;
/**
* Drupal 7 user source from database.
*
<?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"
* )
name: wg_test
type: module
description: My Awesome Module
core: 8.x
package: Custom
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
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
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
@generalredneck
generalredneck / composer.json
Last active August 29, 2015 14:17
Example Composer json
{
"name": "generalredneck/drupal-test-compose",
"description": "Test Drupal Composer Site",
"minimum-stability": "alpha",
"type": "project",
"repositories": [
{
"type": "composer",
"url": "http://packagist.drupal-composer.org"
},