Перейти к файлу
Karl Burtram 5e1faa2516
Upgrade CI/CD pipeline with latest action versions (#51)
2024-10-24 14:46:45 -07:00
.github/workflows Upgrade CI/CD pipeline with latest action versions (#51) 2024-10-24 14:46:45 -07:00
src Update electron to v30.5.1 (#50) 2024-10-01 13:54:15 -07:00
.gitignore Initial commit 2021-03-31 15:45:36 -07:00
.server.yarnrc Bump electron and node version (#41) 2023-10-10 10:52:19 -07:00
.vscodeignore Update electron to v30.5.1 (#50) 2024-10-01 13:54:15 -07:00
.yarnrc Update electron to v30.5.1 (#50) 2024-10-01 13:54:15 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2021-03-31 14:52:08 -07:00
LICENSE Initial LICENSE commit 2021-03-31 14:52:09 -07:00
README.md Add instructions for creating a release 2021-04-16 12:59:42 -07:00
SECURITY.md Initial SECURITY.md commit 2021-03-31 14:52:09 -07:00
SUPPORT.md Initial commit 2021-03-31 15:45:36 -07:00
ThirdPartyNotices.txt Initial commit 2021-03-31 15:45:36 -07:00
gulpfile.js Switch deprecated VSCE package for @vscode/vsce package version 2.15.0 (#35) 2023-04-28 13:38:22 -07:00
package.json Update electron to v30.5.1 (#50) 2024-10-01 13:54:15 -07:00
tsconfig.json Initial commit 2021-03-31 15:45:36 -07:00
webpack.config.js Update electron to v30.5.1 (#50) 2024-10-01 13:54:15 -07:00
yarn.lock Update electron to v30.5.1 (#50) 2024-10-01 13:54:15 -07:00

README.md

Project

This project provides a SQLite connection provider for use in Azure Data Studio tests.

It is currently only for testing purposes - other usage is not supported at this time.

Creating a new Release

To create a new release first update the version in package.json and then create a new Release through Github targeting the main branch. The CD pipeline will automatically run and create the artifacts for that release.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.