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
Fix from @sqs 👍
  • Loading branch information
ryan-blunden committed Feb 20, 2019
commit ab795d5f568975b1bc776b64159e2cb6f7763f75
1 change: 1 addition & 0 deletions blogposts/announcing-sourcegraph-3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ We're actively improving code intelligence in all languages, so please [send us

We've added a couple features to help site admins manage a Sourcegraph instance in an enterprise environment:

- Improved [management console](https://docs.sourcegraph.com/admin/management_console) JSON editor for critical configuration, now with editor completion, inline documentation, and validation.
ryan-blunden marked this conversation as resolved.
Show resolved Hide resolved
- Querying users by email address.
ryan-blunden marked this conversation as resolved.
Show resolved Hide resolved
- [Prevent users from changing their username](https://docs.sourcegraph.com/admin/config/critical_config#reference) (from the username set by SSO)

Expand Down