Skip to content
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
wants to merge 334 commits into
base: primetheus/pre-commit
Choose a base branch
from

Conversation

kkkkKKeeyyyYYYYY
Copy link

No description provided.

jonico and others added 30 commits June 28, 2019 08:14
* 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
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: Steffen Hiller <[email protected]>
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
stacycarter and others added 30 commits October 3, 2023 11:48
…e-organization-scim-linked-identities.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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.