Commit graph

5941 commits

Author SHA1 Message Date
Brad Rydzewski
e123e10fbd added amberc to make deps 2014-06-12 13:03:40 -07:00
Brad Rydzewski
68aea12538 added go.rice to make deps 2014-06-12 13:01:11 -07:00
Brad Rydzewski
3966eb7f9a show dependencies in verbose mode. ensure go gettable binaries are in path 2014-06-12 12:55:57 -07:00
Brad Rydzewski
43e382b5a1 added code to specify a gopath 2014-06-12 12:51:55 -07:00
Brad Rydzewski
aec9b33048 got the build working correctly 2014-06-12 12:44:19 -07:00
Brad
7abe695a5c hooked the build queue back up 2014-06-11 17:42:49 -07:00
Brad
30b38bd4b7 builds marked 'killed' now display as such in the UI 2014-06-11 14:55:38 -07:00
Brad
1a143f8fb4 cancel all pending or started builds when the app starts 2014-06-11 12:39:29 -07:00
Brad
88ee774d8d removed reference to Build in commit template 2014-06-11 12:39:06 -07:00
Brad Rydzewski
f16101af2c Merge pull request #350 from eandre/master
Add git path overrides
2014-06-10 19:30:37 -07:00
Brad Rydzewski
559730ff80 Merge pull request #339 from sivel/change-repo-url
Add option to manipulate the repo url
2014-06-10 19:28:33 -07:00
Brad
d0dd308523 initial queue code added. also ability to extract Hostname from remote 2014-06-09 15:47:35 -07:00
Brad
c7d63ec7ce fixed repo.FindName to use actual hostname, now that host db field exists 2014-06-09 14:36:27 -07:00
Brad
4abc7bf81e added code to prevent user self-registration 2014-06-09 14:32:00 -07:00
Brad
4d4defc416 re-added code to read/write websocket data. added to amber templates 2014-06-08 23:59:23 -07:00
Brad
b0255af7a9 removed unused build package from /queue 2014-06-07 13:46:05 -07:00
Brad
5a8eeb9c29 adding Repo.Host to commit feed data structure 2014-06-07 13:37:00 -07:00
Brad
cfed6505d5 altered database code to use repo_host instead of repo_remote 2014-06-07 13:33:34 -07:00
Brad
779987da7f removed unused commitest package, replaced by /database/testdata 2014-06-07 13:27:37 -07:00
Brad
83286aba39 replaced Host with Remote 2014-06-07 13:22:58 -07:00
Brad
32a222d25d replaced Repo.Remote with Repo.Host in all templates 2014-06-07 13:14:16 -07:00
Brad
d3913ca3df updated .gitignore to ignore client and server binaries 2014-06-07 12:57:48 -07:00
Brad
1fff27a28c removed builds table since not being used in the near term 2014-06-07 12:57:20 -07:00
Brad
90df70d109 updated gitignore to exclude binaries 2014-06-07 12:18:37 -07:00
Brad
6e2f0ee9cd updated base template to include styled Login button 2014-06-07 12:17:48 -07:00
Randall Mason
de8c16f1df add github.com/GeertJohan/rsrc as a submodule 2014-06-07 16:10:12 +03:00
Brad
e72289c468 ability to save repository settings 2014-06-06 11:36:16 -07:00
Brad
feea108f51 removed hack that keeps me loggedin that I never meant to push 2014-06-05 17:12:51 -07:00
Brad
2163f2da57 ability to activate an inactive repository 2014-06-05 17:10:58 -07:00
Brad
6a57b1b626 added message to indicate empty feed on user and repo dashboard screens 2014-06-05 16:48:45 -07:00
Brad
072dbd95b1 added some simple search functionality to the repo list 2014-06-05 16:31:12 -07:00
Brad
b3f77d3226 added message when build feed is empty 2014-06-05 16:19:25 -07:00
Brad
289312b678 persisting repository hostname to database 2014-06-05 16:02:54 -07:00
Brad
d84b1ac3e4 altered repo to track repo hostname (ie github.com) and multiple clone urls 2014-06-05 15:04:59 -07:00
Brad
603883a6cf updated yml 2014-06-05 15:04:28 -07:00
Brad
7fa5cae9d1 fixed parse error w/ auto-generated toml file 2014-06-05 12:07:24 -07:00
Brad
54ccb62f00 added a login screen 2014-06-05 12:04:12 -07:00
Brad
3fe374559a fixed compile error in queue 2014-06-04 14:44:05 -07:00
Brad
da74ef5920 updated info in authors 2014-06-04 14:27:29 -07:00
Brad
ce44ddfeca pushing my local branch 2014-06-04 14:25:38 -07:00
Brad
040ef6f8ab Merge branch 'master', remote-tracking branch 'origin' 2014-06-04 13:23:46 -07:00
Matt Martz
8d9c7cee56 Add option to manipulate the repo url 2014-06-03 12:07:02 -05:00
Brad Rydzewski
40fe430581 Merge pull request #334 from Linuturk/simpletypo
Typo in Comments: serce => serve
2014-06-02 13:22:53 -07:00
Justin Phelps
2d1e25cfb9 serce => serve 2014-06-02 15:14:44 -05:00
Brad Rydzewski
90370258bd Merge pull request #333 from caffinatedmonkey/badge_fix
Fixed an Unhandled Error in badges.go
2014-06-02 10:02:16 -07:00
Martin Charles
c6930ef57b Fixed an Unhandled Error in badges.go
There was an unhandled error in badges.go. If you pass an invalid
branch to the badge handler (http://beta.drone.io/github.com/drone/drone/
status.svg?branch=this) the browser is told to redirect to a blank string.
This is unintended behavior. Now, a 404 response is sent instead.
2014-06-02 12:44:27 -04:00
Brad Rydzewski
0d25dc1595 Merge pull request #328 from caffinatedmonkey/less_refactor
Refactored Less StyleSheets
2014-05-29 14:28:56 -07:00
Martin Charles
21c9507068 Refactored Less StyleSheets
* started using less's shortucts
* removed vendor prefixes fron less file; use autoprefixer instead
* fixed spacing
* renamed all 0 values to 0
* converted all comments to silent comments
2014-05-29 17:17:37 -04:00
Brad Rydzewski
d7f150de7c Merge pull request #327 from kibao/hotfix/save_drone_yml-migration
Update buildscript for old builds
2014-05-29 11:28:08 -07:00
kibao
632b61adbf Update buildscript for old builds 2014-05-29 18:57:20 +02:00