Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: 3.1 blogpost #83

Merged
merged 31 commits into from
Feb 20, 2019
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d775af5
Added 3.1 blogpost
ryan-blunden Feb 19, 2019
50940c6
3.1 blog post updates
ryan-blunden Feb 20, 2019
8cfe952
Update blogposts/announcing-sourcegraph-3.1.md
attfarhan Feb 20, 2019
e970885
Fix suggested by @dadlerj
ryan-blunden Feb 20, 2019
b6c66aa
Fix from @sqs 👍
sqs Feb 20, 2019
9696e0a
Fix from @sqs 👍
sqs Feb 20, 2019
a8e9c4c
Fix from @sqs 👍
sqs Feb 20, 2019
6c3e575
FIx from @sqs 👍
sqs Feb 20, 2019
2f010a6
Fix from @dadlerj 👍
ryan-blunden Feb 20, 2019
ec027e6
Fix from @sqs 👍
sqs Feb 20, 2019
b93a7a0
Fix from @sqs 👍
ryan-blunden Feb 20, 2019
e413574
Fix from @sqs 👍
sqs Feb 20, 2019
f1bc05b
Fix from @sqs 👍
sqs Feb 20, 2019
ca7c30a
Fix from @sqs 👍
sqs Feb 20, 2019
669ed7a
Fix from @sqs 👍
sqs Feb 20, 2019
2997852
Fix from @sqs 👍
sqs Feb 20, 2019
5f6b085
Fix from @sqs 👍
sqs Feb 20, 2019
ea5b1f6
Fix from @sqs 👍
sqs Feb 20, 2019
408ad92
Fix from @dadlerj
ryan-blunden Feb 20, 2019
a4af2a5
Inlined changelog
ryan-blunden Feb 20, 2019
4d50f29
Fix from @sqs
ryan-blunden Feb 20, 2019
ab795d5
Fix from @sqs 👍
ryan-blunden Feb 20, 2019
f6ae50b
Reworded fixed release schedule
ryan-blunden Feb 20, 2019
ba21ba8
Fix from @nicksnyder 👍
nicksnyder Feb 20, 2019
1133a71
Fixed bullet in site admin improvements, added 2 videos and set publi…
ryan-blunden Feb 20, 2019
d069fca
Update blogposts/announcing-sourcegraph-3.1.md
nicksnyder Feb 20, 2019
f0d7c59
Fix from @nicksnyder
nicksnyder Feb 20, 2019
61faad0
Fix from @nicksnyder for query builder
nicksnyder Feb 20, 2019
d92e7f6
Removed bullets from "updated our documentation..."
ryan-blunden Feb 20, 2019
95f9ee4
Added videos
ryan-blunden Feb 20, 2019
c9d510c
Added contributors
ryan-blunden Feb 20, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Inlined changelog
  • Loading branch information
ryan-blunden committed Feb 20, 2019
commit a4af2a57f1f7cf68cd9e2c47ddbd30557472241f
18 changes: 17 additions & 1 deletion blogposts/announcing-sourcegraph-3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,23 @@ We received feedback from many of you asking for a more regular and predictable

## Changelog
ryan-blunden marked this conversation as resolved.
Show resolved Hide resolved

See the [Sourcegraph changelog](https://github.com/sourcegraph/sourcegraph/blob/master/CHANGELOG.md#31) for a list of all changes in this release.
### Added

- Added Docker-specific help text when running the Sourcegraph docker image in an environment with an sufficient open file descriptor limit.
- Added syntax highlighting for Kotlin and Dart.
- Added a management console environment variable to disable HTTPS, see [the docs](https://docs.sourcegraph.com/admin/management_console#can-i-disable-https-on-the-management-console) for more information.
- Added `auth.disableUsernameChanges` to critical configuration to prevent users from changing their usernames.
- Site admins can query a user by email address or username from the GraphQL API.
- Added a search query builder to the main search page. Click "Use search query builder" to open the query builder, which is a form with separate inputs for commonly used search keywords.

### Changed

- File match search results now show full repository name if there are results from mirrors on different code hosts (e.g. github.com/sourcegraph/sourcegraph and gitlab.com/sourcegraph/sourcegraph)
- Search queries now use "smart case" by default. Searches are case insensitive unless you use uppercase letters. To explicitly set the case, you can still use the `case` field (e.g. `case:yes`, `case:no`). To explicitly set smart case, use `case:auto`.

### Fixed

- Fixed an issue where the management console would improperly regenerate the TLS cert/key unless `CUSTOM_TLS=true` was set. See the documentation for [how to use your own TLS certificate with the management console](https://docs.sourcegraph.com/admin/management_console#how-can-i-use-my-own-tls-certificates-with-the-management-console).

## Thank you

Expand Down