project Websites / Gitlab Issue Listing Script avatar

websites/Gitlab-Issue-Listing-Script#7: Container Registry Support



Issue Information

Issue Type: issue
Status: closed
Reported By: btasker
Assigned To: btasker

Milestone: 0.2
Created: 11-Oct-21 21:39



Description

It'd be useful to search for images within the container registry - Gitlab requires a specific naming convention, so being able to look it up would be helpful



Toggle State Changes

Activity


assigned to @btasker

verified

mentioned in commit 3eb78ce6c317b58507ceb7305eb8522fcbfb6db2

Commit: 3eb78ce6c317b58507ceb7305eb8522fcbfb6db2 
Author: B Tasker                            
                            
Date: 2021-10-15T11:24:53.000+01:00 

Message

Add container listing page for websites/Gitlab-Issue-Listing-Script#7

+113 -3 (116 lines changed)
verified

mentioned in commit 7391bbded09fb54ff9deb574a92942b8cdf592d5

Commit: 7391bbded09fb54ff9deb574a92942b8cdf592d5 
Author: B Tasker                            
                            
Date: 2021-10-15T11:28:52.000+01:00 

Message

Add conditional link out to container registry to project page for websites/Gitlab-Issue-Listing-Script#7

+10 -0 (10 lines changed)
verified

mentioned in commit 1b0d17d6d3b21dc87ecb4e81055a9bbc28ccf6b6

Commit: 1b0d17d6d3b21dc87ecb4e81055a9bbc28ccf6b6 
Author: B Tasker                            
                            
Date: 2021-10-15T11:43:09.000+01:00 

Message

Change of direction for websites/Gitlab-Issue-Listing-Script#7

Had been planning to create a "container" subview - but gitlab's API just returns a 401.

Looking at the API docs, we don't actually gain much anyway, so instead we'll include tags and have a single container view (per project)

+2 -4 (6 lines changed)

I had been planning to create a "container" subview - but gitlab's API just returns a 401.

Looking at the API docs, we don't actually gain much anyway, so instead we'll include tags and have a single container view (per project).

verified

mentioned in commit 1978bdaf12570d0d38bb09bf07230581dafacd49

Commit: 1978bdaf12570d0d38bb09bf07230581dafacd49 
Author: B Tasker                            
                            
Date: 2021-10-15T11:54:55.000+01:00 

Message

Adjust Container page to list containers and tags for websites/Gitlab-Issue-Listing-Script#7

+17 -7 (24 lines changed)

Marking this as done