From 46d5d97befe232427ecd33d8a807edcefc6269a9 Mon Sep 17 00:00:00 2001 From: endroid Date: Mon, 7 Aug 2017 22:52:16 +0000 Subject: [PATCH] Add endroid flusher and import --- endroid/flusher/1.0/config/packages/endroid_flusher.yaml | 2 ++ endroid/flusher/1.0/manifest.json | 8 ++++++++ endroid/import/1.0/config/packages/endroid_import.yaml | 3 +++ endroid/import/1.0/config/routes/endroid_import.yaml | 4 ++++ endroid/import/1.0/manifest.json | 9 +++++++++ 5 files changed, 26 insertions(+) create mode 100644 endroid/flusher/1.0/config/packages/endroid_flusher.yaml create mode 100644 endroid/flusher/1.0/manifest.json create mode 100644 endroid/import/1.0/config/packages/endroid_import.yaml create mode 100644 endroid/import/1.0/config/routes/endroid_import.yaml create mode 100644 endroid/import/1.0/manifest.json diff --git a/endroid/flusher/1.0/config/packages/endroid_flusher.yaml b/endroid/flusher/1.0/config/packages/endroid_flusher.yaml new file mode 100644 index 00000000..acba195d --- /dev/null +++ b/endroid/flusher/1.0/config/packages/endroid_flusher.yaml @@ -0,0 +1,2 @@ +endroid_flusher: + step_size: 1.5 diff --git a/endroid/flusher/1.0/manifest.json b/endroid/flusher/1.0/manifest.json new file mode 100644 index 00000000..81c4fa41 --- /dev/null +++ b/endroid/flusher/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Endroid\\Flusher\\Bundle\\FlusherBundle\\EndroidFlusherBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/endroid/import/1.0/config/packages/endroid_import.yaml b/endroid/import/1.0/config/packages/endroid_import.yaml new file mode 100644 index 00000000..c5154129 --- /dev/null +++ b/endroid/import/1.0/config/packages/endroid_import.yaml @@ -0,0 +1,3 @@ +endroid_import: + time_limit: 0 + memory_limit: 4096M diff --git a/endroid/import/1.0/config/routes/endroid_import.yaml b/endroid/import/1.0/config/routes/endroid_import.yaml new file mode 100644 index 00000000..55e00f60 --- /dev/null +++ b/endroid/import/1.0/config/routes/endroid_import.yaml @@ -0,0 +1,4 @@ +EndroidImportBundle: + resource: "@EndroidImportBundle/Controller/" + type: annotation + prefix: /import diff --git a/endroid/import/1.0/manifest.json b/endroid/import/1.0/manifest.json new file mode 100644 index 00000000..49590e55 --- /dev/null +++ b/endroid/import/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Endroid\\Import\\Bundle\\ImportBundle\\EndroidImportBundle": ["all"], + "Endroid\\Import\\Bundle\\ImportDemoBundle\\EndroidImportDemoBundle": ["dev"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}