Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port repo split to main #1232

Merged
merged 43 commits into from
Jan 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
a4e684d
remove sub-folders which upgraded as new repositories
Nov 30, 2022
7df16c8
remove sub-folders which upgraded as new repositories
Nov 30, 2022
c6ce8b3
add additional workflow run triggers
Dec 9, 2022
dbbc039
add additional workflow run triggers
Dec 9, 2022
41523c4
Merge remote-tracking branch 'upstream/main'
YANG-DB Dec 15, 2022
71f0763
Merge remote-tracking branch 'upstream/main'
YANG-DB Dec 15, 2022
332fde2
Merge remote-tracking branch 'upstream/main'
YANG-DB Dec 15, 2022
c9cb599
Merge remote-tracking branch 'origin/main'
YANG-DB Dec 15, 2022
26b722e
Merge branch 'opensearch-project:main' into main
YANG-DB Jan 3, 2023
f18474c
add sql-jdbc dependendcy to gradle
YANG-DB Jan 6, 2023
bf59ceb
Merge remote-tracking branch 'origin/main'
YANG-DB Jan 6, 2023
fe4c5d3
Disallow unquoted literals in `LIKE` clause in `DESCRIBE` statement (…
Yury-Fridlyand Jan 4, 2023
f0bcf11
remove sub-folders which upgraded as new repositories
Nov 30, 2022
0326b06
add additional workflow run triggers
Dec 9, 2022
d68b3f7
Merge remote-tracking branch 'upstream/main'
YANG-DB Dec 15, 2022
4651e49
Merge remote-tracking branch 'origin/main'
YANG-DB Jan 6, 2023
1cd7d76
Disallow unquoted literals in `LIKE` clause in `DESCRIBE` statement (…
YANG-DB Jan 6, 2023
c4ababd
fix name of the sql-jdbc artifact name
YANG-DB Jan 6, 2023
8c8b6c0
Merge remote-tracking branch 'origin/main'
YANG-DB Jan 6, 2023
82daa89
Merge branch 'opensearch-project:main' into main
YANG-DB Jan 6, 2023
c8b7b82
Merge branch 'opensearch-project:main' into repo-split-changes
YANG-DB Jan 6, 2023
fecdc22
fix dependency in org.apache.httpcomponents:httpcore to match across …
YANG-DB Jan 6, 2023
333b948
Merge remote-tracking branch 'origin/repo-split-changes' into repo-sp…
YANG-DB Jan 6, 2023
00ceeeb
fix build to remove sql-cli once the doctest completes
YANG-DB Jan 6, 2023
80df73d
Merge remote-tracking branch 'origin/repo-split-changes' into repo-sp…
YANG-DB Jan 6, 2023
b5c8c69
Merge remote-tracking branch 'origin/main' into repo-split-changes
YANG-DB Jan 6, 2023
0df6c68
Merge remote-tracking branch 'origin/main' into repo-split-changes
YANG-DB Jan 6, 2023
b45b2af
Merge remote-tracking branch 'origin/main' into repo-split-changes
YANG-DB Jan 6, 2023
17b32f7
Merge remote-tracking branch 'origin/repo-split-changes' into repo-sp…
YANG-DB Jan 6, 2023
6377b66
Merge remote-tracking branch 'origin/repo-split-changes' into repo-sp…
YANG-DB Jan 6, 2023
79fe487
Merge remote-tracking branch 'origin/repo-split-changes' into repo-sp…
YANG-DB Jan 6, 2023
e589951
Merge branch 'opensearch-project:main' into repo-split-changes
YANG-DB Jan 7, 2023
074027a
Merge branch 'opensearch-project:main' into repo-split-changes
YANG-DB Jan 7, 2023
d197a24
Merge branch 'opensearch-project:main' into repo-split-changes
YANG-DB Jan 9, 2023
c03750d
Merge branch 'opensearch-project:main' into repo-split-changes
YANG-DB Jan 9, 2023
37ba7b7
Merge branch 'opensearch-project:main' into repo-split-changes
YANG-DB Jan 9, 2023
6d5a1b1
Merge branch 'opensearch-project:main' into repo-split-changes
YANG-DB Jan 10, 2023
76b4735
Merge branch 'opensearch-project:main' into repo-split-changes
YANG-DB Jan 10, 2023
2fe933f
Merge branch 'opensearch-project:main' into repo-split-changes
YANG-DB Jan 10, 2023
973bf8f
Merge branch 'opensearch-project:main' into repo-split-changes
YANG-DB Jan 11, 2023
90dce51
Merge branch 'opensearch-project:main' into repo-split-changes
YANG-DB Jan 12, 2023
bb5b3e3
change base version to 2.5
YANG-DB Jan 12, 2023
24de803
Merge remote-tracking branch 'origin/repo-split-changes' into repo-sp…
YANG-DB Jan 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
55 changes: 0 additions & 55 deletions .github/workflows/bi-connectors.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/sql-cli-test-and-build-workflow.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/sql-jdbc-test-and-build-workflow.yml

This file was deleted.

179 changes: 0 additions & 179 deletions .github/workflows/sql-odbc-main.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
matrix:
entry:
- { os: ubuntu-latest, java: 11 }
- { os: windows-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc -PbuildPlatform=windows }
- { os: macos-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc }
- { os: windows-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport -PbuildPlatform=windows }
- { os: macos-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport }
- { os: ubuntu-latest, java: 17 }
- { os: windows-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc -PbuildPlatform=windows }
- { os: macos-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc }
- { os: windows-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport -PbuildPlatform=windows }
- { os: macos-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport }
runs-on: ${{ matrix.entry.os }}

steps:
Expand Down
Loading