Brad Rydzewski
688b29b639
backported 0.5 database restructure to 0.4.1
2016-03-25 12:54:16 -07:00
Brad Rydzewski
6b69913d82
fix database unit tests in Makefile
2015-11-11 14:52:29 -08:00
Brad Rydzewski
a13ce5cb6f
correctly store build number in binary
2015-11-10 11:40:22 -08:00
Henrik Jonsson
8197942f69
Enable vendoring for github.com/go-swagger dependency
...
Building in a Docker container based on `golang` doesn't work at `427560a`: C.f 2d37d66e2d
2015-11-10 19:50:36 +01:00
Brad Rydzewski
2d37d66e2d
temporarioly GO15VENDOREXPERIMENT when go getting the swagger package
2015-11-05 19:26:25 -08:00
Brad Rydzewski
832ae41fc6
updated docs
2015-10-26 10:41:07 -07:00
Brad Rydzewski
3c8c330656
added command line utility docs
2015-10-25 15:18:16 -07:00
Brad Rydzewski
2f071bb2cf
re-enabled build feed
2015-10-21 16:39:43 -07:00
Brad Rydzewski
7f9ef94f47
unit testing postgres, mysql. temporary workaround for backticks
2015-10-20 00:08:09 -07:00
Brad Rydzewski
e3afea861b
log when error fetching repository
2015-10-14 12:48:46 -07:00
Brad Rydzewski
a7a1b1dfb7
cleaning up the middleware and adding caching with TTL
2015-10-13 02:08:08 -07:00
Brad Rydzewski
5ba7dad0dc
updated docs to not include drone javascript files when generated
2015-10-07 15:36:46 -07:00
Brad Rydzewski
cd86948cff
copy static assets to static directory in S3 for readme.drone.io
2015-10-07 14:41:30 -07:00
Brad Rydzewski
7ed0b393a6
specify drone 0.4 in docs
2015-10-07 14:29:52 -07:00
Brad Rydzewski
9b843a4e17
fixed issue in Makefile
2015-10-07 13:15:38 -07:00
Brad Rydzewski
0943117ad7
propogate HTTP_PROXY environment variables throuhgout build
2015-10-06 15:50:15 -07:00
Brad Rydzewski
acb27f4f1e
fix go get in makefile
2015-10-06 14:50:41 -07:00
Brad Rydzewski
9555f50215
initial commit to add doc generation as part of build
2015-10-06 14:41:55 -07:00
Brad Rydzewski
2b00d12bb6
code to generate API documentation
2015-10-06 10:19:43 -07:00
Brad Rydzewski
6c81c9cb03
manually go get goblin since it isn't included by vexp yet
2015-09-30 14:06:51 -07:00
Brad Rydzewski
b315914edb
update vendored repos
2015-09-30 14:00:48 -07:00
Brad Rydzewski
67c00fa6a9
get jsmin for contrib file
2015-09-30 13:02:20 -07:00
Brad Rydzewski
0acbf898dc
fix make gen
2015-09-29 23:10:52 -07:00
Brad Rydzewski
dfea14c7e5
updated vendor files and paths
2015-09-29 18:21:17 -07:00
Brad Rydzewski
ae324704bb
moved to drone-exec
2015-09-02 16:52:59 -07:00
Thomas Boerger
d6a546a309
Removed in go implemented tasks from Makefile
2015-08-27 11:03:03 +02:00
Brad Rydzewski
a18da82cb2
support for mysql database
2015-08-24 11:25:01 -07:00
Bugagazavr
37237230e9
Fix warnings
2015-08-20 21:09:12 +03:00
Brad Rydzewski
164c0c6a8e
move clone path calc due to panic
2015-08-19 12:38:08 -07:00
Brad Rydzewski
259ac91526
Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0
...
Conflicts:
Makefile
2015-05-23 18:53:11 -07:00
Brad Rydzewski
14f0ffb587
some initial documentation
2015-05-23 18:52:04 -07:00
Brad Rydzewski
35d604659a
moved to Godep with path rewrite
2015-05-22 11:37:40 -07:00
Brad Rydzewski
ef1e09f073
fixed issue w/ makefile
2015-05-18 15:47:48 -07:00
Brad Rydzewski
d55d28436b
adding code for a drone build agent
2015-05-18 10:05:58 -07:00
Brad Rydzewski
73ed4f08d5
moved to central copy function
2015-05-17 19:25:53 -07:00
Brad Rydzewski
30eed8723d
moved all remaining files under designated structure
2015-05-17 14:25:04 -07:00
Brad Rydzewski
64663e9742
fixed some build issues
2015-05-16 17:46:29 -07:00
Brad Rydzewski
d66becd12c
fixed some minor bugs in build
2015-05-15 14:55:26 -07:00
Brad Rydzewski
67a4e302c7
ability to get netrc from remote
2015-04-28 14:39:48 -07:00
Brad Rydzewski
96b49cf0fc
website subscribes to build events, update pages
2015-04-25 21:27:24 -07:00
Brad Rydzewski
8e6fbc8ceb
fixed bindata build issues
2015-04-25 16:46:02 -07:00
Brad Rydzewski
3b7c9738a3
ability to squash and embed static files
2015-04-25 16:16:56 -07:00
Brad Rydzewski
d9fd23a6df
experimental branch. playing around with boltdb
2015-04-07 01:20:55 -07:00
Brad Rydzewski
31b2c806e7
peg version of Docker
2015-02-20 17:33:44 -08:00
Brad Rydzewski
c7c3300350
ensure we hav a .deb file for every drone commit
2015-02-05 19:09:52 -08:00
Brad Rydzewski
1627d5f5da
Merge pull request #802 from Bugagazavr/bintray
...
Bintray
2015-01-13 09:10:50 -08:00
Kirill Zaitsev
ef3fba75a9
Version from file
2015-01-12 20:00:36 +03:00
Brad Rydzewski
ae65cf5fdb
Merge pull request #797 from mattbostock/go_fmt
...
Run gofmt and add test to prevent regressions
2015-01-11 11:13:35 -08:00
Matt Bostock
b027bd8392
Run gofmt and add test to prevent regressions
...
Run `go fmt ./...` [1] and add a test to the `test` make target that
checks if `go fmt` has been run.
[1]: http://blog.golang.org/go-fmt-your-code
2015-01-11 18:54:34 +00:00
Matt Bostock
3cb015a287
Remove explicit go get
for goblin package
...
The goblin package will be pulled in by the `go get` invocation
on the following line as it's references by imports, so there's no
need to list it separately.
2015-01-11 18:41:49 +00:00