Results 57 comments of Joshua Li

possibly related https://github.com/VSCodeVim/Vim/issues/7238 code server used to install extensions on the server side, but after some version (4.x?) vim is installed to the browser. Vim plugins won't work anymore due...

Sure. We'll use Cypress for workbench integration tests. The PR is still pending and might need more tests depending on coverage, but the instructions are: 1. Bootstrap sql-workbench, start es...

@weicongs-amazon Sorry my bad, step 3 should be `npx cypress run`, and you can ignore step 4. I forgot to mention that Kibana needs to run with the `--no-base-path` flag...

Hi @peterzhuamazon @weicongs-amazon, just confirmed with the team, new command should be ``` ./gradlew :integ-test:integTest -Dtests.clustername=mycluster -Dtests.cluster=127.0.0.1:9200 -Dtests.rest.cluster=127.0.0.1:9200 ``` Thanks.

Hi @peterzhuamazon , adding instructions for more plugins: ### Gantt Chart 1. Bootstrap plugin, start ES and Kibana (same as query-workbench's IT) 2. Run the commands to import test data...

> Hi @joshuali925, For query workbench we had to bootstrap the plugin 3 times. Do that apply to the above mentioned plugins as well? > Please let me know. Thanks!...

> After discussing with @davidcui-amzn looks like they need to find some way to add sample data from command-line. It will be possible to refactor so they add their own...

I tried on windows, the issue is because powershell doesn't support `;` to connect commands. https://github.com/opendistro-for-elasticsearch/kibana-notebooks/pull/70 changes `;` to `&&`, after it's merged postinstall should work on windows. For reporting,...

For gantt chart I'm unable to reproduce the error locally, the test just selects different time formats in dropdown and make sure the chart updates. Source code is here. Is...

@MaxKsyunz i don't think so, according to its [readme](https://github.com/opensearch-project/sql/tree/main/sql-jdbc#connection-url-and-other-settings) `auth` can only be one of `NONE`, `BASIC`, `AWS_SIGV4`