Skip to content

Instantly share code, notes, and snippets.

View mirsoftacquia's full-sized avatar

Lubosh Culen mirsoftacquia

  • Acquia
  • Munich, Europe
View GitHub Profile
@mirsoftacquia
mirsoftacquia / build.xml
Last active April 7, 2017 16:06
Build.xml for config_split beta4 and BLT 8.6.15
<project name="custom" default="build">
<!-- Override setup:update task for config import. -->
<target name="setup:update" description="Update current database to reflect the state of the Drupal file system.">
<!-- enable_property and uninstall_property must be set at this time. -->
<phingcall target="setup:toggle-modules"/>
<!-- Execute db updates. -->
<drush command="updb" assume="yes" alias="${drush.alias}">
@mirsoftacquia
mirsoftacquia / config_split.config_split.ci.yml
Last active April 3, 2017 14:17
config/default/config_split.config_split.ci.yml
uuid: a5875368-74e8-4a55-b414-5314124564d0
langcode: en
status: true
dependencies: { }
id: ci
label: CI
folder: ../config/ci
module: { }
theme: { }
blacklist: { }
@mirsoftacquia
mirsoftacquia / config_split.config_split.dev.yml
Last active April 3, 2017 14:16
config/default/config_split.config_split.dev.yml
uuid: 385e48ca-1a3d-47f4-bafd-b2095eb438db
langcode: en
status: true
dependencies: { }
id: dev
label: Dev
folder: ../config/dev
module:
acquia_connector: 0
devel: 0
@mirsoftacquia
mirsoftacquia / config_split.config_split.local.yml
Created April 3, 2017 14:15
config/default/config_split.config_split.local.yml
uuid: 9cd48061-ed49-42fe-b09b-e992631598fa
langcode: en
status: true
dependencies: { }
id: local
label: Local
folder: ../config/local
module:
devel: 0
theme: { }
@mirsoftacquia
mirsoftacquia / config_split.config_split.prod.yml
Created April 3, 2017 17:14
config/default/config_split.config_split.prod.yml
uuid: df31c0c0-8478-428f-96e7-41cf56745b1d
langcode: en
status: true
dependencies: { }
id: prod
label: Prod
folder: ../config/prod
module:
acquia_connector: 0
shield: 0
@mirsoftacquia
mirsoftacquia / config_split.config_split.test.yml
Created April 3, 2017 17:14
config/default/config_split.config_split.test.yml
uuid: 1f7dbb29-c6b3-452a-a71d-e63b5e350309
langcode: en
status: true
dependencies: { }
id: test
label: Test
folder: ../config/test
module:
acquia_connector: 0
shield: 0
@mirsoftacquia
mirsoftacquia / system.logging.yml
Created April 3, 2017 18:14
config/default/system.logging.yml
error_level: hide
_core:
default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA
@mirsoftacquia
mirsoftacquia / system.logging.yml
Created April 3, 2017 18:15
config/local/system.logging.yml
error_level: all
_core:
default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA
@mirsoftacquia
mirsoftacquia / migrate_plus.migration.my_migration_test.yml
Last active November 6, 2018 18:50
Config distro import example file
id: my_migration_test
label: My migration test
migration_tags:
- Drupal 7
deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
migration_group: default
source:
plugin: d7_node
node_type: page
@mirsoftacquia
mirsoftacquia / config-storage-migrate_plus.migration.my_migration_test.yml
Last active November 6, 2018 18:56
Config item as stored in config storage after second config import
uuid: 6f12150f-4619-437f-9533-8d0aa8c7c836
langcode: en
status: true
dependencies: { }
id: my_migration_test
class: null
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'