Joseph Schorr
|
c2ed1a9e52
|
Add support for skipping Dockerfile builds via the [skip build] or [build skip] message
|
2014-05-01 15:25:46 -04:00 |
|
Jake Moshenko
|
0331e88fa2
|
Fix a stupid error in the webhook code.
|
2014-04-28 12:47:48 -04:00 |
|
jakedt
|
189903ffe9
|
Send an email automatically when a payment fails.
|
2014-04-22 13:56:34 -04:00 |
|
jakedt
|
a0cbead5aa
|
Update the subscription change webhook to be more friendly and not send emails for payments.
|
2014-04-17 16:18:37 -04:00 |
|
jakedt
|
d95c321e28
|
Respond to subscription change events so I can stop polling the stripe event list.
|
2014-04-15 17:00:32 -04:00 |
|
jakedt
|
61a6db236f
|
Finish the implementation of local userfiles. Strip charsets from mimetypes in the build worker. Add canonical name ordering to the build queue. Port all queues to the canonical naming version.
|
2014-04-11 18:34:47 -04:00 |
|
jakedt
|
d39f3cc5d4
|
Fix the tests and implement a fake stripe.
|
2014-04-10 15:20:16 -04:00 |
|
Joseph Schorr
|
9a79d1562a
|
Change to store the pull robot on the repository build and only add the credentials to the queue item. This prevents the credentials from being exposed to the end user. Also fixes the restart build option
|
2014-04-01 21:49:06 -04:00 |
|
Joseph Schorr
|
2006917e03
|
Add support for pull credentials on builds and build triggers
|
2014-03-27 18:33:13 -04:00 |
|
jakedt
|
011490d36d
|
Refactor a lot of the build create code out into a common method. Add an endpoint for manually starting triggers.
|
2014-02-25 19:39:43 -05:00 |
|
Joseph Schorr
|
a6128978cb
|
Merge branch 'rustedbuilds' of https://bitbucket.org/yackob03/quay into rustedbuilds
|
2014-02-25 18:22:59 -05:00 |
|
Joseph Schorr
|
e687b4d2d4
|
Add logging descriptions for the new trigger logs
|
2014-02-25 18:22:55 -05:00 |
|
jakedt
|
c13f7cd9df
|
Add the resource_key back to the repository build.
|
2014-02-25 18:22:02 -05:00 |
|
jakedt
|
aa20a807bd
|
Link up the build trigger when a build is created from a webhook.
|
2014-02-24 23:12:09 -05:00 |
|
jakedt
|
13dea98499
|
Prepare the build worker to support multiple tags and subdirectories. Change the build database config to accept a job config object instead of breaking out the parameters into independent blocks.
|
2014-02-24 16:11:23 -05:00 |
|
jakedt
|
86e93a2c0f
|
Write triggers are successfully installing on GitHub, noice!
|
2014-02-21 17:09:56 -05:00 |
|
jakedt
|
a6400171b3
|
First stab at implementing token.activate.
|
2014-02-21 16:02:31 -05:00 |
|
jakedt
|
f60f9eb62a
|
Properly connect the github push webhook with the build worker. Still need to resolve the archive format.
|
2014-02-18 18:09:14 -05:00 |
|
jakedt
|
b5d4919364
|
Split out callbacks into their own blueprint. Add build trigger DB information and connect it with some APIs. Stub out the UI to allow for generation of triggers. Split out the triggers into a plugin-ish architecture for easily adding new triggers.
|
2014-02-18 15:50:15 -05:00 |
|
yackob03
|
6b1fcefc26
|
Check in progress on github connection, this will not work.
|
2014-02-11 13:53:44 -05:00 |
|
Joseph Schorr
|
310c98df50
|
Move each flask module into a Blueprint and have CSRF protection only on the API blueprint
|
2013-12-30 17:05:27 -05:00 |
|
yackob03
|
5633c1fc79
|
Merge the plans and mark many as deprecated. Fix a bunch of pylint errors.
|
2013-12-19 17:06:04 -05:00 |
|
Joseph Schorr
|
457b619647
|
Add receipt/invoice email support and option to Quay
|
2013-11-15 14:42:31 -05:00 |
|