-
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
Johnpreed/do not merge #766
Open
kkkkKKeeyyyYYYYY
wants to merge
116
commits into
github:repo-getter
Choose a base branch
from
kkkkKKeeyyyYYYYY:johnpreed/do-not-merge
base: repo-getter
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
Johnpreed/do not merge #766
kkkkKKeeyyyYYYYY
wants to merge
116
commits into
github:repo-getter
from
kkkkKKeeyyyYYYYY:johnpreed/do-not-merge
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
updating from upstream
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
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]>
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
Update script description
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
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.12 to 0.7.28. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Commits](faisalman/ua-parser-js@0.7.12...0.7.28) Signed-off-by: dependabot[bot] <[email protected]>
…phql/enterprise/ua-parser-js-0.7.28 Bump ua-parser-js from 0.7.12 to 0.7.28 in /graphql/enterprise
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.0 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.5.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…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
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.