Commit graph

1836 commits

Author SHA1 Message Date
Brad Rydzewski 6ed5ae4827 fix issue w/ missing gogs client deps 2015-10-22 17:03:07 -07:00
Brad Rydzewski d376730226 adding full support for Gogs including private repositories 2015-10-22 16:36:43 -07:00
Brad Rydzewski 22fc0e3bf8 improved database coverage, including feed coverage 2015-10-21 17:17:29 -07:00
Brad Rydzewski 2f071bb2cf re-enabled build feed 2015-10-21 16:39:43 -07:00
Brad Rydzewski 45ee7853d0 Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 2015-10-21 16:18:21 -07:00
Brad Rydzewski 6f04c39d3d Merge pull request #1246 from tboerger/feature/deps
Added vendored dependency for github.com/koding/cache
2015-10-21 16:18:00 -07:00
Brad Rydzewski cfdfbcfd3b didn't realize gin supports net.Context. Change to support Context pattern! 2015-10-21 16:14:02 -07:00
Thomas Boerger 1b55587d24 Added vendored dependency for github.com/koding/cache 2015-10-22 00:58:59 +02:00
Brad Rydzewski af2ef2347a improvements to middleware and URL resolver 2015-10-21 14:31:53 -07:00
Brad Rydzewski eb04d418d9 moving caching w/ TTL to its own package 2015-10-20 16:45:24 -07:00
Brad Rydzewski efcab1210b set defaults database and driver in Dockerfile 2015-10-20 16:44:36 -07:00
Brad Rydzewski 7f9ef94f47 unit testing postgres, mysql. temporary workaround for backticks 2015-10-20 00:08:09 -07:00
Brad Rydzewski 2dd4d6613c ability to get remote from context 2015-10-19 17:57:21 -07:00
Brad Rydzewski 0e3b11c44d code that verifies the Docker daemon connection before adding 2015-10-19 17:46:58 -07:00
Brad Rydzewski ffd42a1a0e use helper function to create test db connection for planned pg support 2015-10-19 11:45:53 -07:00
Brad Rydzewski 505ec312b5 Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 2015-10-19 10:42:18 -07:00
Brad Rydzewski 23a044d076 fix postgres table creation 2015-10-19 10:41:57 -07:00
Brad Rydzewski 249912e429 Merge pull request #1241 from psytale/fix-mysql-init
Fix MySQL init script
2015-10-19 10:40:21 -07:00
Philip Witty 834b7aff4a Fix MySQL init scripts
* Fix a few failing statements in script
* Changed max length of owner/repo name to 255 (limit of 100 in github and 255 in gitlab). MySQL can't handle a unique field of more than 767 bytes by default
2015-10-19 16:29:18 +01:00
Brad Rydzewski 835be5beab split doc upload into multiple parts 2015-10-16 15:04:10 -07:00
Brad Rydzewski a6fa326169 fix issue with exceeding sqlite params 2015-10-16 15:02:50 -07:00
Brad Rydzewski fa8c657005 some initial work on #1234 2015-10-15 22:25:07 -07:00
Brad Rydzewski 4f7199b5ff filter list using the full name 2015-10-15 15:54:19 -07:00
Brad Rydzewski f84c8bc411 working on the homage page 2015-10-15 15:40:27 -07:00
Brad Rydzewski 8fbd3d5fa7 log when error fetching repository 2015-10-14 12:51:18 -07:00
Brad Rydzewski e3afea861b log when error fetching repository 2015-10-14 12:48:46 -07:00
Brad Rydzewski 146d884f11 provide more useful error messages when empty search results 2015-10-13 12:55:50 -07:00
Brad Rydzewski a4dd4e8db8 fix typo in docs 2015-10-13 02:10:10 -07:00
Brad Rydzewski 5138b50a35 Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 2015-10-13 02:09:09 -07:00
Brad Rydzewski a7a1b1dfb7 cleaning up the middleware and adding caching with TTL 2015-10-13 02:08:08 -07:00
Brad Rydzewski dd8afd0155 Update README.md 2015-10-08 07:06:42 -07:00
Brad Rydzewski 7be93921bd ability to get last build before N 2015-10-07 17:53:28 -07:00
Brad Rydzewski a63f942c1f improving installation docs 2015-10-07 17:17:15 -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 e22d96765e fixes #1224 2015-10-07 13:47:16 -07:00
Brad Rydzewski 9b843a4e17 fixed issue in Makefile 2015-10-07 13:15:38 -07:00
Brad Rydzewski 98e959095f get lowercase http_proxy env variables 2015-10-07 13:06:14 -07:00
Brad Rydzewski a4eee9e510 generating documentation 2015-10-07 11:35:35 -07:00
Brad Rydzewski 7190facb41 updated to auto generate build documentation and embed in binary 2015-10-06 19:41:20 -07:00
Brad Rydzewski aa8e0347d0 github author fallback for old GitHub enterprise 2015-10-06 18:31:01 -07:00
Brad Rydzewski 0ed2535b53 fixed logging error 2015-10-06 15:58:37 -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 25d6a8c4bc updated the swagger file 2015-10-05 23:18:10 -07:00
Brad Rydzewski df0b442d5d just some initial work to enable bitbucket pull requests 2015-10-05 23:17:59 -07:00
Brad Rydzewski 93c78150b6 ability to refresh tokens 2015-10-04 19:39:44 -07:00