Joseph Schorr
|
59e15465bb
|
Get build page ready for logs
|
2014-02-10 19:13:28 -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
|
fe2c844835
|
Merge branch 'bobthe' of https://bitbucket.org/yackob03/quay into bobthe
|
2014-02-10 15:15:33 -05:00 |
|
Joseph Schorr
|
35cfdcaa8c
|
Start on builds page for repos
|
2014-02-10 15:15:23 -05:00 |
|
yackob03
|
dee6088b90
|
Update the test logs generate to generate command logs.
|
2014-02-10 15:10:53 -05:00 |
|
yackob03
|
52d2be7953
|
Identify build commands separately from their output.
|
2014-02-10 15:03:55 -05:00 |
|
Joseph Schorr
|
9e8f765040
|
Redo the build status box on the repo page to be a much nicer drop down
|
2014-02-10 01:18:14 -05:00 |
|
yackob03
|
f248d0e00b
|
We weren't properly handling passwords with a colon in them.
|
2014-02-10 00:00:41 -05:00 |
|
yackob03
|
8c1142a770
|
We weren't properly handling passwords with a colon in them.
|
2014-02-09 23:59:30 -05:00 |
|
yackob03
|
a220d59e4b
|
Tweak the accuracy on one piece of tutorial text.
|
2014-02-07 18:59:22 -05:00 |
|
Joseph Schorr
|
069bd2b1fd
|
Fix add permission highlight
|
2014-02-07 13:00:07 -05:00 |
|
Joseph Schorr
|
798b6fd1bc
|
Tour fixes/improvements:
- Use a placeholder for the container id and repo name
- Add a skip button for docker login
- Add better messaging around permissions
|
2014-02-07 12:47:53 -05:00 |
|
Joseph Schorr
|
aae66aca71
|
Combine cdnjs requests into a single call
|
2014-02-07 12:30:52 -05:00 |
|
Joseph Schorr
|
dc230a1004
|
Make sure the repo name matches the Docker regex in the tutorial
|
2014-02-06 22:13:42 -05:00 |
|
Joseph Schorr
|
683648ab19
|
Database changed
|
2014-02-06 21:25:33 -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
|
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
|
c3cb1dfa87
|
Add a tool to fix the images that were wrong before c8f0780 fixed tags.
|
2014-02-06 15:34:19 -05:00 |
|
yackob03
|
c8f0780aaf
|
Fix a subtle bug with create_or_update_tag.
|
2014-02-06 14:49:53 -05:00 |
|
yackob03
|
ec8f599a11
|
First half of pylint fixes for the unit tests.
|
2014-02-06 14:40:36 -05:00 |
|
yackob03
|
2a89c2bb35
|
Refactor the garbage collection code a tiny bit.
|
2014-02-06 14:22:13 -05:00 |
|
yackob03
|
f5fff3657c
|
Merge remote-tracking branch 'origin/unittesting'
|
2014-02-06 14:16:34 -05:00 |
|
yackob03
|
1012daf303
|
Remove the tests for the now removed method: delete all repository tags.
|
2014-02-06 14:15:59 -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
|
c919b9321b
|
Better messaging around build status.
|
2014-02-05 19:59:57 -05:00 |
|
yackob03
|
fab699530c
|
Check for errors before delegating to the cleanup function.
|
2014-02-05 19:59:26 -05:00 |
|
Joseph Schorr
|
732ce83795
|
Move JSON pretty print config flag to the proper place
|
2014-02-05 17:05:06 -05:00 |
|
Joseph Schorr
|
4c9a1c1621
|
Disable pretty printing of JSON, since it can break Docker CLI
|
2014-02-05 17:00:33 -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 |
|
Joseph Schorr
|
a049fc57c6
|
Start on tour infrastructure. Note that this code works but is NOT STYLED and has a FAKE TEMP TOUR in it
|
2014-02-04 20:50:13 -05:00 |
|
yackob03
|
72c380d9a1
|
Merge branch 'master' into bobthe
|
2014-02-04 19:29:32 -05:00 |
|
yackob03
|
8b8084f484
|
Add a mostly working cloud init script and a bitbucket deploy key. The docker run of logstash isn't working for some reason and still must be done manually.
|
2014-02-04 19:01:04 -05:00 |
|
yackob03
|
9c20560e91
|
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
|
2014-02-04 15:09:00 -05:00 |
|
yackob03
|
a6f98570a1
|
Send everything in production through the gunicorn logger (allows rotation using USR1). Add a gunicorn logger that emits the logstash format. Move the gunicorn config to the conf subdir. Update the postrotate script to hopefully work.
|
2014-02-04 15:08:49 -05:00 |
|
Joseph Schorr
|
808b2e24d8
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2014-02-03 21:18:55 -05:00 |
|
Joseph Schorr
|
1f8c66512f
|
Add a tool for manually resending a confirmation email
|
2014-02-03 21:18:39 -05:00 |
|
yackob03
|
5270066d6d
|
Switch to the redis backed build logs and status.
|
2014-02-03 19:08:37 -05:00 |
|
Joseph Schorr
|
83a34c0ef3
|
Fix the few broken security tests after the error code fixes
|
2014-02-03 18:30:06 -05:00 |
|
Joseph Schorr
|
08160afdde
|
Finish API endpoint unit tests
|
2014-02-03 18:18:33 -05:00 |
|
yackob03
|
5cc59e67a9
|
Merge branch 'master' into bobthe
|
2014-02-03 13:48:47 -05:00 |
|
yackob03
|
f2fef9fcde
|
Update the logrotate config to use the right permissions for the file, and to call USR1 on nginx after rotation. Update the readme to use the nginx pidfile.
|
2014-02-03 11:57:29 -05:00 |
|
Joseph Schorr
|
e3eee958a4
|
Continue on API unit tests: Now 60% (or so) coverage
|
2014-01-31 19:45:44 -05:00 |
|