Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
magley
/
mocker-hub
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature delete tag
- #43
#43
Merged
Vasilijez
merged 34 commits into
develop
magley/mocker-hub:develop
from
feature-delete-tag
magley/mocker-hub:feature-delete-tag
Copy head branch name to clipboard
Jun 19, 2025
Conversation
Commits
34
(34)
Checks
Files changed
Merged
Feature delete tag
#43
Vasilijez
merged 34 commits into
develop
magley/mocker-hub:develop
from
feature-delete-tag
magley/mocker-hub:feature-delete-tag
Copy head branch name to clipboard
Commits
Commits on Jun 4, 2025
feat: Update DTO
Vasilijez
committed
568b901
View commit details
Copy full SHA for 568b901
Browse repository at this point
feat: Create initial `delete_tag_endpoint`
Show description for 1965625
Vasilijez
committed
1965625
View commit details
Copy full SHA for 1965625
Browse repository at this point
fix: Add missing `NotInRelationshipException` import
Vasilijez
committed
ef1e0ee
View commit details
Copy full SHA for ef1e0ee
Browse repository at this point
feat: Unify `pre_authorize` async/sync handling
Vasilijez
committed
b104950
View commit details
Copy full SHA for b104950
Browse repository at this point
feat: Implement `has_delete_tag_access`
Vasilijez
committed
cbcdfb7
View commit details
Copy full SHA for cbcdfb7
Browse repository at this point
Commits on Jun 5, 2025
refactor: Promote least privilege by splitting token builders
Vasilijez
committed
c9af4c8
View commit details
Copy full SHA for c9af4c8
Browse repository at this point
Commits on Jun 8, 2025
feat: Cert update for backend HTTP to registry
Show description for 0388ca0
Vasilijez
committed
0388ca0
View commit details
Copy full SHA for 0388ca0
Browse repository at this point
Commits on Jun 9, 2025
docs: Improve readability
Vasilijez
committed
6fa1ad2
View commit details
Copy full SHA for 6fa1ad2
Browse repository at this point
refactor: Create `RegistryClient`
Vasilijez
committed
c098241
View commit details
Copy full SHA for c098241
Browse repository at this point
refactor: Move logic to service & handle exceptions
Vasilijez
committed
0fe69bc
View commit details
Copy full SHA for 0fe69bc
Browse repository at this point
fix: Add missing `remove_tag` method
Show description for 2b447a5
Vasilijez
committed
2b447a5
View commit details
Copy full SHA for 2b447a5
Browse repository at this point
fix: Activate `RegistryClient`
Vasilijez
committed
4ef55d2
View commit details
Copy full SHA for 4ef55d2
Browse repository at this point
refactor: Eliminate redundancy by creating `build_manifest_jwt`
Vasilijez
committed
cf54ac3
View commit details
Copy full SHA for cf54ac3
Browse repository at this point
Commits on Jun 11, 2025
fix: Cover all types of exceptions when calling Distribution
Vasilijez
committed
ced6b6b
View commit details
Copy full SHA for ced6b6b
Browse repository at this point
test: Retune the old tests
Vasilijez
committed
e1378b9
View commit details
Copy full SHA for e1378b9
Browse repository at this point
test: Add all unit tests
Vasilijez
committed
aba849c
View commit details
Copy full SHA for aba849c
Browse repository at this point
chore: Remove unused code
Vasilijez
committed
8e5501e
View commit details
Copy full SHA for 8e5501e
Browse repository at this point
test: Write integration test
Vasilijez
committed
480012b
View commit details
Copy full SHA for 480012b
Browse repository at this point
Commits on Jun 12, 2025
fix: Address flaky legacy unit test
Show description for 9b4abb6
Vasilijez
committed
9b4abb6
View commit details
Copy full SHA for 9b4abb6
Browse repository at this point
chore: Separate internal and external routers in `registry_controller`
Vasilijez
committed
e1b6c71
View commit details
Copy full SHA for e1b6c71
Browse repository at this point
Commits on Jun 13, 2025
feat: Add `Delete tag` button
Vasilijez
committed
e6f7563
View commit details
Copy full SHA for e6f7563
Browse repository at this point
feat: Add `.sh` script to run Distribution garbage collector
Vasilijez
committed
1a197e9
View commit details
Copy full SHA for 1a197e9
Browse repository at this point
Commits on Jun 14, 2025
fix: Use `canonical_name` instead of `name`
Vasilijez
committed
7ebd54a
View commit details
Copy full SHA for 7ebd54a
Browse repository at this point
fix: Print `tag_name` instead of `None`
Vasilijez
committed
aeb09bc
View commit details
Copy full SHA for aeb09bc
Browse repository at this point
Commits on Jun 17, 2025
fix: Remove `Base image` label
Vasilijez
committed
7bd7cbc
View commit details
Copy full SHA for 7bd7cbc
Browse repository at this point
feat: Write `_format_registry_event`
Vasilijez
committed
8c41910
View commit details
Copy full SHA for 8c41910
Browse repository at this point
test: Write unit tests for `_format_registry_event`
Vasilijez
committed
72e69fc
View commit details
Copy full SHA for 72e69fc
Browse repository at this point
docs: Add optional `[:{tag}]` command
Show description for e7fdb12
Vasilijez
committed
e7fdb12
View commit details
Copy full SHA for e7fdb12
Browse repository at this point
Commits on Jun 18, 2025
Merge branch 'develop' into feature-delete-tag
Vasilijez
committed
5f295e7
View commit details
Copy full SHA for 5f295e7
Browse repository at this point
fix: Correct bad conflict resolution
Vasilijez
committed
8815fb3
View commit details
Copy full SHA for 8815fb3
Browse repository at this point
feat: Handle image manifest link deletion
Vasilijez
committed
cfd920d
View commit details
Copy full SHA for cfd920d
Browse repository at this point
feat: Unzip certificates by default
Show description for 490e199
Vasilijez
committed
490e199
View commit details
Copy full SHA for 490e199
Browse repository at this point
Commits on Jun 19, 2025
chore: Remove unnecessary comments
Vasilijez
committed
d98c810
View commit details
Copy full SHA for d98c810
Browse repository at this point
feat: Wrap spinner around delete tag button
Show description for 6d85e5a
Vasilijez
committed
6d85e5a
View commit details
Copy full SHA for 6d85e5a
Browse repository at this point
You can’t perform that action at this time.