tag:github.com,2008:https://github.com/wizardAsia/sourcegraph/releases Tags from sourcegraph 2019-06-20T06:25:08Z tag:github.com,2008:Repository/192945367/v3.5.0-rc.3 2019-06-20T06:25:08Z v3.5.0-rc.3 tag:github.com,2008:Repository/192945367/v3.5.0-rc.2 2019-06-19T23:57:19Z v3.5.0-rc.2 tag:github.com,2008:Repository/192945367/v3.5.0-rc.1 2019-06-15T00:42:35Z v3.5.0-rc.1 ggilmore tag:github.com,2008:Repository/192945367/v3.4.4 2019-06-13T19:29:20Z v3.4.4 tag:github.com,2008:Repository/192945367/v3.4.3 2019-06-06T23:28:11Z v3.4.3 tag:github.com,2008:Repository/192945367/v3.4.2 2019-05-27T15:14:14Z v3.4.2 <p>web: Remove NoRepositoriesEnabledAlert and noRepositoriesEnabled flag (<a class="issue-link js-issue-link" href="https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/4128">…</a></p> <p><a class="issue-link js-issue-link" href="https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/4128">…sourcegraph#4128</a>)</p> <p>This <span class="issue-keyword tooltipped tooltipped-se">fixes</span> <a class="issue-link js-issue-link" href="https://github.com/sourcegraph/sourcegraph-public-snapshot/issues/4127">sourcegraph#4127</a> by</p> <p>1. removing the `NoRepositoriesEnabledAlert` <br />2. deprecating the `noRepositoriesEnabled` `SiteFlag` and always have it <br /> be `false` <br />3. removing every usage of the `noRepositoriesEnabled` `SiteFlag` in the <br /> web app</p> mrnugget tag:github.com,2008:Repository/192945367/v3.4.1 2019-05-22T19:11:05Z v3.4.1: properly handle instances that have empty settings (#4157) <p>properly handle instances that have empty settings (<a class="issue-link js-issue-link" href="https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/4157">sourcegraph#4157</a>)</p> <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> tag:github.com,2008:Repository/192945367/v3.2.8 2019-05-22T18:24:16Z v3.2.8 beyang tag:github.com,2008:Repository/192945367/v3.3.8 2019-05-21T00:39:25Z v3.3.8 tag:github.com,2008:Repository/192945367/v3.2.7 2019-05-21T23:36:23Z v3.2.7: Fix small editor (#3811) <p>Fix small editor (<a class="issue-link js-issue-link" href="https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/3811">sourcegraph#3811</a>)</p> <p>* Fix small editor</p> <p><span class="issue-keyword tooltipped tooltipped-se">Fixes</span> <a class="issue-link js-issue-link" href="https://github.com/sourcegraph/sourcegraph-public-snapshot/issues/3645">sourcegraph#3645</a></p> <p>* Add CHANGELOG entry</p> felixfbecker