eitoball/android-programming-the-big-nerd-ranch-guide-geo_quize-in-kotlin 2
"Android Programming: The Big Nerd Ranch Guide" in Kotlin
eitoball/act-fluent-logger-rails 1
Fluent logger
eitoball/Agile_at_10-Japanese-Translation 1
This is a project to attempt to translate "Agile@10" from the February 2010 issue of PragPub.
atig.rb - Another Twitter IRC Gateway
The ActiveRecord like API for rroonga.
eitoball/activerecord-reputation-system 0
An Active Record Reputation System for Rails
Connects business objects and REST web services
Active Merchant is a simple payment abstraction library extracted from Shopify. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.
eitoball/active_record_doctor 0
Identify database issues before they hit production.
delete branch misoca/prpr-branch_warning
delete branch : update-rake-to-12.3.3
delete time in a month
push eventmisoca/prpr-branch_warning
commit sha 740c3a03959ee796c0dcb11f0e3f8b1b86822fe2
change to use rake 12.3.3 or above
commit sha 94100020be74c459eb6fd9f0aac106a426ab4c02
Merge pull request #2 from misoca/update-rake-to-12.3.3 依存する rake のバージョンを 12.3.3 より上にする
push time in a month
PR merged misoca/prpr-branch_warning
pr closed time in a month
push eventeitoball/net-ping
commit sha 1cd76a67ecc56eb849ec9ee758235b8fa1854888
Update README.md setup != set up
commit sha 08ac636ff2472f5533d8318ebc482bae5cd9e3b8
Merge pull request #30 from bish0polis/patch-1 Update README.md
push time in a month
issue openedmaterial-components/material-components-flutter-codelabs
Use const in MDC-103 9. Try another theme
I think that consts are used like other color definitions in the first code snippet.
const kShrinePurple = Color(0xFF5D1049);
const kShrineBlack = Color(0xFF000000);
created time in a month
issue openedmaterial-components/material-components-flutter-codelabs
Typos in MDC-103 5. Modify typography and label styles
I think that values of controller of the second TextField should be _passwordController in the last and 4th from last code snippets.
created time in a month
push eventcomma-csv/comma
commit sha 4037a0e1b84919a1c352d2d27771995e73125df8
Bump json from 2.2.0 to 2.3.1 Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v2.2.0...v2.3.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha cbe9013b313215c7b77efb421e9368fbb036b8bf
Merge pull request #124 from comma-csv/dependabot/bundler/json-2.3.1 Bump json from 2.2.0 to 2.3.1
push time in a month
PR merged comma-csv/comma
Bumps json from 2.2.0 to 2.3.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/flori/json/blob/master/CHANGES.md">json's changelog</a>.</em></p> <blockquote> <h2>2020-06-30 (2.3.1)</h2> <ul> <li>Spelling and grammar fixes for comments. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/191">#191</a> by Josh Kline.</li> <li>Enhance generic JSON and #generate docs. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/347">#347</a> by Victor Shepelev.</li> <li>Add :nodoc: for GeneratorMethods. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/349">#349</a> by Victor Shepelev.</li> <li>Baseline changes to help (JRuby) development. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/371">#371</a> by Karol Bucek.</li> <li>Add metadata for rubygems.org. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/379">#379</a> by Alexandre ZANNI.</li> <li>Remove invalid JSON.generate description from JSON module rdoc. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/384">#384</a> by Jeremy Evans.</li> <li>Test with TruffleRuby in CI. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/402">#402</a> by Benoit Daloze.</li> <li>Rdoc enhancements. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/413">#413</a> by Burdette Lamar.</li> <li>Fixtures/ are not being tested... Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/416">#416</a> by Marc-André Lafortune.</li> <li>Use frozen string for hash key. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/420">#420</a> by Marc-André Lafortune.</li> <li>Added :call-seq: to RDoc for some methods. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/422">#422</a> by Burdette Lamar.</li> <li>Small typo fix. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/423">#423</a> by Marc-André Lafortune.</li> </ul> <h2>2019-12-11 (2.3.0)</h2> <ul> <li>Fix default of <code>create_additions</code> to always be <code>false</code> for <code>JSON(user_input)</code> and <code>JSON.parse(user_input, nil)</code>. Note that <code>JSON.load</code> remains with default <code>true</code> and is meant for internal serialization of trusted data. [CVE-2020-10663]</li> <li>Fix passing args all #to_json in json/add/*.</li> <li>Fix encoding issues</li> <li>Fix issues of keyword vs positional parameter</li> <li>Fix JSON::Parser against bigdecimal updates</li> <li>Bug fixes to JRuby port</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flori/json/commit/0951d7719c3ee7e35b4e1ae80613ce02fb6f20da"><code>0951d77</code></a> Bump version to 2.3.1</li> <li><a href="https://github.com/flori/json/commit/ddc29e20c1c05bc96ede665ad066cbf0617a6c93"><code>ddc29e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/429">#429</a> from flori/remove-generate-task-for-gemspec</li> <li><a href="https://github.com/flori/json/commit/cee8020dc8a3c33936149667ada3f017d396ade7"><code>cee8020</code></a> Removed gemspec task from default task on Rakefile</li> <li><a href="https://github.com/flori/json/commit/9fd637107f1267726acee108e88e21dc773f137e"><code>9fd6371</code></a> Use VERSION file instead of hard-coded value</li> <li><a href="https://github.com/flori/json/commit/dc90bcf240fe8059157e6e37cd52944e64523266"><code>dc90bcf</code></a> Removed explicitly date field in gemspec, it will assign by rubygems.org</li> <li><a href="https://github.com/flori/json/commit/4c11a40c1f0de83b5c39877f40143fe8a5e512cd"><code>4c11a40</code></a> Removed task for json_pure.gemspec</li> <li><a href="https://github.com/flori/json/commit/e794ec959121e868808e333fdeddd8261f1d5844"><code>e794ec9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/426">#426</a> from marcandre/indent</li> <li><a href="https://github.com/flori/json/commit/7cc9301acae27438b32b0cb21d7ff8c3cb07792c"><code>7cc9301</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/428">#428</a> from marcandre/change_fix</li> <li><a href="https://github.com/flori/json/commit/9e2a1fb7d8193dfae67ed70a6f531dd4e4b5f0d5"><code>9e2a1fb</code></a> Make changes more precise <a href="https://github-redirect.dependabot.com/flori/json/issues/424">#424</a></li> <li><a href="https://github.com/flori/json/commit/f8fa987de568b11cfea27d44486b0377d83d0e4b"><code>f8fa987</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/424">#424</a> from marcandre/update_changes</li> <li>Additional commits viewable in <a href="https://github.com/flori/json/compare/v2.2.0...v2.3.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
delete branch standfirm/sfruboty
delete branch : dependabot/bundler/json-2.3.1
delete time in 2 months
push eventstandfirm/sfruboty
commit sha 21d523444f16fc62fa7595f28d0a93206064b8e4
Bump json from 2.2.0 to 2.3.1 Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v2.2.0...v2.3.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 365a20a5d64b9e027e9bf1d2abd46bf9f30068a3
Merge pull request #26 from standfirm/dependabot/bundler/json-2.3.1 Bump json from 2.2.0 to 2.3.1
push time in 2 months
PR merged standfirm/sfruboty
Bumps json from 2.2.0 to 2.3.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/flori/json/blob/master/CHANGES.md">json's changelog</a>.</em></p> <blockquote> <h2>2020-06-30 (2.3.1)</h2> <ul> <li>Spelling and grammar fixes for comments. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/191">#191</a> by Josh Kline.</li> <li>Enhance generic JSON and #generate docs. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/347">#347</a> by Victor Shepelev.</li> <li>Add :nodoc: for GeneratorMethods. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/349">#349</a> by Victor Shepelev.</li> <li>Baseline changes to help (JRuby) development. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/371">#371</a> by Karol Bucek.</li> <li>Add metadata for rubygems.org. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/379">#379</a> by Alexandre ZANNI.</li> <li>Remove invalid JSON.generate description from JSON module rdoc. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/384">#384</a> by Jeremy Evans.</li> <li>Test with TruffleRuby in CI. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/402">#402</a> by Benoit Daloze.</li> <li>Rdoc enhancements. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/413">#413</a> by Burdette Lamar.</li> <li>Fixtures/ are not being tested... Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/416">#416</a> by Marc-André Lafortune.</li> <li>Use frozen string for hash key. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/420">#420</a> by Marc-André Lafortune.</li> <li>Added :call-seq: to RDoc for some methods. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/422">#422</a> by Burdette Lamar.</li> <li>Small typo fix. Pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/423">#423</a> by Marc-André Lafortune.</li> </ul> <h2>2019-12-11 (2.3.0)</h2> <ul> <li>Fix default of <code>create_additions</code> to always be <code>false</code> for <code>JSON(user_input)</code> and <code>JSON.parse(user_input, nil)</code>. Note that <code>JSON.load</code> remains with default <code>true</code> and is meant for internal serialization of trusted data. [CVE-2020-10663]</li> <li>Fix passing args all #to_json in json/add/*.</li> <li>Fix encoding issues</li> <li>Fix issues of keyword vs positional parameter</li> <li>Fix JSON::Parser against bigdecimal updates</li> <li>Bug fixes to JRuby port</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flori/json/commit/0951d7719c3ee7e35b4e1ae80613ce02fb6f20da"><code>0951d77</code></a> Bump version to 2.3.1</li> <li><a href="https://github.com/flori/json/commit/ddc29e20c1c05bc96ede665ad066cbf0617a6c93"><code>ddc29e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/429">#429</a> from flori/remove-generate-task-for-gemspec</li> <li><a href="https://github.com/flori/json/commit/cee8020dc8a3c33936149667ada3f017d396ade7"><code>cee8020</code></a> Removed gemspec task from default task on Rakefile</li> <li><a href="https://github.com/flori/json/commit/9fd637107f1267726acee108e88e21dc773f137e"><code>9fd6371</code></a> Use VERSION file instead of hard-coded value</li> <li><a href="https://github.com/flori/json/commit/dc90bcf240fe8059157e6e37cd52944e64523266"><code>dc90bcf</code></a> Removed explicitly date field in gemspec, it will assign by rubygems.org</li> <li><a href="https://github.com/flori/json/commit/4c11a40c1f0de83b5c39877f40143fe8a5e512cd"><code>4c11a40</code></a> Removed task for json_pure.gemspec</li> <li><a href="https://github.com/flori/json/commit/e794ec959121e868808e333fdeddd8261f1d5844"><code>e794ec9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/426">#426</a> from marcandre/indent</li> <li><a href="https://github.com/flori/json/commit/7cc9301acae27438b32b0cb21d7ff8c3cb07792c"><code>7cc9301</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/428">#428</a> from marcandre/change_fix</li> <li><a href="https://github.com/flori/json/commit/9e2a1fb7d8193dfae67ed70a6f531dd4e4b5f0d5"><code>9e2a1fb</code></a> Make changes more precise <a href="https://github-redirect.dependabot.com/flori/json/issues/424">#424</a></li> <li><a href="https://github.com/flori/json/commit/f8fa987de568b11cfea27d44486b0377d83d0e4b"><code>f8fa987</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/flori/json/issues/424">#424</a> from marcandre/update_changes</li> <li>Additional commits viewable in <a href="https://github.com/flori/json/compare/v2.2.0...v2.3.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
push eventeitoball/rubocop-checkstyle_formatter
commit sha 1ea97490de1cc6928e7e8bcc373e7134320ab61a
refactor spec
push time in 2 months
push eventeitoball/rubocop-checkstyle_formatter
commit sha 0cf0eb672adb75b8e940e45741a50a4a3e3c537b
refactor spec
push time in 2 months
create barncheitoball/rubocop-checkstyle_formatter
created branch time in 2 months
push eventeitoball/ruboty-hatebu_total_count
commit sha 06618fbbb1a680062e82e92dbe15bd6a4680d002
require rake 12.3.3 or above
push time in 2 months
push eventeitoball/fotorama-demo
commit sha 0b922a1d389ec2555c6389e1737ba47f90d8499a
update rack to 2.2.3
push time in 2 months
push eventeitoball/elm-echo
commit sha 774e6910b11b1ab954f3acb9e40a674b303027fb
update npm packages
push time in 2 months
PR merged standfirm/sfruboty
Bumps rack from 1.6.12 to 2.2.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rack/rack/blob/master/CHANGELOG.md">rack's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference <a href="https://keepachangelog.com/en/1.0.0/">Keep A Changelog</a>.</p> <h2>[3.0.0] - Unreleased</h2> <h3>Changed</h3> <ul> <li>BREAKING CHANGE: Require <code>status</code> to be an Integer. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1662">#1662</a>, <a href="https://github.com/olleolleolle">@olleolleolle</a>)</li> <li>Relax validations around <code>Rack::Request#host</code> and <code>Rack::Request#hostname</code>. (<a href="https://github-redirect.dependabot.com/rack/rack/issues/1606">#1606</a>, <a href="https://github.com/pvande">@pvande</a>)</li> <li>Removed antiquated handlers: FCGI, LSWS, SCGI, Thin. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1658">#1658</a>, <a href="https://github.com/ioquatix">@ioquatix</a>)</li> <li>Removed options from <code>Rack::Builder.parse_file</code> and <code>Rack::Builder.load_file</code>. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1663">#1663</a>, <a href="https://github.com/ioquatix">@ioquatix</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix using Rack::Session::Cookie with coder: Rack::Session::Cookie::Base64::{JSON,Zip}. (<a href="https://github-redirect.dependabot.com/rack/rack/issues/1666">#1666</a>, <a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li>Avoid NoMethodError when accessing Rack::Session::Cookie without requiring delegate first. (<a href="https://github-redirect.dependabot.com/rack/rack/issues/1610">#1610</a>, <a href="https://github.com/onigra">@onigra</a>)</li> <li>Handle cookies with values that end in '=' (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1645">#1645</a>, <a href="https://github.com/lukaso">@lukaso</a>)</li> </ul> <h2>[2.2.2] - 2020-02-11</h2> <h3>Fixed</h3> <ul> <li>Fix incorrect <code>Rack::Request#host</code> value. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1591">#1591</a>, <a href="https://github.com/ioquatix">@ioquatix</a>)</li> <li>Revert <code>Rack::Handler::Thin</code> implementation. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1583">#1583</a>, <a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li>Double assignment is still needed to prevent an "unused variable" warning. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1589">#1589</a>, <a href="https://github.com/kamipo">@kamipo</a>)</li> <li>Fix to handle same_site option for session pool. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1587">#1587</a>, <a href="https://github.com/kamipo">@kamipo</a>)</li> </ul> <h2>[2.2.1] - 2020-02-09</h2> <h3>Fixed</h3> <ul> <li>Rework <code>Rack::Request#ip</code> to handle empty <code>forwarded_for</code>. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1577">#1577</a>, <a href="https://github.com/ioquatix">@ioquatix</a>)</li> </ul> <h2>[2.2.0] - 2020-02-08</h2> <h3>SPEC Changes</h3> <ul> <li><code>rack.session</code> request environment entry must respond to <code>to_hash</code> and return unfrozen Hash. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li>Request environment cannot be frozen. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li>CGI values in the request environment with non-ASCII characters must use ASCII-8BIT encoding. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li>Improve SPEC/lint relating to SERVER_NAME, SERVER_PORT and HTTP_HOST. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1561">#1561</a>, <a href="https://github.com/ioquatix">@ioquatix</a>)</li> </ul> <h3>Added</h3> <ul> <li><code>rackup</code> supports multiple <code>-r</code> options and will require all arguments. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li><code>Server</code> supports an array of paths to require for the <code>:require</code> option. (<a href="https://github.com/khotta">@khotta</a>)</li> <li><code>Files</code> supports multipart range requests. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li> <li><code>Multipart::UploadedFile</code> supports an IO-like object instead of using the filesystem, using <code>:filename</code> and <code>:io</code> options. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li><code>Multipart::UploadedFile</code> supports keyword arguments <code>:path</code>, <code>:content_type</code>, and <code>:binary</code> in addition to positional arguments. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rack/rack/commit/1741c580d71cfca8e541e96cc372305c8892ee74"><code>1741c58</code></a> bump version</li> <li><a href="https://github.com/rack/rack/commit/5ccca4722668083732ea2d35c56565fcc25312f8"><code>5ccca47</code></a> When parsing cookies, only decode the values</li> <li><a href="https://github.com/rack/rack/commit/a5e80f01947954af76b14c1d1fdd8e79dd8337f3"><code>a5e80f0</code></a> Bump version.</li> <li><a href="https://github.com/rack/rack/commit/b0de37dc3b67d2fdcaa8b0236ff076a0a4db0b4f"><code>b0de37d</code></a> Remove trailing whitespace.</li> <li><a href="https://github.com/rack/rack/commit/1a784e54c867d42214d9e1f315651b1f2cea8591"><code>1a784e5</code></a> Prepare CHANGELOG for next patch release.</li> <li><a href="https://github.com/rack/rack/commit/a0d57d4a1d917596e03e0aa969aff7e890d2123c"><code>a0d57d4</code></a> Fix to handle same_site option for session pool</li> <li><a href="https://github.com/rack/rack/commit/a9b223b6781201ae8faa5d0a373cd1a24f6d97a3"><code>a9b223b</code></a> Ensure full match. Fixes <a href="https://github-redirect.dependabot.com/rack/rack/issues/1590">#1590</a>.</li> <li><a href="https://github.com/rack/rack/commit/f4c5645642ec99fa82a5a343a6c79d4aff8d6165"><code>f4c5645</code></a> Double assignment is still needed to prevent an "unused variable" warning</li> <li><a href="https://github.com/rack/rack/commit/5c121dd6853fa231d1b1253b6e8e7cfc927791ca"><code>5c121dd</code></a> Revert "Update Thin handler to better handle more options"</li> <li><a href="https://github.com/rack/rack/commit/961d9761bcb2bee17c80bba8b7bc9e285086d6c4"><code>961d976</code></a> Prepare point release.</li> <li>Additional commits viewable in <a href="https://github.com/rack/rack/compare/1.6.12...2.2.3">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
delete branch standfirm/sfruboty
delete branch : dependabot/bundler/rack-2.2.3
delete time in 2 months
push eventstandfirm/sfruboty
commit sha e73754e4c6dbf9873262a5ded88f266c5a6ba559
Bump rack from 1.6.12 to 2.2.3 Bumps [rack](https://github.com/rack/rack) from 1.6.12 to 2.2.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.6.12...2.2.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 308d2e6752eb9c60dbfe36288ebdf20c7e55d84b
Merge pull request #24 from standfirm/dependabot/bundler/rack-2.2.3 Bump rack from 1.6.12 to 2.2.3
push time in 2 months
delete branch standfirm/ruboty-yaminoma
delete branch : dependabot/bundler/rake-tw-13.0
delete time in 2 months
push eventstandfirm/ruboty-yaminoma
commit sha becfaaad5df87aa7798b32794af9a694b224a53f
Update rake requirement from ~> 10.0 to ~> 13.0 Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v10.5.0...v13.0.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 7b297b4283b9a87b86640f5460f80047a750ed39
Merge pull request #6 from standfirm/dependabot/bundler/rake-tw-13.0 Update rake requirement from ~> 10.0 to ~> 13.0
push time in 2 months
PR merged standfirm/ruboty-yaminoma
Updates the requirements on rake to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ruby/rake/blob/master/History.rdoc">rake's changelog</a>.</em></p> <blockquote> <p>=== 13.0.1</p> <p>==== Bug fixes</p> <ul> <li>Fixed bug: Reenabled task raises previous exception on second invokation Pull Request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/271">#271</a> by thorsteneckel</li> <li>Fix an incorrectly resolved arg pattern Pull Request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/327">#327</a> by mjbellantoni</li> </ul> <p>=== 13.0.0</p> <p>==== Enhancements</p> <ul> <li>Follows recent changes on keyword arguments in ruby 2.7. Pull Request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/326">#326</a> by nobu</li> <li>Make <code>PackageTask</code> be able to omit parent directory while packing files Pull Request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/310">#310</a> by tonytonyjan</li> <li>Add order only dependency Pull Request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/269">#269</a> by take-cheeze</li> </ul> <p>==== Compatibility changes</p> <ul> <li>Drop old ruby versions(< 2.2)</li> </ul> <p>=== 12.3.3</p> <p>==== Bug fixes</p> <ul> <li>Use the application's name in error message if a task is not found. Pull Request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/303">#303</a> by tmatilai</li> </ul> <p>==== Enhancements:</p> <ul> <li>Use File.open explicitly.</li> </ul> <p>=== 12.3.2</p> <p>==== Bug fixes</p> <ul> <li>Fixed test fails caused by 2.6 warnings. Pull Request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/297">#297</a> by hsbt</li> </ul> <p>==== Enhancements:</p> <ul> <li>Rdoc improvements. Pull Request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/293">#293</a> by colby-swandale</li> <li>Improve multitask performance. Pull Request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/273">#273</a> by jsm</li> <li>Add alias <code>prereqs</code>. Pull Request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/268">#268</a> by take-cheeze</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/rake/commit/c8251e2299616d8126e4ac7426e0bb87df7e6922"><code>c8251e2</code></a> Bump version to 13.0.1</li> <li><a href="https://github.com/ruby/rake/commit/8edd860cd0fc9035bda472ef45110a40889b9627"><code>8edd860</code></a> Fixed build failure of the latest GitHub Actions</li> <li><a href="https://github.com/ruby/rake/commit/b6e2a66689e7ac2f39597283dc2276bd082fa279"><code>b6e2a66</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/271">#271</a> from thorsteneckel/bugfix-reenable_invocation_exception</li> <li><a href="https://github.com/ruby/rake/commit/985abffa9954d21790831d9626d9c38b24a94199"><code>985abff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/327">#327</a> from mjbellantoni/mjb-order-only-arg-fix</li> <li><a href="https://github.com/ruby/rake/commit/4a90acb8923f0ea1f7acf50b8d529281a56f170d"><code>4a90acb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/329">#329</a> from jeremyevans/skip-taint-test-on-2.7</li> <li><a href="https://github.com/ruby/rake/commit/4dc6282eb24c0117a012d07744ea1bbcae1b3a79"><code>4dc6282</code></a> Skip a taint test on Ruby 2.7</li> <li><a href="https://github.com/ruby/rake/commit/a08b6975a5568799e1d053b7c56ef40d28528d97"><code>a08b697</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ruby/rake/issues/328">#328</a> from orien/gem-metadata</li> <li><a href="https://github.com/ruby/rake/commit/c3953d4b2935895e1bb4596c435653d3a865711a"><code>c3953d4</code></a> Add project metadata to the gemspec</li> <li><a href="https://github.com/ruby/rake/commit/46a8f7cbd4072431eb16e8e0858d556797ce677e"><code>46a8f7c</code></a> Update comments to reflect the current state</li> <li><a href="https://github.com/ruby/rake/commit/00aacdcf70309a17de2580fb380ed29f2d0fb6f7"><code>00aacdc</code></a> Fix an incorrectly resolved arg pattern</li> <li>Additional commits viewable in <a href="https://github.com/ruby/rake/compare/v10.5.0...v13.0.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
delete branch standfirm/ruboty-yasumimasu
delete branch : dependabot/bundler/rack-2.2.3
delete time in 2 months
push eventstandfirm/ruboty-yasumimasu
commit sha aa49e3a038fd29b5422a3564636e7bee21a8c9ef
Bump rack from 1.6.12 to 2.2.3 Bumps [rack](https://github.com/rack/rack) from 1.6.12 to 2.2.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.6.12...2.2.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 4b015721ddcae636a67aa3f478c87d7a3030a306
Merge pull request #17 from standfirm/dependabot/bundler/rack-2.2.3 Bump rack from 1.6.12 to 2.2.3
push time in 2 months
PR merged standfirm/ruboty-yasumimasu
Bumps rack from 1.6.12 to 2.2.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rack/rack/blob/master/CHANGELOG.md">rack's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference <a href="https://keepachangelog.com/en/1.0.0/">Keep A Changelog</a>.</p> <h2>[3.0.0] - Unreleased</h2> <h3>Changed</h3> <ul> <li>BREAKING CHANGE: Require <code>status</code> to be an Integer. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1662">#1662</a>, <a href="https://github.com/olleolleolle">@olleolleolle</a>)</li> <li>Relax validations around <code>Rack::Request#host</code> and <code>Rack::Request#hostname</code>. (<a href="https://github-redirect.dependabot.com/rack/rack/issues/1606">#1606</a>, <a href="https://github.com/pvande">@pvande</a>)</li> <li>Removed antiquated handlers: FCGI, LSWS, SCGI, Thin. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1658">#1658</a>, <a href="https://github.com/ioquatix">@ioquatix</a>)</li> <li>Removed options from <code>Rack::Builder.parse_file</code> and <code>Rack::Builder.load_file</code>. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1663">#1663</a>, <a href="https://github.com/ioquatix">@ioquatix</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix using Rack::Session::Cookie with coder: Rack::Session::Cookie::Base64::{JSON,Zip}. (<a href="https://github-redirect.dependabot.com/rack/rack/issues/1666">#1666</a>, <a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li>Avoid NoMethodError when accessing Rack::Session::Cookie without requiring delegate first. (<a href="https://github-redirect.dependabot.com/rack/rack/issues/1610">#1610</a>, <a href="https://github.com/onigra">@onigra</a>)</li> <li>Handle cookies with values that end in '=' (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1645">#1645</a>, <a href="https://github.com/lukaso">@lukaso</a>)</li> </ul> <h2>[2.2.2] - 2020-02-11</h2> <h3>Fixed</h3> <ul> <li>Fix incorrect <code>Rack::Request#host</code> value. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1591">#1591</a>, <a href="https://github.com/ioquatix">@ioquatix</a>)</li> <li>Revert <code>Rack::Handler::Thin</code> implementation. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1583">#1583</a>, <a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li>Double assignment is still needed to prevent an "unused variable" warning. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1589">#1589</a>, <a href="https://github.com/kamipo">@kamipo</a>)</li> <li>Fix to handle same_site option for session pool. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1587">#1587</a>, <a href="https://github.com/kamipo">@kamipo</a>)</li> </ul> <h2>[2.2.1] - 2020-02-09</h2> <h3>Fixed</h3> <ul> <li>Rework <code>Rack::Request#ip</code> to handle empty <code>forwarded_for</code>. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1577">#1577</a>, <a href="https://github.com/ioquatix">@ioquatix</a>)</li> </ul> <h2>[2.2.0] - 2020-02-08</h2> <h3>SPEC Changes</h3> <ul> <li><code>rack.session</code> request environment entry must respond to <code>to_hash</code> and return unfrozen Hash. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li>Request environment cannot be frozen. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li>CGI values in the request environment with non-ASCII characters must use ASCII-8BIT encoding. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li>Improve SPEC/lint relating to SERVER_NAME, SERVER_PORT and HTTP_HOST. (<a href="https://github-redirect.dependabot.com/rack/rack/pull/1561">#1561</a>, <a href="https://github.com/ioquatix">@ioquatix</a>)</li> </ul> <h3>Added</h3> <ul> <li><code>rackup</code> supports multiple <code>-r</code> options and will require all arguments. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li><code>Server</code> supports an array of paths to require for the <code>:require</code> option. (<a href="https://github.com/khotta">@khotta</a>)</li> <li><code>Files</code> supports multipart range requests. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li> <li><code>Multipart::UploadedFile</code> supports an IO-like object instead of using the filesystem, using <code>:filename</code> and <code>:io</code> options. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> <li><code>Multipart::UploadedFile</code> supports keyword arguments <code>:path</code>, <code>:content_type</code>, and <code>:binary</code> in addition to positional arguments. (<a href="https://github.com/jeremyevans">@jeremyevans</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rack/rack/commit/1741c580d71cfca8e541e96cc372305c8892ee74"><code>1741c58</code></a> bump version</li> <li><a href="https://github.com/rack/rack/commit/5ccca4722668083732ea2d35c56565fcc25312f8"><code>5ccca47</code></a> When parsing cookies, only decode the values</li> <li><a href="https://github.com/rack/rack/commit/a5e80f01947954af76b14c1d1fdd8e79dd8337f3"><code>a5e80f0</code></a> Bump version.</li> <li><a href="https://github.com/rack/rack/commit/b0de37dc3b67d2fdcaa8b0236ff076a0a4db0b4f"><code>b0de37d</code></a> Remove trailing whitespace.</li> <li><a href="https://github.com/rack/rack/commit/1a784e54c867d42214d9e1f315651b1f2cea8591"><code>1a784e5</code></a> Prepare CHANGELOG for next patch release.</li> <li><a href="https://github.com/rack/rack/commit/a0d57d4a1d917596e03e0aa969aff7e890d2123c"><code>a0d57d4</code></a> Fix to handle same_site option for session pool</li> <li><a href="https://github.com/rack/rack/commit/a9b223b6781201ae8faa5d0a373cd1a24f6d97a3"><code>a9b223b</code></a> Ensure full match. Fixes <a href="https://github-redirect.dependabot.com/rack/rack/issues/1590">#1590</a>.</li> <li><a href="https://github.com/rack/rack/commit/f4c5645642ec99fa82a5a343a6c79d4aff8d6165"><code>f4c5645</code></a> Double assignment is still needed to prevent an "unused variable" warning</li> <li><a href="https://github.com/rack/rack/commit/5c121dd6853fa231d1b1253b6e8e7cfc927791ca"><code>5c121dd</code></a> Revert "Update Thin handler to better handle more options"</li> <li><a href="https://github.com/rack/rack/commit/961d9761bcb2bee17c80bba8b7bc9e285086d6c4"><code>961d976</code></a> Prepare point release.</li> <li>Additional commits viewable in <a href="https://github.com/rack/rack/compare/1.6.12...2.2.3">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
PR opened misoca/prpr-branch_warning
pr created time in 2 months
pull request commentSafecast/safecastapi
Remove duplicated option settings in .ebextensions
Thanks, this looks like a good catch. Is it ready to merge?
@auspicacious Thank for checking. Yes, it is ready.
comment created time in 2 months
Pull request review commentSafecast/safecastapi
RUN apt-get update && apt-get install -y --no-install-recommends \ WORKDIR /src ADD Gemfile Gemfile.lock .ruby-version requirements.txt /src/ RUN LC_ALL=en_US.UTF-8 pip3 install -r requirements.txt+RUN gem install bundler
Did you need this? ruby 2.6 should contain bundler by default.
comment created time in 2 months
push eventeitoball/RxRuby
commit sha c121b67bde13c9967858712b48aac612226c8239
Update JRuby, Rubinius, Ruby versions
push time in 2 months
push eventeitoball/RxRuby
commit sha 8d57b7c428824171e8b2260a8390ded69b9f070a
Update JRuby, Rubinius, Ruby versions
push time in 2 months
pull request commentSafecast/safecastapi
Allowed user overrides of exposed docker-compose ports.
For example, should I add
docker-compose.override.ymlto.gitignore, and then document how to add your own?
@auspicacious Yes, I think so if it would suite your needs. The following is an example.
version: "3"
services:
app:
ports:
- "127.0.0.1:13000:3000"
elasticsearch:
ports:
- "127.0.0.1:19200:9200"
postgresql:
ports:
- "127.0.0.1:15432:5432"
comment created time in 2 months
PR opened Safecast/safecastapi
I would like to remove this because the same option setting (ConnectionSettingIdleTimeout) is in .ebextensions/web.config.
pr created time in 2 months
create barnchSafecast/safecastapi
branch : remove-duplicated-option_settinsg
created branch time in 2 months
push eventmisoca/elasticsearch-local
commit sha 9b4008d097e783acf18db404357bc56154c32aa8
Create LICENSE
commit sha ec2b2687f505c8653fe54ec5b41fb332a668f517
Merge pull request #1 from misoca/add-license Create LICENSE
push time in 3 months
push eventmisoca/docker-xvfb
commit sha 59f636ccdc29875f066913f14a86bb4302084126
Create LICENSE
commit sha 52e649377bb8db18d9783b3a2209f58d5d53fd98
Merge pull request #1 from misoca/add-license Create LICENSE
push time in 3 months
push eventmisoca/dynamodb-local-persist
commit sha e7992054ca5aee6b24d39ef0c86ae3af05121c4b
Create LICENSE
commit sha 4fdde94871634fbb29b0c394f5ca415ff401a5ca
Merge pull request #2 from misoca/add-license Create LICENSE
push time in 3 months
PR merged misoca/dynamodb-local-persist
pr closed time in 3 months
push eventmisoca/docker-mysql-utf8mb4
commit sha 965e49893a116b99fe203bd11d0a0bd3f17c2aef
Create LICENSE
commit sha 10b4cee166c85c22422d0ec308f3ad9790731fd6
Merge pull request #1 from misoca/add-license Create LICENSE
push time in 3 months
push eventmisoca/docker-mailcatcher
commit sha bf0b62a62f71c31f9cff5d06f6897a058eca797b
Create LICENSE
commit sha 17bc0c5e0d337b53e333c5815f80741c75b10929
Merge pull request #1 from misoca/add-license Create LICENSE
push time in 3 months
PR opened misoca/dynamodb-local-persist
pr created time in 3 months
delete branch misoca/prpr-code_deploy
delete branch : revert-1-update-license
delete time in 3 months
push eventmisoca/prpr-code_deploy
commit sha bb2ff050254ca48ff952885531c5989a159c782e
Revert "Update LICENSE.txt"
commit sha 0cb491cfccb0bb7f0a8ddd3d1d8266b3acf3a1d3
Merge pull request #2 from misoca/revert-1-update-license Revert "Update LICENSE.txt"
push time in 3 months
PR merged misoca/prpr-code_deploy
Reverts misoca/prpr-code_deploy#1
pr closed time in 3 months
PR opened misoca/prpr-code_deploy
Reverts misoca/prpr-code_deploy#1
pr created time in 3 months
create barnchmisoca/prpr-code_deploy
branch : revert-1-update-license
created branch time in 3 months
push eventmisoca/prpr-code_deploy
commit sha f50606ea2bcd02078df8ae6ad97768f30e26db87
Update LICENSE.txt
commit sha 63e1db75f46dd496b0bb88c355ff349afda5f434
Merge pull request #1 from misoca/update-license Update LICENSE.txt
push time in 3 months
delete branch misoca/mail_sendgrid_web_api_delivery
delete branch : update-license
delete time in 3 months
push eventmisoca/mail_sendgrid_web_api_delivery
commit sha ebd90b411854073faeb2c5eecf6f843f228a0f9e
Update LICENSE.txt
commit sha aca6e550e77c6062da7cf03db6bb1e0753761da8
Merge pull request #2 from misoca/update-license Update LICENSE.txt
push time in 3 months
PR merged misoca/mail_sendgrid_web_api_delivery
pr closed time in 3 months
push eventmisoca/wataridori
commit sha b01a6b52420ab328bba8eb4bbf646647c7f38dbd
Add LICENSE file
commit sha 18239ecf675e5bb2be3722dfb8c97e506fd47d22
Merge pull request #32 from misoca/add-license-txt Add LICENSE file
push time in 3 months
delete branch misoca/prpr-branch_warning
delete branch : add-yayoi-to-license
delete time in 3 months
push eventmisoca/prpr-branch_warning
commit sha 166ff98c62d7b1faaa1a87d4e1dff81b0a3b140b
Update LICENSE.txt
commit sha 3c8a6984e82106409ed0df86ef61a8e262637cce
Merge pull request #1 from misoca/add-yayoi-to-license Update LICENSE.txt
push time in 3 months
PR merged misoca/prpr-branch_warning
pr closed time in 3 months
push eventstandfirm/ruboty-yaminoma
commit sha a4f58f5118caeb67ededfbc0b35b7c9fee1d1dc8
Create LICENSE
commit sha c486d5bd6d617b33ef54e13a9a632e2c781aebea
Merge pull request #5 from standfirm/add-license Create LICENSE
push time in 3 months
PR merged standfirm/ruboty-yaminoma
:sparkles: 目的
- このPRをマージすると以下のことができるようになるよ!
- 仕様書や関連プルリクエストへのリンク
:muscle: 方針
- 何を考えてこのプルリクを作ったか。
- 考えた結果、除外したものがあれば書いてほしい
:wrench: 実装
- 方針に沿って実装していく中でレビュアーに伝えたいこと
- 適宜、図や疑似コードを使う
- コードへのコメントでもよい
pr closed time in 3 months
push eventstandfirm/sfruboty
commit sha e9fc0c38548ed8ef40fe05731d96bb3f1fe7d763
Create LICENSE
commit sha a5e937a872c61e55d20a0b1b5a3ede751dc3d979
Merge pull request #25 from standfirm/add-license Create LICENSE
push time in 3 months
push eventstandfirm/geekbot_ruby
commit sha 86a20e501fd29b934c0dac17bbc6a153c55f699a
Update LICENSE.txt
commit sha 6f9f86c7c772b641e1fe7fe0eab599c673a6b8d7
Merge pull request #11 from standfirm/update-license Update LICENSE.txt
push time in 3 months
PR merged standfirm/geekbot_ruby
((事前に書いてある文書は説明用のものです。 レビュー前には消してください))
:sparkles: 目的
- このPRをマージすると以下のことができるようになるよ!
- 仕様書や関連プルリクエストへのリンク
:muscle: 方針
- 何を考えてこのプルリクを作ったか。
- 考えた結果、除外したものがあれば書いてほしい
:wrench: 実装
- 方針に沿って実装していく中でレビュアーに伝えたいこと
- 適宜、図や疑似コードを使う
- コードへのコメントでもよい
:white_check_mark: テスト
- マージボタンを押してもらうための材料
- 確認した項目など
:speech_balloon: 相談
- 書いてみたけど自信がないところとか
pr closed time in 3 months
push eventstandfirm/ruboty-health_check
commit sha 1f15023bc0b16a7ed69692224158647f57351d65
Update LICENSE.txt
commit sha fda7df0753ce7bb2540ef373832ef9501213f19a
Merge pull request #2 from standfirm/update-lisence Update LICENSE.txt
push time in 3 months
PR merged standfirm/ruboty-health_check
pr closed time in 3 months
push eventstandfirm/ruboty-esaba
commit sha 5e85bbbb55f321794b4a7935e29fc9f05da1b043
Create LICENSE
commit sha 0c45a6ad911d383170e12047c0184b682aee160b
Merge pull request #4 from standfirm/add-license-1 Create LICENSE
push time in 3 months
push eventstandfirm/esa_feeder
commit sha 552614a147c048a851e3c0cdf9f7ab2121797ef3
Update LICENSE
commit sha 7fde043ee2a277b44b33e4eff89d2ecbebc8f161
Merge pull request #56 from standfirm/update-license Update LICENSE
push time in 3 months
PR merged standfirm/esa_feeder
((事前に書いてある文書は説明用のものです。 レビュー前には消してください))
:sparkles: 目的
- このPRをマージすると以下のことができるようになるよ!
- 仕様書や関連プルリクエストへのリンク
:muscle: 方針
- 何を考えてこのプルリクを作ったか。
- 考えた結果、除外したものがあれば書いてほしい
:wrench: 実装
- 方針に沿って実装していく中でレビュアーに伝えたいこと
- 適宜、図や疑似コードを使う
- コードへのコメントでもよい
:white_check_mark: テスト
- マージボタンを押してもらうための材料
- 確認した項目など
:speech_balloon: 相談
- 書いてみたけど自信がないところとか
pr closed time in 3 months
push eventstandfirm/ruboty-yasumimasu
commit sha cca62c5f4b1afe9be033e680ad3725f50e1e995f
Update LICENSE.txt
commit sha 7f26aa5609a38282733df237fc75e65464714de9
Merge pull request #16 from standfirm/update-license Update LICENSE.txt
push time in 3 months