-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add example for MS SQL Server #6156
base: master
Are you sure you want to change the base?
Conversation
Add Example project with Java and Microsoft SQL Server
Hi @jbauerrfid, thanks for taking the time to make this example project, but we unfortunately cannot include examples in our docs that rely on community orbs like cobli/[email protected] since we have no control over the maintenance or security of them. |
Replace wait-for orb with shell command to avoid third party code in example.
Hi @devinmarieb |
@jbauerrfid Thanks! Sorry for the delay. We've actually been having larger conversations around the best way to include projects like the one you originally proposed, where we can't include them in the official docs, but maybe we can have a new section for projects that use third party stuff. I appreciate the effort! We haven't forgotten about this :) |
Hi @devinmarieb CircleCI is pretty quick at responding to contributions. I have open request on other OSS projects, where I wait for months or get no response from the maintainers at all. So when you want to reorganize third party contributions it is ok for me. |
@jbauerrfid Thanks! I'm going to keep this PR open until we make a final decision on what to do with projects that use third party tools. These example projects people suggest are very useful for others in similar situations, but we just don't have a good way of including them in our current structure. It's possible you will see it merged or a request for changes in a few months time :) Thanks for your suggestions! |
Hi @devinmarieb |
@jbauerrfid yes I did :) There's actually further internal discussion on this whole page in general now which is why I haven't merged yet. |
We need to re-review this. @circleci/dre |
Description
Add example for MS SQL Server
Reasons
Running MS SQL Server is a bit tricky in CircleCI. I want to share the build script worked out to save time for other devs.
Doing tests with MS SQL Server appears to be a common tasks, and I did not find anything functional in the CircleCI documentation.