tag:github.com,2008:https://github.com/wizardAsia/sourcegraph/releasesRelease notes from sourcegraph2019-06-20T06:25:08Ztag:github.com,2008:Repository/192945367/v3.5.0-rc.32019-06-20T06:25:08Zv3.5.0-rc.3<p>v3.5.0-rc.3</p>wizardAsiatag:github.com,2008:Repository/192945367/v3.5.0-rc.22019-06-19T23:57:19Zv3.5.0-rc.2<p>v3.5.0-rc.2</p>wizardAsiatag:github.com,2008:Repository/192945367/v3.5.0-rc.12019-06-15T00:42:35Zv3.5.0-rc.1<p>v3.5.0-rc.1</p>ggilmoretag:github.com,2008:Repository/192945367/v3.4.42019-06-13T19:29:20Zv3.4.4<p>v3.4.4</p>wizardAsiatag:github.com,2008:Repository/192945367/v3.4.32019-06-06T23:28:11Zv3.4.3<p>v3.4.3</p>wizardAsiatag:github.com,2008:Repository/192945367/v3.4.22019-05-27T15:14:14Zv3.4.2<p>web: Remove NoRepositoriesEnabledAlert and noRepositoriesEnabled flag…</p>mrnuggettag:github.com,2008:Repository/192945367/v3.4.12019-05-22T19:11:05Zv3.4.1: properly handle instances that have empty settings (#4157)<p>In older (2.x) versions of Sourcegraph it was possible to save an empty string<br>
as your user/org/global settings. This lead to various issues including just<br>
completely breaking the settings page: <a href="https://github.com/sourcegraph/sourcegraph/issues/1645">https://github.com/sourcegraph/sourcegraph/issues/1645</a></p>
<p>We later fixed that issue and made it such that saving empty settings is<br>
forbidden, but it doesn't appear we ever corrected such invalid settings. In<br>
one customer environment we've encountered a user who is reporting their<br>
settings are empty so we should handle this.</p>
<p>This is a quick fix which is cheap for us to maintain, so I opted for this<br>
approach for now. The more correct (but also more complex) approach would be to<br>
write a migration which transforms any empty settings into non-empty ones. I<br>
don't think it is worth the time it would take right now.</p>wizardAsiatag:github.com,2008:Repository/192945367/v3.2.82019-05-22T18:24:16Zv3.2.8<p>log error (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="447279217" data-permission-text="Title is private" data-url="https://github.com/sourcegraph/sourcegraph-public-snapshot/issues/4167" data-hovercard-type="pull_request" data-hovercard-url="/sourcegraph/sourcegraph-public-snapshot/pull/4167/hovercard" href="https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/4167">sourcegraph#4167</a>)</p>beyangtag:github.com,2008:Repository/192945367/v3.3.82019-05-21T00:39:25Zv3.3.8<p>v3.3.8</p>wizardAsiatag:github.com,2008:Repository/192945367/v3.2.72019-05-21T23:36:23Zv3.2.7: Fix small editor (#3811)<ul>
<li>Fix small editor</li>
</ul>
<p>Fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="437817780" data-permission-text="Title is private" data-url="https://github.com/sourcegraph/sourcegraph-public-snapshot/issues/3645" data-hovercard-type="issue" data-hovercard-url="/sourcegraph/sourcegraph-public-snapshot/issues/3645/hovercard" href="https://github.com/sourcegraph/sourcegraph-public-snapshot/issues/3645">sourcegraph#3645</a></p>
<ul>
<li>Add CHANGELOG entry</li>
</ul>felixfbecker