Skip to content

Instantly share code, notes, and snippets.

View AlexSkrypnyk's full-sized avatar
💭
https://github.com/drevops

Alex Skrypnyk AlexSkrypnyk

💭
https://github.com/drevops
View GitHub Profile
@AlexSkrypnyk
AlexSkrypnyk / db_d7.star_wars.sql
Created April 4, 2019 03:25
Test database used for Drupal-Dev tests. drupal-dev.io
-- MySQL dump 10.16 Distrib 10.2.22-MariaDB, for Linux (x86_64)
--
-- Host: mariadb Database: drupal
-- ------------------------------------------------------
-- Server version 10.2.22-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
@AlexSkrypnyk
AlexSkrypnyk / db_d8.star_wars.sql
Created February 20, 2019 01:30
Test database used for Drupal-Dev tests. drupal-dev.io
-- MySQL dump 10.16 Distrib 10.2.19-MariaDB, for Linux (x86_64)
--
-- Host: mariadb Database: drupal
-- ------------------------------------------------------
-- Server version 10.2.19-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
@AlexSkrypnyk
AlexSkrypnyk / db_d8.dist.sql
Last active May 13, 2019 14:30
Drupal 8.6.9 minimal install DB
-- MySQL dump 10.16 Distrib 10.2.19-MariaDB, for Linux (x86_64)
--
-- Host: mariadb Database: drupal
-- ------------------------------------------------------
-- Server version 10.2.19-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
-- MySQL dump 10.16 Distrib 10.1.32-MariaDB, for Linux (x86_64)
--
-- Host: mariadb Database: drupal
-- ------------------------------------------------------
-- Server version 10.2.12-MariaDB-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
-- MySQL dump 10.16 Distrib 10.1.32-MariaDB, for Linux (x86_64)
--
-- Host: mariadb Database: drupal
-- ------------------------------------------------------
-- Server version 10.2.12-MariaDB-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
This file has been truncated, but you can view the full file.
-- MySQL dump 10.16 Distrib 10.1.32-MariaDB, for Linux (x86_64)
--
-- Host: mariadb Database: drupal
-- ------------------------------------------------------
-- Server version 10.2.12-MariaDB-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
@AlexSkrypnyk
AlexSkrypnyk / page_simplified.json
Last active April 19, 2018 02:12
Simplified Page json
{
"id": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Template",
"description": "An Azure deployment template",
"type": "object",
"properties": {
"$schema": {
"type": "string",
"description": "JSON schema reference"
@AlexSkrypnyk
AlexSkrypnyk / page.json
Last active April 19, 2018 01:58
page schemata
{
"$schema": "http:\/\/json-schema.org\/draft-04\/schema#",
"id": "https:\/\/nginx-php-content-vic-develop.lagoon.vicsdp.amazee.io\/schemata\/node\/page?_format=schema_json&_describes=api_json",
"type": "object",
"title": "node:page Schema",
"description": "Use <em>Page<\/em> content type for basic pages.",
"properties": {
"attributes": {
"type": "object",
"properties": {
@AlexSkrypnyk
AlexSkrypnyk / acapi.drush.inc
Created October 30, 2017 02:18
Acquia Cloud API drush commands
<?php
/**
* @file Acquia Cloud API commands
*/
/**
* Implementation of hook_drush_command().
*/
function acapi_drush_command() {
@AlexSkrypnyk
AlexSkrypnyk / db_d8.dist.sql
Last active April 23, 2018 05:17
Drupal 8.5.2 vanilla DB
-- MySQL dump 10.16 Distrib 10.1.32-MariaDB, for Linux (x86_64)
--
-- Host: mariadb Database: drupal
-- ------------------------------------------------------
-- Server version 10.2.12-MariaDB-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;