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

Update dev to latest #2

Merged
merged 95 commits into from
Dec 24, 2018
Merged

Update dev to latest #2

merged 95 commits into from
Dec 24, 2018

Conversation

jonbodner
Copy link
Owner

No description provided.

jonbodner and others added 30 commits November 27, 2017 13:53
Update branding
Please read the README and the CHANGELOG for a list of features
developed in this fork. Initial discussion of the fork can be
found at lgtmco/lgtm#32.

New features have been developed by: @mspiegel, @jonbodner, @jonathana
First-class support for github-team repo-self [orgname]. Automatically
import all members of the organization including members that are not
a part of any team. Load teams on-demand only when needed.

Closes #6
Fix docker tag validation, add explicit algorithm support
Show common properties for events such as repository name,
pull request number, pull request state.
Enhanced logging of GitHub webhook events.
Pull request author must approve the pull request when there are
committers on the pull request other than the pull request author.
Add 'authoraffirm' feature when multiple committers on pull request.
Create a pull request comment with instructions for the pull request
author on "opened", "reopened", "synchronized" actions when a pull
request has committers that are not the author.
mspiegel and others added 28 commits March 14, 2018 20:01
- Fixes google/go-github#664
- id type changed from int to int64
Update go-github dependency to HEAD master
Update go-github dependency to HEAD master
Go 1.11 changed `go test` behavior to include running `go vet` as
well.  There were a few format strings being used by various `fmt`
package and package like calls that had either mismatching
argument counts between the format string and args or type mismatch
between the fmt spec and the argument itself.  Fixed them all to
either match type or arg count as appropriate.

These changes are backwards compatible with prior versions of the
go compiler because it is just fixing things that were previously
broken but unnoticed.
Converted to use the go 1.11 modules support (`go mod` and friends)
for dependency management.
Bump the .travis.yml go version number and remove install of `go
dep`.
Add new Makefile target to do `go mod` work to make sure the
modules get downloaded.  go.mod and go.sum got added because `go
mod verify` appears to have added the indirect modules and
commenting so they changed.
Despite the presence of a go.mod file supposedly being enough to
force module support being on, travis is complaining.  Hopefully
this is enough to make it happy.
Go 1.11 compatibility fixes for go test changes
 Switch to `go mod` for dependency management
Updating the merge and fixing linting errors
Updating to fix linting issues
Updating to fix linting issues
Updating to fix linting issues
Documentation update -- formatting and merge delete clarification
@jonbodner jonbodner merged commit da65860 into jonbodner:dev Dec 24, 2018
jonbodner pushed a commit that referenced this pull request Apr 13, 2020
Configure WhiteSource for GitHub Enterprise
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.

4 participants