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

Administering Sourcegraph in an enterprise SSO environment is now easier thanks to a couple of small, but important features:
ryan-blunden marked this conversation as resolved.
Show resolved Hide resolved

- [Querying users by email address](https://sourcegraph.com/api/console#%7B%22query%22%3A%22%7B%5Cn%20%20user(email%3A%20%5C%22ryan%40sourcegraph.com%5C%22)%20%7B%5Cn%20%20%20%20id%5Cn%20%20%7D%5Cn%7D%5Cn%22%7D).
- Querying users by email address.
ryan-blunden marked this conversation as resolved.
Show resolved Hide resolved
- [Disabling the changing of usernames](https://docs.sourcegraph.com/admin/config/critical_config#reference).
ryan-blunden marked this conversation as resolved.
Show resolved Hide resolved

Making configuration changes through the JSON editor is now easier too with easy to access documentation in the editor itself.
ryan-blunden marked this conversation as resolved.
Show resolved Hide resolved
ryan-blunden marked this conversation as resolved.
Show resolved Hide resolved
Expand Down