-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
metaGeneric issue tracking specific issuesGeneric issue tracking specific issues
Description
Branch from master
, backport changes to 6.x
- Merge build processes for driver and MSI into a single build command. This is to simplify the build script process and remove the need to perform
cd <dir>
commands in the release manager. - @codebrain / @bpintea - Build: integrate installer's build.bat with driver's #69 - Unit / integration tests for editor dialog after moving to an MVVM or MVC architecture.- @codebrain
- Review
AssemblyInfo
version patching and ensure consistency across all .NET projects. - @codebrain - https://github.com/bpintea/elasticsearch-sql-odbc/tree/feature/integrate_installer_build - Consolidate
.gitignore
files across the repo. - @codebrain - Merge gitignore files across projects #71 - Ensure copyright year is present in
AssemblyInfo
files. - @codebrain to find out if needed (none of the other DLLs use year). - https://github.com/bpintea/elasticsearch-sql-odbc/tree/feature/integrate_installer_build - Align the editor to either all tabs or all space. (The driver uses tabs, but we can delineate between the two). @codebrain to implement editor rules as defined by Microsoft team. - Cleanup whitespace, add .editorconfig as standardised by Microsoft te… #67
- Chain (tick-box-dependent) the ODBC Data Source Administrator app to the installer - include getting started screen (as per Elasticsearch MSI) @codebrain - Launch ODBC Administrator control panel on exit. #65
- Considerations the VS redistributable @codebrain / @bpintea
- Documentation: installer @codebrain; editor @bpintea
- Blog post prep @bpintea
- DSN editor tooltips? (optional) - Cleanup whitespace, add .editorconfig as standardised by Microsoft te… #67
- 32-bit build (optional):
- for the driver @bpintea - Split architecture-specific builds to separate directories #76
- for the installer @codebrain - Installer: 32 bit support #70, Integrate driver's and installer's build scripts #74, Installer cleanup #79
- rename DSN binding DLL to include
32
for 32-bit builds; @bpintea - Better 32bit support #63 - integrate x86 build into RM: https://github.com/elastic/release-manager/pull/506
- Validations on DSN editor for:
- Name field - limit to registry key characters - Add validations into DSN editor form #59
- Ensure all field entries are no longer than 512 characters - Add validations into DSN editor form #59
- Launch ODBC editor on close (with checkbox) Installer cleanup #79
bpintea
Metadata
Metadata
Assignees
Labels
metaGeneric issue tracking specific issuesGeneric issue tracking specific issues