oscript-library / oscript-library/gitsync
Возможность указания контекста конфигуратора
Nobody has claimed this yet.
- Dominant language
- 1C Enterprise
- Stars
- 333
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
Сейчас файл cf распаковывается через временную файловую базу.
Это часто вызывает проблемы при отсутствии клиентского аппаратного ключа.
Предлагаю добавить в команду "экспорт" аналог --ibname, в котором можно было бы указывать строку соединения с базой, в которой выполнять экспорт.
Медленно, но позволит решить часть проблем ынтырпрайзза, где нельзя получать ключ "другими" способами
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the export command and the code that unpacks the cf file through a temporary file database. Compare its options with --ibname and determine how a supplied database connection string should be passed through. Done means export can use the specified database instead of the temporary one, while preserving existing behavior when the option is absent.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100