Skip to content

Commit 7b945ea

Browse files
authored
Merge pull request #83 from wagnert/master
Add system-name commandline option
2 parents d4fe886 + 3162c9a commit 7b945ea

File tree

15 files changed

+46
-7
lines changed

15 files changed

+46
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 1.0.0-beta8
2+
3+
## Bugfixes
4+
5+
* None
6+
7+
## Features
8+
9+
* Add system-name commandline option
10+
111
# Version 1.0.0-beta7
212

313
## Bugfixes

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ The following configuration options are available:
9696
|:---------------------|:----------------------------------------------------------------|:--------------|
9797
| --configuration | Specify the pathname to the configuration file to use | `./vendor/techdivision/import-product/etc/techdivision-import.json` |
9898
| --entity-type-code | The Magento entity type code, **MUST** be one of `catalog_product` or `catalog_category` | n/a |
99+
| --system-name | The system name to be used (will added to the mail subject, if mails are configured) | n/a |
99100
| --installation-dir | The Magento installation directory to which the files has to be imported | n/a |
100101
| --source-dir | The directory that has to be watched for new files | n/a |
101102
| --target-dir | The target directory with the files that has been imported | n/a |

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"symfony/dependency-injection": "~2.3, !=2.7.0",
1616
"league/flysystem": "~1.0",
1717
"techdivision/import-app-simple": "1.0.0-beta2",
18-
"techdivision/import-configuration-jms": "1.0.0-beta4",
19-
"techdivision/import": "1.0.0-beta9",
18+
"techdivision/import-configuration-jms": "1.0.0-beta5",
19+
"techdivision/import": "1.0.0-beta10",
2020
"techdivision/import-ee": "1.0.0-beta1",
2121
"techdivision/import-attribute": "1.0.0-alpha3",
22-
"techdivision/import-category": "1.0.0-beta1",
23-
"techdivision/import-category-ee": "1.0.0-beta1",
24-
"techdivision/import-product": "1.0.0-beta1",
22+
"techdivision/import-category": "1.0.0-beta2",
23+
"techdivision/import-category-ee": "1.0.0-beta2",
24+
"techdivision/import-product": "1.0.0-beta2",
2525
"techdivision/import-product-link": "1.0.0-beta1",
2626
"techdivision/import-product-media": "1.0.0-beta1",
2727
"techdivision/import-product-bundle": "1.0.0-beta1",
2828
"techdivision/import-product-variant": "1.0.0-beta1",
29-
"techdivision/import-product-ee": "1.0.0-beta1",
29+
"techdivision/import-product-ee": "1.0.0-beta2",
3030
"techdivision/import-product-link-ee": "1.0.0-beta2",
3131
"techdivision/import-product-media-ee": "1.0.0-beta1",
3232
"techdivision/import-product-bundle-ee": "1.0.0-beta1",

projects/sample-data/ce/212/conf/categories/techdivision-import.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"archive-dir" : "archive",
1111
"debug-mode" : false,
1212
"entity-type-code" : "catalog_category",
13+
"system-name" : "local/magento-ce-2.1.6",
1314
"databases": [
1415
{
1516
"id": "ce",

projects/sample-data/ce/212/conf/products/techdivision-import.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"archive-dir" : "archive",
1111
"debug-mode" : false,
1212
"entity-type-code" : "catalog_product",
13+
"system-name" : "local/magento-ce-2.1.6",
1314
"databases": [
1415
{
1516
"id": "ce",

projects/sample-data/ce/215/conf/categories/techdivision-import.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"archive-dir" : "archive",
1111
"debug-mode" : false,
1212
"entity-type-code" : "catalog_category",
13+
"system-name" : "local/magento-ce-2.1.6",
1314
"databases": [
1415
{
1516
"id": "ce",

projects/sample-data/ce/215/conf/products/techdivision-import.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"archive-dir" : "archive",
1111
"debug-mode" : false,
1212
"entity-type-code" : "catalog_product",
13+
"system-name" : "local/magento-ce-2.1.6",
1314
"databases": [
1415
{
1516
"id": "ce",

projects/sample-data/ce/216/conf/attributes/techdivision-import.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"archive-dir" : "archive",
1111
"debug-mode" : false,
1212
"entity-type-code" : "eav_attribute",
13+
"system-name" : "local/magento-ce-2.1.6",
1314
"databases": [
1415
{
1516
"id": "ce",

projects/sample-data/ce/216/conf/categories/techdivision-import.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"archive-dir" : "archive",
1111
"debug-mode" : false,
1212
"entity-type-code" : "catalog_category",
13+
"system-name" : "local/magento-ce-2.1.6",
1314
"databases": [
1415
{
1516
"id": "ce",

projects/sample-data/ce/216/conf/products/techdivision-import.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"archive-dir" : "archive",
1111
"debug-mode" : false,
1212
"entity-type-code" : "catalog_product",
13+
"system-name" : "local/magento-ce-2.1.6",
1314
"databases": [
1415
{
1516
"id": "ce",

0 commit comments

Comments
 (0)