From b32f70d3dc5efa6264b4129819e0e86e21c01b05 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Fri, 19 Oct 2018 15:20:49 -0700 Subject: [PATCH 1/2] Better configuration and deployment for Sourcegraph for your code host --- projects/code_host_integration_config_deploy.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 projects/code_host_integration_config_deploy.md diff --git a/projects/code_host_integration_config_deploy.md b/projects/code_host_integration_config_deploy.md new file mode 100644 index 00000000000..2c972abce8d --- /dev/null +++ b/projects/code_host_integration_config_deploy.md @@ -0,0 +1,17 @@ +# Better configuration and deployment for Sourcegraph for your code host + +We want to make it easier for site admins to configure and deploy the Sourcegraph browser extension and code host integrations for all their users. This is one of the most used features, but site admins previously have had no way of knowing who is using it, no way of rolling it out to everyone and no way of knowing what code hosts it works on. + +We’ve added five new features: + +1. A simplified UI and UX for browser extension configuration +1. A page showing which users are using it +1. A page showing which code hosts it works on +1. A way for site admins to notify users to install it on their instance or via team chat +1. A way for site admins to install it for everyone via G Suite + + \ No newline at end of file From da974d8ba1a6625466631c8885f267abacea3fa4 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Thu, 25 Oct 2018 12:44:57 -0700 Subject: [PATCH 2/2] Update code_host_integration_config_deploy.md --- projects/code_host_integration_config_deploy.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/projects/code_host_integration_config_deploy.md b/projects/code_host_integration_config_deploy.md index 2c972abce8d..919fc21858e 100644 --- a/projects/code_host_integration_config_deploy.md +++ b/projects/code_host_integration_config_deploy.md @@ -2,16 +2,17 @@ We want to make it easier for site admins to configure and deploy the Sourcegraph browser extension and code host integrations for all their users. This is one of the most used features, but site admins previously have had no way of knowing who is using it, no way of rolling it out to everyone and no way of knowing what code hosts it works on. -We’ve added five new features: +We’ve added four new features: -1. A simplified UI and UX for browser extension configuration 1. A page showing which users are using it 1. A page showing which code hosts it works on 1. A way for site admins to notify users to install it on their instance or via team chat 1. A way for site admins to install it for everyone via G Suite +This builds on [last month's simplification of the browser extension's options menu](https://github.com/sourcegraph/about/pull/46). + \ No newline at end of file +-->