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

Johnpreed/do not merge #766

Open
wants to merge 116 commits into
base: repo-getter
Choose a base branch
from

Conversation

kkkkKKeeyyyYYYYY
Copy link

No description provided.

kaltepeter and others added 30 commits October 25, 2018 19:10
Although it does the exact same behavior, the use of a cmdlet as opposed to direct class instantiation is preferred/best practice.
Link to org security alerts script example
move scripts over from git-repo-analysis
Append a trailer with the commit hash to every commit message.
This can be useful if you rewrite the history later on and you want
to preserve the original commit hashes.
add git-append-commit-trailer script
Find unmerged branches that haven't been modified for more than a year.

Why would you do this?

Although branches are cheap in Git, they can clutter the repository in
large quantities. Unmerged branches also might introduce large files
that are unnecessarily kept in the repository. If those branches get
deleted, than Git can cleanup those files automatically.
add script `git-find-stale-branches`
Add Jira issues to GitHub release description
Update GUID generations for PowerShell
Updating delete-repository-event webhook
Add support for paginated responses
Two one char typo fixes in script comments
* 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
jefeish and others added 30 commits August 24, 2020 10:14
the 'space' was intentional, to set the statement 'apart' :) ... anyhow removing it

Co-authored-by: Lars Schneider <[email protected]>
added input check and usage to `git-find-large-files`
Add script for creating teams in bulk in github orgs
Add PowerShell script to batch invite members to org
Make it clear that the script is for Enterprise Cloud customers
This query will provide a 'paper trail' of Issues and PRs pertaining to a particular Issue when passing in a GitHub Search string.
Add query to search for Issues & associated PRs/Issues
Adds block-outdated-clients pre-receive hook
…phql/enterprise/ua-parser-js-0.7.28

Bump ua-parser-js from 0.7.12 to 0.7.28 in /graphql/enterprise
…by/delete-repository-event/addressable-2.8.0

Bump addressable from 2.5.0 to 2.8.0 in /hooks/ruby/delete-repository-event
…/rendering-data-as-graphs/activesupport-6.0.3.1

Bump activesupport from 5.1.3 to 6.0.3.1 in /api/ruby/rendering-data-as-graphs
Add SQL queries for GitHub Enterprise Server
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.