@@ -12,16 +12,15 @@ We welcome suggestions! Share feedback by using [code discussions](https://about
12
12
13
13
### 3.0-preview (week of 2018-12-03)
14
14
15
- - [ Handle renames and deletions of mirrored repositories] ( https://github.com/sourcegraph/sourcegraph/issues/914 )
16
15
- [ In-product site configuration] ( https://github.com/sourcegraph/sourcegraph/issues/965 )
16
+ - [ External services UI] ( https://github.com/sourcegraph/sourcegraph/pull/1103 )
17
17
- [ Sub-query searches] ( https://github.com/sourcegraph/sourcegraph/issues/1005 )
18
18
- [ Search GitHub issues] ( https://github.com/sourcegraph/sourcegraph/issues/962 )
19
19
- [ Simpler browser extension options menu] ( https://github.com/sourcegraph/sourcegraph/issues/961 )
20
20
- [ GitHub user authentication] ( https://github.com/sourcegraph/sourcegraph/issues/964 )
21
21
- [ Go language support via extension] ( https://github.com/sourcegraph/sourcegraph/issues/958 )
22
22
- [ JavaScript/TypeScript language support via extension] ( https://github.com/sourcegraph/sourcegraph/issues/960 )
23
23
- [ Python language support via extension] ( https://github.com/sourcegraph/sourcegraph/issues/959 )
24
- - [ Onboarding flow for site admins] ( https://github.com/sourcegraph/sourcegraph/issues/975 )
25
24
- [ Improved Sourcegraph extension documentation] ( https://github.com/sourcegraph/sourcegraph/issues/1151 )
26
25
27
26
<small >[ Draft announcement] ( https://github.com/sourcegraph/about/pull/49 ) --- [ All 3.0-preview issues] ( https://github.com/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+archived%3Afalse+sort%3Aupdated-desc+repo%3Asourcegraph%2Fsourcegraph-extension-api+repo%3Asourcegraph%2Fsourcegraph+repo%3Asourcegraph%2Fenterprise+repo%3Asourcegraph%2Fsourcegraph-extension-api+repo%3Asourcegraph%2Fbrowser-extensions+repo%3Asourcegraph%2Fextensions-client-common+repo%3Asourcegraph%2Fsrc-cli+repo%3Asourcegraph%2Fcodeintellify+repo%3Asourcegraph%2Fgo-langserver+repo%3Asourcegraph%2Fjavascript-typescript-langserver+repo%3Asourcegraph%2Fjava-langserver+repo%3Asourcegraph%2Fdocs.sourcegraph.com+milestone%3A%223.0-preview%22 ) </small >
@@ -30,33 +29,42 @@ We welcome suggestions! Share feedback by using [code discussions](https://about
30
29
31
30
### 3.0 (2019-01-07)
32
31
32
+ - [ Handle renames and deletions of mirrored repositories] ( https://github.com/sourcegraph/sourcegraph/issues/914 )
33
33
- [ Align internal deployment processes with customers'] ( https://github.com/sourcegraph/sourcegraph/issues/976 )
34
- - [ Using Sourcegraph extensions in the editor] ( https://github.com/sourcegraph/sourcegraph/issues/978 )
35
- - [ Swift language support] ( https://github.com/sourcegraph/sourcegraph/issues/979 ) (likely includes Objective-C, C, and C++)
36
34
- [ Direct UI integration and deployment bundling with GitLab] ( https://github.com/sourcegraph/sourcegraph/issues/1000 )
37
- - [ Extension registry discovery and statistics] ( https://github.com/sourcegraph/sourcegraph/issues/980 )
38
- - [ Cross-language API/IDL support] ( https://github.com/sourcegraph/sourcegraph/issues/981 )
35
+ - [ Thrift "Find generated code" and "Find callers"] ( https://github.com/sourcegraph/sourcegraph/issues/669 )
36
+ - [ Onboarding flow for site admins] ( https://github.com/sourcegraph/sourcegraph/issues/975 )
37
+ - [ Swift language support via extension] ( https://github.com/sourcegraph/sourcegraph/issues/979 ) (likely includes Objective-C, C, and C++)
38
+ - Improved code host support for Sourcegraph extensions
39
39
- Codecov extension
40
40
- Java language support via extension
41
- - [ Flow (JavaScript) language support] ( https://github.com/sourcegraph/sourcegraph/issues/982 )
41
+ - Configuration data search extension
42
+ - [ Use nginx as HTTP proxy] ( https://github.com/sourcegraph/sourcegraph/pull/929 )
42
43
43
44
---
44
45
45
46
### 3.1 (2019-02-04)
46
47
47
- <!-- TODO: Standardized code host UI integration points for Sourcegraph extensions | | Integrations, [Sourcegraph][ sourcegraph], [extension API][ sourcegraph-extension-api] [browser extension][browser-extensions] | [@francisschmaltz][francisschmaltz] [@ijsnow][ijsnow]
48
- Ruby language support | | Code intelligence, sourcegraph-ruby | T.B.D.
49
- Browser authorization flow for clients
50
- - [LDAP and Active Directory user authentication ](https://github.com/sourcegraph/sourcegraph/issues/963 )
51
- Rust language support *(tentative)* | | Code intelligence, sourcegraph-go | [@slimsag][slimsag]
52
- Doc site integrations | [💡](https://sourcegraph.sgdev.org/github.com/sourcegraph/docs-private/-/blob/201808/docs-code-intel.md) | Integrations, [ Sourcegraph][sourcegraph] | [@vanesa][vanesa] [@ijsnow][ijsnow] -->
53
-
48
+ - [ Using Sourcegraph extensions in the editor ] ( https://github.com/ sourcegraph/ sourcegraph/issues/978 )
49
+ - [ Extension registry discovery and statistics ] ( https://github.com/sourcegraph/sourcegraph/issues/980 )
50
+ - [ Cross-language API/IDL support ] ( https://github.com/sourcegraph/sourcegraph/issues/981 ) (followup from 3.0)
51
+ - [ Flow (JavaScript) language support ] ( https://github.com/sourcegraph/sourcegraph/issues/982 )
52
+ - Improved code host support for Sourcegraph extensions (followup from 3.0)
53
+ - Support and documentation for testing Sourcegraph extensions
54
+ - 3rd-party extensions: LightStep, Sentry, FOSSA, SonarQube, Datadog, LaunchDarkly, Figma
54
55
- PHP language support via extension
56
+ - Enhanced notification preferences
57
+ - [ Direct UI integration and deployment bundling with GitLab] ( https://github.com/sourcegraph/sourcegraph/issues/1000 ) (followup from 3.0)
55
58
56
59
---
57
60
58
61
### 3.2 (2019-03-04)
59
62
63
+ - [ Using Sourcegraph extensions in the editor] ( https://github.com/sourcegraph/sourcegraph/issues/978 ) (followup from 3.1)
64
+ - [ Browser authorization flow for clients] ( https://github.com/sourcegraph/sourcegraph/pull/528 )
65
+ - 3rd-party extensions (followup from 3.1)
66
+ - API access logging
67
+
60
68
---
61
69
62
70
## Themes
0 commit comments