Joseph Schorr
f186fa2888
- Convert Quay over to Angular 1.2.9 and the new angular-strap
...
- Add the beginnings of a notification service
- Add the beginnings of a notification UI
2014-03-12 00:49:46 -04:00
Joseph Schorr
2a8669b2f4
- Switch to new typeahead (based on our own branch of it until such time as it gets pulled into the mainline) and add an informative empty message on entity search
...
- Add better messaging around pushing to empty repos
2014-03-07 21:06:31 -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
3f806b10c2
Add support for build status tags, which link to the Quay.io repo
2014-02-28 16:23:36 -05:00
jakedt
de49ce151b
Merge remote-tracking branch 'origin/master' into rustedbuilds
2014-02-25 17:00:38 -05:00
Joseph Schorr
6260aa7d85
Never wrap entity references
2014-02-25 12:11:19 -05:00
Joseph Schorr
d1fdc31549
- Add a dropdown-select directive and use it in the git trigger setup dialog both times
...
- Add a dropdown-select for the docker file folder
- Add an API method for listing the build source sub directories
2014-02-24 20:36:54 -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
5b0300ab62
Get initial build trigger UI working
2014-02-19 17:38:00 -05:00
Joseph Schorr
e921222860
Fix footer in firefox in certain cases
2014-02-18 01:19:09 -05:00
Joseph Schorr
d1922c6fd2
Have the docker file view in the build pack tab use a nice formatter
2014-02-17 18:31:45 -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
540da00c64
Add ANSI support to the build log view
2014-02-13 22:01:26 -05:00
Joseph Schorr
6776924ee7
Better breadcrumbs
2014-02-13 18:58:28 -05:00
jakedt
fe6b766ff1
Switch the tutorial window title bar to the primary color.
2014-02-13 17:07:17 -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
46991e47a6
Redo the build log view as per discussions
2014-02-12 21:16:11 -05:00
Joseph Schorr
95fc06236a
- Switch the tour title bar to the info blue color
...
- Move the tour up so it doesn’t hit the olark
- Have the spotlight use a rounded rect
2014-02-11 18:11:13 -05:00
Joseph Schorr
826ea111f4
Add a halo to the phase icon when in a selected tab
2014-02-11 17:04:51 -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
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
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
fdb628a0b0
Make the repo breadcrumb bar clickable
2014-01-31 13:52:35 -05:00
Joseph Schorr
3da5a77e33
Add support for org-wide default permissions
2014-01-21 18:34:54 -05:00
Joseph Schorr
45b9c9e7ab
Fix outside org tooltip to work in entity search
2014-01-21 17:45:54 -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
a363ada41c
Add ability to view and change an account’s email address
2014-01-17 17:04:05 -05:00
yackob03
0b7dfffb42
Update to font-awesome 3.0. Fix instances of fa-hdd to fa-hdd-o. Make contact option bubbles large and centered.
2014-01-15 15:40:37 -05:00
yackob03
55f95932a8
Merge branch 'master' into federation
2014-01-15 12:09:44 -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
Joseph Schorr
6ae9485038
Add the command view to the tooltips in the tree, the image side bar and the image view page
2014-01-14 15:19:47 -05:00
Joseph Schorr
f8b4057b26
Fix new layout bugs
2014-01-11 03:12:16 -05:00
yackob03
93a5243434
Limit the width of the date picker using CSS.
2014-01-09 21:20:31 -05:00
Joseph Schorr
7337adf498
Switch to a new single-selected-context layout and system in the view repository screen. Now selecting tags or images changes the context
2014-01-09 18:54:59 -05:00
Joseph Schorr
d2b9e0d65a
Shows the images that will be deleted when removing a tag
2014-01-09 15:15:06 -05:00