<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git, branch debug_api_fallback</title>
<subtitle>github.com: bundler/bundler.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/'/>
<entry>
<title>Local requires</title>
<updated>2019-08-09T17:40:18+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-06T11:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=d9f558cc2fe0b015510ad9c7d380a09dca7998af'/>
<id>d9f558cc2fe0b015510ad9c7d380a09dca7998af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More debugging</title>
<updated>2019-08-09T17:40:17+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-06T11:30:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=1cb77eca44bd4ddb8d2fe19e90b562faa0df04cc'/>
<id>1cb77eca44bd4ddb8d2fe19e90b562faa0df04cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add debug info to commands</title>
<updated>2019-08-09T17:40:17+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-05T23:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=f5dccface8b07900db1f870037e2e84662350099'/>
<id>f5dccface8b07900db1f870037e2e84662350099</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove retries to make this hurt</title>
<updated>2019-08-09T17:40:17+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-05T16:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=bfe481729a88445eda4355f407540d5f1dd5ffa4'/>
<id>bfe481729a88445eda4355f407540d5f1dd5ffa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print command output</title>
<updated>2019-08-09T17:40:17+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-05T13:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=7c3b146fd93ffe4df78dac4db24d66b69774e584'/>
<id>7c3b146fd93ffe4df78dac4db24d66b69774e584</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add debug info</title>
<updated>2019-08-09T17:40:16+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-05T12:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=decc949e8f35fa9b74492ebc6a79cfbe189dfc9b'/>
<id>decc949e8f35fa9b74492ebc6a79cfbe189dfc9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7286</title>
<updated>2019-08-09T16:05:51+00:00</updated>
<author>
<name>Bundlerbot</name>
<email>bot@bundler.io</email>
</author>
<published>2019-08-09T16:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=5a6ea96be9720d721e0126253440cc9f4732bd33'/>
<id>5a6ea96be9720d721e0126253440cc9f4732bd33</id>
<content type='text'>
7286: Fix documents to refer to URLs with https r=deivid-rodriguez a=giraffate

### What was the end-user problem that led to this PR?

End-users experience 301 redirect,  or unintentionally visit URL with http and may send email.

### What was your diagnosis of the problem?

I noticed the problem when I was reading codes. Following are some examples using curl to explain this problem.

```
curl -I http://slack.bundler.io/
HTTP/1.1 200 OK
Server: Cowboy
Connection: keep-alive
X-Powered-By: Express
Content-Type: text/html; charset=utf-8
Content-Length: 3726
Etag: W/"3Shz0DQR5y/DyBrYbyUBAQ=="
Date: Fri, 09 Aug 2019 14:16:23 GMT
Via: 1.1 vegur
```
```
curl -I http://contributor-covenant.org
HTTP/1.1 301 Moved Permanently
Cache-Control: public, max-age=0, must-revalidate
Content-Length: 49
Content-Type: text/plain
Date: Sun, 04 Aug 2019 09:47:02 GMT
Location: https://contributor-covenant.org/
Age: 448201
Connection: keep-alive
Server: Netlify
X-NF-Request-ID: 3de60b71-391e-4a6e-8cd4-74a12f217c80-14980829
```

### What is your fix for the problem, implemented in this PR?

My fix is to replace http URLs with https URLs.

### Why did you choose this fix out of the possible options?

It's because this fix is simple and easy.


Co-authored-by: Takayuki Nakata &lt;f.seasons017@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7286: Fix documents to refer to URLs with https r=deivid-rodriguez a=giraffate

### What was the end-user problem that led to this PR?

End-users experience 301 redirect,  or unintentionally visit URL with http and may send email.

### What was your diagnosis of the problem?

I noticed the problem when I was reading codes. Following are some examples using curl to explain this problem.

```
curl -I http://slack.bundler.io/
HTTP/1.1 200 OK
Server: Cowboy
Connection: keep-alive
X-Powered-By: Express
Content-Type: text/html; charset=utf-8
Content-Length: 3726
Etag: W/"3Shz0DQR5y/DyBrYbyUBAQ=="
Date: Fri, 09 Aug 2019 14:16:23 GMT
Via: 1.1 vegur
```
```
curl -I http://contributor-covenant.org
HTTP/1.1 301 Moved Permanently
Cache-Control: public, max-age=0, must-revalidate
Content-Length: 49
Content-Type: text/plain
Date: Sun, 04 Aug 2019 09:47:02 GMT
Location: https://contributor-covenant.org/
Age: 448201
Connection: keep-alive
Server: Netlify
X-NF-Request-ID: 3de60b71-391e-4a6e-8cd4-74a12f217c80-14980829
```

### What is your fix for the problem, implemented in this PR?

My fix is to replace http URLs with https URLs.

### Why did you choose this fix out of the possible options?

It's because this fix is simple and easy.


Co-authored-by: Takayuki Nakata &lt;f.seasons017@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documents to refer to URLs with https</title>
<updated>2019-08-09T14:08:23+00:00</updated>
<author>
<name>Takayuki Nakata</name>
<email>f.seasons017@gmail.com</email>
</author>
<published>2019-08-09T14:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=cd9b72201b6c630d1ca93f41e75314e8395b6ce7'/>
<id>cd9b72201b6c630d1ca93f41e75314e8395b6ce7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7285</title>
<updated>2019-08-08T17:34:03+00:00</updated>
<author>
<name>Bundlerbot</name>
<email>bot@bundler.io</email>
</author>
<published>2019-08-08T17:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=213e20cefaffef2f14e1ea7c65e1a67e0ec8c91e'/>
<id>213e20cefaffef2f14e1ea7c65e1a67e0ec8c91e</id>
<content type='text'>
7285: Bump rspec dependency to 3.8 r=deivid-rodriguez a=deivid-rodriguez

### What was the end-user problem that led to this PR?

The problem was that tests fail using rspec 3.7 or older.

### What was your diagnosis of the problem?

My diagnosis was that we're using `config.bisect_runner` which is only available from 3.8.

### What is your fix for the problem, implemented in this PR?

My fix is to bump the requirement.

Co-authored-by: David Rodríguez &lt;deivid.rodriguez@riseup.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7285: Bump rspec dependency to 3.8 r=deivid-rodriguez a=deivid-rodriguez

### What was the end-user problem that led to this PR?

The problem was that tests fail using rspec 3.7 or older.

### What was your diagnosis of the problem?

My diagnosis was that we're using `config.bisect_runner` which is only available from 3.8.

### What is your fix for the problem, implemented in this PR?

My fix is to bump the requirement.

Co-authored-by: David Rodríguez &lt;deivid.rodriguez@riseup.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump rspec dependency to 3.8</title>
<updated>2019-08-08T15:27:23+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-08T15:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=304a187f72148bb2db443009c9bd92f79e63b364'/>
<id>304a187f72148bb2db443009c9bd92f79e63b364</id>
<content type='text'>
Because we're using `config.bisect_runner` which is only available from
3.8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because we're using `config.bisect_runner` which is only available from
3.8.
</pre>
</div>
</content>
</entry>
</feed>
