Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
5e76efb
init
aglinxinyuan Aug 18, 2025
5df9639
Merge branch 'master' into xinyuan-remove-jooq-gen
aglinxinyuan Aug 19, 2025
ffca73d
update
aglinxinyuan Aug 20, 2025
1ab5eef
update
aglinxinyuan Aug 20, 2025
2d2c74c
update
aglinxinyuan Aug 20, 2025
e9e943c
update
aglinxinyuan Aug 20, 2025
e5f9b26
Merge branch 'main' into xinyuan-remove-jooq-gen
aglinxinyuan Aug 20, 2025
8903bb4
Update build.sbt
aglinxinyuan Aug 22, 2025
2ad32bc
Update JooqCodeGenerator.scala
aglinxinyuan Aug 22, 2025
0e02191
Update jooq-conf.xml
aglinxinyuan Aug 22, 2025
95dffe2
Update texera_ddl.sql
aglinxinyuan Aug 22, 2025
7c170bf
update
aglinxinyuan Aug 22, 2025
3a8cfa2
Merge branch 'main' into xinyuan-remove-jooq-gen
aglinxinyuan Aug 23, 2025
11d5920
Update github-action-build.yml
aglinxinyuan Aug 23, 2025
f783e3d
Update storage.conf to set default password
aglinxinyuan Aug 23, 2025
e71c53b
Update github-action-build.yml
aglinxinyuan Aug 23, 2025
88857c7
Modify GitHub Actions workflow for build
aglinxinyuan Aug 23, 2025
639d482
Change default password from 'password' to 'postgres'
aglinxinyuan Aug 23, 2025
2d55b19
Update GitHub Actions workflow for Java and Python
aglinxinyuan Aug 23, 2025
cef7097
Remove libncurses5 installation step
aglinxinyuan Aug 23, 2025
98518a4
Update GitHub Actions workflow for Java setup
aglinxinyuan Aug 23, 2025
1798869
Expose Postgres port in GitHub Actions workflow
aglinxinyuan Aug 23, 2025
82478f5
Add step to create database in GitHub Actions
aglinxinyuan Aug 23, 2025
b802bf8
Update github-action-build.yml
aglinxinyuan Aug 23, 2025
2407381
Update github-action-build.yml
aglinxinyuan Aug 23, 2025
551db30
update
aglinxinyuan Aug 23, 2025
0753aae
Merge remote-tracking branch 'origin/xinyuan-remove-jooq-gen' into xi…
aglinxinyuan Aug 23, 2025
32d44b1
update
aglinxinyuan Aug 23, 2025
0dc7dcf
update
aglinxinyuan Aug 23, 2025
76b94cf
update
aglinxinyuan Aug 24, 2025
f2c00cc
update
aglinxinyuan Aug 24, 2025
854b7f4
Merge branch 'main' into xinyuan-remove-jooq-gen
aglinxinyuan Aug 24, 2025
084f622
Update .asf.yaml
aglinxinyuan Aug 24, 2025
2605e82
Update .asf.yaml with branch protection rules
aglinxinyuan Aug 24, 2025
01b5160
Clean up .asf.yaml by removing blank lines
aglinxinyuan Aug 24, 2025
c460caf
Update .asf.yaml
aglinxinyuan Aug 24, 2025
15fb2af
Fix formatting in .asf.yaml
aglinxinyuan Aug 24, 2025
795ea85
Merge branch 'main' into xinyuan-remove-jooq-gen
aglinxinyuan Aug 24, 2025
ec96ff0
Merge branch 'main' into xinyuan-remove-jooq-gen
aglinxinyuan Aug 25, 2025
635c8bf
Merge remote-tracking branch 'origin/main' into xinyuan-remove-jooq-gen
aglinxinyuan Aug 27, 2025
81c6430
init
aglinxinyuan Sep 21, 2025
f5c0585
update
aglinxinyuan Sep 21, 2025
933054b
Merge branch 'main' into xinyuan-remove-jooq-gen
aglinxinyuan Oct 11, 2025
64ab93c
Merge branch 'xinyuan-remove-jooq-gen' of https://github.com/apache/t…
aglinxinyuan Nov 19, 2025
fa6ac72
Merge branch 'main' into xinyuan-remove-jooq-gen
aglinxinyuan Nov 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions common/dao/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ libraryDependencies ++= Seq(

libraryDependencies ++= Seq(
"org.jooq" % "jooq" % "3.16.23",
"org.jooq" % "jooq-codegen" % "3.16.23"
)

/////////////////////////////////////////////////////////////////////////////
Expand All @@ -179,5 +178,4 @@ libraryDependencies ++= Seq(

libraryDependencies ++= Seq(
"org.postgresql" % "postgresql" % "42.7.4",
"com.typesafe" % "config" % "1.4.3" // config reader
)

This file was deleted.

Loading