Sergey Linnik

Results 9 comments of Sergey Linnik

Hello, can you check [change-network-manager-import](https://github.com/linniksa/nm-hide-unmanaged-gnome-shell-extension/tree/change-network-manager-import) branch?

Hi, can you make pull request?

You can comment this line: https://github.com/linniksa/redmine_git_mirror/blob/782a58abd6faa3d76cf45aa4815d5914ca462437/app/models/repository/git_mirror.rb#L125 and fetching on page open start working, but it increases page load time significantly you can set up git hook which do http call...

@douglasoliveiraadv try latest master, also specify url with scheme `http://git-codecommit.us-east-1.amazonaws.com/v1/repos/xxxxxxxxxxxxxxxxxx` or `//git-codecommit.us-east-1.amazonaws.com/v1/repos/xxxxxxxxxxxxxxxxxx`

i push commit with fix to master branch - 35d2cef, you need to pull it ```bash cd plugins/redmine_git_mirror && git checkout master && git pull ```

http 404 status code means that plugin can't find the repository by url check that the url's you specify for clone in redmine and provided in hook is similar -...

Plugin uses only one kind of fields from payload - urls, to find appropriate repository to do fetch. To get secret from repository we anyway should do sql query to...

as i can see in bitnami bin/rails script differs from redmine, but this is warning and fetch code executes: ```Fetching repo https://github.com/****/*****.git to /opt/redmine-4.0.3-2/apps/redmine/htdocs/plugins/redmine_git_mirror/repos/20190514190004307_github.com_****_*****``` when you do get request for...

@dratel29 can you test with https://github.com/linniksa/Fetch/commits/patch-generalize-charset-convert ?