-
Notifications
You must be signed in to change notification settings - Fork 35
FEAT: Integrate mssql_py_core wheel installation into PR validation pipeline #440
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
Draft
saurabh500
wants to merge
16
commits into
main
Choose a base branch
from
dev/saurabh/integrate-mssql-py-core
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,088
−27
Draft
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e0d975c
Add mssql_py_core wheel installation to PR validation pipeline
saurabh500 6cc5756
Fix Alpine compatibility: detect musl libc and skip gracefully when n…
saurabh500 cbef84a
Fail hard when no compatible wheel is found
saurabh500 3829c5f
Fix musl detection on Alpine for mssql_py_core install
saurabh500 389ca38
Add mssql_py_core repackaging into mssql-python wheels
saurabh500 c5544f0
Block Official builds from using dev/nightly mssql-py-core versions
saurabh500 67da099
Add bulkcopy test, rewrite install scripts, make setup.py validate-only
saurabh500 d9ad17e
Merge branch 'main' of https://github.com/microsoft/mssql-python into…
saurabh500 9b29902
REF: Remove mssql_py_core repackaging steps and update package instal…
saurabh500 2381b4a
FEAT: Enhance connstr_to_pycore_params to handle boolean parameters f…
saurabh500 4c3bf62
REF: Clean up whitespace in bulkcopy integration tests for improved r…
saurabh500 610a6cb
REF: Update installation scripts to clarify skipped files and update …
saurabh500 3b185e3
REF: Update platform tagging for Linux wheels in installation scripts
saurabh500 fcc6852
REF: Update manylinux tag versions in platform info and installation …
saurabh500 a82eb05
BUMP: Update version to 0.1.0-dev.20260221.140717
saurabh500 73b2adb
BUMP: Update version to 0.1.0-dev.20260221.140732
saurabh500 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be a job in itself
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And reused everywhere applicable.