Huan Jiang

Results 60 comments of Huan Jiang

One question, will the platform leave existing Plugin behavior as is, it just introduce new `extension` as option to OSD admin/developer/user. developer could choose to migrate their `plugin` to `extension`...

> @kristenTian Please don't expose internal code amazon link on github Thanks Zhongnan. edit the content accordingly

https://semver.org/#if-even-the-tiniest-backwards-incompatible-changes-to-the-public-api-require-a-major-version-bump-wont-i-end-up-at-version-4200-very-rapidly Do we follow semver strictly today? if so, should we bump up major version not minor if any dependencies has break change even we are not impacted?

> @seraphjiang AFAIK yes we do. Thats why we have not backported similar changes and had to wait until 2.0. e.g. node 14 upgrade Thanks @ashwin-pc for clarification. I have...

> > kibana 6.0 use node 6.11.5 > > Kibana 6.3 use node 8.11.4 > > Kibana 6.6 use node 10.15.2 > > Thanks @seraphjiang - this is a good...

Thanks @joshuarrrr Could we know what's the motivation to introduce the constrains in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/1316

> This is a hard blocker for windows as well. > https://github.com/kavilla/OpenSearch-Dashboards-1/blob/main/src/cli_plugin/install/settings.js#L48 @kavilla do we any concern to remove the linux specific check to unblock windows distribution (also other OS)

I'm curious about user experience when workspace and security enabled at the same time. Will The saved object being saved to security tenant specific index?

> If we dont want this in build repo we can even have a new repo for this distribution level testing, something like https://github.com/opensearch-project/opensearch-dashboards-functional-test which should be common for both...

@buzz13 you may try to put a space `' '` for defaultValue, instead of empty string as workaround the related code is located at https://github.com/opensearch-project/security-dashboards-plugin/blob/8f0a52d0fba2859c6de7054594fe81a76ae1c7dc/public/apps/login/login-page.tsx#L288