-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft graph api commands #764
Open
kkkkKKeeyyyYYYYY
wants to merge
334
commits into
github:primetheus/pre-commit
Choose a base branch
from
kkkkKKeeyyyYYYYY:microsoft-graph-api-commands
base: primetheus/pre-commit
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Microsoft graph api commands #764
kkkkKKeeyyyYYYYY
wants to merge
334
commits into
github:primetheus/pre-commit
from
kkkkKKeeyyyYYYYY:microsoft-graph-api-commands
Conversation
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
* GitHub OAuth Example in Go This is the sample project built by following the "[Basics of Authentication][basics of auth]" guide on developer.github.com - ported to Go. As the Go standard library does not come with built-in web session handling, only the [simple example](https://github.com/github/platform-samples/blob/master/api/ruby/basics-of-authentication/server.rb) was ported. The example also shows how to use the [GitHub golang SDK](https://github.com/google/go-github). * Extracted context.Background as global var thanks to Tobias Hutzler for the tip * Extracting html templates to separate directory * Beautifying format of templates * Better indentation * Spaces to tabs
Adding activesupport gem
The new version should handle deleted and new branches better and I added a link to help the user fixing the problem.
improve pre-receive-hook that checks commit messages
- add command line parsing and a help page - add `-c` checking mode to ensure the script does not modify the repository in unintented ways - make `--full-tree` mode the default (although slower) to workaround the `git fast-export | git fast-import` limitations (and add `-d` to use the diff mode again) - measure execution time - add a test case
Co-authored-by: Johannes Nicolai <[email protected]>
Co-Authored-By: Steffen Hiller <[email protected]>
improve git-purge-files script
Removed extra whitespace on line 22
The `create-bootstrap` script searches a repository for smallish LFS files, combines them into larger LFS files, and adds them to a new orphan branch called `bootstrap`. In addition, the script adds a `boot` script to the orphan branch which splits the larger LFS files up, again. In order to leverage the Git LFS pack files, the Git user needs to get the `bootstrap` branch and run the `boot` script.
add bootstrap script to download small LFS files efficiently
…ity-query Add query to list member email and logins for an Enterprise
GraphQL query showing organization members with scimidentity
GraphQL query showing enterprise members with scimidentity
GraphQL query showing members with linked SCIM identity
…ithub#270) * Added CSV and permission details to PrintRepoAccess * bumped library number * introduced -c parameter to support reading repository names from CSV files * introduced -p parameter to print detailed permissions about user access * Added CSV file support for AuditUsers * introduced -c option to read users from CSV file * renamed skipPublicRepo option and made it opt-in * use CSV file header for generated output * Added extended permission reporting option * added -e switch to split repositories based on access type
fix path typo from ``` cd api/ruby/find-inactive-members ``` to ``` cd platform-samples/api/ruby/find-inactive-members ```
Fix path in code snippet example
* private forks created to discuss and mitigate security advisories did work with find_incative_members.rb * readson: GitHub's API returns 404 (not found) instead of an empty set for issues and issue comments of such a private fork if no access is granted * fix: ignore 404 for issues and issue comments and proceed
Add org invite and actions artifact cleanup scripts
Returns members of an organization and their associated saml identity. If no saml identity, returns null.
GraphQL query for Users in an Organization with SSO enabled
Update Audit Log queries
…-member-saml-linked-identities.graphql
…s-with-scim-identity-org.graphql
…th-scim-identity-enterprise.graphql
…-saml-linked-identities.graphql
…scim-linked-identities.graphql
…ions-in-enterprise-scim-identities.graphql
…e-organization-scim-linked-identities.graphql
…identities-single-organization.graphql
…m-identities-all-orgs-in-enterprise.graphql
…nterprise-level.graphql
…ise-member-email-addresses.graphql
Updating the GraphQL queries for enterprise and org member data (saml identities, scim identities, emails for EMUs)
- Updated formattings to make the content readable - Tested and updated some steps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.