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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
pulp
/
pulp-ui
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
29
Code
Issues
6
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Added typed RPM Distribution API Client
- #312
#312
Draft
Redtigercod4
wants to merge 27 commits into
pulp:main
pulp/pulp-ui:main
from
Redtigercod4:feat/rpm-distribution-api-client
Redtigercod4/pulp-ui:feat/rpm-distribution-api-client
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Draft
Added typed RPM Distribution API Client
#312
Redtigercod4
wants to merge 27 commits into
pulp:main
pulp/pulp-ui:main
from
Redtigercod4:feat/rpm-distribution-api-client
Redtigercod4/pulp-ui:feat/rpm-distribution-api-client
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2026
Added new common.ts within API folder to store generic types against pulpcore serializers
Redtigercod4
committed
fdfc760
View commit details
Copy full SHA for fdfc760
Browse repository at this point
Commits on Jul 1, 2026
Updated types within common.ts and created a new RPM Repository type based off serializer
Redtigercod4
committed
ea7eeb7
View commit details
Copy full SHA for ea7eeb7
Browse repository at this point
Updated ansible repository to new interface, mapped out shared types outside pulp core within common.ts
Redtigercod4
committed
41f5e58
View commit details
Copy full SHA for 41f5e58
Browse repository at this point
Commits on Jul 2, 2026
Updated file repository to new interface adding in new fields from recently updated serializer
Redtigercod4
committed
1e81ca6
View commit details
Copy full SHA for 1e81ca6
Browse repository at this point
Fixed issue with Ansible types. Removed incorrect comment due to plugin confusion for ansible.
Redtigercod4
committed
f1221fb
View commit details
Copy full SHA for f1221fb
Browse repository at this point
Defined new distribution generic from pulpcore and built out ansible distribution
Redtigercod4
committed
63086c4
View commit details
Copy full SHA for 63086c4
Browse repository at this point
Defined new distribution and publication generic for file distribution and publication types
Redtigercod4
committed
762de1e
View commit details
Copy full SHA for 762de1e
Browse repository at this point
Defined new Remote generic and updated ansible remote type
Redtigercod4
committed
ee63c10
View commit details
Copy full SHA for ee63c10
Browse repository at this point
Updated File Remote definition along with commit pinning references.
Redtigercod4
committed
4e164e3
View commit details
Copy full SHA for 4e164e3
Browse repository at this point
Updated Container distributions to have new interface against plugin
Redtigercod4
committed
8ccab40
View commit details
Copy full SHA for 8ccab40
Browse repository at this point
Commits on Jul 3, 2026
Built out RPM Repository API Client with Typed List endpoint
Redtigercod4
committed
8f80c3d
View commit details
Copy full SHA for 8f80c3d
Browse repository at this point
Added integration testing against RPM Repository API Client using node:test
Redtigercod4
committed
eb4b326
View commit details
Copy full SHA for eb4b326
Browse repository at this point
Commits on Jul 9, 2026
Refined test suite to using Axios instead of node:fetch, Fixed minor issues with types
Redtigercod4
committed
dfa58c6
View commit details
Copy full SHA for dfa58c6
Browse repository at this point
Added create & update on RPM repositories with associated testing
Redtigercod4
committed
c92abff
View commit details
Copy full SHA for c92abff
Browse repository at this point
Commits on Jul 10, 2026
Added repository delete with testing helpers to handle dispatch task from pulp core
Redtigercod4
committed
a094275
View commit details
Copy full SHA for a094275
Browse repository at this point
Updated types for task dispatch response, updated error messaging on test setup
Redtigercod4
committed
e6524b1
View commit details
Copy full SHA for e6524b1
Browse repository at this point
Commits on Jul 15, 2026
Created new Remote RPM Client and built out list() endpoint with tests
Redtigercod4
committed
ecf4614
View commit details
Copy full SHA for ecf4614
Browse repository at this point
Added RPM Remote Retrive with test cases
Redtigercod4
committed
27c9130
View commit details
Copy full SHA for 27c9130
Browse repository at this point
Commits on Aug 14, 2026
Added create operation within RPM Remotes with testing
Redtigercod4
committed
7f21b77
View commit details
Copy full SHA for 7f21b77
Browse repository at this point
Added remote update() with testing. Removed skipped test following pulp dev team clarification
Redtigercod4
committed
1a00671
View commit details
Copy full SHA for 1a00671
Browse repository at this point
Added delete() remote operation with testing. Conducted typechecks and linting
Redtigercod4
committed
0b15206
View commit details
Copy full SHA for 0b15206
Browse repository at this point
Commits on Aug 17, 2026
Created base client for distributions with outlined types
Redtigercod4
committed
4a06779
View commit details
Copy full SHA for 4a06779
Browse repository at this point
Added list for distribution with filter types and testing
Redtigercod4
committed
55d64a6
View commit details
Copy full SHA for 55d64a6
Browse repository at this point
Added retrieve with testing along with new helper function
Redtigercod4
committed
b05fa3c
View commit details
Copy full SHA for b05fa3c
Browse repository at this point
Commits on Aug 18, 2026
Added create() with testing.
Redtigercod4
committed
0e0dcff
View commit details
Copy full SHA for 0e0dcff
Browse repository at this point
Added update distribution with testing
Redtigercod4
committed
0dd5ccb
View commit details
Copy full SHA for 0dd5ccb
Browse repository at this point
Added delete with testing and fixed unpinned distribution type link
Redtigercod4
committed
4a39b19
View commit details
Copy full SHA for 4a39b19
Browse repository at this point
You can’t perform that action at this time.