Commit graph

911 commits

Author SHA1 Message Date
Brad Rydzewski 0be010bb49 storing token in localStorage 2014-09-30 01:05:01 -07:00
Brad Rydzewski 5f950d21c4 hooked up jwt token in angular 2014-09-30 00:43:50 -07:00
Brad Rydzewski 58f287a541 added worker handlers 2014-09-29 21:34:30 -07:00
Brad Rydzewski 99fef2b4ea initial work to get websocket handlers working 2014-09-28 23:18:52 -07:00
Brad Rydzewski 565277bd00 more work on worker integration 2014-09-28 20:21:02 -07:00
Brad Rydzewski ce052eaaf4 refactored migrate into package one level up 2014-09-28 20:20:35 -07:00
Brad Rydzewski e5cc46b4dd updated client routes 2014-09-28 18:38:21 -07:00
Brad Rydzewski 21f9aec808 added new handlers and workers 2014-09-28 18:36:24 -07:00
Scott Scoble 59af45d6eb Create .dockerignore
Add .git directory to dockerignore, makes docker builds much faster since the build context is now less than 700k.
2014-09-27 19:11:50 -07:00
Brad Rydzewski 8993a71df2 added perm logic 2014-09-27 19:11:28 -07:00
Brad Rydzewski 35073c4776 moved sql-based Blobstore to the database package 2014-09-27 13:32:54 -07:00
Brad Rydzewski d9db7b9a8d added commit and perm unit tests 2014-09-27 13:09:55 -07:00
Brad Rydzewski ae95232419 ability to drive database test connections from env variables 2014-09-27 12:00:58 -07:00
Brad Rydzewski 0a74b46d7d Merge pull request #486 from oponder/master
Fix some missing double-quotes around error messages in docker publish plugin
2014-09-27 11:20:59 -07:00
Oliver Nicolaas Ponder 06336ba7f4 Fix some missing double-quotes around error messages for missing parameters. 2014-09-26 16:08:48 +02:00
Brad Rydzewski d36f82784c added tests for repositories 2014-09-26 00:39:07 -07:00
Brad Rydzewski 54caa88281 moved from datasql to datastore, added unit test for users 2014-09-26 00:10:48 -07:00
Brad Rydzewski 557c730b52 refactoring to use datastore 2014-09-25 01:07:40 -07:00
Brad Rydzewski ed0024efa1 added blobstore and capability packages 2014-09-24 21:46:09 -07:00
Brad Rydzewski 9a3f33b9c3 removed remote & server database func now that we are using conf files 2014-09-24 21:45:30 -07:00
Brad Rydzewski 3b59f80f98 removed setup page, now redirects to setup instructions (@ readthedocs) 2014-09-24 21:24:52 -07:00
Brad Rydzewski 46b3d9daae moved cmd to cli folder 2014-09-24 21:24:12 -07:00
Brad Rydzewski 996d6e8c73 Merge pull request #469 from aluzzardi/b-284
Fix #284: Do not checkout the branch if a commit or PR is specified.
2014-09-24 00:27:19 -07:00
Brad Rydzewski 66217512bb Merge pull request #441 from unihorn/add-go1.3
add go 1.3 image and set go image to be go 1.3 image
2014-09-24 00:20:58 -07:00
Brad Rydzewski bdba0c2869 Merge pull request #454 from sivel/slack-improvements
Use slack message attachments for color coding
2014-09-24 00:09:48 -07:00
Brad Rydzewski eeec93c2eb Merge pull request #457 from Clever/github-release-plugin
github release plugin
2014-09-24 00:06:06 -07:00
Brad Rydzewski 715e1cfd10 Update README.md 2014-09-24 00:02:13 -07:00
Brad Rydzewski 7fed5f5de6 fixed docker test to use new default port 2014-09-23 23:57:43 -07:00
Brad Rydzewski 2523c82d33 refreshed godep since some PRs are still coming into master branch 2014-09-23 23:51:29 -07:00
Brad Rydzewski 9fcec0025d Merge remote-tracking branch 'origin/master' 2014-09-23 23:36:39 -07:00
Brad Rydzewski cc87e7a1fa fixed default Docker port to match post 1.0 2014-09-23 23:36:07 -07:00
Brad Rydzewski 3a34860e85 Merge pull request #480 from epipho/docker-fix-apt
Adding apt-get update prior to attempting install of apt-transport-https...
2014-09-23 23:34:20 -07:00
Brad Rydzewski 177d9cab93 fixed failing limited writer test 2014-09-23 22:59:43 -07:00
Brad Rydzewski 2632fcb86e Merge remote-tracking branch 'origin/exp' into exp 2014-09-23 20:49:23 -07:00
Brad Rydzewski 7a737a5fbb removed un-necessary config database code now that it is file-driven 2014-09-23 20:48:05 -07:00
Brad Rydzewski 73060a463c added limit to streaming output to avoid crashes 2014-09-23 20:47:40 -07:00
Brad Rydzewski 97b3b96790 removed ping method that was for testing only 2014-09-23 20:47:27 -07:00
hiwrac 52201df4cc Adding apt-get update prior to attempting install of apt-transport-https in docker publish plugin 2014-09-23 23:02:19 -04:00
Brad Rydzewski c220c1e00a Merge pull request #476 from floatdrop/patch-1
Fix for «undefined: "github.com/dotcloud/docker/utils".StdCopy»
2014-09-23 09:34:32 -07:00
Vsevolod Strukchinsky 2acf867140 Fix for «undefined: "github.com/dotcloud/docker/utils".StdCopy»
Seems like StdCopy moved to own package.

Closes #471
2014-09-23 17:32:16 +06:00
Andrea Luzzardi 38c1231a8a Fix #284: Do not checkout the branch if a commit or PR is specified. 2014-09-19 15:11:22 -07:00
Rafael Garcia bbb8a4855b publish: github release plugin 2014-09-18 18:56:30 -07:00
Brad Rydzewski 831b034aa3 Merge pull request #464 from jollychang/master
admin page add github Register a new OAuth application link.
2014-09-18 11:23:45 -07:00
jollychang aa5f641728 admin page add github Register a new OAuth application link. 2014-09-18 16:34:38 +08:00
Brad Rydzewski ae9e1c1d60 Merge pull request #416 from fpoli/godep_in_dockerfile
Use godep in Dockerfile
2014-09-17 07:55:03 -07:00
Brad Rydzewski 9743533fed Merge pull request #460 from carnivalmobile/verbose_hipchat_notifications
Verbose hipchat notifications
2014-09-17 07:54:10 -07:00
ap4y 8e6d6012aa Use DI for hipchat client, add tests for hipchat notifications via mocked client 2014-09-15 19:52:15 -07:00
ap4y 7e021f9eb7 Notify silently on start and success, trigger hipchat notifications only
on fail
2014-09-15 04:20:43 -07:00
ap4y 9e761c319c Make hipchat notification messages more verbose 2014-09-15 04:20:02 -07:00
Matt Martz 224ff3ca08 Use slack message attachments for color coding 2014-09-10 07:49:59 -05:00