Track repository information in database #326
Labels
No labels
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Blocks
#133 Allow configuring base image per repo
vieter-v/vieter
#327 Interact with repositories using API
vieter-v/vieter
Reference: vieter-v/vieter#326
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Having this information readily available in a (separate, managed by the RepoGroupManager) database could be very useful for later features.
The biggest one would be being able to query information about the repositories using the API. Metrics would be easier to collect as data is easily retrieved. Generally, a greater level of control over the repositories could be achieved.
Having efficient access to the dependencies of a package could also make it possible to rebuild packages on dependency updates, etc.
Some thoughts on this:
desc&filesfiles could be generated on the fly when re-creating the archives. Therefore, storing these files separately would no long be needed.HEADrequest used by builds can be replaced by an API request.descfile should probably be done using a string builder instead