{"id":18792461,"url":"https://github.com/emanprague/mina-redmine","last_synced_at":"2025-12-28T10:30:18.024Z","repository":{"id":87748637,"uuid":"137708803","full_name":"eManPrague/mina-redmine","owner":"eManPrague","description":"Deploy notifications to redmine.","archived":false,"fork":false,"pushed_at":"2019-04-28T14:37:01.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-29T15:26:43.590Z","etag":null,"topics":["mina","redmine","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eManPrague.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-18T04:10:47.000Z","updated_at":"2019-04-28T14:37:02.000Z","dependencies_parsed_at":"2023-02-28T10:45:41.625Z","dependency_job_id":null,"html_url":"https://github.com/eManPrague/mina-redmine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eManPrague%2Fmina-redmine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eManPrague%2Fmina-redmine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eManPrague%2Fmina-redmine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eManPrague%2Fmina-redmine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eManPrague","download_url":"https://codeload.github.com/eManPrague/mina-redmine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239718372,"owners_count":19685725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mina","redmine","ruby"],"created_at":"2024-11-07T21:19:57.669Z","updated_at":"2025-12-28T10:30:17.950Z","avatar_url":"https://github.com/eManPrague.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mina::Redmine\n\nAnnounce Mina deployments to redmine - add info to your tickets where\nhave been deployed and move them in proper state.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'mina-redmine', github: \"eManPrague/mina-redmine\"\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\n### Load the recipe\nInclude the recipe in your deploy.rb\n\n    # config/deploy.rb\n    require 'mina/redmine'\n\n### Setup Mina redmine\nYou'll need to setup your redmine details with an API key, room and subdomain. You can add these as ENV variables or in the config/deploy.rb\n\n    # required\n    set :redmine_url, 'https://redmine.org/' # Redmine url\n    set :redmine_project, 'my_cool_project' # Project name\n    set :redmine_token, 'ABCD1234' # Your deploy token\n\n    # optional\n    set :redmine_server, 'http://...app.destination'\n\nOr use the ENV variables:\n\n    # required\n    ENV['redmine_url'] = ''\n    ENV['redmine_project'] = ''\n    ENV['redmine_token'] = ''\n\n    # optional\n    ENV['redmine_server'] || ENV['CI_ENVIRONMENT_URL'] # From gitlab tasks\n\n\nUpdate `deploy` task to invoke `redmine:post_info` task:\n\n ```ruby\ntask :deploy do\n  invoke :'redmine:post_info'\nend\n```\n\n## Contributing\n\n1. Fork it ( http://github.com/\u003cmy-github-username\u003e/mina-redmine/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanprague%2Fmina-redmine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femanprague%2Fmina-redmine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanprague%2Fmina-redmine/lists"}