Joseph Schorr
|
0fa2065f17
|
Update the screenshots once more
|
2014-08-12 17:18:13 -04:00 |
|
Joseph Schorr
|
fc8988baa3
|
Remove the extra white bar when logged in on the landing page
|
2014-08-12 17:15:46 -04:00 |
|
Joseph Schorr
|
6517a4ed7f
|
Tweak the Angular view array threshold to make it slightly slower but better for the UI thread
|
2014-08-12 17:09:51 -04:00 |
|
Joseph Schorr
|
456834d535
|
Further small UI fixes
|
2014-08-12 17:08:16 -04:00 |
|
Joseph Schorr
|
f3f4d06328
|
- Add text for the new CoreOS registry stuff to the plans page and the tour page
- Regenerate the screenshots
|
2014-08-12 15:17:48 -04:00 |
|
Joseph Schorr
|
8db889e2d4
|
Prevent the logs view table from normally growing too large
|
2014-08-12 14:30:59 -04:00 |
|
Joseph Schorr
|
ab68126d8a
|
Initial work in restyling Quay to be more like CoreOS styles
|
2014-08-11 21:47:04 -04:00 |
|
Joseph Schorr
|
b9c6c4c2f2
|
Add missing kind of notification
|
2014-08-10 18:51:06 -04:00 |
|
Joseph Schorr
|
6f804c222a
|
Replace references seen in the enterprise version to "Quay.io" with a config-pulled value
|
2014-08-08 13:50:04 -04:00 |
|
Jake Moshenko
|
5aaa2163cb
|
Merge branch 'master' of ssh://bitbucket.org/yackob03/quay
|
2014-08-06 16:18:31 -04:00 |
|
Joseph Schorr
|
09286d6234
|
Make the setup trigger dialog more clear on what the pull credentials actually mean
|
2014-08-06 16:01:19 -04:00 |
|
Joseph Schorr
|
d1c9108570
|
Fix setup trigger dialog to handle the case where the FROM image has a public base
|
2014-08-06 15:42:26 -04:00 |
|
Joseph Schorr
|
05a1413153
|
Handle UI for dangerous scopes
|
2014-08-05 21:21:22 -04:00 |
|
Joseph Schorr
|
b8979c0499
|
Be more resistant to invalid notification kinds
|
2014-08-05 18:20:04 -04:00 |
|
Joseph Schorr
|
eee6a38c5f
|
Auto-focus the tag name field in the add tag dialog
|
2014-08-05 18:16:30 -04:00 |
|
Joseph Schorr
|
7e8713171e
|
- Change updated_tags into the expected dict, not a list
- Update the event code on both sides to expect the dict
- Add filter support to the string builder
|
2014-08-05 17:45:40 -04:00 |
|
Jake Moshenko
|
0372013f70
|
Merge remote-tracking branch 'origin/redalert'
Conflicts:
app.py
|
2014-08-04 16:56:34 -04:00 |
|
Joseph Schorr
|
af32b53a4e
|
Fix create token form in the repo-admin view. We had to add type="button" to the delete-ui button so that clicking it doesn't submit the form (and keep the focus there)
|
2014-07-29 18:53:23 -04:00 |
|
Joseph Schorr
|
a2f0f57414
|
- Small title fix
- Make sure sample event data uses the real event data generation code
|
2014-07-29 13:39:26 -04:00 |
|
Joseph Schorr
|
32b2ecdfa6
|
Add ability to dismiss notifications
|
2014-07-28 18:23:46 -04:00 |
|
Joseph Schorr
|
34fc279092
|
Add e-mail authorization to the repository notification flow. Also validates the creation of the other notification methods.
|
2014-07-28 14:58:12 -04:00 |
|
Joseph Schorr
|
54ee94754e
|
- Add support for orgs in the entity search and the notification system
- Fix the titles/names of the different notification types
- Fix the styling of the options buttons on the notifications
|
2014-07-22 13:39:41 -04:00 |
|
Joseph Schorr
|
1ffbc77106
|
Make the web hook documentation link in the create dialog a bit smarter
|
2014-07-18 17:00:12 -04:00 |
|
Joseph Schorr
|
a5d9a2aee1
|
- Fix getting started links
- Add a link in the notifications menu for web hook documentation
|
2014-07-18 16:57:46 -04:00 |
|
Joseph Schorr
|
d5d9cb7a45
|
UI improvements to entity-search and the create-external-notification-dialog
|
2014-07-18 16:51:05 -04:00 |
|
Joseph Schorr
|
591cd020b8
|
Merge branch 'master' into redalert
|
2014-07-18 15:58:56 -04:00 |
|
Joseph Schorr
|
af31bde997
|
Add support for the remaining events to the frontend and the backend
|
2014-07-18 15:58:18 -04:00 |
|
Joseph Schorr
|
f7c154abb5
|
Get Quay notification support working in the notification methods
|
2014-07-18 14:12:20 -04:00 |
|
Joseph Schorr
|
3865e3b1b7
|
Refactor the entity-search directive/control to make its interface much cleaner and to add support for ng-model validity checking
|
2014-07-18 13:45:08 -04:00 |
|
Joseph Schorr
|
397af2ffc9
|
Fix tooltip in tag-specific-images-view to properly bind
|
2014-07-17 23:03:22 -04:00 |
|
Joseph Schorr
|
afebb7780d
|
Add an NPE check to lookup up a tag's image's ancestors
|
2014-07-17 23:02:18 -04:00 |
|
Joseph Schorr
|
566fda9351
|
Add an NPE check to loadImageChanges
|
2014-07-17 23:00:25 -04:00 |
|
Joseph Schorr
|
fc384b20a6
|
Fix missing change to code handling tags and images
|
2014-07-17 22:59:17 -04:00 |
|
Joseph Schorr
|
8d7493cb86
|
Convert over to notifications system. Note this is incomplete
|
2014-07-17 22:51:58 -04:00 |
|
Joseph Schorr
|
a45054bf2e
|
Change tag_view to avoid a DB lookup and only return the tag's image ID. We map the ID in the frontend based on the image data returned
|
2014-07-17 15:16:22 -04:00 |
|
Joseph Schorr
|
126371f8a1
|
Fix non-library Dockerhub links
|
2014-07-17 14:36:06 -04:00 |
|
Joseph Schorr
|
de8e898ad0
|
Add UI for managing repo notifications
|
2014-07-17 13:32:39 -04:00 |
|
Joseph Schorr
|
85ce3c6bb2
|
Remove the HTML escaping in the dockerfile-view directive; the text escaping is handled by the nested controls and Angular itself
|
2014-07-16 16:47:59 -04:00 |
|
Joseph Schorr
|
06350fb9ae
|
Add a list of licenses we use for the JS libs
|
2014-07-16 14:45:20 -04:00 |
|
Joseph Schorr
|
7ff1a9bdd9
|
Add a much smaller optimized version of the landing background image
|
2014-07-15 16:19:20 -04:00 |
|
Joseph Schorr
|
8502b590a3
|
The "visible" attribute name is getting removed by the grunt angular lib; rename it to fix the problem temporarily and filed a bug: https://github.com/ericclemmons/grunt-angular-templates/issues/97
|
2014-07-15 14:17:57 -04:00 |
|
Joseph Schorr
|
c9a33c60b2
|
Make sure the applications array is defined so that a new app can be created even before the existing list has loaded
|
2014-07-15 11:57:46 -04:00 |
|
Joseph Schorr
|
4abd1e8a9d
|
Add missing $scope to the on error callback
|
2014-07-14 17:24:25 -04:00 |
|
Joseph Schorr
|
a1755cfbf7
|
Fix linking to Docker Registry since their own redirects are messed up
|
2014-07-14 16:34:21 -04:00 |
|
Joseph Schorr
|
18ec8c0f93
|
Make build package UI a bit nicer and make sure it always executes via a scope apply
|
2014-07-14 16:33:00 -04:00 |
|
Joseph Schorr
|
75ec80ee6c
|
Fix TAR parsing by using a custom lib written based off of a public lib
|
2014-07-14 16:26:20 -04:00 |
|
Joseph Schorr
|
bebb02c800
|
Make sure all scope applies occur outside of the main digest loop
|
2014-07-10 16:38:41 -04:00 |
|
Joseph Schorr
|
c7cc3f72f8
|
- Fix error messages in new org creation
- Add the org name regex to the name field
|
2014-07-09 13:35:59 -04:00 |
|
Joseph Schorr
|
edf23e8b87
|
Fix CSS for the new repo box in Firefox
|
2014-07-09 13:31:53 -04:00 |
|
Joseph Schorr
|
cfba651495
|
Fix logo on enterprise landing page
|
2014-07-07 19:10:35 -04:00 |
|