diff --git a/lib/octokit/client/feeds.rb b/lib/octokit/client/feeds.rb index 1d6b4bad6..168d4b695 100644 --- a/lib/octokit/client/feeds.rb +++ b/lib/octokit/client/feeds.rb @@ -1,33 +1,19 @@ +# frozen_string_literal: true + module Octokit class Client - # Methods for the Feeds API # # @see https://developer.github.com/v3/activity/feeds/ module Feeds - - # List Feeds + # Get feeds # - # The feeds returned depend on authentication, see the GitHub API docs - # for more information. # - # @return [Array] list of feeds - # @see https://developer.github.com/v3/activity/feeds/#list-feeds - def feeds - get "feeds" + # @return [Sawyer::Resource] A single feeds + # @see https://developer.github.com/v3/activity/feeds/#get-feeds + def feeds(options = {}) + get 'feeds', options end - - # Get a Feed by name - # - # @param name [Symbol, String] Name of feed to retrieve. - # @return [Feed] Parsed feed in the format returned by the configured - # parser. - def feed(name, options = {}) - if rel = feeds._links[name] - get rel.href, :accept => rel.type, :options => options - end - end - end end end diff --git a/lib/openapi_client_generator.rb b/lib/openapi_client_generator.rb index f88cbf8a5..c5a7d3e77 100644 --- a/lib/openapi_client_generator.rb +++ b/lib/openapi_client_generator.rb @@ -405,7 +405,7 @@ def self.at(definition, parameterizer: OpenAPIClientGenerator::Endpoint::Positio def self.resource_for_path(path) path_segments = path.split("/").reject{ |segment| segment == "" } - supported_resources = %w(deployments pages hooks releases labels milestones issues reactions projects gists events checks contents downloads readme notifications pulls stats statuses) + supported_resources = %w(deployments pages hooks releases labels milestones issues reactions projects gists events checks contents downloads readme notifications pulls stats statuses feeds) resource = case path_segments.first when "orgs", "users" path_segments[2] diff --git a/spec/cassettes/Octokit_Client_Feeds/_feed/returns_parsed_feed_data.json b/spec/cassettes/Octokit_Client_Feeds/_feed/returns_parsed_feed_data.json deleted file mode 100644 index 26e6d2e26..000000000 --- a/spec/cassettes/Octokit_Client_Feeds/_feed/returns_parsed_feed_data.json +++ /dev/null @@ -1 +0,0 @@ -{"http_interactions":[{"request":{"method":"get","uri":"https://api.github.com/feeds","body":{"encoding":"UTF-8","string":""},"headers":{"Accept":["application/vnd.github.v3+json"],"User-Agent":["Octokit Ruby Gem 3.0.0.pre"],"Accept-Encoding":["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["GitHub.com"],"Date":["Tue, 14 Jan 2014 01:11:10 GMT"],"Content-Type":["application/json; charset=utf-8"],"Transfer-Encoding":["chunked"],"Status":["200 OK"],"X-Ratelimit-Limit":["60"],"X-Ratelimit-Remaining":["49"],"X-Ratelimit-Reset":["1389662319"],"Cache-Control":["public, max-age=60, s-maxage=60"],"Etag":["\"5bbcf47a2e0583ed37f6702e28f3cfbb\""],"Vary":["Accept","Accept-Encoding"],"X-Github-Media-Type":["github.v3; format=json"],"X-Content-Type-Options":["nosniff"],"Access-Control-Allow-Credentials":["true"],"Access-Control-Expose-Headers":["ETag, Link, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval"],"Access-Control-Allow-Origin":["*"],"X-Github-Request-Id":["443FDC73:4B99:2839A53:52D48EAE"]},"body":{"encoding":"UTF-8","string":"{\"timeline_url\":\"https://github.com/timeline\",\"user_url\":\"https://github.com/{user}\",\"_links\":{\"timeline\":{\"href\":\"https://github.com/timeline\",\"type\":\"application/atom+xml\"},\"user\":{\"href\":\"https://github.com/{user}\",\"type\":\"application/atom+xml\"}}}"},"http_version":null},"recorded_at":"Tue, 14 Jan 2014 01:11:11 GMT"},{"request":{"method":"get","uri":"https://github.com/timeline","body":{"encoding":"UTF-8","string":""},"headers":{"Accept":["application/atom+xml"],"User-Agent":["Octokit Ruby Gem 3.0.0.pre"],"Accept-Encoding":["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["GitHub.com"],"Date":["Tue, 14 Jan 2014 01:11:12 GMT"],"Content-Type":["application/atom+xml; charset=utf-8"],"Status":["200 OK"],"Cache-Control":["private, max-age=0, must-revalidate"],"X-Frame-Options":["deny"],"Strict-Transport-Security":["max-age=2592000"],"X-Runtime":["152"],"Etag":["\"1d06e2d453dea3373fa10b4d6b7266a5\""],"Content-Length":["72585"],"X-Github-Request-Id":["443FDC73:4A2C:1D83730:52D48EAF"],"Vary":["Accept-Encoding"]},"body":{"encoding":"UTF-8","string":"\n\n tag:github.com,2008:/timeline\n \n \n GitHub Public Timeline Feed\n 2014-01-14T01:11:11Z\n \n tag:github.com,2008:PushEvent/1942854652\n 2014-01-14T01:11:11Z\n 2014-01-14T01:11:11Z\n \n neogeek pushed to master at neogeek/neogeek.github.io\n \n neogeek\n hello@scottdoxey.com\n https://github.com/neogeek\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:11Z" title="2014-01-14 01:11:11">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/neogeek">neogeek</a> <span>pushed</span> to <a href="/neogeek/neogeek.github.io/tree/master">master</a> at <a href="https://github.com/neogeek/neogeek.github.io" class="css-truncate css-truncate-target">neogeek/neogeek.github.io</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/neogeek"><img class="gravatar" height="30" src="https://2.gravatar.com/avatar/3845922e7140b14e66650452df436132?d=https%3A%2F%2Fidenticons.github.com%2F24759597b99d21ef84e6c86c29e56aab.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="neogeek">\n <img height="16" src="https://2.gravatar.com/avatar/3845922e7140b14e66650452df436132?d=https%3A%2F%2Fidenticons.github.com%2F24759597b99d21ef84e6c86c29e56aab.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/neogeek/neogeek.github.io/commit/54834498486e512721f79dfcc623b650305e7063">5483449</a></code>\n <div class="message">\n <blockquote>\n Fixed spelling mistake.\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:IssuesEvent/1942854648\n 2014-01-14T01:11:11Z\n 2014-01-14T01:11:11Z\n \n lodle closed issue lindenlab/desura-app#652\n \n lodle\n admin@lodle.net\n https://github.com/lodle\n \n \n <!-- issues -->\n<span class="mega-octicon octicon-issue-closed"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:11Z" title="2014-01-14 01:11:11">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/lodle">lodle</a> <span>closed</span> issue <a href="https://github.com/lindenlab/desura-app/issues/652" title="[CLOSED] Use Wx3.0 instead of bundled 2.9.3 if present in the system.">lindenlab/desura-app#652</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/lodle"><img class="gravatar" height="30" src="https://2.gravatar.com/avatar/090c8301991a2a63e21eaffcbc9ec9af?d=https%3A%2F%2Fidenticons.github.com%2Fae266a2972922e51295fef571f69208c.png&amp;r=x&amp;s=140" width="30" /></a>\n <div class="message">\n <blockquote>\n [CLOSED] Use Wx3.0 instead of bundled 2.9.3 if present in the system.\n </blockquote>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854647\n 2014-01-14T01:11:11Z\n 2014-01-14T01:11:11Z\n \n lautreamont3 pushed to master at lautreamont3/vagrantpress\n \n lautreamont3\n lautreamont33@gmail.com\n https://github.com/lautreamont3\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:11Z" title="2014-01-14 01:11:11">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/lautreamont3">lautreamont3</a> <span>pushed</span> to <a href="/lautreamont3/vagrantpress/tree/master">master</a> at <a href="https://github.com/lautreamont3/vagrantpress" class="css-truncate css-truncate-target">lautreamont3/vagrantpress</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/lautreamont3"><img class="gravatar" height="30" src="https://0.gravatar.com/avatar/ff432407d528c695bad140c2d9cad08d?d=https%3A%2F%2Fidenticons.github.com%2F6f629428c64482071985037882f45937.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="lautreamont3">\n <img height="16" src="https://0.gravatar.com/avatar/ff432407d528c695bad140c2d9cad08d?d=https%3A%2F%2Fidenticons.github.com%2F6f629428c64482071985037882f45937.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/lautreamont3/vagrantpress/commit/81265ddd2b8729758094862b8506d20b93e02920">81265dd</a></code>\n <div class="message">\n <blockquote>\n Third commit\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854646\n 2014-01-14T01:11:11Z\n 2014-01-14T01:11:11Z\n \n ndimiduk pushed to master at ndimiduk/hbase-fatjar\n \n ndimiduk\n ndimiduk@gmail.com\n https://github.com/ndimiduk\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:11Z" title="2014-01-14 01:11:11">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/ndimiduk">ndimiduk</a> <span>pushed</span> to <a href="/ndimiduk/hbase-fatjar/tree/master">master</a> at <a href="https://github.com/ndimiduk/hbase-fatjar" class="css-truncate css-truncate-target">ndimiduk/hbase-fatjar</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/ndimiduk"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/fb3071613eed5e6e39f389307932b122?d=https%3A%2F%2Fidenticons.github.com%2F05d723194b85deefdb219a577ea1f6bf.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="ndimiduk">\n <img height="16" src="https://1.gravatar.com/avatar/fb3071613eed5e6e39f389307932b122?d=https%3A%2F%2Fidenticons.github.com%2F05d723194b85deefdb219a577ea1f6bf.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/ndimiduk/hbase-fatjar/commit/8bd5e5b5816c417e4c98ffa318a34631fc9b2b8b">8bd5e5b</a></code>\n <div class="message">\n <blockquote>\n update readme\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:ForkEvent/1942854628\n 2014-01-14T01:11:11Z\n 2014-01-14T01:11:11Z\n \n Deilusia forked desandro/imagesloaded to Deilusia/imagesloaded\n \n Deilusia\n ele.vqz@gmail.com\n https://github.com/Deilusia\n \n \n <!-- fork -->\n<div class="simple">\n <span class="octicon octicon-git-branch"></span>\n\n <div class="title">\n <a href="https://github.com/Deilusia">Deilusia</a> <span>forked</span> <a href="https://github.com/desandro/imagesloaded" class="css-truncate css-truncate-target">desandro/imagesloaded</a> to <a href="https://github.com/Deilusia/imagesloaded" class="css-truncate css-truncate-target" title="Deilusia/imagesloaded">Deilusia/imagesloaded</a>\n </div>\n\n <div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:11Z" title="2014-01-14 01:11:11">January 14, 2014</time>\n </div>\n</div>\n\n \n \n tag:github.com,2008:MemberEvent/1942854627\n 2014-01-14T01:11:11Z\n 2014-01-14T01:11:11Z\n \n h0dgep0dge added turbo-hipster to h0dgep0dge/artemis\n \n h0dgep0dge\n robbie@herebedragons.no-ip.org\n https://github.com/h0dgep0dge\n \n \n <!-- member -->\n<div class="simple">\n <span class="octicon octicon-person-addeded"></span>\n\n <div class="title">\n <a href="https://github.com/h0dgep0dge">h0dgep0dge</a> <span>added</span> <a href="/turbo-hipster">turbo-hipster</a> to <a href="https://github.com/h0dgep0dge/artemis" class="css-truncate css-truncate-target">h0dgep0dge/artemis</a>\n </div>\n\n <div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:11Z" title="2014-01-14 01:11:11">January 14, 2014</time>\n </div>\n</div>\n\n \n \n tag:github.com,2008:CommitCommentEvent/1942854624\n 2014-01-14T01:11:09Z\n 2014-01-14T01:11:09Z\n \n kylemac commented on commit jenius/testing@1e0916604d\n \n kylemac\n macdonaldky@gmail.com\n https://github.com/kylemac\n \n \n <!-- commit_comment -->\n<span class="mega-octicon octicon-comment-discussion"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:09Z" title="2014-01-14 01:11:09">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/kylemac">kylemac</a> <span>commented</span> on commit <a href="https://github.com/jenius/testing/commit/1e0916604d2252c89ab4d313d6653bd878da9e2d#commitcomment-5057709">jenius/testing@1e0916604d</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/kylemac"><img class="gravatar" height="30" src="https://0.gravatar.com/avatar/08d882eb689721d5555ae6d0f29732f4?d=https%3A%2F%2Fidenticons.github.com%2F61fca29656b3299a2fa308f26075704d.png&amp;r=x&amp;s=140" width="30" /></a>\n <div class="message markdown-body">\n <blockquote>\n <p>yeah this is <img class="emoji" title=":poop:" alt=":poop:" src="https://github.global.ssl.fastly.net/images/icons/emoji/poop.png" height="20" width="20" align="absmiddle">. rm -rf testing</p>\n </blockquote>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854622\n 2014-01-14T01:11:09Z\n 2014-01-14T01:11:09Z\n \n jmustaklem pushed to develop at jmustaklem/ui-candidate-test\n \n jmustaklem\n jimustaklem@gmail.com\n https://github.com/jmustaklem\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:09Z" title="2014-01-14 01:11:09">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/jmustaklem">jmustaklem</a> <span>pushed</span> to <a href="/jmustaklem/ui-candidate-test/tree/develop">develop</a> at <a href="https://github.com/jmustaklem/ui-candidate-test" class="css-truncate css-truncate-target">jmustaklem/ui-candidate-test</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/jmustaklem"><img class="gravatar" height="30" src="https://2.gravatar.com/avatar/deb49f8fa44b36361dc59d25530798f8?d=https%3A%2F%2Fidenticons.github.com%2F0b2ca551972fe41a3cdb8876c07ff326.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits ">\n <ul>\n <li>\n <span title="Joey Mustaklem">\n <img height="16" src="https://2.gravatar.com/avatar/deb49f8fa44b36361dc59d25530798f8?d=https%3A%2F%2Fa248.e.akamai.net%2Fassets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/jmustaklem/ui-candidate-test/commit/e69f98110ac740c32a564da3c8e337aa8ebb2336">e69f981</a></code>\n <div class="message">\n <blockquote>\n Commit #4- Still working on JS task file, starting on duplicating png…\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854617\n 2014-01-14T01:11:09Z\n 2014-01-14T01:11:09Z\n \n lrtcl pushed to master at lrtcl/Les_Trois_Toques\n \n lrtcl\n https://github.com/lrtcl\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:09Z" title="2014-01-14 01:11:09">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/lrtcl">lrtcl</a> <span>pushed</span> to <a href="/lrtcl/Les_Trois_Toques/tree/master">master</a> at <a href="https://github.com/lrtcl/Les_Trois_Toques" class="css-truncate css-truncate-target">lrtcl/Les_Trois_Toques</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/lrtcl"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/348af7b5ff5b0c056824f2ce4171512a?d=https%3A%2F%2Fidenticons.github.com%2Fd4e48ccc44def65323bc77866b122525.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="lrtcl">\n <img height="16" src="https://1.gravatar.com/avatar/348af7b5ff5b0c056824f2ce4171512a?d=https%3A%2F%2Fidenticons.github.com%2Fd4e48ccc44def65323bc77866b122525.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/lrtcl/Les_Trois_Toques/commit/704a021c99e904c44ccf6875933158d158f41580">704a021</a></code>\n <div class="message">\n <blockquote>\n Commit du 14/01/2014\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:WatchEvent/1942854614\n 2014-01-14T01:11:09Z\n 2014-01-14T01:11:09Z\n \n nonamelive starred arturdev/AMSlideMenu\n \n nonamelive\n nonamelive@gmail.com\n https://github.com/nonamelive\n \n \n <!-- watch -->\n<div class="simple">\n <span class="octicon octicon-star"></span>\n\n <div class="title">\n <a href="https://github.com/nonamelive">nonamelive</a> <span>starred</span> <a href="https://github.com/arturdev/AMSlideMenu" class="css-truncate css-truncate-target">arturdev/AMSlideMenu</a>\n </div>\n\n <div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:09Z" title="2014-01-14 01:11:09">January 14, 2014</time>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854609\n 2014-01-14T01:11:09Z\n 2014-01-14T01:11:09Z\n \n mythZhu pushed to master at mythZhu/dotfiles\n \n mythZhu\n zxn990@aliyun.com\n https://github.com/mythZhu\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:09Z" title="2014-01-14 01:11:09">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/mythZhu">mythZhu</a> <span>pushed</span> to <a href="/mythZhu/dotfiles/tree/master">master</a> at <a href="https://github.com/mythZhu/dotfiles" class="css-truncate css-truncate-target">mythZhu/dotfiles</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/mythZhu"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/4a1797baf4e188eb60b7de4c28ee835d?d=https%3A%2F%2Fidenticons.github.com%2Fe95dfbb13d034158548635c66c0010ba.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="mythZhu">\n <img height="16" src="https://1.gravatar.com/avatar/4a1797baf4e188eb60b7de4c28ee835d?d=https%3A%2F%2Fidenticons.github.com%2Fe95dfbb13d034158548635c66c0010ba.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/mythZhu/dotfiles/commit/9f1f0d365157fdc613c82069799cf12fc84a3e53">9f1f0d3</a></code>\n <div class="message">\n <blockquote>\n fix pre-check in vim/install.sh\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854605\n 2014-01-14T01:11:08Z\n 2014-01-14T01:11:08Z\n \n getswagcoin pushed to master at getswagcoin/swagcoin\n \n getswagcoin\n https://github.com/getswagcoin\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:08Z" title="2014-01-14 01:11:08">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/getswagcoin">getswagcoin</a> <span>pushed</span> to <a href="/getswagcoin/swagcoin/tree/master">master</a> at <a href="https://github.com/getswagcoin/swagcoin" class="css-truncate css-truncate-target">getswagcoin/swagcoin</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/getswagcoin"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/7a4fde17cf9a82d0b4d100f8086a68cd?d=https%3A%2F%2Fidenticons.github.com%2F0f5b8403072e202a9de86f816524f168.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits ">\n <ul>\n <li>\n <span title="root">\n <img height="16" src="https://1.gravatar.com/avatar/ef27ee814eb52279cf5761421b0ee91d?d=https%3A%2F%2Fa248.e.akamai.net%2Fassets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/getswagcoin/swagcoin/commit/1b3be65288ef77c5bb2fa84cb9a879641c09dcc7">1b3be65</a></code>\n <div class="message">\n <blockquote>\n i turn my swag on\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854604\n 2014-01-14T01:11:08Z\n 2014-01-14T01:11:08Z\n \n serhiy-yasko pushed to master at serhiy-yasko/loop-tap-frenzy\n \n serhiy-yasko\n https://github.com/serhiy-yasko\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:08Z" title="2014-01-14 01:11:08">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/serhiy-yasko">serhiy-yasko</a> <span>pushed</span> to <a href="/serhiy-yasko/loop-tap-frenzy/tree/master">master</a> at <a href="https://github.com/serhiy-yasko/loop-tap-frenzy" class="css-truncate css-truncate-target">serhiy-yasko/loop-tap-frenzy</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/serhiy-yasko"><img class="gravatar" height="30" src="https://0.gravatar.com/avatar/603f10d4f35b2769affec56197b447b5?d=https%3A%2F%2Fidenticons.github.com%2F5ece53af0c55a1394df4a602ba92628f.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits ">\n <ul>\n <li>\n <span title="Serhiy Yasko">\n <img height="16" src="https://1.gravatar.com/avatar/a3736f2f56dfa74b34d775f274e29cc4?d=https%3A%2F%2Fa248.e.akamai.net%2Fassets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/serhiy-yasko/loop-tap-frenzy/commit/79e2fc584404457a4566129925538f0bf11b6c58">79e2fc5</a></code>\n <div class="message">\n <blockquote>\n Added two supplementary modes of playback\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:CreateEvent/1942854596\n 2014-01-14T01:11:07Z\n 2014-01-14T01:11:07Z\n \n demobox created branch tweak-19 at scalapuzzlers/scalapuzzlers.github.com\n \n demobox\n https://github.com/demobox\n \n \n <!-- create -->\n<div class="simple">\n <span class="octicon octicon-git-merge"></span>\n\n <div class="title">\n <a href="https://github.com/demobox">demobox</a> <span>created</span> branch <a href="/scalapuzzlers/scalapuzzlers.github.com/tree/tweak-19" class="css-truncate css-truncate-target branch-link" title="tweak-19"><span class="octicon octicon-git-branch"></span>tweak-19</a> at <a href="https://github.com/scalapuzzlers/scalapuzzlers.github.com" class="css-truncate css-truncate-target">scalapuzzlers/scalapuzzlers.github.com</a>\n </div>\n\n <div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:07Z" title="2014-01-14 01:11:07">January 14, 2014</time>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854595\n 2014-01-14T01:11:07Z\n 2014-01-14T01:11:07Z\n \n Iristyle pushed to ticket/master/18342-windows-file-setting-owner-group at Iristyle/puppet\n \n Iristyle\n https://github.com/Iristyle\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:07Z" title="2014-01-14 01:11:07">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/Iristyle">Iristyle</a> <span>pushed</span> to <a href="/Iristyle/puppet/tree/ticket/master/18342-windows-file-setting-owner-group">ticket/master/18342-windows-file-setting-owner-group</a> at <a href="https://github.com/Iristyle/puppet" class="css-truncate css-truncate-target">Iristyle/puppet</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/Iristyle"><img class="gravatar" height="30" src="https://2.gravatar.com/avatar/c807a386363efa2147c76f4769cb24ee?d=https%3A%2F%2Fidenticons.github.com%2F70d00b04bdbb2a3f332ad608e26e7c15.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits ">\n <ul>\n <li>\n <span title="jasperla">\n <img height="16" src="https://1.gravatar.com/avatar/0fac6cc5c7e2d8eae5bb9a04d486dd5a?d=https%3A%2F%2Fidenticons.github.com%2F80922baf592575fe3b08b8f4fc296bce.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/Iristyle/puppet/commit/208ca9b1a70ec17a27501cc537bc3f9eb419f03a">208ca9b</a></code>\n <div class="message">\n <blockquote>\n (PUP-1218) Teach the ssh_authorized_key provider about ssh-ed25519 too.\n </blockquote>\n </div>\n </li>\n <li>\n <span title="jasperla">\n <img height="16" src="https://1.gravatar.com/avatar/0fac6cc5c7e2d8eae5bb9a04d486dd5a?d=https%3A%2F%2Fidenticons.github.com%2F80922baf592575fe3b08b8f4fc296bce.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/Iristyle/puppet/commit/fff10ad9b27cb532139f178378b1469641a83506">fff10ad</a></code>\n <div class="message">\n <blockquote>\n (PUP-1218) Add ssh-ed25519 support to the sshkey type\n </blockquote>\n </div>\n </li>\n <li>\n <span title="aperiodic">\n <img height="16" src="https://0.gravatar.com/avatar/387f52bd7c9b9113fc28050dcbab2d62?d=https%3A%2F%2Fidenticons.github.com%2F41e53d58e816645df855f4a4aae59891.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/Iristyle/puppet/commit/35ada47889be2507518201fe4e99f87db8b4442c">35ada47</a></code>\n <div class="message">\n <blockquote>\n Add vagrant testing guide to acceptance/README.\n </blockquote>\n </div>\n </li>\n <li class="more"><a href="https://github.com/Iristyle/puppet/compare/1e222e06e6...5ba3bc2b19">236 more commits &raquo;</a></li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854587\n 2014-01-14T01:11:07Z\n 2014-01-14T01:11:07Z\n \n veggiefrog pushed to master at ciniki/customers\n \n veggiefrog\n andrew@ciniki.ca\n https://github.com/veggiefrog\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:07Z" title="2014-01-14 01:11:07">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/veggiefrog">veggiefrog</a> <span>pushed</span> to <a href="/ciniki/customers/tree/master">master</a> at <a href="https://github.com/ciniki/customers" class="css-truncate css-truncate-target">ciniki/customers</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/veggiefrog"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/733894951ddfc10576f1820f433f29d6?d=https%3A%2F%2Fidenticons.github.com%2Fe028347b7038fb9847f20f38fb9f091c.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="veggiefrog">\n <img height="16" src="https://1.gravatar.com/avatar/733894951ddfc10576f1820f433f29d6?d=https%3A%2F%2Fidenticons.github.com%2Fe028347b7038fb9847f20f38fb9f091c.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/ciniki/customers/commit/f5eeb1bbffde62ba625a321e40de11f40c5928af">f5eeb1b</a></code>\n <div class="message">\n <blockquote>\n Added type and display_name for customers\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:IssueCommentEvent/1942854585\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n liferay-dev-ci commented on pull request brianchandotcom/liferay-portal#16027\n \n liferay-dev-ci\n liferay.dev.ci@gmail.com\n https://github.com/liferay-dev-ci\n \n \n <!-- issue_comment -->\n<span class="mega-octicon octicon-comment-discussion"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/liferay-dev-ci">liferay-dev-ci</a> <span>commented</span> on pull request <a href="https://github.com/brianchandotcom/liferay-portal/pull/16027#issuecomment-32230075" title="LPS-43432 - Update AUI zip to alloy-ui/master-deprecated">brianchandotcom/liferay-portal#16027</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/liferay-dev-ci"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/279f876219c147acd8c883d0601db69d?d=https%3A%2F%2Fidenticons.github.com%2Fa321db075c122e2f7e3facbd33a52e98.png&amp;r=x&amp;s=140" width="30" /></a>\n <div class="message markdown-body">\n <blockquote>\n <p>Tests PASSED! <img class="emoji" title=":white_check_mark:" alt=":white_check_mark:" src="https://github.global.ssl.fastly.net/images/icons/emoji/white_check_mark.png" height="20" width="20" align="absmiddle">\nRefer to this link for build results: <a href="http://ci.liferay.org.es/jenkins/job/brianchandotcom/6696/">http://ci.liferay.org.es/jenkins/job/brianchandotcom/6696/</a></p>\n </blockquote>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854583\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n tankerkiller125 pushed to master at tankerkiller125/Bloody-Dimensions\n \n tankerkiller125\n https://github.com/tankerkiller125\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/tankerkiller125">tankerkiller125</a> <span>pushed</span> to <a href="/tankerkiller125/Bloody-Dimensions/tree/master">master</a> at <a href="https://github.com/tankerkiller125/Bloody-Dimensions" class="css-truncate css-truncate-target">tankerkiller125/Bloody-Dimensions</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/tankerkiller125"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/cec151e8267f5151c4b7ed88d0a5ccba?d=https%3A%2F%2Fidenticons.github.com%2F9e18bf315472fd10f9ba6fd9d37823a9.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="tankerkiller125">\n <img height="16" src="https://1.gravatar.com/avatar/cec151e8267f5151c4b7ed88d0a5ccba?d=https%3A%2F%2Fidenticons.github.com%2F9e18bf315472fd10f9ba6fd9d37823a9.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/tankerkiller125/Bloody-Dimensions/commit/6a1f17455f60d06ebb7e749b64b06511086aa6e4">6a1f174</a></code>\n <div class="message">\n <blockquote>\n Fixed #1\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:IssuesEvent/1942854580\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n tankerkiller125 closed issue tankerkiller125/Bloody-Dimensions#1\n \n tankerkiller125\n https://github.com/tankerkiller125\n \n \n <!-- issues -->\n<span class="mega-octicon octicon-issue-closed"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/tankerkiller125">tankerkiller125</a> <span>closed</span> issue <a href="https://github.com/tankerkiller125/Bloody-Dimensions/issues/1" title="Test issue">tankerkiller125/Bloody-Dimensions#1</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/tankerkiller125"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/cec151e8267f5151c4b7ed88d0a5ccba?d=https%3A%2F%2Fidenticons.github.com%2F9e18bf315472fd10f9ba6fd9d37823a9.png&amp;r=x&amp;s=140" width="30" /></a>\n <div class="message">\n <blockquote>\n Test issue\n </blockquote>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854579\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n j2bbayle pushed to j2bbayle/add-notes-for-maverick at inkling/Subliminal\n \n j2bbayle\n j2b.bayle@gmail.com\n https://github.com/j2bbayle\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/j2bbayle">j2bbayle</a> <span>pushed</span> to <a href="/inkling/Subliminal/tree/j2bbayle/add-notes-for-maverick">j2bbayle/add-notes-for-maverick</a> at <a href="https://github.com/inkling/Subliminal" class="css-truncate css-truncate-target">inkling/Subliminal</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/j2bbayle"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/55df11fa12fd404752d6ffa320c4ac39?d=https%3A%2F%2Fidenticons.github.com%2F8a7670b0ca882c019841e614eb84e48d.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="j2bbayle">\n <img height="16" src="https://1.gravatar.com/avatar/55df11fa12fd404752d6ffa320c4ac39?d=https%3A%2F%2Fidenticons.github.com%2F8a7670b0ca882c019841e614eb84e48d.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/inkling/Subliminal/commit/4cb4bb4cebdae1b024fea3ee9be93814d785e897">4cb4bb4</a></code>\n <div class="message">\n <blockquote>\n Add notes about Privacy settings in Mac OS X 10.9.\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854577\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n dcharles525 pushed to master at dcharles525/XNA-Final-Game\n \n dcharles525\n dcharles525@gmail.com\n https://github.com/dcharles525\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/dcharles525">dcharles525</a> <span>pushed</span> to <a href="/dcharles525/XNA-Final-Game/tree/master">master</a> at <a href="https://github.com/dcharles525/XNA-Final-Game" class="css-truncate css-truncate-target">dcharles525/XNA-Final-Game</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/dcharles525"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/984b1c1fa3f65e68bbe9d8ba61383100?d=https%3A%2F%2Fidenticons.github.com%2Fdba0b309e075cc2e67f0d76041670364.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="dcharles525">\n <img height="16" src="https://1.gravatar.com/avatar/984b1c1fa3f65e68bbe9d8ba61383100?d=https%3A%2F%2Fidenticons.github.com%2Fdba0b309e075cc2e67f0d76041670364.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/dcharles525/XNA-Final-Game/commit/b3874bc0a17106d92a6544f1d96d86a8cea06a9f">b3874bc</a></code>\n <div class="message">\n <blockquote>\n Alpha 1.0.1\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:CreateEvent/1942854576\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n topher23 created repository ece2504proj3\n \n topher23\n https://github.com/topher23\n \n \n <!-- create -->\n<div class="simple">\n <span class="octicon octicon-repo-create"></span>\n\n <div class="title">\n <a href="https://github.com/topher23">topher23</a> <span>created</span> repository <a href="/topher23/ece2504proj3" class="css-truncate css-truncate-target" title="ece2504proj3">ece2504proj3</a>\n </div>\n\n <div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854575\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n smcclure879 pushed to master at smcclure879/Ayvex\n \n smcclure879\n https://github.com/smcclure879\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/smcclure879">smcclure879</a> <span>pushed</span> to <a href="/smcclure879/Ayvex/tree/master">master</a> at <a href="https://github.com/smcclure879/Ayvex" class="css-truncate css-truncate-target">smcclure879/Ayvex</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/smcclure879"><img class="gravatar" height="30" src="https://0.gravatar.com/avatar/2503a36d2e889d72c46b106b155cd4c3?d=https%3A%2F%2Fidenticons.github.com%2F6e28ed0d71f1fb3f17dd05197f3791da.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="smcclure879">\n <img height="16" src="https://0.gravatar.com/avatar/2503a36d2e889d72c46b106b155cd4c3?d=https%3A%2F%2Fidenticons.github.com%2F6e28ed0d71f1fb3f17dd05197f3791da.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/smcclure879/Ayvex/commit/917621f03bb83a1517baf5cc0706f091c20c55f2">917621f</a></code>\n <div class="message">\n <blockquote>\n foobar\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PullRequestEvent/1942854569\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n leap-code-o-matic merged pull request leapcode/leap_mail#105\n \n leap-code-o-matic\n https://github.com/leap-code-o-matic\n \n \n <!-- pull_request -->\n<span class="mega-octicon octicon-git-pull-request"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/leap-code-o-matic">leap-code-o-matic</a> <span>merged</span> pull request <a href="https://github.com/leapcode/leap_mail/pull/105">leapcode/leap_mail#105</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/leap-code-o-matic"><img class="gravatar" height="30" src="https://0.gravatar.com/avatar/348b89e97d1dae422dade22485a43e54?d=https%3A%2F%2Fidenticons.github.com%2Fbacfbef85229d26ebf36c197d4010c5b.png&amp;r=x&amp;s=140" width="30" /></a>\n <div class="message">\n <blockquote>Very limited support for SEARCH Commands. Closes: #4209</blockquote>\n <div class="pull-info">\n <span class="octicon octicon-git-commit"></span>\n <em>1</em> commit with\n <em>137</em> additions and\n <em>17</em> deletions\n </div>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854563\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n leap-code-o-matic pushed to develop at leapcode/leap_mail\n \n leap-code-o-matic\n https://github.com/leap-code-o-matic\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/leap-code-o-matic">leap-code-o-matic</a> <span>pushed</span> to <a href="/leapcode/leap_mail/tree/develop">develop</a> at <a href="https://github.com/leapcode/leap_mail" class="css-truncate css-truncate-target">leapcode/leap_mail</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/leap-code-o-matic"><img class="gravatar" height="30" src="https://0.gravatar.com/avatar/348b89e97d1dae422dade22485a43e54?d=https%3A%2F%2Fidenticons.github.com%2Fbacfbef85229d26ebf36c197d4010c5b.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits ">\n <ul>\n <li>\n <span title="Tomás Touceda">\n <img height="16" src="https://0.gravatar.com/avatar/ee09705f3180ca87393458660c33569d?d=https%3A%2F%2Fa248.e.akamai.net%2Fassets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/leapcode/leap_mail/commit/df5dfdb2d8dd407ed9ed0d2b043e0da299b9c341">df5dfdb</a></code>\n <div class="message">\n <blockquote>\n Merge remote-tracking branch 'refs/remotes/kali/feature/enable-search…\n </blockquote>\n </div>\n </li>\n <li>\n <span title="kalikaneko">\n <img height="16" src="https://1.gravatar.com/avatar/f1093184bda6bc1ce1ef3131a219c448?d=https%3A%2F%2Fidenticons.github.com%2F2c7d001169aa9d230b495ef122876e7b.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/leapcode/leap_mail/commit/4856f32ec75cda000fc794d0ac93990e0d1e42f6">4856f32</a></code>\n <div class="message">\n <blockquote>\n Very limited support for SEARCH Commands. Closes: #4209\n </blockquote>\n </div>\n </li>\n <li class="more"><a href="https://github.com/leapcode/leap_mail/compare/67579213d7...df5dfdb2d8">View comparison for these 2 commits &raquo;</a></li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854556\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n sheganinans pushed to master at sheganinans/Static-Dimensions\n \n sheganinans\n sheganinans@gmail.com\n https://github.com/sheganinans\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/sheganinans">sheganinans</a> <span>pushed</span> to <a href="/sheganinans/Static-Dimensions/tree/master">master</a> at <a href="https://github.com/sheganinans/Static-Dimensions" class="css-truncate css-truncate-target">sheganinans/Static-Dimensions</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/sheganinans"><img class="gravatar" height="30" src="https://2.gravatar.com/avatar/426a40922f9a318fbb20393dec3c575c?d=https%3A%2F%2Fidenticons.github.com%2F671a5ddcc1ff72394b1c997c7d9d7367.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="sheganinans">\n <img height="16" src="https://2.gravatar.com/avatar/426a40922f9a318fbb20393dec3c575c?d=https%3A%2F%2Fidenticons.github.com%2F671a5ddcc1ff72394b1c997c7d9d7367.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/sheganinans/Static-Dimensions/commit/f84874b80692054cf951db69aa9b7a7c486d2da2">f84874b</a></code>\n <div class="message">\n <blockquote>\n Remove old files.\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:CreateEvent/1942854551\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n goswamianjan created repository cascading\n \n goswamianjan\n https://github.com/goswamianjan\n \n \n <!-- create -->\n<div class="simple">\n <span class="octicon octicon-repo-create"></span>\n\n <div class="title">\n <a href="https://github.com/goswamianjan">goswamianjan</a> <span>created</span> repository <a href="/goswamianjan/cascading" class="css-truncate css-truncate-target" title="cascading">cascading</a>\n </div>\n\n <div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n </div>\n</div>\n\n \n \n tag:github.com,2008:ForkEvent/1942854550\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n biggora forked html5-ninja/Bootstrap-video-player-jQuery-plugin to biggora/Bootstrap-video-player-jQuery-plugin\n \n biggora\n agbiggora@gmail.com\n https://github.com/biggora\n \n \n <!-- fork -->\n<div class="simple">\n <span class="octicon octicon-git-branch"></span>\n\n <div class="title">\n <a href="https://github.com/biggora">biggora</a> <span>forked</span> <a href="https://github.com/html5-ninja/Bootstrap-video-player-jQuery-plugin" class="css-truncate css-truncate-target">html5-ninja/Bootstrap-video-player-jQuery-plugin</a> to <a href="https://github.com/biggora/Bootstrap-video-player-jQuery-plugin" class="css-truncate css-truncate-target" title="biggora/Bootstrap-video-player-jQuery-plugin">biggora/Bootstrap-video-player-jQuery-plugin</a>\n </div>\n\n <div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854546\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n dengyishuo pushed to master at dengyishuo/dengyishuo.github.com\n \n dengyishuo\n dengyishuo@163.com\n https://github.com/dengyishuo\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/dengyishuo">dengyishuo</a> <span>pushed</span> to <a href="/dengyishuo/dengyishuo.github.com/tree/master">master</a> at <a href="https://github.com/dengyishuo/dengyishuo.github.com" class="css-truncate css-truncate-target">dengyishuo/dengyishuo.github.com</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/dengyishuo"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/7969a4509f4093e8637e6bf70f3f7fc1?d=https%3A%2F%2Fidenticons.github.com%2F573406bbe96de0554bf04ca013bcfa74.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits pusher-is-only-committer">\n <ul>\n <li>\n <span title="dengyishuo">\n <img height="16" src="https://1.gravatar.com/avatar/7969a4509f4093e8637e6bf70f3f7fc1?d=https%3A%2F%2Fidenticons.github.com%2F573406bbe96de0554bf04ca013bcfa74.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/dengyishuo/dengyishuo.github.com/commit/e8f13451635f1f3a9156e844f50d26b4cae52676">e8f1345</a></code>\n <div class="message">\n <blockquote>\n test\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n \n tag:github.com,2008:PushEvent/1942854544\n 2014-01-14T01:11:06Z\n 2014-01-14T01:11:06Z\n \n mlynch pushed to master at driftyco/ionic-cli\n \n mlynch\n ihasmax@gmail.com\n https://github.com/mlynch\n \n \n <!-- push -->\n<span class="mega-octicon octicon-git-commit"></span>\n\n<div class="time">\n <time class="js-relative-date" datetime="2014-01-14T01:11:06Z" title="2014-01-14 01:11:06">January 14, 2014</time>\n</div>\n\n<div class="title">\n <a href="https://github.com/mlynch">mlynch</a> <span>pushed</span> to <a href="/driftyco/ionic-cli/tree/master">master</a> at <a href="https://github.com/driftyco/ionic-cli" class="css-truncate css-truncate-target">driftyco/ionic-cli</a>\n</div>\n\n<div class="details">\n <a href="https://github.com/mlynch"><img class="gravatar" height="30" src="https://1.gravatar.com/avatar/fa09759e2032b165421a4847dfc3fe8f?d=https%3A%2F%2Fidenticons.github.com%2F52f4691a4de70b3c441bca6c546979d9.png&amp;r=x&amp;s=140" width="30" /></a>\n\n <div class="commits ">\n <ul>\n <li>\n <span title="Max Lynch">\n <img height="16" src="https://0.gravatar.com/avatar/e130a4be9fba5eb5d932c813fbe3a58d?d=https%3A%2F%2Fa248.e.akamai.net%2Fassets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png&amp;r=x&amp;s=140" width="16" />\n </span>\n <code><a href="/driftyco/ionic-cli/commit/c8aedac953ce975366d44fb29259e59a40e68656">c8aedac</a></code>\n <div class="message">\n <blockquote>\n Added initial plugin install, and build and run\n </blockquote>\n </div>\n </li>\n </ul>\n </div>\n</div>\n\n \n"},"http_version":null},"recorded_at":"Tue, 14 Jan 2014 01:11:12 GMT"}],"recorded_with":"VCR 2.4.0"} \ No newline at end of file diff --git a/spec/cassettes/Octokit_Client_Feeds/_feeds/when_authenticated_with_basic_auth/returns_private_feeds.json b/spec/cassettes/Octokit_Client_Feeds/_feeds/when_authenticated_with_basic_auth/returns_private_feeds.json index 7e5c619ed..1a2722edd 100644 --- a/spec/cassettes/Octokit_Client_Feeds/_feeds/when_authenticated_with_basic_auth/returns_private_feeds.json +++ b/spec/cassettes/Octokit_Client_Feeds/_feeds/when_authenticated_with_basic_auth/returns_private_feeds.json @@ -1 +1 @@ -{"http_interactions":[{"request":{"method":"get","uri":"https://api.github.com/feeds","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["application/vnd.github.v3+json"],"User-Agent":["Octokit Ruby Gem 4.12.0"],"Content-Type":["application/json"],"Authorization":["Basic bW9uYWxpc2FvY3RvY2F0OmluL2U7OXVwZWJ7a3dma0x3cWRqUXV3Snp6"],"Accept-Encoding":["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["GitHub.com"],"Date":["Sat, 29 Sep 2018 04:23:45 GMT"],"Content-Type":["application/json; charset=utf-8"],"Transfer-Encoding":["chunked"],"Status":["200 OK"],"X-Ratelimit-Limit":["5000"],"X-Ratelimit-Remaining":["4997"],"X-Ratelimit-Reset":["1538197940"],"Cache-Control":["private, max-age=60, s-maxage=60"],"Vary":["Accept, Authorization, Cookie, X-GitHub-OTP"],"Etag":["W/\"08ebb432ff7206bff24a27b71fdb38fe\""],"X-Github-Media-Type":["github.v3; format=json"],"Access-Control-Expose-Headers":["ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval"],"Access-Control-Allow-Origin":["*"],"Strict-Transport-Security":["max-age=31536000; includeSubdomains; preload"],"X-Frame-Options":["deny"],"X-Content-Type-Options":["nosniff"],"X-Xss-Protection":["1; mode=block"],"Referrer-Policy":["origin-when-cross-origin, strict-origin-when-cross-origin"],"Content-Security-Policy":["default-src 'none'"],"X-Runtime-Rack":["0.038749"],"X-Github-Request-Id":["DE71:681F:14B1F49:305ECCF:5BAEFE51"]},"body":{"encoding":"ASCII-8BIT","base64_string":"eyJ0aW1lbGluZV91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vdGltZWxpbmUi\nLCJ1c2VyX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS97dXNlcn0iLCJjdXJy\nZW50X3VzZXJfcHVibGljX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS88R0lU\nSFVCX0xPR0lOPiIsImN1cnJlbnRfdXNlcl91cmwiOiJodHRwczovL2dpdGh1\nYi5jb20vPEdJVEhVQl9MT0dJTj4ucHJpdmF0ZS5hdG9tPzw8QUNDRVNTX1RP\nS0VOPj49PSIsImN1cnJlbnRfdXNlcl9hY3Rvcl91cmwiOiJodHRwczovL2dp\ndGh1Yi5jb20vPEdJVEhVQl9MT0dJTj4ucHJpdmF0ZS5hY3Rvci5hdG9tP3Rv\na2VuPUFYR3QzREhfNmVLTUVFMDd6eFUxVW1UdnQxeTVKR2M2a3M2NXZEN2h3\nQT09IiwiY3VycmVudF91c2VyX29yZ2FuaXphdGlvbl91cmwiOiIiLCJjdXJy\nZW50X3VzZXJfb3JnYW5pemF0aW9uX3VybHMiOltdLCJfbGlua3MiOnsidGlt\nZWxpbmUiOnsiaHJlZiI6Imh0dHBzOi8vZ2l0aHViLmNvbS90aW1lbGluZSIs\nInR5cGUiOiJhcHBsaWNhdGlvbi9hdG9tK3htbCJ9LCJ1c2VyIjp7ImhyZWYi\nOiJodHRwczovL2dpdGh1Yi5jb20ve3VzZXJ9IiwidHlwZSI6ImFwcGxpY2F0\naW9uL2F0b20reG1sIn0sImN1cnJlbnRfdXNlcl9wdWJsaWMiOnsiaHJlZiI6\nImh0dHBzOi8vZ2l0aHViLmNvbS88R0lUSFVCX0xPR0lOPiIsInR5cGUiOiJh\ncHBsaWNhdGlvbi9hdG9tK3htbCJ9LCJjdXJyZW50X3VzZXIiOnsiaHJlZiI6\nImh0dHBzOi8vZ2l0aHViLmNvbS88R0lUSFVCX0xPR0lOPi5wcml2YXRlLmF0\nb20/PDxBQ0NFU1NfVE9LRU4+Pj09IiwidHlwZSI6ImFwcGxpY2F0aW9uL2F0\nb20reG1sIn0sImN1cnJlbnRfdXNlcl9hY3RvciI6eyJocmVmIjoiaHR0cHM6\nLy9naXRodWIuY29tLzxHSVRIVUJfTE9HSU4+LnByaXZhdGUuYWN0b3IuYXRv\nbT90b2tlbj1BWEd0M0RIXzZlS01FRTA3enhVMVVtVHZ0MXk1SkdjNmtzNjV2\nRDdod0E9PSIsInR5cGUiOiJhcHBsaWNhdGlvbi9hdG9tK3htbCJ9LCJjdXJy\nZW50X3VzZXJfb3JnYW5pemF0aW9uIjp7ImhyZWYiOiIiLCJ0eXBlIjoiIn0s\nImN1cnJlbnRfdXNlcl9vcmdhbml6YXRpb25zIjpbXX19\n"},"http_version":null},"recorded_at":"Sat, 29 Sep 2018 04:23:45 GMT"}],"recorded_with":"VCR 4.0.0"} \ No newline at end of file +{"http_interactions":[{"request":{"method":"get","uri":"https://api.github.com/feeds","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["application/vnd.github.v3+json"],"User-Agent":["Octokit Ruby Gem 4.15.0"],"Content-Type":["application/json"],"Authorization":["Basic b2N0b3B1cDpwdXBsMHZlNGV2YQ=="],"Accept-Encoding":["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Date":["Fri, 10 Apr 2020 19:55:41 GMT"],"Content-Type":["application/json; charset=utf-8"],"Transfer-Encoding":["chunked"],"Server":["GitHub.com"],"Status":["200 OK"],"X-Ratelimit-Limit":["5000"],"X-Ratelimit-Remaining":["4997"],"X-Ratelimit-Reset":["1586551942"],"Cache-Control":["private, max-age=60, s-maxage=60"],"Vary":["Accept, Authorization, Cookie, X-GitHub-OTP","Accept-Encoding, Accept, X-Requested-With"],"Etag":["W/\"c366ccf6b8b8fc7e633410c2840f162e\""],"X-Github-Media-Type":["github.v3; format=json"],"Access-Control-Expose-Headers":["ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset"],"Access-Control-Allow-Origin":["*"],"Strict-Transport-Security":["max-age=31536000; includeSubdomains; preload"],"X-Frame-Options":["deny"],"X-Content-Type-Options":["nosniff"],"X-Xss-Protection":["1; mode=block"],"Referrer-Policy":["origin-when-cross-origin, strict-origin-when-cross-origin"],"Content-Security-Policy":["default-src 'none'"],"X-Github-Request-Id":["C857:7ADC:DC894:1058EA:5E90CF3D"]},"body":{"encoding":"ASCII-8BIT","base64_string":"eyJ0aW1lbGluZV91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vdGltZWxpbmUi\nLCJ1c2VyX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS97dXNlcn0iLCJjdXJy\nZW50X3VzZXJfcHVibGljX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS88R0lU\nSFVCX0xPR0lOPiIsImN1cnJlbnRfdXNlcl91cmwiOiJodHRwczovL2dpdGh1\nYi5jb20vPEdJVEhVQl9MT0dJTj4ucHJpdmF0ZS5hdG9tP3Rva2VuPUFOSjVQ\nQU9XRktSUVVKNkhFQlI1V0NONFRTN0UyIiwiY3VycmVudF91c2VyX2FjdG9y\nX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS88R0lUSFVCX0xPR0lOPi5wcml2\nYXRlLmFjdG9yLmF0b20/PDxBQ0NFU1NfVE9LRU4+PiIsImN1cnJlbnRfdXNl\ncl9vcmdhbml6YXRpb25fdXJsIjoiIiwiY3VycmVudF91c2VyX29yZ2FuaXph\ndGlvbl91cmxzIjpbImh0dHBzOi8vZ2l0aHViLmNvbS9vcmdhbml6YXRpb25z\nLzxHSVRIVUJfVEVTVF9PUkdBTklaQVRJT04+LzxHSVRIVUJfTE9HSU4+LnBy\naXZhdGUuYXRvbT90b2tlbj1BTko1UEFNQ1FCS0M1UlFRRVNXTDZYTjRUUzdF\nMiJdLCJzZWN1cml0eV9hZHZpc29yaWVzX3VybCI6Imh0dHBzOi8vZ2l0aHVi\nLmNvbS9zZWN1cml0eS1hZHZpc29yaWVzIiwiX2xpbmtzIjp7InRpbWVsaW5l\nIjp7ImhyZWYiOiJodHRwczovL2dpdGh1Yi5jb20vdGltZWxpbmUiLCJ0eXBl\nIjoiYXBwbGljYXRpb24vYXRvbSt4bWwifSwidXNlciI6eyJocmVmIjoiaHR0\ncHM6Ly9naXRodWIuY29tL3t1c2VyfSIsInR5cGUiOiJhcHBsaWNhdGlvbi9h\ndG9tK3htbCJ9LCJjdXJyZW50X3VzZXJfcHVibGljIjp7ImhyZWYiOiJodHRw\nczovL2dpdGh1Yi5jb20vPEdJVEhVQl9MT0dJTj4iLCJ0eXBlIjoiYXBwbGlj\nYXRpb24vYXRvbSt4bWwifSwiY3VycmVudF91c2VyIjp7ImhyZWYiOiJodHRw\nczovL2dpdGh1Yi5jb20vPEdJVEhVQl9MT0dJTj4ucHJpdmF0ZS5hdG9tP3Rv\na2VuPUFOSjVQQU9XRktSUVVKNkhFQlI1V0NONFRTN0UyIiwidHlwZSI6ImFw\ncGxpY2F0aW9uL2F0b20reG1sIn0sImN1cnJlbnRfdXNlcl9hY3RvciI6eyJo\ncmVmIjoiaHR0cHM6Ly9naXRodWIuY29tLzxHSVRIVUJfTE9HSU4+LnByaXZh\ndGUuYWN0b3IuYXRvbT88PEFDQ0VTU19UT0tFTj4+IiwidHlwZSI6ImFwcGxp\nY2F0aW9uL2F0b20reG1sIn0sImN1cnJlbnRfdXNlcl9vcmdhbml6YXRpb24i\nOnsiaHJlZiI6IiIsInR5cGUiOiIifSwiY3VycmVudF91c2VyX29yZ2FuaXph\ndGlvbnMiOlt7ImhyZWYiOiJodHRwczovL2dpdGh1Yi5jb20vb3JnYW5pemF0\naW9ucy88R0lUSFVCX1RFU1RfT1JHQU5JWkFUSU9OPi88R0lUSFVCX0xPR0lO\nPi5wcml2YXRlLmF0b20/dG9rZW49QU5KNVBBTUNRQktDNVJRUUVTV0w2WE40\nVFM3RTIiLCJ0eXBlIjoiYXBwbGljYXRpb24vYXRvbSt4bWwifV0sInNlY3Vy\naXR5X2Fkdmlzb3JpZXMiOnsiaHJlZiI6Imh0dHBzOi8vZ2l0aHViLmNvbS9z\nZWN1cml0eS1hZHZpc29yaWVzIiwidHlwZSI6ImFwcGxpY2F0aW9uL2F0b20r\neG1sIn19fQ==\n"},"http_version":null},"recorded_at":"Fri, 10 Apr 2020 19:55:28 GMT"}],"recorded_with":"VCR 5.1.0"} \ No newline at end of file diff --git a/spec/cassettes/Octokit_Client_Feeds/_feeds/when_authenticated_with_oauth_token/returns_the_authenticated_users_feeds.json b/spec/cassettes/Octokit_Client_Feeds/_feeds/when_authenticated_with_oauth_token/returns_the_authenticated_users_feeds.json index 4ebb971c4..a10bc5274 100644 --- a/spec/cassettes/Octokit_Client_Feeds/_feeds/when_authenticated_with_oauth_token/returns_the_authenticated_users_feeds.json +++ b/spec/cassettes/Octokit_Client_Feeds/_feeds/when_authenticated_with_oauth_token/returns_the_authenticated_users_feeds.json @@ -1 +1 @@ -{"http_interactions":[{"request":{"method":"get","uri":"https://api.github.com/feeds","body":{"encoding":"UTF-8","string":""},"headers":{"Accept":["application/vnd.github.v3+json"],"User-Agent":["Octokit Ruby Gem 3.0.0.pre"],"Authorization":["token <>"],"Accept-Encoding":["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["GitHub.com"],"Date":["Tue, 14 Jan 2014 01:11:09 GMT"],"Content-Type":["application/json; charset=utf-8"],"Transfer-Encoding":["chunked"],"Status":["200 OK"],"X-Ratelimit-Limit":["5000"],"X-Ratelimit-Remaining":["4873"],"X-Ratelimit-Reset":["1389662322"],"Cache-Control":["private, max-age=60, s-maxage=60"],"Etag":["\"9ba716e84faa7e54a0cbc1fa5fe003f8\""],"X-Oauth-Scopes":["user, public_repo, repo, gist"],"Vary":["Accept, Authorization, Cookie, X-GitHub-OTP","Accept-Encoding"],"X-Github-Media-Type":["github.v3; format=json"],"X-Content-Type-Options":["nosniff"],"Access-Control-Allow-Credentials":["true"],"Access-Control-Expose-Headers":["ETag, Link, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval"],"Access-Control-Allow-Origin":["*"],"X-Github-Request-Id":["443FDC73:4B98:1D9060F:52D48EAD"]},"body":{"encoding":"UTF-8","string":"{\"timeline_url\":\"https://github.com/timeline\",\"user_url\":\"https://github.com/{user}\",\"current_user_public_url\":\"https://github.com/\",\"_links\":{\"timeline\":{\"href\":\"https://github.com/timeline\",\"type\":\"application/atom+xml\"},\"user\":{\"href\":\"https://github.com/{user}\",\"type\":\"application/atom+xml\"},\"current_user_public\":{\"href\":\"https://github.com/\",\"type\":\"application/atom+xml\"}}}"},"http_version":null},"recorded_at":"Tue, 14 Jan 2014 01:11:09 GMT"}],"recorded_with":"VCR 2.4.0"} \ No newline at end of file +{"http_interactions":[{"request":{"method":"get","uri":"https://api.github.com/feeds","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["application/vnd.github.v3+json"],"User-Agent":["Octokit Ruby Gem 4.15.0"],"Content-Type":["application/json"],"Authorization":["token <>"],"Accept-Encoding":["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Date":["Fri, 10 Apr 2020 19:55:46 GMT"],"Content-Type":["application/json; charset=utf-8"],"Transfer-Encoding":["chunked"],"Server":["GitHub.com"],"Status":["200 OK"],"X-Ratelimit-Limit":["5000"],"X-Ratelimit-Remaining":["4996"],"X-Ratelimit-Reset":["1586551942"],"Cache-Control":["private, max-age=60, s-maxage=60"],"Vary":["Accept, Authorization, Cookie, X-GitHub-OTP","Accept-Encoding, Accept, X-Requested-With"],"Etag":["W/\"3f02946e6fa24257da5928d109f6529b\""],"X-Oauth-Scopes":["admin:enterprise, admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, read:packages, repo, user, write:discussion, write:packages"],"X-Accepted-Oauth-Scopes":[""],"X-Github-Media-Type":["github.v3; format=json"],"Access-Control-Expose-Headers":["ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset"],"Access-Control-Allow-Origin":["*"],"Strict-Transport-Security":["max-age=31536000; includeSubdomains; preload"],"X-Frame-Options":["deny"],"X-Content-Type-Options":["nosniff"],"X-Xss-Protection":["1; mode=block"],"Referrer-Policy":["origin-when-cross-origin, strict-origin-when-cross-origin"],"Content-Security-Policy":["default-src 'none'"],"X-Github-Request-Id":["C859:76E8:DDFCC:105D0F:5E90CF41"]},"body":{"encoding":"ASCII-8BIT","base64_string":"eyJ0aW1lbGluZV91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vdGltZWxpbmUi\nLCJ1c2VyX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS97dXNlcn0iLCJjdXJy\nZW50X3VzZXJfcHVibGljX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS88R0lU\nSFVCX0xPR0lOPiIsInNlY3VyaXR5X2Fkdmlzb3JpZXNfdXJsIjoiaHR0cHM6\nLy9naXRodWIuY29tL3NlY3VyaXR5LWFkdmlzb3JpZXMiLCJfbGlua3MiOnsi\ndGltZWxpbmUiOnsiaHJlZiI6Imh0dHBzOi8vZ2l0aHViLmNvbS90aW1lbGlu\nZSIsInR5cGUiOiJhcHBsaWNhdGlvbi9hdG9tK3htbCJ9LCJ1c2VyIjp7Imhy\nZWYiOiJodHRwczovL2dpdGh1Yi5jb20ve3VzZXJ9IiwidHlwZSI6ImFwcGxp\nY2F0aW9uL2F0b20reG1sIn0sImN1cnJlbnRfdXNlcl9wdWJsaWMiOnsiaHJl\nZiI6Imh0dHBzOi8vZ2l0aHViLmNvbS88R0lUSFVCX0xPR0lOPiIsInR5cGUi\nOiJhcHBsaWNhdGlvbi9hdG9tK3htbCJ9LCJzZWN1cml0eV9hZHZpc29yaWVz\nIjp7ImhyZWYiOiJodHRwczovL2dpdGh1Yi5jb20vc2VjdXJpdHktYWR2aXNv\ncmllcyIsInR5cGUiOiJhcHBsaWNhdGlvbi9hdG9tK3htbCJ9fX0=\n"},"http_version":null},"recorded_at":"Fri, 10 Apr 2020 19:55:33 GMT"}],"recorded_with":"VCR 5.1.0"} \ No newline at end of file diff --git a/spec/cassettes/Octokit_Client_Feeds/_feeds/when_unauthenticated/returns_the_public_feeds_list.json b/spec/cassettes/Octokit_Client_Feeds/_feeds/when_unauthenticated/returns_the_public_feeds_list.json index 01d6d6f47..b9a7f805d 100644 --- a/spec/cassettes/Octokit_Client_Feeds/_feeds/when_unauthenticated/returns_the_public_feeds_list.json +++ b/spec/cassettes/Octokit_Client_Feeds/_feeds/when_unauthenticated/returns_the_public_feeds_list.json @@ -1 +1 @@ -{"http_interactions":[{"request":{"method":"get","uri":"https://api.github.com/feeds","body":{"encoding":"UTF-8","string":""},"headers":{"Accept":["application/vnd.github.v3+json"],"User-Agent":["Octokit Ruby Gem 3.0.0.pre"],"Accept-Encoding":["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["GitHub.com"],"Date":["Tue, 14 Jan 2014 01:11:09 GMT"],"Content-Type":["application/json; charset=utf-8"],"Transfer-Encoding":["chunked"],"Status":["200 OK"],"X-Ratelimit-Limit":["60"],"X-Ratelimit-Remaining":["50"],"X-Ratelimit-Reset":["1389662319"],"Cache-Control":["public, max-age=60, s-maxage=60"],"Etag":["\"5bbcf47a2e0583ed37f6702e28f3cfbb\""],"Vary":["Accept","Accept-Encoding"],"X-Github-Media-Type":["github.v3; format=json"],"X-Content-Type-Options":["nosniff"],"Access-Control-Allow-Credentials":["true"],"Access-Control-Expose-Headers":["ETag, Link, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval"],"Access-Control-Allow-Origin":["*"],"X-Github-Request-Id":["443FDC73:4B98:1D905C0:52D48EAD"]},"body":{"encoding":"UTF-8","string":"{\"timeline_url\":\"https://github.com/timeline\",\"user_url\":\"https://github.com/{user}\",\"_links\":{\"timeline\":{\"href\":\"https://github.com/timeline\",\"type\":\"application/atom+xml\"},\"user\":{\"href\":\"https://github.com/{user}\",\"type\":\"application/atom+xml\"}}}"},"http_version":null},"recorded_at":"Tue, 14 Jan 2014 01:11:09 GMT"}],"recorded_with":"VCR 2.4.0"} \ No newline at end of file +{"http_interactions":[{"request":{"method":"get","uri":"https://api.github.com/feeds","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["application/vnd.github.v3+json"],"User-Agent":["Octokit Ruby Gem 4.15.0"],"Content-Type":["application/json"],"Accept-Encoding":["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Date":["Fri, 10 Apr 2020 19:55:43 GMT"],"Content-Type":["application/json; charset=utf-8"],"Server":["GitHub.com"],"Status":["200 OK"],"Cache-Control":["public, max-age=60, s-maxage=60"],"Vary":["Accept, Accept-Encoding, Accept, X-Requested-With"],"Etag":["W/\"8dd4f949d4e07d5cdae157c8113e7f8e\""],"X-Github-Media-Type":["github.v3; format=json"],"Access-Control-Expose-Headers":["ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset"],"Access-Control-Allow-Origin":["*"],"Strict-Transport-Security":["max-age=31536000; includeSubdomains; preload"],"X-Frame-Options":["deny"],"X-Content-Type-Options":["nosniff"],"X-Xss-Protection":["1; mode=block"],"Referrer-Policy":["origin-when-cross-origin, strict-origin-when-cross-origin"],"Content-Security-Policy":["default-src 'none'"],"X-Ratelimit-Limit":["60"],"X-Ratelimit-Remaining":["58"],"X-Ratelimit-Reset":["1586551943"],"Accept-Ranges":["bytes"],"Content-Length":["157"],"X-Github-Request-Id":["C858:76EA:DA526:105602:5E90CF3E"]},"body":{"encoding":"ASCII-8BIT","base64_string":"eyJ0aW1lbGluZV91cmwiOiJodHRwczovL2dpdGh1Yi5jb20vdGltZWxpbmUi\nLCJ1c2VyX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS97dXNlcn0iLCJzZWN1\ncml0eV9hZHZpc29yaWVzX3VybCI6Imh0dHBzOi8vZ2l0aHViLmNvbS9zZWN1\ncml0eS1hZHZpc29yaWVzIiwiX2xpbmtzIjp7InRpbWVsaW5lIjp7ImhyZWYi\nOiJodHRwczovL2dpdGh1Yi5jb20vdGltZWxpbmUiLCJ0eXBlIjoiYXBwbGlj\nYXRpb24vYXRvbSt4bWwifSwidXNlciI6eyJocmVmIjoiaHR0cHM6Ly9naXRo\ndWIuY29tL3t1c2VyfSIsInR5cGUiOiJhcHBsaWNhdGlvbi9hdG9tK3htbCJ9\nLCJzZWN1cml0eV9hZHZpc29yaWVzIjp7ImhyZWYiOiJodHRwczovL2dpdGh1\nYi5jb20vc2VjdXJpdHktYWR2aXNvcmllcyIsInR5cGUiOiJhcHBsaWNhdGlv\nbi9hdG9tK3htbCJ9fX0=\n"},"http_version":null},"recorded_at":"Fri, 10 Apr 2020 19:55:30 GMT"}],"recorded_with":"VCR 5.1.0"} \ No newline at end of file diff --git a/spec/octokit/client/feeds_spec.rb b/spec/octokit/client/feeds_spec.rb index 045178453..d70beb08f 100644 --- a/spec/octokit/client/feeds_spec.rb +++ b/spec/octokit/client/feeds_spec.rb @@ -37,11 +37,4 @@ end end # .feeds - describe ".feed", :vcr do - it "returns parsed feed data" do - feed = Octokit.feed(:timeline) - expect(feed.title.content).to eq("GitHub Public Timeline Feed") - end - end # .feed - end