Skip to content

Корректные примеры для команды all #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 54 additions & 63 deletions tests/fixtures/config.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,54 @@
{
"gitsync-options":
{
"global":
{
"-email": "server.com",
"-v8version": "1cv8.exe",
"-plugins":
[
"pull",
"push",
"vendorUpload",
"smart-tags",
"increment"
],
"flags":
{
"-limit": 5,
"--storage-user": "Администратор"
}
},
"repositories" : [
{
"name" : "test",
"git-local-path": "путь1",
"git-remote": "адрес1",
"v8-storage-dir": "каталог1",
"-plugins":
[
"pull",
"push",
"vendorUpload",
"smart-tags",
"increment"
]
,
"flags": {
"-limit": 5,
"--storage-user": "Администратор"
}
},
{
"name" : "test2",
"git-local-path": "путь2",
"git-remote": "адрес2",
"v8-storage-dir": "каталог2",
"-plugins":
[
"pull",
"push",
"vendorUpload",
"smart-tags",
"increment"
]
,
"flags": {
"-limit": 5,
"--storage-user": "Администратор"
}
}
]
}
}
{
"globals": {
"storage-user": "Администратор",
"storage-pwd": "",
"git-path": "git",
"temp-dir": "",
"v8version": 8.3,
"domain-email": "localhost",
"lic-try-count": 5,
"plugins": {
"enable": [
"test",
"test2"
],
"disable": [
"test3"
]
},
"plugins-config": {
"git-url": "git-url",
"push": true,
"pull": true
}
},
"repositories": [
{
"name": "<ТестовыйРепозиторий>",
"path": "<КаталогХранилища1С_1>",
"dir": "<ПутьКаталогаИсходников_1>",
"plugins": {
"more": [
"test3"
]
},
"plugins-config": {
"git-url": "git-url",
"push": true,
"pull": true
}
},
{
"name": "<ТестовыйРепозиторий2>",
"path": "<КаталогХранилища1С_2>",
"dir": "<ПутьКаталогаИсходников_2>",
"storage-user": "Администратор",
"storage-pwd": "",
"git-path": "git",
"temp-dir": "",
"v8version": 8.3,
"domain-email": "localhost",
"lic-try-count": 5
}
]
}
54 changes: 54 additions & 0 deletions tests/fixtures/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"globals": {
"storage-user": "Администратор",
"storage-pwd": "",
"git-path": "git",
"temp-dir": "",
"v8version": 8.3,
"domain-email": "localhost",
"lic-try-count": 5,
"plugins": {
"enable": [
"test",
"test2"
],
"disable": [
"test3"
]
},
"plugins-config": {
"git-url": "git-url",
"push": true,
"pull": true
}
},
"repositories": [
{
"name": "<ТестовыйРепозиторий>",
"path": "<КаталогХранилища1С_1>",
"dir": "<ПутьКаталогаИсходников_1>",
"plugins": {
"more": [
"test3"
]
},
"plugins-config": {
"git-url": "git-url",
"push": true,
"pull": true
}
},
{
"name": "<ТестовыйРепозиторий2>",
"path": "<КаталогХранилища1С_2>",
"dir": "<ПутьКаталогаИсходников_2>",
"storage-user": "Администратор",
"storage-pwd": "",
"git-path": "git",
"temp-dir": "",
"v8version": 8.3,
"domain-email": "localhost",
"lic-try-count": 5
}
]
}