-
Notifications
You must be signed in to change notification settings - Fork 833
Fixed bug where gitrob does not look at files in the very initial com… #153
base: master
Are you sure you want to change the base?
Conversation
Added function GetRepositoriesFromOrganization for downloading of private repo when target is an Organization using SSH URL
Added option to stop *gitrob* from starting its own web server so it is possible to just get findings.
Closes #142
Add option to README.md
This adds support for GitHub Enterprise which can be configured using the three new command line arguments with the enterprise prefix (see documentation). Closes #145 Closes #148
Fixes download of files when using Github Enterprise. It now uses the existing Github client to download the files instead of making a manual HTTP request.
@micksmix I ran into the same issue. I clonned you repo but the issue is still there it seems:
|
@Techbrunch @micksmix can you demonstrate how your fix is working with proof? also: Try to say "micksmix's fix" ten times in a row... |
@plasticuproject @Techbrunch - Strange, but I was able to reproduce it without issue, just now. Here's what I did, step by step...
and then finally (replace XXXXX with your github pat)
And here's my output:
|
@micksmix
|
@plasticuproject - I just did the same thing on my Ubuntu 18.04 box and it worked as expected. This is strange.
|
I'm terribly sorry. I had a previous install that was being executed. I'm new to using GoLang and screwed up with some paths. I removed the old original and now your fork is working as intended. Thanks! |
…mit.
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.
Please provide enough information so that others can review your pull request:
Explain the details for making this change. What existing problem does the pull request solve?
gitrob doesn't read files in initial commit
Further detail explained in this GitHub Issue: https://github.com/michenriksen/gitrob/issues/152
Modifications are only within the
GetChanges
function.Closing issues
closes #152