Skip to content
This repository was archived by the owner on Oct 25, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pumbaEO/precommit1c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: xDrivenDevelopment/precommit1c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing with 2,345 additions and 599 deletions.
  1. +35 −0 .atom-build.json
  2. +70 −62 .gitignore
  3. +194 −102 README.md
  4. +0 −1 copy-to-hook.cmd
  5. +6 −3 create-links-in-hooks.bat
  6. +98 −0 features/step_definitions/РазборкаНаИсходники.os
  7. +111 −0 features/step_definitions/РепозиторийGit.os
  8. +41 −0 features/РазборкаМакета.feature
  9. +31 −0 features/РазборкаНаИсходники.feature
  10. +58 −0 features/РазборкаНаИсходникиGit.feature
  11. +44 −0 features/РазборкаНаИсходникиGitКонфигуратор.feature
  12. +37 −0 features/РазборкаНаИсходникиКонфигуратор.feature
  13. +56 −0 features/РепозиторийGit.feature
  14. +24 −0 features/СборкаИзИсходников.feature
  15. +23 −0 features/СборкаИзИсходниковКонфигуратор.feature
  16. BIN ibService/1Cv8.1CD
  17. +1 −0 logos.debug-example.cfg
  18. +26 −0 packagedef
  19. +1 −2 pre-commit
  20. +219 −0 src/tests/UseDesigner/fixture/fixture.xml
  21. +22 −0 src/tests/UseDesigner/fixture/fixture/Forms/Форма.xml
  22. BIN src/tests/UseDesigner/fixture/fixture/Forms/Форма/Ext/Form.bin
  23. +22 −0 src/tests/UseDesigner/fixture/fixture/Forms/Форма1.xml
  24. +85 −0 src/tests/UseDesigner/fixture/fixture/Forms/Форма1/Ext/Form.xml
  25. +16 −0 src/tests/UseDesigner/fixture/fixture/Templates/ДвоичныеДанные.xml
  26. +58 −0 src/tests/UseDesigner/fixture/fixture/Templates/ДвоичныеДанные/Ext/Template.bin
  27. +16 −0 src/tests/UseDesigner/fixture/fixture/Templates/СхемаКомпоновкиДанных.xml
  28. +25 −0 src/tests/UseDesigner/fixture/fixture/Templates/СхемаКомпоновкиДанных/Ext/Template.xml
  29. +16 −0 src/tests/UseDesigner/fixture/fixture/Templates/ТабличныйДокумент.xml
  30. +38 −0 src/tests/UseDesigner/fixture/fixture/Templates/ТабличныйДокумент/Ext/Template.xml
  31. +16 −0 src/tests/UseDesigner/fixture/fixture/Templates/ТекстовыйДокумент.xml
  32. +1 −0 src/tests/UseDesigner/fixture/fixture/Templates/ТекстовыйДокумент/Ext/Template.txt
  33. +30 −0 src/tools/mxl2txt/mxl2txt.xml
  34. +22 −0 src/tools/mxl2txt/mxl2txt/Forms/Форма.xml
  35. +16 −0 src/tools/mxl2txt/mxl2txt/Forms/Форма/Ext/Form.xml
  36. +22 −0 src/tools/mxl2txt/mxl2txt/Forms/Форма/Ext/Form/Module.bsl
  37. +82 −0 tasks/test.os
  38. BIN tests/Fixture.mxl
  39. +3 −0 tests/fixture.txt
  40. +117 −95 tests/v8files-extractor-test.os
  41. BIN tools/mxl2txt.epf
  42. +1 −1 v8Reader
  43. +662 −333 v8files-extractor.os
35 changes: 35 additions & 0 deletions .atom-build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"cmd": "oscript",
"name": "Precommit1c full testing",
"args": [ "-encoding=utf-8", "{PROJECT_PATH}/../oscript-library/tests/testrunner.os", "-runall", "{PROJECT_PATH}/tests"],
"sh": false,
"errorMatch": [
"{Модуль (?<file>[^/]+) / Ошибка в строке: (?<line>[0-9]+) / (?<message>.*)"
],
"targets": {
"Run current file": {
"cmd": "oscript",
"args": [ "-encoding=utf-8", "{FILE_ACTIVE}"],
"sh": false,
"errorMatch": [
"{Модуль (?<file>[^/]+) / Ошибка в строке: (?<line>[0-9]+) / (?<message>.*)"
]
},
"Test current test-file": {
"cmd": "oscript",
"args": [ "-encoding=utf-8", "{PROJECT_PATH}/../oscript-library/tests/testrunner.os", "-run", "{FILE_ACTIVE}"],
"sh": false,
"errorMatch": [
"{Модуль (?<file>[^/]+) / Ошибка в строке: (?<line>[0-9]+) / (?<message>.*)"
]
},
"Test select test-name": {
"cmd": "oscript",
"args": [ "-encoding=utf-8", "{PROJECT_PATH}/../oscript-library/tests/testrunner.os", "-run", "{FILE_ACTIVE}", "{SELECTION}"],
"sh": false,
"errorMatch": [
"{Модуль (?<file>[^/]+) / Ошибка в строке: (?<line>[0-9]+) / (?<message>.*)"
]
}
}
}
132 changes: 70 additions & 62 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,62 +1,70 @@
*.lgp
*.lgf
tests/testSrc/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/
*.lgp
*.lgf
tests/testSrc/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

*.ospx
oscript_modules/

#VSCode
.vscode/
bdd-log.xml
tests.xml
Loading