jakedt
|
b094480164
|
Add code that will allow build triggers to be deactivated or deleted from their services.
|
2014-02-24 16:36:49 -05:00 |
|
jakedt
|
cbb1ab5e68
|
Merge remote-tracking branch 'origin/master' into rustedbuilds
|
2014-02-24 16:11:33 -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
|
4b0f4c0a7b
|
Handle the case of empty repositories in the trigger.
|
2014-02-24 14:12:54 -05:00 |
|
jakedt
|
d861f9b646
|
Add some code for finding Dockerfiles in the repository.
|
2014-02-24 13:56:21 -05:00 |
|
jakedt
|
86e93a2c0f
|
Write triggers are successfully installing on GitHub, noice!
|
2014-02-21 17:09:56 -05:00 |
|
jakedt
|
b3fe3a32e4
|
Fix logins for access tokens.
|
2014-02-21 16:07:08 -05:00 |
|
jakedt
|
a6400171b3
|
First stab at implementing token.activate.
|
2014-02-21 16:02:31 -05:00 |
|
jakedt
|
d5304f7db0
|
Merge remote-tracking branch 'origin/master' into rustedbuilds
Conflicts:
data/database.py
endpoints/api.py
endpoints/common.py
test/data/test.db
|
2014-02-21 14:52:40 -05:00 |
|
jakedt
|
f339160ab9
|
Fix for mapping translations for existing images.
|
2014-02-21 08:00:47 -05:00 |
|
jakedt
|
a63a49caa1
|
Fix up the shared base images stuff.
|
2014-02-20 22:26:10 -05:00 |
|
Joseph Schorr
|
5519d93a64
|
Get UI for activating github build triggers in place and working. Note that the actual server-side activation is still not done (but the proper method is invoked)
|
2014-02-20 18:57:49 -05:00 |
|
jakedt
|
05dd00d495
|
Make our registry respond with their silly response message that will make login work without saying account created every time.
|
2014-02-20 14:49:34 -05:00 |
|
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
|
f4642be11a
|
Merge remote-tracking branch 'origin/allyourbaseimage'
Conflicts:
test/data/test.db
test/test_api_usage.py
|
2014-02-18 19:15:14 -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
|
ed38bcdafc
|
Merge remote-tracking branch 'origin/master' into rustedbuilds
Conflicts:
test/data/test.db
|
2014-02-18 16:13:34 -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
|
bc0d51656a
|
Add ability to see a build's build pack, including browsing and downloading of the contents if it is a zip
|
2014-02-17 17:28:20 -05:00 |
|
jakedt
|
fc4983ed8b
|
Merge remote-tracking branch 'origin/master' into rustedbuilds
|
2014-02-17 16:40:28 -05:00 |
|
jakedt
|
46de02a9ec
|
Merge remote-tracking branch 'origin/master' into allyourbaseimage
|
2014-02-17 15:18:01 -05:00 |
|
jakedt
|
369417c3ad
|
Fix the test for where extended image properties should come from. Fix the delete tag dialog to specify that the repo will be gc'ed after tag deletion.
|
2014-02-17 14:52:46 -05:00 |
|
jakedt
|
e7064f1191
|
Fix the tests and the one bug that it highlighted.
|
2014-02-16 18:59:24 -05:00 |
|
jakedt
|
b619356907
|
Get the base image stuff working. Checkpoint before fixing the tests.
|
2014-02-16 17:38:47 -05:00 |
|
Joseph Schorr
|
55d846061e
|
Add ability to re-run a dockerfile build
|
2014-02-14 18:37:06 -05:00 |
|
jakedt
|
8135e0266e
|
Merge branch 'master' into tutorial
Conflicts:
static/directives/header-bar.html
|
2014-02-13 16:54:02 -05:00 |
|
jakedt
|
4d8ae230dc
|
Disable retries on builds.
|
2014-02-13 15:54:47 -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
|
6b1fcefc26
|
Check in progress on github connection, this will not work.
|
2014-02-11 13:53:44 -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 |
|
yackob03
|
dee6088b90
|
Update the test logs generate to generate command logs.
|
2014-02-10 15:10:53 -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
|
bd47b9adf4
|
Add an about page. Change the terms in the footer. Add colors to the icons for the contact options. Update the sitemap. Remove empty controllers.
|
2014-02-06 19:20:19 -05:00 |
|
yackob03
|
7d593b1078
|
Switch the delete tag response code to match the registry spect.
|
2014-02-06 17:33:50 -05:00 |
|
yackob03
|
f5fff3657c
|
Merge remote-tracking branch 'origin/unittesting'
|
2014-02-06 14:16:34 -05:00 |
|
yackob03
|
ef68982728
|
Garbage collect repositories on push and on tag deletion.
|
2014-02-06 14:13:35 -05:00 |
|
Joseph Schorr
|
b7afc83204
|
Merge branch 'bobthe' into tutorial
|
2014-02-06 13:37:41 -05:00 |
|
Joseph Schorr
|
c2fb1e5d78
|
Checkin start on real-time stuff so we can merge the bob the branch
|
2014-02-06 13:36:32 -05:00 |
|
Joseph Schorr
|
dbed1300ad
|
Start on work towards the tutorial. Note that this code is BROKEN
|
2014-02-05 21:00:04 -05:00 |
|
yackob03
|
df389e81c7
|
Fix up the test endpoints with better fake data. Install them at a known location. Update the building test repository to point to the new fakes.
|
2014-02-05 20:01:23 -05:00 |
|
yackob03
|
44fe17754a
|
Fix the API discovery method to not rely on globals().
|
2014-02-05 20:00:18 -05:00 |
|
yackob03
|
67e0736fc6
|
Separate out the dockerfile build stuff to a separate class. Add a dependency on docker-py master.
|
2014-02-05 11:07:54 -05:00 |
|
yackob03
|
5270066d6d
|
Switch to the redis backed build logs and status.
|
2014-02-03 19:08:37 -05:00 |
|
Joseph Schorr
|
08160afdde
|
Finish API endpoint unit tests
|
2014-02-03 18:18:33 -05:00 |
|
Joseph Schorr
|
36d37e839b
|
Continue on API unit tests: Now 50% (or so) coverage
|
2014-01-31 18:54:31 -05:00 |
|
Joseph Schorr
|
8fede11620
|
Fix broken API routes
|
2014-01-31 17:54:56 -05:00 |
|
Joseph Schorr
|
05b33dced4
|
Continue on API unit tests
|
2014-01-31 17:54:01 -05:00 |
|
Joseph Schorr
|
900ccd4c47
|
Start on unit tests for the API endpoint
|
2014-01-31 16:19:29 -05:00 |
|
yackob03
|
31ff854031
|
Fix the permissions for the build status tests. Fix a problem with logging the csrf token information when the user is anonymous.
|
2014-01-30 19:36:21 -05:00 |
|
yackob03
|
f840592b6e
|
Merge branch 'master' of bitbucket.org:yackob03/quay
|
2014-01-30 19:07:22 -05:00 |
|
yackob03
|
fff5da6354
|
Fix the response codes for errors.
|
2014-01-30 19:06:10 -05:00 |
|
Joseph Schorr
|
6d412c726b
|
Change the image 404 to a flask_abort to avoid logging it
|
2014-01-30 17:44:12 -05:00 |
|
yackob03
|
2ddbad3d39
|
url_for must reference the blueprint name now.
|
2014-01-30 17:23:14 -05:00 |
|
yackob03
|
96a97f667c
|
Merge remote-tracking branch 'origin/better-error'
|
2014-01-30 13:44:33 -05:00 |
|
yackob03
|
05febb1a0c
|
Switch the CSRF token to logging only to test for a little while in prod.
|
2014-01-30 13:42:25 -05:00 |
|
Joseph Schorr
|
3dc3af9eb2
|
The CLI can be… odd… when handling errors. Make them nicer for the CLI
|
2014-01-29 14:08:14 -05:00 |
|
Joseph Schorr
|
2b134158f5
|
Add issue URLs to most errors. The corresponding issue pages will be checked into the public docs repo
|
2014-01-28 18:29:45 -05:00 |
|
Joseph Schorr
|
96e15d285d
|
Public building repositories should allow users to see the build status
|
2014-01-27 13:55:40 -05:00 |
|
yackob03
|
f585430399
|
Make abort return a json block, which is apparently what the client expects. Remove unused imports. Fix line length and kwarg problems.
|
2014-01-24 17:00:42 -05:00 |
|
Joseph Schorr
|
3b62d883f4
|
Add missing make_response
|
2014-01-24 15:20:46 -05:00 |
|
Joseph Schorr
|
30a26d099f
|
Have the index use the same abort method
|
2014-01-24 15:01:40 -05:00 |
|
Joseph Schorr
|
aa5f669e69
|
Add the request args
|
2014-01-24 14:25:41 -05:00 |
|
Joseph Schorr
|
98109a28cd
|
Better error messages when using the API, index and registry
|
2014-01-24 14:12:04 -05:00 |
|
Joseph Schorr
|
335733ad68
|
Fix routes for prototype endpoints
|
2014-01-23 14:55:11 -05:00 |
|
yackob03
|
845985c859
|
Merge branch 'security'
Conflicts:
endpoints/api.py
endpoints/web.py
|
2014-01-23 14:51:43 -05:00 |
|
Joseph Schorr
|
bd4c8c794d
|
Merge branch 'umask' of https://bitbucket.org/yackob03/quay into umask
|
2014-01-21 18:35:02 -05:00 |
|
Joseph Schorr
|
3da5a77e33
|
Add support for org-wide default permissions
|
2014-01-21 18:34:54 -05:00 |
|
yackob03
|
648128cfaa
|
Return true for robots in an org, not null.
|
2014-01-21 18:02:24 -05:00 |
|
yackob03
|
525b63b83a
|
Fix robots being reported outside of org.
|
2014-01-21 18:00:23 -05:00 |
|
yackob03
|
15dfd887d0
|
Fix the user view in the prototype.
|
2014-01-21 17:43:47 -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 |
|
Joseph Schorr
|
3864fc3e88
|
Add logs support for the new default permissions model
|
2014-01-21 17:04:00 -05:00 |
|
Joseph Schorr
|
74df6b1df7
|
Streamline and cleanup the entity-reference so it can be used everywhere in a simple fashion. Also changes the entity-search to use the reference as its icon source when in persistent mode
|
2014-01-21 16:23:00 -05:00 |
|
Joseph Schorr
|
ca934ac162
|
Get create permission working
|
2014-01-21 15:09:47 -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 |
|
Joseph Schorr
|
cbf80281ba
|
Add ability to change an organization’s email address
|
2014-01-20 16:12:23 -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
|
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 |
|
Joseph Schorr
|
9d26c79db0
|
Better messaging in create repo
|
2014-01-15 19:15:38 -05:00 |
|
yackob03
|
82c4c8a28b
|
Merge branch 'master' into contact
Conflicts:
static/js/controllers.js
templates/base.html
|
2014-01-15 14:32:51 -05:00 |
|
yackob03
|
b6d4459080
|
Complete the login with GitHub functionality.
|
2014-01-15 13:55:57 -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
|
c72cae954b
|
Expose the command through the API for images.
|
2014-01-14 12:18:23 -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
|
58b3ce2647
|
Add page support to the public repo list
|
2014-01-13 14:49:05 -05:00 |
|
yackob03
|
1f8a82eefe
|
Make it so that our error responses to login attempts are legible to the user.
|
2014-01-10 13:11:41 -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
|
9da93c7caf
|
Add frontend and API support for deleting tags. Model support is needed.
|
2014-01-06 15:20:58 -05:00 |
|
yackob03
|
d52d913276
|
Update the test endpoint to reflect the new build status.
|
2014-01-06 13:10:22 -05:00 |
|
Joseph Schorr
|
e7904f0a9e
|
- Fix image size saving to occur before the return of the response
- Make the image size say ‘Unknown’ if it is not known
|
2014-01-03 16:42:38 -05:00 |
|
Joseph Schorr
|
0a63690e25
|
Add code for saving and displaying the size of images
|
2014-01-03 16:32:00 -05:00 |
|