Commit f2d2d62
authored
FIX: Updating guardian files 18-12-2025 (#381)
### Work Item / Issue Reference
<!--
IMPORTANT: Please follow the PR template guidelines below.
For mssql-python maintainers: Insert your ADO Work Item ID below (e.g.
AB#37452)
For external contributors: Insert Github Issue number below (e.g. #149)
Only one reference is required - either GitHub issue OR ADO Work Item.
-->
<!-- mssql-python maintainers: ADO Work Item -->
>
[AB#41192](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/41192)
<!-- External contributors: GitHub Issue -->
> GitHub Issue: #<ISSUE_NUMBER>
-------------------------------------------------------------------
### Summary
<!-- Insert your summary of changes below. Minimum 10 characters
required. -->
This pull request primarily updates `.gdn` baseline and suppression
files to add a new signature entry and refreshes timestamps.
Additionally, it refines the GitHub-Azure DevOps sync pipeline to better
handle `.gdn` files during repository synchronization.
**.gdn Baseline and Suppression Updates:**
* Added a new signature entry
(`b193001ba0796417acfe030647f04db3d4a9a561f580338977d8f68230b5c20c`) to
both `.gdn/.gdnbaselines` and `.gdn/.gdnsuppress`, associating it with
the `default` group and updating the `lastUpdatedDate` fields.
[[1]](diffhunk://#diff-9246ddd12574f37c19831129f642cc5bb2920110c54825563be451a4808f9fc3L11-R11)
[[2]](diffhunk://#diff-9246ddd12574f37c19831129f642cc5bb2920110c54825563be451a4808f9fc3R386-R393)
[[3]](diffhunk://#diff-a7fdb3f611082ade077d9a6aef98db36c848387741e8a41a26ffa800a5993421L11-R11)
[[4]](diffhunk://#diff-a7fdb3f611082ade077d9a6aef98db36c848387741e8a41a26ffa800a5993421R386-R393)
**Pipeline Improvements:**
* Modified the `github-ado-sync.yml` pipeline so that `.gdn` files are
excluded when removing and checking out files, preventing accidental
deletion or overwriting of `.gdn` configuration during sync.
<!--
### PR Title Guide
> For feature requests
FEAT: (short-description)
> For non-feature requests like test case updates, config updates ,
dependency updates etc
CHORE: (short-description)
> For Fix requests
FIX: (short-description)
> For doc update requests
DOC: (short-description)
> For Formatting, indentation, or styling update
STYLE: (short-description)
> For Refactor, without any feature changes
REFACTOR: (short-description)
> For release related changes, without any feature changes
RELEASE: #<RELEASE_VERSION> (short-description)
### Contribution Guidelines
External contributors:
- Create a GitHub issue first:
https://github.com/microsoft/mssql-python/issues/new
- Link the GitHub issue in the "GitHub Issue" section above
- Follow the PR title format and provide a meaningful summary
mssql-python maintainers:
- Create an ADO Work Item following internal processes
- Link the ADO Work Item in the "ADO Work Item" section above
- Follow the PR title format and provide a meaningful summary
-->1 parent 433a216 commit f2d2d62
2 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
386 | 394 | | |
387 | 395 | | |
388 | 396 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
386 | 394 | | |
387 | 395 | | |
388 | 396 | | |
0 commit comments