Commit graph

1402 commits

Author SHA1 Message Date
Brad Rydzewski f6b0c0cd9c fix failed unit test caused by restructuring 2015-05-17 11:48:02 -07:00
Brad Rydzewski 40a9543c0c moving remote pkg per new multi-binary structure 2015-05-17 11:45:09 -07:00
Brad Rydzewski 137fb62e85 moving queue package 2015-05-17 11:42:56 -07:00
Brad Rydzewski f58b48d329 moved yaml parsing to yaml package 2015-05-17 11:36:12 -07:00
Brad Rydzewski 4c847296d4 refactoring toward multi-binary project layout 2015-05-17 11:10:43 -07:00
Brad Rydzewski 2e9786c68e prevent hanging event source connections 2015-05-16 20:35:41 -07:00
Brad Rydzewski b3951043a0 temp workaround to get Drone correctly stream SSE events 2015-05-16 20:08:32 -07:00
Brad Rydzewski 27aadca029 upgraded to latest version of gin to take advantage of SSE 2015-05-16 19:46:12 -07:00
Brad Rydzewski e8a39a3b14 moving config code 2015-05-16 17:48:08 -07:00
Brad Rydzewski 64663e9742 fixed some build issues 2015-05-16 17:46:29 -07:00
Brad Rydzewski 07b910644b Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 2015-05-15 19:42:14 -07:00
Brad Rydzewski e66bb6bace enable trusted builds to do their thing 2015-05-15 19:41:22 -07:00
Brad Rydzewski 7fdc9f8812 Merge pull request #1019 from oliveiradan/0.4.0-unit-tests
New set of Unit Tests for Build, based on 0.4.0
2015-05-15 19:36:41 -07:00
Brad Rydzewski 35c66c7b76 fixing many, many issues 2015-05-15 19:35:33 -07:00
Brad Rydzewski 28061efeea sets default build timeout 2015-05-15 17:19:15 -07:00
Brad Rydzewski 6414d4e21e fixed some issues with container downloads 2015-05-15 16:24:10 -07:00
Brad Rydzewski d66becd12c fixed some minor bugs in build 2015-05-15 14:55:26 -07:00
Daniel Oliveira a698810847 New set of Unit Tests for Build, based on 0.4.0 2015-05-14 23:31:18 -06:00
Daniel Oliveira db02db06f1 New set of Unit Tests for Build, based on 0.4.0 2015-05-14 12:24:32 -06:00
Daniel Oliveira a2ade4a5cc New set of Unit Tests for Build, based on 0.4.0 2015-05-14 11:52:45 -06:00
Brad Rydzewski 1ef6dc0bc6 persist self url in repo field 2015-05-12 23:58:30 -07:00
Brad Rydzewski ed0719c624 fixed builder panic 2015-05-12 20:30:36 -07:00
Brad Rydzewski b4add30df2 Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 2015-05-12 18:33:10 -07:00
Brad Rydzewski 9fef3a23d2 still a wip. container that is launched to run a build 2015-05-12 18:32:46 -07:00
Brad Rydzewski ab3f7c7ca5 Merge pull request #1011 from CiscoCloud/fix-badge-tests
Fix Datastore mock and badge_test.go
2015-05-12 10:33:34 -07:00
Ben Schumacher 01eae26623 Fix Datastore mock and badge_test.go 2015-05-12 11:06:00 -06:00
Brad Rydzewski 7762ecac90 always display sub-build list 2015-05-11 00:53:56 -07:00
Brad Rydzewski 85256d3a22 backported 0.4 changes to existing database 2015-05-11 00:45:31 -07:00
Brad Rydzewski d07c0cb80d github status api 2015-05-09 20:46:32 -07:00
Brad Rydzewski 7f162c80b9 post-commit hook should trigger commit status update 2015-05-09 20:14:01 -07:00
Brad Rydzewski fb2999c35d include private key in json, manually scrub from rest responses 2015-05-09 12:54:38 -07:00
Brad Rydzewski 062a31de08 ability to run a build step conditionally based on matrix 2015-05-09 12:53:52 -07:00
Brad Rydzewski b9484757ff updated .drone.yml to support new syntax 2015-05-09 01:41:24 -07:00
Brad Rydzewski c72724d46b passing netrc data to build 2015-05-09 01:08:54 -07:00
Brad Rydzewski 100121ba01 Merge pull request #1007 from CiscoCloud/oliveiradan-bolt
Rebase of @oliveiradan's work in PR #998
2015-05-08 22:01:29 -07:00
Daniel Oliveira ba159976a0 Fixing TODO comments in code /cc @oliveiradan
1. server/login.go:49 (// TODO(bradrydzewski) return an error message instead). Added error message if authorization fails.
2. server/repos.go:178 (TODO(bradrydzewski) verify repo not exists). Added a checking for the repo and return an error in case it does not exist.
3. server/queue.go:170:  // TODO (bradrydzewski) change this interface to accept an io.Reader. All references to the API change been in question SetLogs() have been modified.
4. remote/github/github.go:106  // Fixed a crash in case *repo_.Language is nil , when de-referencing it. This could happen when a repo only has a readme, so github hasn't set the language yet.
5. ./server/queue.go:170:  // TODO (bradrydzewski) change this interface to accept an io.Reader. All references to the API change been in question SetLogs() have been modified.
6. .remote/github/github.go:106  // Fixed a crash in case *repo_.Language is nil , when de-referencing it. This could happen when a repo only has a readme, so github hasn't set the language yet.
2015-05-08 10:47:40 -06:00
Brad Rydzewski 0034c12141 initial work on build cancellation 2015-05-06 01:24:55 -07:00
Brad Rydzewski f82c8ff6d7 ability to stream builds 2015-05-06 00:56:06 -07:00
Brad Rydzewski 091f0e9918 fixed some race conditions and cpu locking 2015-05-05 20:59:07 -07:00
Brad Rydzewski 80d8d10c15 ws improvements 2015-05-05 20:26:57 -07:00
Brad Rydzewski cf27863841 temporarily replace bson with gob 2015-05-05 20:22:02 -07:00
Brad Rydzewski fa07d82461 pre-marshal websocket message to avoid possible race 2015-05-05 19:46:26 -07:00
Brad Rydzewski cecefe6f65 improvements to runner & error msgs 2015-05-05 03:25:08 -07:00
Brad Rydzewski c9b3e2b546 fixed go vet error 2015-05-05 01:07:35 -07:00
Brad Rydzewski 6fae6a56a1 use drone-build container for running builds 2015-05-05 01:06:31 -07:00
Brad Rydzewski 204fba9018 some initial work on a builtin build runner 2015-05-05 01:04:20 -07:00
Brad Rydzewski 51e995e0a1 more mock examples 2015-04-30 22:48:15 -07:00
Brad Rydzewski 9c882c1a9e table-driven tests for badge permutations 2015-04-30 22:18:39 -07:00
Brad Rydzewski acc6bb76ee minor restructuring 2015-04-30 21:20:59 -07:00
Brad Rydzewski 7ead6c82dd Merge remote-tracking branch 'upstream/bolt' into bolt 2015-04-30 21:09:02 -07:00