Joseph Schorr
c82d1ffe98
Add ability for users to see their authorized applications and revoke the access
2014-03-24 20:57:02 -04:00
Joseph Schorr
10004192d7
Don't send null fields in app management and clarify the fields
2014-03-24 18:18:35 -04:00
Joseph Schorr
f7c27f250b
Add full application management API, UI and test cases
2014-03-20 15:46:13 -04:00
jakedt
c93c62600d
Merge remote-tracking branch 'origin/master' into swaggerlikeus
...
Conflicts:
data/database.py
endpoints/api.py
endpoints/common.py
templates/base.html
test/data/test.db
test/specs.py
2014-03-19 15:39:44 -04:00
Joseph Schorr
877427378d
Fix the log view performance issues in the build history view by creating a specialized collection class that asynchronously adds the items to be displayed in a batch-like manner.
2014-03-18 15:08:46 -04:00
Joseph Schorr
d4cf7df9cf
Change permissions adding from a POST to a PUT
2014-03-17 15:05:55 -04:00
Joseph Schorr
05261c8455
New API is more strict on the fields being present in change user information, so we have to delete them, not merely set them to empty strings
2014-03-17 14:59:40 -04:00
Joseph Schorr
14182a94f2
Fix build package viewer to use the archive url from the status API call
2014-03-17 14:53:05 -04:00
Joseph Schorr
638463671a
Add ability for new repositories to be linked to Github
2014-03-13 15:25:38 -04:00
Joseph Schorr
dbb234c76c
Better upwell messaging for everyone and show the upsell for organization admins
2014-03-06 18:36:52 -05:00
jakedt
0d4c66312b
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
2014-03-06 12:51:34 -05:00
jakedt
372224b19f
Select the most recent build.
2014-03-06 12:51:20 -05:00
Joseph Schorr
a9f70c6e3a
Show a spinner when loading the build info
2014-03-05 18:13:04 -05:00
Joseph Schorr
9f2841d40b
Fix case typos
2014-03-05 18:07:50 -05:00
Joseph Schorr
256503ca75
Fix the build package path handling
2014-03-05 18:04:01 -05:00
jakedt
9c8de90378
New builds go at the beginning of the build list.
2014-03-05 17:44:02 -05:00
Joseph Schorr
773701b14d
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2014-03-05 17:01:22 -05:00
Joseph Schorr
5115292bf8
Load repo info on the image view page so we can display the proper visibility status in the repo circle
2014-03-05 17:01:04 -05:00
jakedt
af97ed1464
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
2014-03-05 16:51:15 -05:00
jakedt
a633fa47aa
Only reload the view when canceling the timer if a build recently finished.
2014-03-05 16:50:32 -05:00
Joseph Schorr
c75921498c
Merge branch 'master' of https://bitbucket.org/yackob03/quay
2014-03-05 16:34:38 -05:00
Joseph Schorr
de72487f34
Always show the repo circle in the image view without the lock. To determine whether to show the lock, we'd need another lookup.
2014-03-05 16:34:19 -05:00
jakedt
63bfde1036
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
2014-03-05 16:33:29 -05:00
jakedt
7fc5888bb0
Load the recent builds every time the repo loads.
2014-03-05 16:33:24 -05:00
Joseph Schorr
89d9bcd894
- Make sure to send the subdirectory when restarting a build
...
- Make sure to use the subdirectory to read the Dockerfile's location in a build package, and display the path
- Nicer UI for showing the trigger description in the build view
- Fix an NPE in the file change tree
2014-03-05 16:27:56 -05:00
Joseph Schorr
9e6e4b6a7c
Fix build UI in the repo view to only show the number of current builds
2014-03-05 15:53:00 -05:00
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