jakedt
|
972e706d9c
|
Update the Markdown generator for badges to have alt text.
|
2014-03-04 16:45:02 -05:00 |
|
Joseph Schorr
|
3f806b10c2
|
Add support for build status tags, which link to the Quay.io repo
|
2014-02-28 16:23:36 -05:00 |
|
Joseph Schorr
|
39eaca346d
|
Add an icon for build triggers and properly handle build trigger activation errors
|
2014-02-26 18:43:16 -05:00 |
|
Joseph Schorr
|
206049dbf8
|
- Add a build now command to the trigger
- Have the trigger description use the master_branch in the config
|
2014-02-25 19:53:41 -05:00 |
|
Joseph Schorr
|
c3c26ba199
|
- Add a build trigger link to the builds menu in the repo view
- Have the dialog dismiss auto-delete the trigger
- Have the github trigger setup choose the first directory, if any
|
2014-02-25 15:25:24 -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 |
|
Joseph Schorr
|
c494c889f5
|
Add info to the build pane that shows if a trigger started the build
|
2014-02-20 13:27:59 -05:00 |
|
Joseph Schorr
|
5b0300ab62
|
Get initial build trigger UI working
|
2014-02-19 17:38:00 -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
|
0e566b63cf
|
Fix resize issue on build pack tree
|
2014-02-17 21:21:55 -05:00 |
|
Joseph Schorr
|
509ba2f4f7
|
Add ability to download the build pack
|
2014-02-17 17:36:58 -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 |
|
Joseph Schorr
|
7bf6936154
|
- New UI for the repo view, which shows the build status and admin button on the top bar, and allows for creation of new builds as well as linking to build history
- Add a new build button to the build history page
-
|
2014-02-14 22:59:44 -05:00 |
|
Joseph Schorr
|
0ceeb6f8e7
|
Always show the current build at the top of the list
|
2014-02-14 18:46:20 -05:00 |
|
Joseph Schorr
|
55d846061e
|
Add ability to re-run a dockerfile build
|
2014-02-14 18:37:06 -05:00 |
|
Joseph Schorr
|
540da00c64
|
Add ANSI support to the build log view
|
2014-02-13 22:01:26 -05:00 |
|
Joseph Schorr
|
895a00de31
|
Handle the case where the user has not selected the correct namespace in the repo list
|
2014-02-13 18:15:19 -05:00 |
|
jakedt
|
41a173ae85
|
Add mixpanel events to the tutorial.
|
2014-02-13 17:27:50 -05:00 |
|
Joseph Schorr
|
934b131f7b
|
UI improvements for the tutorial:
- Have a show sudo checkbox which defaults to on for linux
- Have the repository name be highlighted in a light blue bubble/chit
|
2014-02-13 15:59:37 -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 |
|
Joseph Schorr
|
889d178336
|
Add access denied messages to the repo admin and repo build pages when applicable
|
2014-02-12 21:39:23 -05:00 |
|
Joseph Schorr
|
46991e47a6
|
Redo the build log view as per discussions
|
2014-02-12 21:16:11 -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 |
|
Joseph Schorr
|
8af8ae7ddd
|
Fix command duplication bug
|
2014-02-11 17:12:48 -05:00 |
|
Joseph Schorr
|
fadf4001c0
|
Make sure to always load initial logs and to only ask for the latest log entries on initial load
|
2014-02-11 16:56:39 -05:00 |
|
Joseph Schorr
|
ea45c3b77f
|
Get full build interface working
|
2014-02-10 22:43:48 -05:00 |
|
Joseph Schorr
|
59e15465bb
|
Get build page ready for logs
|
2014-02-10 19:13:28 -05:00 |
|
Joseph Schorr
|
35cfdcaa8c
|
Start on builds page for repos
|
2014-02-10 15:15:23 -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
|
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 |
|
Joseph Schorr
|
b7afc83204
|
Merge branch 'bobthe' into tutorial
|
2014-02-06 13:37:41 -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 |
|
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 |
|
Joseph Schorr
|
98109a28cd
|
Better error messages when using the API, index and registry
|
2014-01-24 14:12:04 -05:00 |
|
yackob03
|
459f30c123
|
Merge remote-tracking branch 'origin/master' into umask
Conflicts:
initdb.py
test/data/test.db
|
2014-01-22 11:53:20 -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
|
d71b50d6b1
|
Make error disappear when email box is edited
|
2014-01-20 18:27:17 -05:00 |
|
Joseph Schorr
|
8081680947
|
Hide popover on button click
|
2014-01-20 18:23:15 -05:00 |
|
Joseph Schorr
|
6548b251be
|
Fix UI for duplicate emails
|
2014-01-20 18:17:03 -05:00 |
|
Joseph Schorr
|
0bfa172543
|
Better UX feedback when deleting repos
|
2014-01-20 17:03:16 -05:00 |
|
Joseph Schorr
|
cbf80281ba
|
Add ability to change an organization’s email address
|
2014-01-20 16:12:23 -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
|
9d26c79db0
|
Better messaging in create repo
|
2014-01-15 19:15:38 -05:00 |
|
Joseph Schorr
|
7e8f4ab07b
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2014-01-15 16:11:31 -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 |
|
Joseph Schorr
|
87f4c18c49
|
Set the default namespace to the new org when created
|
2014-01-15 14:20:39 -05:00 |
|