forked from microsoft/azuredatastudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ADS Merger
committed
Jul 15, 2020
1 parent
aae013d
commit 9d3f12d
Showing
554 changed files
with
15,102 additions
and
8,166 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"kind": 1, | ||
"language": "markdown", | ||
"value": "#### Config", | ||
"editable": true | ||
}, | ||
{ | ||
"kind": 2, | ||
"language": "github-issues", | ||
"value": "$repo=repo:microsoft/vscode\n$milestone=milestone:\"July 2020\"", | ||
"editable": true | ||
}, | ||
{ | ||
"kind": 1, | ||
"language": "markdown", | ||
"value": "### Finalization", | ||
"editable": true | ||
}, | ||
{ | ||
"kind": 2, | ||
"language": "github-issues", | ||
"value": "$repo $milestone label:api-finalization", | ||
"editable": true | ||
}, | ||
{ | ||
"kind": 1, | ||
"language": "markdown", | ||
"value": "### Proposals", | ||
"editable": true | ||
}, | ||
{ | ||
"kind": 2, | ||
"language": "github-issues", | ||
"value": "$repo $milestone is:open label:api-proposal ", | ||
"editable": true | ||
} | ||
] |
This file contains 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
[ | ||
{ | ||
"kind": 1, | ||
"language": "markdown", | ||
"value": "### Bug Verification Queries\n\nBefore shipping we want to verify _all_ bugs. That means when a bug is fixed we check that the fix actually works. It's always best to start with bugs that you have filed and the proceed with bugs that have been filed from users outside the development team. ", | ||
"editable": true | ||
}, | ||
{ | ||
"kind": 1, | ||
"language": "markdown", | ||
"value": "#### Config: update list of `repos` and the `milestone`", | ||
"editable": true | ||
}, | ||
{ | ||
"kind": 2, | ||
"language": "github-issues", | ||
"value": "$repos=repo:microsoft/vscode repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-remote-release repo:microsoft/vscode-js-debug repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-github-issue-notebooks \n$milestone=milestone:\"June 2020\"", | ||
"editable": true | ||
}, | ||
{ | ||
"kind": 1, | ||
"language": "markdown", | ||
"value": "### Bugs You Filed", | ||
"editable": true | ||
}, | ||
{ | ||
"kind": 2, | ||
"language": "github-issues", | ||
"value": "$repos $milestone is:closed -assignee:@me label:bug -label:verified -label:*duplicate author:@me", | ||
"editable": false | ||
}, | ||
{ | ||
"kind": 1, | ||
"language": "markdown", | ||
"value": "### Bugs From Outside", | ||
"editable": true | ||
}, | ||
{ | ||
"kind": 2, | ||
"language": "github-issues", | ||
"value": "$repos $milestone is:closed -assignee:@me label:bug -label:verified -label:*duplicate -author:@me -assignee:@me label:bug -label:verified -author:@me -author:aeschli -author:alexdima -author:alexr00 -author:bpasero -author:chrisdias -author:chrmarti -author:connor4312 -author:dbaeumer -author:deepak1556 -author:eamodio -author:egamma -author:gregvanl -author:isidorn -author:JacksonKearl -author:joaomoreno -author:jrieken -author:lramos15 -author:lszomoru -author:misolori -author:mjbvz -author:rebornix -author:RMacfarlane -author:roblourens -author:sana-ajani -author:sandy081 -author:sbatten -author:Tyriar -author:weinand", | ||
"editable": false | ||
}, | ||
{ | ||
"kind": 1, | ||
"language": "markdown", | ||
"value": "### All" | ||
}, | ||
{ | ||
"kind": 2, | ||
"language": "github-issues", | ||
"value": "$repos $milestone is:closed -assignee:@me label:bug -label:verified -label:*duplicate", | ||
"editable": false | ||
} | ||
] |
This file contains 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
disturl "https://atom.io/download/electron" | ||
target "7.3.2" | ||
target "8.3.3" | ||
runtime "electron" |
This file contains 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 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.