PLT-8018: Bundled jira plugin (#7920)
* bundled jira plugin * fix generated file formatting, add prepackaged key * whoops, uploaded wrong file * whitelist generated files for license check * make it work for people without go/bin in their path
Этот коммит содержится в:
@@ -19,8 +19,8 @@ func TestPluginsResponseJson(t *testing.T) {
|
||||
}
|
||||
|
||||
response := &PluginsResponse{
|
||||
Active: []*Manifest{manifest},
|
||||
Inactive: []*Manifest{},
|
||||
Active: []*PluginInfo{{Manifest: *manifest}},
|
||||
Inactive: []*PluginInfo{},
|
||||
}
|
||||
|
||||
json := response.ToJson()
|
||||
|
||||
Ссылка в новой задаче
Block a user