jakedt
|
9e426816a5
|
Pass trigger information on build status. Set up a trigger for the sample building repository. Allow to list the builds started from a trigger. Protect the callback with the proper auth for creating a trigger on a repo.
|
2014-02-19 16:08:33 -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 |
|
Joseph Schorr
|
55d846061e
|
Add ability to re-run a dockerfile build
|
2014-02-14 18:37:06 -05:00 |
|
yackob03
|
ade20952e2
|
Merge branch 'master' into tutorial
Conflicts:
config.py
static/js/app.js
test/data/test.db
|
2014-02-13 14:35:20 -05:00 |
|
yackob03
|
8f6cdabde3
|
Merge branch 'bobthe'
Conflicts:
test/data/test.db
|
2014-02-13 12:47:59 -05:00 |
|
yackob03
|
b920a0cb1f
|
Really try to emulate the logs format with the test logs. Switch to a simplified flat logs format.
|
2014-02-12 18:58:40 -05:00 |
|
yackob03
|
85694dd110
|
Add a build display name, set it from the etag reported by s3 for file uploads.
|
2014-02-12 13:52:12 -05:00 |
|
yackob03
|
e1a4efe35c
|
Change the build queue identifier to disambiguate between old and new build jobs.
|
2014-02-12 12:51:30 -05:00 |
|
yackob03
|
7f89a5b7f0
|
Add the start time to the repository build object and APIs.
|
2014-02-11 12:25:38 -05:00 |
|
yackob03
|
6fd343741b
|
Change to the new paging format with the commands available at the top.
|
2014-02-10 19:12:43 -05:00 |
|
Joseph Schorr
|
98e57b9d2b
|
Merge branch 'master' into tutorial
Conflicts:
endpoints/index.py
static/css/quay.css
static/js/app.js
static/js/controllers.js
test/data/test.db
|
2014-02-06 21:23:27 -05:00 |
|
Joseph Schorr
|
fa1bf94af1
|
Get the basic tutorial working completely, including reacting to server-side events
|
2014-02-06 20:58:26 -05:00 |
|
yackob03
|
b9a5e355eb
|
Improve the error message for when a new org name doesn't pass the regex.
|
2014-02-06 19:59:10 -05:00 |
|
yackob03
|
c8f0780aaf
|
Fix a subtle bug with create_or_update_tag.
|
2014-02-06 14:49:53 -05:00 |
|
yackob03
|
2a89c2bb35
|
Refactor the garbage collection code a tiny bit.
|
2014-02-06 14:22:13 -05:00 |
|
yackob03
|
ef68982728
|
Garbage collect repositories on push and on tag deletion.
|
2014-02-06 14:13:35 -05:00 |
|
yackob03
|
5270066d6d
|
Switch to the redis backed build logs and status.
|
2014-02-03 19:08:37 -05:00 |
|
Joseph Schorr
|
0833c88065
|
Make testing much faster by using a save point, rather than recreating the database every test
|
2014-01-30 20:57:40 -05:00 |
|
yackob03
|
ea6ec52689
|
Fix OR predicate for mysql on prototype permissions.
|
2014-01-22 12:13:51 -05:00 |
|
yackob03
|
489c900cfd
|
Fix the problem where a user's admin priviledges can be revoked with defaults.
|
2014-01-21 19:23:26 -05:00 |
|
yackob03
|
7ceb249858
|
Add is_org_member to the prototype_view. Fix some line length problems. Fix a bug with using uuid objects as strings.
|
2014-01-21 17:32:49 -05:00 |
|
yackob03
|
58412ff6b3
|
Fix some problems with the permission prototype application on repository create.
|
2014-01-21 17:18:12 -05:00 |
|
yackob03
|
4962494df5
|
Merge branch 'umask' of ssh://bitbucket.org/yackob03/quay into umask
|
2014-01-21 14:22:50 -05:00 |
|
yackob03
|
249c467437
|
Refactor the code for applying prototypes a bit.
|
2014-01-21 14:20:42 -05:00 |
|
Joseph Schorr
|
e8d51b651f
|
Merge branch 'umask' of https://bitbucket.org/yackob03/quay into umask
|
2014-01-21 14:18:29 -05:00 |
|
Joseph Schorr
|
e17c3590a7
|
- Add model functions for working with prototypes
- Add API calls for working with prototypes
- Get UI for prototypes working (minus add)
|
2014-01-21 14:18:20 -05:00 |
|
yackob03
|
661179eaca
|
Forgot to use a different user specific query.
|
2014-01-20 19:07:06 -05:00 |
|
yackob03
|
330051f7d9
|
First stab at applying prototypes.
|
2014-01-20 19:05:26 -05:00 |
|
yackob03
|
3f67ff77a4
|
Add the permission proto table to the database.
|
2014-01-20 17:39:29 -05:00 |
|
yackob03
|
b1b315d86c
|
Merge branch 'master' into umask
|
2014-01-20 17:35:05 -05:00 |
|
yackob03
|
f612f5c290
|
Add a permissiondefault data type.
|
2014-01-17 17:28:21 -05:00 |
|
Joseph Schorr
|
f0add0e6cf
|
Fix return values on confirm code
|
2014-01-17 17:23:52 -05:00 |
|
Joseph Schorr
|
c738113ca4
|
Handle duplicate emails on confirmation and make the confirmation error page nicer
|
2014-01-17 17:20:51 -05:00 |
|
Joseph Schorr
|
bd5ebe070b
|
Remove unique-ness constraint
|
2014-01-17 17:09:31 -05:00 |
|
Joseph Schorr
|
a363ada41c
|
Add ability to view and change an account’s email address
|
2014-01-17 17:04:05 -05:00 |
|
Joseph Schorr
|
e5f6a68248
|
Allow for email address-based login
|
2014-01-16 16:14:38 -05:00 |
|
yackob03
|
f311885e2a
|
Underpinnings of the ability to connect a GitHub account to an existing Quay account.
|
2014-01-14 15:23:44 -05:00 |
|
yackob03
|
97d179cafb
|
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
|
2014-01-13 16:33:04 -05:00 |
|
yackob03
|
e23c750bfb
|
Harvest commands from the Docker json information and add to the database.
|
2014-01-13 16:32:51 -05:00 |
|
Joseph Schorr
|
8a492a9d56
|
Fix MySQL issue and enable sorting by description
|
2014-01-13 15:27:05 -05:00 |
|
Joseph Schorr
|
58b3ce2647
|
Add page support to the public repo list
|
2014-01-13 14:49:05 -05:00 |
|
yackob03
|
223d2ebaf1
|
Prevent organizations from attempting an account recovery.
|
2014-01-10 13:30:17 -05:00 |
|
yackob03
|
518cd1be85
|
Actually delete the image data when deleting the tag.
|
2014-01-09 17:13:26 -05:00 |
|
yackob03
|
4234ceabe6
|
Merge remote-tracking branch 'origin/spartan'
Conflicts:
test/data/test.db
|
2014-01-08 17:04:40 -05:00 |
|
Joseph Schorr
|
bd2fe5cf99
|
Change to a list comprehesion
|
2014-01-07 15:48:44 -05:00 |
|
Joseph Schorr
|
971dd7dd3a
|
Get tag deletion working
|
2014-01-07 15:21:24 -05:00 |
|
Joseph Schorr
|
9da93c7caf
|
Add frontend and API support for deleting tags. Model support is needed.
|
2014-01-06 15:20:58 -05:00 |
|
Joseph Schorr
|
0a63690e25
|
Add code for saving and displaying the size of images
|
2014-01-03 16:32:00 -05:00 |
|
yackob03
|
e02c98022d
|
Specify the aggregate function for MySQLs GROUP BY.
|
2013-12-27 17:31:20 -05:00 |
|