redmine_github_hook
redmine_github_hook copied to clipboard
Allow your Redmine installation to be notified when changes have been pushed to a Github repository.
Hi Redmine Github Hook users! After creating this project and several years of maintaining it, I find myself in a situation where I no longer use Redmine for anything, thus...
I installed redmine with sub-uri(www.mydomain.com/redmine). With your kind installation guide, I successfully installed Redmine Github Hook plugin which shows in Plugin pages. But when I try POST and GET with...
This addresses #64 partially, as the API is mandatory but not optional as @fnkr mentioned in the issue.
Change to camel case `RedmineGithubHook::VERSION` -> `RedmineGithubHook::Version`
``` bitnami@ip-172-31-7-234:/opt/bitnami/redmine$ sudo bundle exec rake redmine:plugins:migrate RAILS_ENV=production rake aborted! Redmine::PluginNotFound: Plugin not found. The directory for plugin redmine_github_hook should be /opt/bitnami/redmine/plugins/redmine_github_hook. /opt/bitnami/redmine/lib/redmine/plugin.rb:104:in `register' /opt/bitnami/redmine/vendor/bundle/ruby/3.0.0/gems/redmine_github_hook-3.0.1/init.rb:3:in `' /opt/bitnami/redmine/vendor/bundle/ruby/3.0.0/gems/zeitwerk-2.6.0/lib/zeitwerk/kernel.rb:35:in `require' /opt/bitnami/redmine/vendor/bundle/ruby/3.0.0/gems/zeitwerk-2.6.0/lib/zeitwerk/kernel.rb:35:in `require'...
my redmine is ver 5.0.4 Ruby31 bundler 2.4.3 can I run this plungs
Started POST "/github_hook" for 140.82.115.34 at 2024-03-25 13:22:00 +0000 I, [2024-03-25T13:22:00.521920 #1614830] INFO -- : [0252bff0-e8e6-46fe-a7d6-d4260bd8f765] Processing by GithubHookController#index as */* ... ... I, [2024-03-25T13:22:00.527871 #1614830] INFO -- : [0252bff0-e8e6-46fe-a7d6-d4260bd8f765]...
Good morning, Thanks first for your project and your contribution. I got frustrated after few hours of test... could you please help me : I tried many ways, following the...