Kenny Lee Sin Cheong
df639750f1
Fix tag reversion UI ( #3295 )
...
* Remove unused check
The tags returned from the tag history endpoint did not have
an image_id field until https://github.com/quay/quay/pull/3238 (tags pagination), so the
condition was never met. After #3238 , the tags returned from the tag
history endpoints have an image_id field, which is equal to its
docker_image_id field, to allow the same behavior from consumers
getting tags from the repository endpoint (e.g repo-view).
* watch repositoryTags instead of repository in repo-tag-history
2019-01-14 14:40:09 -05:00
Kenny Lee Sin Cheong
9cf74227ee
typo
2018-10-30 13:21:14 -04:00
Kenny Lee Sin Cheong
e61551d6b9
Show loader when tags are loading instead of empty msg
2018-10-29 19:25:19 -04:00
Kenny Lee Sin Cheong
8b25d5b77b
Fix UI rendering issue when creating/deleting tags from the UI ( #3269 )
...
### Description of Changes
Tag operations in UI would not be rendered properly when using the paginated tags endpoint.
When a user would create/delete a tag from the repo-panel-tags, `digest` would be called. This caused the `$scope.repository.tags` to be removed.
To fix this:
* Bind the tags directly to the scope instead of the repository
* Change references to scope.repository.tags to use scope.repositoryTags
---
2018-10-23 13:26:40 -04:00
alecmerdler
9da1487bbc
improve cor-tabs architecture
2017-06-02 18:03:30 -07:00
Joseph Schorr
8c56a86280
Add messaging if viewing a repo via the wrong path
2017-05-25 16:04:38 -04:00
Joseph Schorr
ea13469d9d
Add support for horizontal tabs into cor-tabs
2017-05-08 16:46:46 -04:00
Joseph Schorr
b11239f3bf
Change cor-tabs to be a TypeScript and Angular "neu" component
...
We no longer use bootstrap tabs code in this version
This is in prep for changing the tab style
2017-05-04 15:43:21 -04:00
Joseph Schorr
f206b4b95e
Move tag actions into a menu and fix view history action
2017-03-14 11:34:42 -04:00
Joseph Schorr
25db46c341
Redo UI of the tag history timeline and add restoration
2017-03-14 11:34:42 -04:00
Joseph Schorr
91c7396057
Move tag history to its own top-level tab
2017-03-14 11:34:42 -04:00
Joseph Schorr
49d980f685
Remove unused (and broken) visualize tab
2017-03-14 11:34:42 -04:00
Ian Minoso
1ed3c1444d
Basic builds table for new repo view
2016-12-13 16:46:35 -08:00
Ian Minoso
0d915eccc4
Repo-view page with header, sidebar and body
2016-11-28 16:41:46 -05:00
Ian Minoso
71dc3ff633
Fix import names
2016-11-01 14:42:50 -04:00
Ian Minoso
8fae92267e
create all components for new repo page
2016-10-31 13:18:18 -04:00
Ian Minoso
5a45f140c2
compile a typescript react component with webpack
2016-10-18 17:16:01 -04:00
Ian Minoso
e3a79b2303
wrap with main panel style
2016-10-14 14:29:14 -04:00
Ian Minoso
36b1ee2be9
two examples of implementing react components
2016-10-14 14:23:43 -04:00
Ian Minoso
6d375e33bf
ngreact implementation wip
2016-10-14 11:40:28 -04:00
Ian Minoso
24327f4964
Add skeleton experiment for new repo page
2016-09-20 15:56:59 -04:00
Joseph Schorr
3b3f101ea6
Vulnerability UI part 2
...
Fixes #860
Fixes #855
2015-11-12 16:59:36 -05:00
Joseph Schorr
4f41f79fa8
Never load the full repo image list
...
Always make smaller queries per tag to ensure we scale better
Fixes #754
2015-11-04 15:53:00 -05:00
Joseph Schorr
43330bcfad
Make loading of the tags tab async
2015-06-25 16:19:04 -04:00
Joseph Schorr
28bd9af4ff
Fix tutorial
2015-05-13 14:55:39 -04:00
Joseph Schorr
23fafa6b4a
Make images loaded lazily on the repo tags page, as they will not be needed in the read-only (common) case.
2015-05-07 15:51:49 -04:00
Joseph Schorr
c04cb4e988
Change the repo view page to minimize the number of API calls necessary until such time as the information is needed (lazy load everything). Also increase the build timer to 30s.
2015-05-06 18:16:03 -04:00
Joseph Schorr
0d1edef0d6
Make the repo view title area more responsive
2015-04-27 14:13:26 -04:00
Joseph Schorr
6c21dc788e
Small UI fixes
2015-04-20 14:20:29 -04:00
Joseph Schorr
24b9fe5e48
Fix tabs in the repo view
2015-03-31 14:40:34 -04:00
Joseph Schorr
27a9b84587
Switch avatars to be built out of CSS and only overlayed with the gravatar when a non-default exists
2015-03-30 17:55:04 -04:00
Joseph Schorr
ab2331a486
Performance improvements for the repo API and the new repo UI
2015-03-18 14:47:53 -04:00
Joseph Schorr
2b3eb93b72
Add back link to the repos page
2015-03-18 13:40:07 -04:00
Joseph Schorr
dc5d40ddc3
Start work on the repo permissions table
2015-03-16 14:17:27 -04:00
Joseph Schorr
333e0acd6d
Add the builds tab
2015-03-13 15:34:28 -07:00
Joseph Schorr
347bf31f2d
Have tags selected be handled universally throughout the entire repository view page.
2015-03-12 12:22:47 -07:00
Joseph Schorr
a18148b058
Get full actions working in the repo changes tab
2015-03-11 17:46:50 -07:00
Joseph Schorr
002dc083f2
Get the main repo page design working
2015-03-10 17:22:46 -07:00
Joseph Schorr
afc8e95e19
Start on new tag view
2015-03-09 22:03:39 -07:00
Joseph Schorr
d6d11644d8
Move all controllers into page definitions and add support for layout profiles
2015-02-20 18:15:48 -05:00