{"id":26667107,"url":"https://github.com/code-lever/mina-appsignal","last_synced_at":"2025-04-11T23:50:52.828Z","repository":{"id":29243798,"uuid":"32775999","full_name":"code-lever/mina-appsignal","owner":"code-lever","description":"Mina tasks for AppSignal","archived":false,"fork":false,"pushed_at":"2022-02-14T16:11:13.000Z","size":14,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-26T23:23:46.006Z","etag":null,"topics":[],"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/code-lever.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-24T04:24:54.000Z","updated_at":"2022-02-14T15:59:25.000Z","dependencies_parsed_at":"2022-09-06T05:51:01.432Z","dependency_job_id":null,"html_url":"https://github.com/code-lever/mina-appsignal","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fmina-appsignal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fmina-appsignal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fmina-appsignal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fmina-appsignal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-lever","download_url":"https://codeload.github.com/code-lever/mina-appsignal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497890,"owners_count":21113984,"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":[],"created_at":"2025-03-25T19:36:15.890Z","updated_at":"2025-04-11T23:50:52.808Z","avatar_url":"https://github.com/code-lever.png","language":"Ruby","readme":"# Mina::AppSignal [![Build Status](https://travis-ci.org/code-lever/mina-appsignal.png)](https://travis-ci.org/code-lever/mina-appsignal) [![Code Climate](https://codeclimate.com/github/code-lever/mina-appsignal.png)](https://codeclimate.com/github/code-lever/mina-appsignal)\n\n[Mina](https://github.com/mina-deploy/mina) tasks for interacting with [AppSignal](http://appsignal.com).\n\nAdds the following tasks:\n\n    appsignal:notify\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'mina-appsignal', require: false\n```\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\n**Note:** Currently requires `curl` to be present on the server for notifications to be sent.  Patches happily accepted to improve this limitation!\n\nIf you are using a `config/appsignal.yml` file, you need only:\n\n    require 'mina/appsignal'\n\n    ...\n\n    task deploy: :environment do\n      deploy do\n        ...\n\n        to :launch do\n          ...\n          invoke :'appsignal:notify'\n        end\n      end\n    end\n\nIf not, you'll need to set some options.\n\n## Options\n\n| Name                           | Description                                                |\n| ------------------------------ | -----------------------------------------------------------|\n| `appsignal_api_key`            | AppSignal push api key                                     |\n|                                | Read from `config/appsignal.yml` or `ENV['APPSIGNAL_PUSH_API_KEY']` if available |\n| `appsignal_app_name`           | AppSignal application name |\n|                                | Read from `config/appsignal.yml` or `ENV['APPSIGNAL_APP_NAME']` if available |\n| `appsignal_local_username`     | Local username of deploying user (optional)                |\n\n## Contributing\n\n1. Fork it ( https://github.com/code-lever/mina-appsignal/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 a new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-lever%2Fmina-appsignal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-lever%2Fmina-appsignal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-lever%2Fmina-appsignal/lists"}