{"id":43737958,"url":"https://github.com/arsensokolov/capistrano-stride","last_synced_at":"2026-02-05T11:08:25.238Z","repository":{"id":62555059,"uuid":"129684066","full_name":"arsensokolov/capistrano-stride","owner":"arsensokolov","description":"Capistrano plugin to notify deployments on Stride","archived":false,"fork":false,"pushed_at":"2018-07-13T04:42:42.000Z","size":38,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T06:37:04.768Z","etag":null,"topics":["capistrano","stride"],"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/arsensokolov.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":"2018-04-16T04:21:39.000Z","updated_at":"2018-07-13T04:42:44.000Z","dependencies_parsed_at":"2022-11-03T05:30:31.453Z","dependency_job_id":null,"html_url":"https://github.com/arsensokolov/capistrano-stride","commit_stats":null,"previous_names":["arsenbespalov/capistrano-stride"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/arsensokolov/capistrano-stride","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsensokolov%2Fcapistrano-stride","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsensokolov%2Fcapistrano-stride/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsensokolov%2Fcapistrano-stride/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsensokolov%2Fcapistrano-stride/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsensokolov","download_url":"https://codeload.github.com/arsensokolov/capistrano-stride/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsensokolov%2Fcapistrano-stride/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29120484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T10:47:47.471Z","status":"ssl_error","status_checked_at":"2026-02-05T10:45:08.119Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["capistrano","stride"],"created_at":"2026-02-05T11:08:24.441Z","updated_at":"2026-02-05T11:08:25.228Z","avatar_url":"https://github.com/arsensokolov.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano::Stride\n\n[![Gem Version](https://badge.fury.io/rb/capistrano-stride.svg)](https://badge.fury.io/rb/capistrano-stride)\n[![Maintainability](https://api.codeclimate.com/v1/badges/2aa1419d1454294270fb/maintainability)](https://codeclimate.com/github/ArsenBespalov/capistrano-stride/maintainability)\n[![Build Status](https://travis-ci.org/ArsenBespalov/capistrano-stride.svg?branch=master)](https://travis-ci.org/ArsenBespalov/capistrano-stride)\n\nNotifies in a Stride room about a new deployment showing the git log for the latest \ncommits included in the current deploy.\n\n![](https://raw.githubusercontent.com/ArsenBespalov/capistrano-stride/master/screenshot.png)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngroup :deployment do\n    gem 'capistrano-stride', '~\u003e 0.3', require: false\nend\n```\n\nThe group declaration is optional, but it's important to make sure you only load this gem\nwithing a Capistrano script (as explained below) and never within your application\n(eg. rails does the require of the default bundler group and the current environment group).\n\nAnd then execute:\n\n```\n$ bundle\n```\n\nOr install it yourself as:\n\n```\n$ gem install capistrano-stride\n```\n\n## Usage\n\nAdd this to your `Capfile`\n\n```ruby\nrequire 'capistrano/stride'\n```\n\nThen you need to configure you Stride token and the room URL you want to notify about\nthe new deployment\n\n```ruby\nset :stride_url, \"https://api.atlassian.com/site/SITE_ID/conversation/CONVERSATION_ID/message\"\nset :stride_token, \"STRIDE_ACCESS_TOKEN\"\n```\n\nFor get Stride URL and access token you need add custom app with API tokens, \nwithout installation application. Just only enter specify a token name. Simple and Easy!\n\n\n## Contributing\n\n1. Fork it\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsensokolov%2Fcapistrano-stride","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsensokolov%2Fcapistrano-stride","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsensokolov%2Fcapistrano-stride/lists"}