Commit graph

1946 commits

Author SHA1 Message Date
Brad Rydzewski 10d305200d Fix badge markup on repo badges page 2015-10-26 16:17:43 -07:00
Brad Rydzewski 699dc55f06 Merge remote-tracking branch 'upstream/master' 2015-10-26 16:06:18 -07:00
Brad Rydzewski 0427306f31 request github deploymet hooks, but keep disabled by default in UI 2015-10-26 16:04:18 -07:00
Brad Rydzewski ed469b735e Merge pull request #1256 from gtaylor/patch-1
Fix typo in docs/build/publish.md
2015-10-26 14:59:35 -07:00
Greg Taylor 5ba339f80f Fix typo in docs/build/publish.md 2015-10-26 14:41:33 -07:00
Brad Rydzewski c1b97134c6 Merge pull request #1255 from bradrydzewski/master
Label tag events for GitHub hooks
2015-10-26 13:29:17 -07:00
Brad Rydzewski 13aa6fda3d properly label tag events for GitHub 2015-10-26 13:10:46 -07:00
Brad Rydzewski 832ae41fc6 updated docs 2015-10-26 10:41:07 -07:00
Brad Rydzewski 30bef7b979 bump version number 2015-10-26 10:35:59 -07:00
Brad Rydzewski 58eaa95517 Merge branch 'master' into 0.4.0 2015-10-26 10:30:26 -07:00
Brad Rydzewski a45ce34ca8 added proxy documentation 2015-10-26 10:28:01 -07:00
Brad Rydzewski f23037457b Merge pull request #1237 from pheuter/patch-1
When cloning pull requests, use specific branch
2015-10-26 10:09:34 -07:00
Brad Rydzewski df0c6cd567 use a custom build image to avoid compiling sass and sqlite every time 2015-10-25 17:44:06 -07:00
Brad Rydzewski b8dba17684 fixed sass file spacing issue cases by recent libsass changes 2015-10-25 17:43:43 -07:00
Brad Rydzewski 3c8c330656 added command line utility docs 2015-10-25 15:18:16 -07:00
Brad Rydzewski 3dd218b211 fixed broken repo delete 2015-10-23 16:37:25 -07:00
Brad Rydzewski ad2a3bf18d Merge pull request #996 from ianneub/default-data-driver
Dockerfile: Set default database driver and source
2015-10-22 17:59:42 -07:00
Brad Rydzewski b0547a081e Merge pull request #1226 from hkjn/patch-3
Update comments in shared.build.Builder
2015-10-22 17:49:43 -07:00
Brad Rydzewski 6890927415 Merge pull request #1227 from hkjn/patch-4
Add comment to shared.build.repo.Repo type
2015-10-22 17:49:27 -07:00
Brad Rydzewski 3f443f99a4 added feed to swagger 2015-10-22 17:46:18 -07:00
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 1e46ccf56b Merge pull request #1245 from dolanor/rfc7239
RFC7239 : Standard header for SSL proxy forwarding
2015-10-20 21:27:04 -07:00
Tanguy Herrmann 4aee17e264 Modify to comply to the RFC7239
* Changed the previous code based on X- headers to the RFC7239
* Refactored the code to determine if a request is https or not
2015-10-21 02:38:47 +02: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
Mark Fayngersh c8e1bd6617 Fix unit test 2015-10-15 15:15:35 -04:00
Mark Fayngersh 3223f4772a Update repo.go to clone specific branch for PR 2015-10-15 13:12:58 -04: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