Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
01b0ec3
Bump pyjwt from 2.1.0 to 2.4.0
dependabot[bot] May 25, 2022
98008f6
Microsoft mandatory file
microsoft-github-policy-service[bot] Sep 28, 2022
5d729b3
Update dependencies
samwelkanda Oct 14, 2022
91a9973
Remove unnecessary files and update project file
samwelkanda Oct 14, 2022
6503e79
Fix code issues
samwelkanda Oct 14, 2022
6fcacc9
Update workflows
samwelkanda Oct 14, 2022
1dd3e94
Merge pull request #131 from microsoftgraph/dependabot/pip/pyjwt-2.4.0
samwelkanda Oct 14, 2022
133fa57
Merge branch 'dev' into users/GitHubPolicyService/61e2c0d5-7054-471d-…
samwelkanda Oct 14, 2022
7cabb46
Merge pull request #138 from microsoftgraph/users/GitHubPolicyService…
samwelkanda Oct 14, 2022
6790088
typo in readme
William-LP Nov 22, 2022
5b6e98e
Merge pull request #146 from William-LP/patch-1
samwelkanda Nov 22, 2022
f51834b
Update README.md
isvargasmsft Nov 25, 2022
968acfe
Merge pull request #151 from microsoftgraph/isvargasmsft-patch-1
samwelkanda Nov 25, 2022
04add70
Merge branch 'dev' into kiota/long-term-branch
samwelkanda Jan 9, 2024
a6e02fa
Update publish workflow
samwelkanda Jan 10, 2024
ccd664a
Remove protections on kiota long term branch
samwelkanda Jan 10, 2024
bb08c0a
Fix project file
samwelkanda Jan 10, 2024
dbfc5f7
Remove duplicate security file
samwelkanda Jan 10, 2024
00742bf
Remove outdated README note
samwelkanda Jan 10, 2024
d5e4dc4
Code formatting
samwelkanda Jan 10, 2024
d55db1b
Merge branch 'kiota/long-term-branch' into chore/align-kiota-ltb-to-dev
samwelkanda Jan 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions .github/policies/msgraph-sdk-python-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,39 +78,3 @@ configuration:
restrictsPushes: false
# Restrict who can dismiss pull request reviews. boolean
restrictsReviewDismissals: false

- branchNamePattern: kiota/long-term-branch
# This branch pattern applies to the following branches as of 06/12/2023 11:37:28:
# kiota/long-term-branch

# Specifies whether this branch can be deleted. boolean
allowsDeletions: false
# Specifies whether forced pushes are allowed on this branch. boolean
allowsForcePushes: true
# 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:
- 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

6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Publish package to PyPI and create release

on:
push:
branches: [master, kiota/long-term-branch]
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
branches: [master]

jobs:
build:
Expand Down Expand Up @@ -33,7 +31,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}

release:
name: Create release
Expand Down
41 changes: 0 additions & 41 deletions SECURTITY.md

This file was deleted.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ push = false

[tool.bumpver.file_patterns]
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
"src/msgraph_core/_constants.py" = ["{version}"]

"src/msgraph_core/_constants.py" = ["{version}"]