Joseph Schorr
|
c3b10c12bb
|
Add check for existing repo with the same name
|
2013-10-31 15:04:07 -04:00 |
|
yackob03
|
65aad1a2d9
|
Merge remote-tracking branch 'origin/dockerbuild'
Conflicts:
static/css/quay.css
|
2013-10-30 18:42:17 -04:00 |
|
Joseph Schorr
|
ac88ca4ac2
|
Add dispose to the correct tree
|
2013-10-30 16:13:34 -04:00 |
|
Joseph Schorr
|
6a4341e2cf
|
Show a please sign in message instead of redirecting on the new repo page
|
2013-10-30 15:44:01 -04:00 |
|
Joseph Schorr
|
e047b5e11e
|
Dispose of the existing image tree so that a new one can be drawn in its place
|
2013-10-30 13:55:44 -04:00 |
|
Joseph Schorr
|
8a0d6d05b4
|
Fix case where image changes load results in a 404
|
2013-10-30 13:03:44 -04:00 |
|
Joseph Schorr
|
081041b85f
|
- Update the repo page when a build is complete
- Change the polling to be 5s
- Show a message on an empty repo when building
|
2013-10-29 20:54:36 -04:00 |
|
Joseph Schorr
|
dbbec5a853
|
Fix description handling in new repo view
|
2013-10-29 20:21:18 -04:00 |
|
Joseph Schorr
|
da71aa7254
|
Clear the timer that watches build status when the page is changed
|
2013-10-29 18:56:56 -04:00 |
|
yackob03
|
a313a77a6b
|
Switch some unnecessary button calls over to links.
|
2013-10-29 13:41:26 -04:00 |
|
Joseph Schorr
|
1ee21318d4
|
Have the private option in the new repo form alert the user about needing to purchase a plan and let them do so
|
2013-10-28 17:08:26 -04:00 |
|
Joseph Schorr
|
bb2446c45c
|
Actually, there is a simpler way to do this
|
2013-10-28 13:33:19 -04:00 |
|
Joseph Schorr
|
59543a2e51
|
Add the image push percent to the progress bar
|
2013-10-28 13:31:43 -04:00 |
|
Joseph Schorr
|
5175364e62
|
Add a create repo button in a few places
|
2013-10-28 13:22:18 -04:00 |
|
Joseph Schorr
|
8cb177128b
|
Fixes to the new repo and build status:
- make the new repo icon gray
- have the build status properly center (this is a hack, unfortunately)
- have the build status update when open
|
2013-10-28 13:09:22 -04:00 |
|
yackob03
|
b1a5b9c343
|
Fix CORS s3 upload.
|
2013-10-26 18:37:53 -04:00 |
|
Joseph Schorr
|
28f6ff1605
|
Get file dropping working and wire it up to call the build repo endpoint
|
2013-10-26 17:20:59 -04:00 |
|
Joseph Schorr
|
fc6e3258a8
|
Work in progress: Add the UI for the build status and start on the file drop stuff
|
2013-10-26 16:03:11 -04:00 |
|
yackob03
|
e418d21d31
|
Fix the header links when we're on a non-angular page.
|
2013-10-24 23:56:08 -04:00 |
|
Joseph Schorr
|
2113fcf54f
|
Merge branch 'dockerbuild' of https://bitbucket.org/yackob03/quay into dockerbuild
|
2013-10-24 17:42:17 -04:00 |
|
Joseph Schorr
|
70fd9afb2b
|
Start on new repo page
|
2013-10-24 17:41:55 -04:00 |
|
yackob03
|
b4d916bcc5
|
Update to Font Awesome 4.
|
2013-10-24 17:41:37 -04:00 |
|
Joseph Schorr
|
4b25d2458b
|
Change the filename to .dockercfg
|
2013-10-22 22:46:43 -04:00 |
|
Joseph Schorr
|
08c365be28
|
Add a "Download dockercfg" link to the token view
|
2013-10-22 22:39:36 -04:00 |
|
Joseph Schorr
|
d51ab5952b
|
- Add a repo-circle directive and change all repo icons uses to it
- Have the repo-circle directive show the padlock in all places
- Mention SSL on the landing page and the pricing page
|
2013-10-22 01:26:14 -04:00 |
|
Joseph Schorr
|
7884fef5f3
|
Fix animation reset in Firefox
|
2013-10-22 00:40:33 -04:00 |
|
yackob03
|
b2315a4331
|
Allow the signin page to be snapshotted.
|
2013-10-20 13:54:00 -04:00 |
|
Joseph Schorr
|
065ad64e78
|
Add resizing support to the image diff tree
|
2013-10-20 13:46:24 -04:00 |
|
Joseph Schorr
|
000e5ceaa4
|
Fix source of the links drawn in the image changes tree view
|
2013-10-19 20:03:22 -04:00 |
|
Joseph Schorr
|
3a134c7ab1
|
Add a tree view to the image changes view
|
2013-10-19 19:46:30 -04:00 |
|
Joseph Schorr
|
0afea3a779
|
Add the image view page with the changes view, filterable by typing into a field. Still needs pagination or some other mechanism for getting an overview
|
2013-10-18 22:28:46 -04:00 |
|
Joseph Schorr
|
9541bfad5d
|
Fix remaining calculation
|
2013-10-18 20:23:41 -04:00 |
|
Joseph Schorr
|
262634555a
|
Work in progress: Show the diff information in the UI
|
2013-10-18 17:59:26 -04:00 |
|
yackob03
|
99eedb14d1
|
Wait until the image container is really already shown before calling resize.
|
2013-10-17 17:59:34 -04:00 |
|
Joseph Schorr
|
e382fa1e58
|
Add a status page to /v1/ so that people don't get confused by the message that docker emits
|
2013-10-17 17:45:08 -04:00 |
|
yackob03
|
4f0dced8e7
|
Merge branch 'tokenauth'
Conflicts:
test.db
|
2013-10-17 16:52:26 -04:00 |
|
yackob03
|
982fdd4c5f
|
Fix some tabs and some spelling errors, prevent empty tokens, move the tooltips to the left.
|
2013-10-17 16:50:58 -04:00 |
|
Joseph Schorr
|
d6216dcc5f
|
Fix the collapsed node title to show the correct number of images
|
2013-10-17 15:39:24 -04:00 |
|
Joseph Schorr
|
ce458f93ef
|
Have the image tree update itself in response to resizing
|
2013-10-17 15:20:27 -04:00 |
|
Joseph Schorr
|
faf6a5c497
|
Add UI polishing to the token auth stuff
|
2013-10-17 14:46:23 -04:00 |
|
yackob03
|
7c289beba5
|
Notify the tree when the container was probably resized.
|
2013-10-17 14:29:47 -04:00 |
|
Joseph Schorr
|
898210065e
|
Fix issue with changing the tag right after selecting the tag's image
|
2013-10-16 23:55:11 -04:00 |
|
Joseph Schorr
|
58aaf41430
|
Merge branch 'master' of https://bitbucket.org/yackob03/quay
|
2013-10-16 23:12:00 -04:00 |
|
Joseph Schorr
|
f798345d1c
|
Have the view repo page's URL be updated for the currently selected tag automatically.
|
2013-10-16 23:09:43 -04:00 |
|
yackob03
|
ace813d88d
|
Call setTag in the right place. Remove spurious console logging.
|
2013-10-16 22:49:37 -04:00 |
|
yackob03
|
6d75c28ecd
|
Merge branch 'master' of bitbucket.org:yackob03/quay
|
2013-10-16 22:44:48 -04:00 |
|
yackob03
|
98cb902cf8
|
Actually set the proposed tag to the current tag.
|
2013-10-16 22:44:44 -04:00 |
|
yackob03
|
8987f32d9d
|
Fix some tabs.
|
2013-10-16 22:44:29 -04:00 |
|
Joseph Schorr
|
0c3c1b9e0e
|
Properly handle empty repos
|
2013-10-16 22:42:35 -04:00 |
|
yackob03
|
6ae725eace
|
Merge branch 'master' of bitbucket.org:yackob03/quay
|
2013-10-16 22:37:34 -04:00 |
|