borges icon indicating copy to clipboard operation
borges copied to clipboard

borges collects and stores Git repositories.

Results 13 borges issues
Sort by recently updated
recently updated
newest added

# Purpose Store whole repositories in the same place instead of splitting them in several siva files. Reasons explained in: https://github.com/src-d/borges/issues/380 # Changes * Add rooted repo column for the...

proposal

# Rovers Get also if the repository is a fork and which is the parent repository. This can be done checking if `"fork": true` in the JSON and getting with...

proposal

# Problem To decrease the size of stored data we save the downloaded repositories in separate rooted repos. This greatly saves space but makes working with them a bit difficult:...

proposal

This feature is needed to check the storage. We can not use information from bricks as some files can be duplicated and provide erroneous information.

enhancement

Some repositories are recreated frequently so it's init commit changes. This leaves siva files from old repository versions dangling, not pointed by any reference. Example of repository: https://github.com/testingqaskope/Automation_donot_delete ID: `016497c9-037f-acf2-b0f6-3bd3ff5bb4e7`...

Current log messages do not offer enough information to debug malfunction or trends in repositories. Ideas of information that can be useful: * Time that it took each part of...

In a deploy in k8s I got this only message and nothing else ``` $ kubectl logs -n borges borges-borges-producer-1419705849-vgmcl {"error":"dial tcp 10.3.0.134:5432: connect: no route to host","level":"error","msg":"error obtaining next...

bug

The postgres configuration hasn't changed (max 100 connections) but it is now throwing errors. There is some change in the latest version that is increasing the number of connections: ```json...

A policy will be needed to schedule: * New repositories from rovers. * Update of repositories based on commit frequency * Update based on repository status (pending or failed) *...

enhancement

The updater wakes up periodically and searches for repositories to update. There is a configurable maximum of jobs per update cycle. Currently it has three searches that are done one...