Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I add a Repo when the server is already running? #33

Open
jsdario opened this issue Mar 31, 2016 · 7 comments
Open

How can I add a Repo when the server is already running? #33

jsdario opened this issue Mar 31, 2016 · 7 comments

Comments

@jsdario
Copy link

jsdario commented Mar 31, 2016

I have inspected through the source code but couldn't find a prove

@akaRem
Copy link

akaRem commented Jul 27, 2016

I'd propose to check if GitServer.repos#push works for your case.

@facundomedica
Copy link

+1 for this, someone achieved this?

@qrpike
Copy link
Contributor

qrpike commented Dec 20, 2016

It will take some refactoring I believe. I'm open to PRs.

@facundomedica
Copy link

@qrpike I'm making a version with repository management based on a mongodb database. It has the users and the repos. I'm doing it for another project but I'll try to get a standalone working version before, so I'll be hopefully opening a PR soon (or if you think that adding a database would change too much the scope of this project, a new one). 👍

@qrpike
Copy link
Contributor

qrpike commented Dec 20, 2016

@facundomedica That would be great! Or at least the option to choose to use Mongo or a flat config file. Or even a LevelDB or something without dependencies if mongo seems too heavy.

@facundomedica
Copy link

Cool then! My first though was mongo because I'm already using it with my main project, but sure, as soon as I get this working I'll try to add more features.

@jsdario
Copy link
Author

jsdario commented Dec 20, 2016

I promoted a project within a Netbeast intern to write further functionality and refactor, you can start from here: https://github.com/netbeast/gitbox

It is a fork of this project with little overhead though. It would be super helpful to have separated storage systems (mongo, sqlite, postgresql or any other) from the git engine itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants