Skip to content

Commit 9d4a841

Browse files
YANG-DBlior perryyang-dbYury-Fridlyand
authored
port repo split to main (opensearch-project#1232)
* remove sub-folders which upgraded as new repositories - sql-cli - sql-odbc - sql-jdbc - dashboards-query-workbench - add additional workflow run triggers - move the BI tests to jdbc/odbc - move the sql-cli outside and clone for the doctest build Signed-off-by: YANGDB <[email protected]> * Merge remote-tracking branch 'upstream/main' Signed-off-by: YANGDB <[email protected]> * add sql-jdbc dependendcy to gradle Signed-off-by: YANGDB <[email protected]> * Disallow unquoted literals in `LIKE` clause in `DESCRIBE` statement (opensearch-project#1181) * Allow quoted literals only in `DESCRIBE` and `SHOW` clauses. Tests. Signed-off-by: Yury-Fridlyand <[email protected]> * Fix doctest after rebase. Signed-off-by: Yury-Fridlyand <[email protected]> * Fix doctest after rebase. - Typo fix. Signed-off-by: Yury-Fridlyand <[email protected]> * Update syntax section. Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Creation and updating 2.x branch (#6) * Create the 2.x branch * Add workflow_dispatch: to github CLI Signed-off-by: YANGDB <[email protected]> * remove sub-folders which upgraded as new repositories - sql-cli - sql-odbc - sql-jdbc - dashboards-query-workbench Signed-off-by: YANG-DB <[email protected]> * add additional workflow run triggers Signed-off-by: YANGDB <[email protected]> * Merge remote-tracking branch 'upstream/main' - move the BI tests to jdbc/odbc - move the sql-cli outside and clone for the doctest build Signed-off-by: YANGDB <[email protected]> * Disallow unquoted literals in `LIKE` clause in `DESCRIBE` statement (opensearch-project#1181) (#3) * Allow quoted literals only in `DESCRIBE` and `SHOW` clauses. Tests. Signed-off-by: Yury-Fridlyand <[email protected]> * Fix doctest after rebase. Signed-off-by: Yury-Fridlyand <[email protected]> * Fix doctest after rebase. - Typo fix. Signed-off-by: Yury-Fridlyand <[email protected]> * Update syntax section. Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Yury-Fridlyand <[email protected]> Signed-off-by: YANG-DB <[email protected]> Signed-off-by: YANGDB <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: lior perry <[email protected]> Co-authored-by: yang-db <[email protected]> Co-authored-by: Yury-Fridlyand <[email protected]>
1 parent c6a59f7 commit 9d4a841

File tree

785 files changed

+18
-159767
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

785 files changed

+18
-159767
lines changed

.github/workflows/bi-connectors.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/sql-cli-test-and-build-workflow.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

.github/workflows/sql-jdbc-test-and-build-workflow.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/sql-odbc-main.yml

Lines changed: 0 additions & 179 deletions
This file was deleted.

.github/workflows/sql-test-and-build-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
matrix:
2626
entry:
2727
- { os: ubuntu-latest, java: 11 }
28-
- { os: windows-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc -PbuildPlatform=windows }
29-
- { os: macos-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc }
28+
- { os: windows-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport -PbuildPlatform=windows }
29+
- { os: macos-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport }
3030
- { os: ubuntu-latest, java: 17 }
31-
- { os: windows-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc -PbuildPlatform=windows }
32-
- { os: macos-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc }
31+
- { os: windows-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport -PbuildPlatform=windows }
32+
- { os: macos-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport }
3333
runs-on: ${{ matrix.entry.os }}
3434

3535
steps:

0 commit comments

Comments
 (0)