Skip to content

Commit ba74d76

Browse files
authored
Merge pull request MicrosoftDocs#5 from MicrosoftDocs/master
Update with the original repository
2 parents 756d6c3 + 29ecd31 commit ba74d76

11,107 files changed

Lines changed: 105123 additions & 58447 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["master" "release-.*" "sandbox-.*"]
2-
:allowed-filename-matches ["(?i)^docs/(?:(?!toc.yml))" "docs-msdn"]}
2+
:allowed-filename-matches ["(?i)docs/(?:(?!toc.yml))" "docs-msdn"]}

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.h text
8+
9+
# Declare files that will always have CRLF line endings on checkout.
10+
*.sln text eol=crlf
11+
12+
# Denote all files that are truly binary and should not be modified.
13+
*.png binary
14+
*.jpg binary

.github/workflows/stale.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Mark stale issues and pull requests
2+
3+
on:
4+
schedule:
5+
- cron: "0 */6 * * *"
6+
7+
jobs:
8+
stale:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/stale@v3
14+
with:
15+
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
days-before-pr-stale: 14
17+
days-before-pr-close: 14
18+
stale-pr-label: inactive
19+
close-pr-label: auto-close
20+
exempt-pr-labels: keep-open
21+
stale-pr-message: >
22+
This pull request has been inactive for 14 days.
23+
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/en-us/help/contribute/contribute-how-to-write-pull-request-automation) for instructions.
24+
If this PR is inactive for 14 more days, it will be closed automatically. Thank you!
25+
26+
SQL Docs Team
27+
28+
[Contact Us](mailto:rogue1@microsoft.com)
29+
30+
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/sql-server-docs-contribute?branch=master)
31+
close-pr-message: >
32+
This pull request has been inactive for 28 days. At this time, we are closing the PR.
33+
If you decide to continue working on your change, you can reopen the PR and continue working. Thank you!
34+
35+
SQL Docs Team
36+
37+
[Contact Us](mailto:rogue1@microsoft.com)
38+
39+
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/sql-server-docs-contribute?branch=master)
40+

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Tools/NuGet/
1111
.openpublishing.build.mdproj
1212
.openpublishing.buildcore.ps1
1313
packages.config
14+
15+
**/.vscode/settings.json
Lines changed: 109 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,109 @@
1-
{
2-
"build_entry_point": "docs",
3-
"docsets_to_publish": [
4-
{
5-
"docset_name": "sql-content",
6-
"build_source_folder": "docs",
7-
"build_output_subfolder": "sql",
8-
"locale": "en-us",
9-
"xref_query_tags": [
10-
"/uwp/api",
11-
"/dotnet"
12-
],
13-
"monikers": [],
14-
"moniker_ranges": [
15-
"azuresqldb-current || azuresqldb-mi-current || azure-sqldw-latest || >= aps-pdw-2016 || >= sql-server-2016 || >= sql-server-linux-2017"
16-
],
17-
"open_to_public_contributors": true,
18-
"type_mapping": {
19-
"ZonePivotGroups": "Toc",
20-
"Conceptual": "Content",
21-
"ManagedReference": "Content",
22-
"RestApi": "Content",
23-
"LandingData": "Content"
24-
},
25-
"build_entry_point": "docs",
26-
"template_folder": "_themes",
27-
"version": 0
28-
}
29-
],
30-
"notification_subscribers": [],
31-
"branches_to_filter": [],
32-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/sql-docs",
33-
"git_repository_branch_open_to_public_contributors": "live",
34-
"skip_source_output_uploading": false,
35-
"need_preview_pull_request": true,
36-
"dependent_repositories": [
37-
{
38-
"path_to_root": "_themes",
39-
"url": "https://github.com/Microsoft/templates.docs.msft",
40-
"branch": "master",
41-
"branch_mapping": {}
42-
},
43-
{
44-
"path_to_root": "samples",
45-
"url": "https://github.com/dotnet/samples",
46-
"branch": "master",
47-
"branch_mapping": {
48-
"live": "live"
49-
}
50-
},
51-
{
52-
"path_to_root": "sqlclient",
53-
"url": "https://github.com/dotnet/sqlclient",
54-
"branch": "master",
55-
"branch_mapping": {}
56-
},
57-
{
58-
"path_to_root": "_themes.pdf",
59-
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
60-
"branch": "master"
61-
},
62-
{
63-
"path_to_root": "sql-server-samples",
64-
"url": "https://github.com/Microsoft/sql-server-samples",
65-
"branch": "master"
66-
}
67-
],
68-
"branch_target_mapping": {
69-
"live": [
70-
"Publish",
71-
"PDF"
72-
],
73-
"master": [
74-
"Publish",
75-
"PDF"
76-
],
77-
"build-pdf": [
78-
"Publish",
79-
"PDF"
80-
]
81-
},
82-
"need_generate_pdf_url_template": true,
83-
"need_generate_pdf": false,
84-
"need_generate_intellisense": false,
85-
"enable_branch_build_custom_validation": true,
86-
"enable_pull_request_custom_validation": true,
87-
"Targets": {
88-
"Pdf": {
89-
"template_folder": "_themes.pdf"
90-
}
91-
},
92-
"docs_build_engine": {
93-
"name": "docfx_v3"
94-
}
95-
}
1+
{
2+
"build_entry_point": "docs",
3+
"docsets_to_publish": [
4+
{
5+
"docset_name": "data-migration",
6+
"build_source_folder": "data-migration",
7+
"build_output_subfolder": "data-migration",
8+
"locale": "en-us",
9+
"monikers": [],
10+
"moniker_ranges": [],
11+
"open_to_public_contributors": true,
12+
"type_mapping": {
13+
"Conceptual": "Content"
14+
},
15+
"build_entry_point": "docs",
16+
"template_folder": "_themes"
17+
},
18+
{
19+
"docset_name": "sql-content",
20+
"build_source_folder": "docs",
21+
"build_output_subfolder": "sql",
22+
"locale": "en-us",
23+
"monikers": [],
24+
"moniker_ranges": [],
25+
"xref_query_tags": [
26+
"/uwp/api",
27+
"/dotnet"
28+
],
29+
"open_to_public_contributors": true,
30+
"type_mapping": {
31+
"ZonePivotGroups": "Toc",
32+
"Conceptual": "Content",
33+
"ManagedReference": "Content",
34+
"RestApi": "Content",
35+
"LandingData": "Content"
36+
},
37+
"build_entry_point": "docs",
38+
"template_folder": "_themes",
39+
"version": 0
40+
}
41+
],
42+
"notification_subscribers": [],
43+
"branches_to_filter": [],
44+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/sql-docs",
45+
"git_repository_branch_open_to_public_contributors": "live",
46+
"skip_source_output_uploading": false,
47+
"need_preview_pull_request": true,
48+
"dependent_repositories": [
49+
{
50+
"path_to_root": "_themes",
51+
"url": "https://github.com/Microsoft/templates.docs.msft",
52+
"branch": "master",
53+
"branch_mapping": {}
54+
},
55+
{
56+
"path_to_root": "samples",
57+
"url": "https://github.com/dotnet/samples",
58+
"branch": "main",
59+
"branch_mapping": {
60+
"live": "live"
61+
}
62+
},
63+
{
64+
"path_to_root": "sqlclient",
65+
"url": "https://github.com/dotnet/sqlclient",
66+
"branch": "main",
67+
"branch_mapping": {}
68+
},
69+
{
70+
"path_to_root": "_themes.pdf",
71+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
72+
"branch": "master",
73+
"branch_mapping": {}
74+
},
75+
{
76+
"path_to_root": "sql-server-samples",
77+
"url": "https://github.com/Microsoft/sql-server-samples",
78+
"branch": "master",
79+
"branch_mapping": {}
80+
}
81+
],
82+
"branch_target_mapping": {
83+
"live": [
84+
"Publish",
85+
"PDF"
86+
],
87+
"master": [
88+
"Publish",
89+
"PDF"
90+
],
91+
"build-pdf": [
92+
"Publish",
93+
"PDF"
94+
]
95+
},
96+
"need_generate_pdf_url_template": true,
97+
"targets": {
98+
"Pdf": {
99+
"template_folder": "_themes.pdf"
100+
}
101+
},
102+
"docs_build_engine": {
103+
"name": "docfx_v3"
104+
},
105+
"need_generate_pdf": false,
106+
"need_generate_intellisense": false,
107+
"enable_branch_build_custom_validation": true,
108+
"enable_pull_request_custom_validation": true
109+
}

0 commit comments

Comments
 (0)