-
-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:gobuffalo/pop into pop
- Loading branch information
Showing
110 changed files
with
2,738 additions
and
528 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,4 +32,3 @@ migrations/schema.sql | |
.grifter/ | ||
cockroach-data/ | ||
vendor/ | ||
cockroach-data/ |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
from golang:1.7 | ||
|
||
RUN echo $GOPATH | ||
RUN mkdir -p $GOPATH/src/github.com/markbates/pop | ||
WORKDIR $GOPATH/src/github.com/markbates/pop | ||
RUN mkdir -p $GOPATH/src/github.com/gobuffalo/pop | ||
WORKDIR $GOPATH/src/github.com/gobuffalo/pop | ||
ADD . . | ||
RUN go get -t -v ./... | ||
RUN SODA_DIALECT=sqlite go test ./... |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[[constraint]] | ||
revision = "36e9d2ebbde5e3f13ab2e25625fd453271d6522e" | ||
name = "github.com/satori/go.uuid" | ||
Oops, something went wrong.