-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
chore(all): make version 0.0.3
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
language: go | ||
|
||
go: | ||
- 1.6 | ||
- tip | ||
|
||
script: | ||
- make build | ||
- go get -u github.com/golang/lint/golint | ||
- make lint |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
# Changelog | ||
|
||
## v0.0.3 [16/07/13] | ||
- 16/07/07 chore(vendor): update codegansta vendor to urfave (SFR) | ||
chore(docker): update Go version to 1.6 in Docker deployment | ||
chore(build): add travis build support | ||
|
||
## v0.0.2 [16/06/06] | ||
- 16/06/05 refact(dao): change dao Upsert signature to remove mgo dependency (SFR) | ||
refact(model): fix model JSON annotation for age | ||
fix(test): fix statistics test for expected request count | ||
refact(web): refactor web server in a separate file and main entry point | ||
feat(test): add full web server test | ||
chores(test): add benchmarking target and instruction | ||
chore(test): add benchmarking target and instruction | ||
- 16/06/01 chore(test): add go routine to statistics test (SFR) | ||
|
||
## v0.0.1 [16/05/31] | ||
- 16/05/25 chore(test): fix tests to run from all OS (SFR/RLE) | ||
- 16/05/19 feat(all): finalize web server, tests and test script (SFR) | ||
feat(web): add web server, middleware and router and get implementation without range | ||
refact(dao): fix panic on wrong object id format | ||
chores(vendor): upate vendors with web dependency | ||
chore(vendor): update vendors with web dependency | ||
chore(etc): add scripts to query API | ||
- 16/05/11 feat(dao): add model of spirits, mongo dao, factory and update vendors (SFR) | ||
- 16/05/10 feat(all): project start, add command line, vendors, makefile, docker, logger, tests and statistics (SFR) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
#HANDSONGO | ||
[![Build Status](https://travis-ci.org/sebastienfr/handsongo.svg?branch=master)](https://travis-ci.org/sebastienfr/handsongo) | ||
[![GoDoc](https://godoc.org/github.com/sebastienfr/handsongo?status.svg)](https://godoc.org/github.com/sebastienfr/handsongo) | ||
[![codebeat badge](https://codebeat.co/badges/4c43152a-e6f8-4781-b1b4-9f5c9c040c00)](https://codebeat.co/projects/github-com-sebastienfr-handsongo) | ||
[![Software License](http://img.shields.io/badge/license-APACHE2-blue.svg)](https://github.com/sebastienfr/handsongo/blob/master/LICENSE) | ||
|
||
This project is meant to help learning go. | ||
|
||
```shell | ||
make help | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.