| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Include formatting check to the `make test` (and thus also `check`) rule (#1366) | Sandro Santilli | 2017-06-06 | 1 | -4/+18 |
* | feat: add check misspelling (#1877) | Bo-Yi Wu | 2017-06-05 | 1 | -0/+15 |
* | fix: error from mktemp command in MacOS. (#1837) | Bo-Yi Wu | 2017-06-04 | 1 | -8/+7 |
* | Add variable for docker tag (#1825) | himaaaatti | 2017-05-31 | 1 | -1/+2 |
* | Remove stale rule from Makefile (#1782) | Ethan Koenig | 2017-05-25 | 1 | -5/+0 |
* | Only run coverage on merges/pushes to master (#1783) | Ethan Koenig | 2017-05-25 | 1 | -0/+4 |
* | remove sqlite tag when integration test with mysql/postgres AND recreate data... | Lunny Xiao | 2017-05-09 | 1 | -2/+3 |
* | Enforce netgo build tag while cross-compilation (#1690) | Thomas Boerger | 2017-05-07 | 1 | -3/+3 |
* | Generate swagger json (#1402) | Antoine GIRARD | 2017-05-02 | 1 | -0/+11 |
* | Improve govendor testing (#1623) | Antoine GIRARD | 2017-05-02 | 1 | -1/+9 |
* | Do not allow commiting to protected branch from online editor (#1502) | Lauris BH | 2017-05-02 | 1 | -3/+3 |
* | MySQL, Postgres integration tests in drone (#1638) | Ethan Koenig | 2017-04-30 | 1 | -1/+0 |
* | Revert "Set VERSION from git once, in a variable (#1447)" | Kim "BKC" Carlbäcker | 2017-04-28 | 1 | -3/+1 |
* | improve integration test to resue models/fixtures and store git repos with te... | Lunny Xiao | 2017-04-28 | 1 | -9/+3 |
* | Integration test framework (#1290) | Ethan Koenig | 2017-04-25 | 1 | -4/+18 |
* | Check if missing/modified/unused deps in vendor and fix errors (#1468) | Antoine GIRARD | 2017-04-24 | 1 | -0/+7 |
* | Set VERSION from git once, in a variable (#1447) | Sandro Santilli | 2017-04-06 | 1 | -1/+3 |
* | Add GOFLAGS and EXTRA_GOFLAGS (#1438) | Mura Li | 2017-04-05 | 1 | -1/+4 |
* | Split the binary build (#985) | Thomas Boerger | 2017-03-07 | 1 | -5/+24 |
* | Add basic integration test infrastructure (and new endpoint `/api/v1/version`... | Mura Li | 2017-03-06 | 1 | -1/+6 |
* | Fix for #828: Embed build tags (#1051) | Jonas | 2017-02-28 | 1 | -1/+1 |
* | Makefile: Use hash over which (#1069) | silverwind | 2017-02-26 | 1 | -4/+4 |
* | Makefile: Also redirect stderr on which calls (#1068) | silverwind | 2017-02-26 | 1 | -4/+4 |
* | Tweak docker target to work by default. (#1033) | Dan Morrill | 2017-02-24 | 1 | -1/+1 |
* | Makefile: install on build (#874) | Andrey Nering | 2017-02-09 | 1 | -1/+1 |
* | Fix master builds on mips* again (#815) | Thomas Boerger | 2017-02-02 | 1 | -1/+1 |
* | Set the ldflags to static value within makefile (#709) | Thomas Boerger | 2017-01-20 | 1 | -1/+1 |
* | Enforce custom LDFLAGS within makefile (#684) | Thomas Boerger | 2017-01-17 | 1 | -1/+1 |
* | Makefile: on Windows, executable should have ".exe" (#550) | Andrey Nering | 2017-01-01 | 1 | -1/+6 |
* | replcae go fmt with gofmt command. | Bo-Yi Wu | 2016-12-30 | 1 | -1/+1 |
* | Properly handle drone tags and release/* branches (#466)v1.0.0 | Thomas Boerger | 2016-12-24 | 1 | -2/+2 |
* | Bindata is optional and over-writable on restart (#354) | Thomas Boerger | 2016-12-22 | 1 | -19/+3 |
* | Do not override the binary version name from drone (#436) | Thomas Boerger | 2016-12-21 | 1 | -3/+1 |
* | Fixing multiple docker issues (#386) | Thomas Boerger | 2016-12-15 | 1 | -0/+5 |
* | Autogenerate Version on build (#190) | Kim "BKC" Carlbäcker | 2016-12-13 | 1 | -2/+3 |
* | Actually fix 'make build' (#353) | Kim "BKC" Carlbäcker | 2016-12-05 | 1 | -2/+2 |
* | Awlays build, even when it thinks it's up to date (#351) | Kim "BKC" Carlbäcker | 2016-12-05 | 1 | -0/+1 |
* | Properly move releases within drone builds | Thomas Boerger | 2016-12-05 | 1 | -2/+8 |
* | Get rid of bin folder within makefile, enabled TiDB (#319) | Thomas Boerger | 2016-12-01 | 1 | -20/+3 |
* | Have "make" create the executable in root dir (#247) | Sandro Santilli | 2016-11-30 | 1 | -2/+2 |
* | Integrate public as bindata optionally (#293) | Thomas Boerger | 2016-11-30 | 1 | -8/+12 |
* | Replace invaliud bindata variable names within make task | Thomas Boerger | 2016-11-29 | 1 | -0/+2 |
* | Added errcheck make task (#242) | Thomas Boerger | 2016-11-25 | 1 | -0/+7 |
* | Merge pull request #96 from metalmatze/feature/drone-config | Thomas Boerger | 2016-11-24 | 1 | -4/+12 |
|\ |
|
| * | Added drone instead of travis detection to makefile | Thomas Boerger | 2016-11-24 | 1 | -4/+4 |
| * | Added dummy tasks for mysql and pgsql tests | Thomas Boerger | 2016-11-24 | 1 | -0/+8 |
* | | Really use go install on make install | Thomas Boerger | 2016-11-24 | 1 | -2/+2 |
|/ |
|
* | Have the deault 'all' rule just build | Sandro Santilli | 2016-11-24 | 1 | -1/+1 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
* | Hush dangerous GNU comment, mark "check" rule as phony | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |