-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #605 from microsoftgraph/dev
main sync
- Loading branch information
Showing
8,746 changed files
with
1,034,019 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 @@ | ||
* @microsoftgraph/msgraph-devx-typescript-write |
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,100 @@ | ||
name: SDK Bug Report | ||
description: File SDK bug report | ||
labels: ["type:bug", "status:waiting-for-triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Thank you for taking the time to fill out this bug report!** | ||
💥Before submitting a new request, please search existing issues to see if an issue already exists. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
description: | | ||
Provide a description of the actual behavior observed. If applicable please include any error messages, exception stacktraces or a screenshot. | ||
placeholder: I am trying to do [...] but [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: | | ||
A clear and concise description of what you expected to happen. | ||
placeholder: Expected behavior | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro-steps | ||
attributes: | ||
label: How to reproduce | ||
description: | | ||
Please include minimal steps to reproduce the problem if possible. E.g.: the smallest possible code snippet; or steps to run project in link above. If possible include text as text rather than screenshots (so it shows up in searches). | ||
If there's a link to a public repo where the sample code exists, include it too. | ||
placeholder: Minimal Reproduction steps | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: SDK Version | ||
placeholder: e.g. 5.32.1 | ||
description: Version of the SDK with the bug described above. | ||
validations: | ||
required: false | ||
- type: input | ||
id: regression | ||
attributes: | ||
label: Latest version known to work for scenario above? | ||
description: | | ||
Did this work in a previous build or release of the SDK or API client? If you can try a previous release or build to find out, that can help us narrow down the problem. If you don't know, that's OK. | ||
placeholder: version-number | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: known-workarounds | ||
attributes: | ||
label: Known Workarounds | ||
description: | | ||
Please provide a description of any known workarounds. | ||
placeholder: Known Workarounds | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Debug output | ||
description: Please copy and paste the debug output below. | ||
value: | | ||
<details><summary>Click to expand log</summary> | ||
``` | ||
<Log output here> | ||
``` | ||
</details> | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: configuration | ||
attributes: | ||
label: Configuration | ||
description: | | ||
Please provide more information on your SDK configuration: | ||
* What OS and version, and what distro if applicable (Windows 10, Windows 11, MacOS Catalina, Ubuntu 22.04)? | ||
* What is the architecture (x64, x86, ARM, ARM64)? | ||
* Do you know whether it is specific to that configuration? | ||
placeholder: | | ||
- OS: | ||
- architecture: | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: other-info | ||
attributes: | ||
label: Other information | ||
description: | | ||
If you have an idea where the problem might lie, let us know that here. Please include any pointers to code, relevant changes, or related issues you know of. | ||
placeholder: Other information | ||
validations: | ||
required: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: SDK Feature request | ||
description: Request a new feature on the SDK | ||
labels: ["type:feature", "status:waiting-for-triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Thank you for taking the time to fill out this feature request form!** | ||
💥Please search to see if an issue already exists for the feature you are requesting. | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe the problem. | ||
description: A clear and concise description of what the problem is. | ||
placeholder: I am trying to do [...] but [...] | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like. | ||
description: | | ||
A clear and concise description of what you want to happen. Include any alternative solutions you've considered. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context? | ||
description: | | ||
Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Blank issue | ||
about: Something that doesn't fit the other categories | ||
title: '' | ||
labels: ["status:waiting-for-triage"] | ||
assignees: '' | ||
|
||
--- |
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,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Question on use of graph sdk | ||
url: https://github.com/microsoftgraph/msgraph-sdk-typescript/discussions | ||
about: Please add your question in the discussions section of the repo | ||
- name: Question on use of kiota | ||
url: https://github.com/microsoft/kiota/discussions | ||
about: Please add your question in the discussions section of the repo | ||
- name: Question or Feature Request for the MS Graph API? | ||
url: https://aka.ms/msgraphsupport | ||
about: Report an issue or limitation with the MS Graph service APIs |
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,22 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
open-pull-requests-limit: 10 | ||
commit-message: | ||
# Prefix all commit messages with "npm" | ||
prefix: "auto dependabot" | ||
groups: | ||
kiota-dependencies: | ||
patterns: | ||
- "*kiota*" | ||
eslint: | ||
patterns: | ||
- "*eslint*" | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
open-pull-requests-limit: 10 |
81 changes: 81 additions & 0 deletions
81
.github/policies/msgraph-sdk-typescript-branch-protection.yml
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,81 @@ | ||
# Copyright (c) Microsoft Corporation. | ||
# Licensed under the MIT License. | ||
|
||
# File initially created using https://github.com/MIchaelMainer/policyservicetoolkit/blob/main/branch_protection_export.ps1. | ||
|
||
name: msgraph-sdk-typescript-branch-protection | ||
description: Branch protection policy for the msgraph-sdk-typescript repository | ||
resource: repository | ||
configuration: | ||
branchProtectionRules: | ||
|
||
- branchNamePattern: main | ||
# This branch pattern applies to the following branches as of 08/23/2023 13:45:40: | ||
# main | ||
|
||
# Specifies whether this branch can be deleted. boolean | ||
allowsDeletions: false | ||
# Specifies whether forced pushes are allowed on this branch. boolean | ||
allowsForcePushes: false | ||
# Specifies whether new commits pushed to the matching branches dismiss pull request review approvals. boolean | ||
dismissStaleReviews: true | ||
# Specifies whether admins can overwrite branch protection. boolean | ||
isAdminEnforced: false | ||
# Indicates whether "Require a pull request before merging" is enabled. boolean | ||
requiresPullRequestBeforeMerging: true | ||
# Specifies the number of pull request reviews before merging. int (0-6). Should be null/empty if PRs are not required | ||
requiredApprovingReviewsCount: 1 | ||
# Require review from Code Owners. Requires requiredApprovingReviewsCount. boolean | ||
requireCodeOwnersReview: true | ||
# Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines. | ||
requiresCommitSignatures: false | ||
# Are conversations required to be resolved before merging? boolean | ||
requiresConversationResolution: true | ||
# Are merge commits prohibited from being pushed to this branch. boolean | ||
requiresLinearHistory: false | ||
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status | ||
requiredStatusChecks: | ||
- check-build-matrix | ||
- CodeQL | ||
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean | ||
requiresStrictStatusChecks: false | ||
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush. | ||
restrictsPushes: false | ||
# Restrict who can dismiss pull request reviews. boolean | ||
restrictsReviewDismissals: false | ||
|
||
- branchNamePattern: main | ||
# This branch pattern applies to the following branches as of 08/23/2023 13:45:41: | ||
# main | ||
|
||
# Specifies whether this branch can be deleted. boolean | ||
allowsDeletions: false | ||
# Specifies whether forced pushes are allowed on this branch. boolean | ||
allowsForcePushes: false | ||
# Specifies whether new commits pushed to the matching branches dismiss pull request review approvals. boolean | ||
dismissStaleReviews: true | ||
# Specifies whether admins can overwrite branch protection. boolean | ||
isAdminEnforced: false | ||
# Indicates whether "Require a pull request before merging" is enabled. boolean | ||
requiresPullRequestBeforeMerging: true | ||
# Specifies the number of pull request reviews before merging. int (0-6). Should be null/empty if PRs are not required | ||
requiredApprovingReviewsCount: 1 | ||
# Require review from Code Owners. Requires requiredApprovingReviewsCount. boolean | ||
requireCodeOwnersReview: true | ||
# Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines. | ||
requiresCommitSignatures: false | ||
# Are conversations required to be resolved before merging? boolean | ||
requiresConversationResolution: true | ||
# Are merge commits prohibited from being pushed to this branch. boolean | ||
requiresLinearHistory: false | ||
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status | ||
requiredStatusChecks: | ||
- check-build-matrix | ||
- CodeQL | ||
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean | ||
requiresStrictStatusChecks: true | ||
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush. | ||
restrictsPushes: false | ||
# Restrict who can dismiss pull request reviews. boolean | ||
restrictsReviewDismissals: false | ||
|
Oops, something went wrong.