Track repository information in database #326
Labels
No Label
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 Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#327 Interact with repositories using API
vieter-v/vieter
Reference: vieter-v/vieter#326
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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
&files
files could be generated on the fly when re-creating the archives. Therefore, storing these files separately would no long be needed.HEAD
request used by builds can be replaced by an API request.desc
file should probably be done using a string builder instead