-
Notifications
You must be signed in to change notification settings - Fork 222
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' into evaluation-refactor
* master: mod tidy Bump github.com/lib/pq from 1.2.0 to 1.3.0 (#201) Bump github.com/prometheus/client_golang from 1.2.1 to 1.3.0 Bump google.golang.org/grpc from 1.25.1 to 1.26.0 (#202) Update docs path Readme/docs update Update README.md Create docker-compose.yml
- Loading branch information
Showing
43 changed files
with
195 additions
and
1,143 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 |
---|---|---|
|
@@ -8,15 +8,11 @@ | |
*.txt | ||
|
||
.github/ | ||
.vagrant/ | ||
.vscode/ | ||
Dockerfile | ||
LICENSE | ||
bin/ | ||
dev/ | ||
dist/ | ||
docs/ | ||
examples/ | ||
mkdocs.yml | ||
script/ | ||
site/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
version: "3" | ||
|
||
services: | ||
flipt: | ||
image: markphelps/flipt:latest | ||
ports: | ||
- "8080:8080" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.