- fc376e8 refactor: Rename module to apache/cloudberry-go-libs by Robert Mu · 3 days ago main
- 928bc56 fix(dbconn): reduce log level for version initialization (#11) by Robert Mu · 7 weeks ago
- e8ca939 fix(cluster): add database type check for legacy GPDB query (#12) by Robert Mu · 7 weeks ago
- 7e1b684 Retry failed ssh commands in ExecuteClusterCommand by Karen Huddleston · 1 year, 1 month ago
- 87ad28e Add ExecuteLocalCommandWithContext by Karen Huddleston · 1 year, 2 months ago
- 0ced619 Add length check before returning first index of segmentList (#91) by Brandon Tat · 1 year, 4 months ago
- 330d7a4 Remove Progress command by Karen Huddleston · 1 year, 4 months ago
- b93ec13 Use Custom logging for CheckClusterError by Karen Huddleston · 1 year, 4 months ago
- 219df42 Add Custom command for more logging control by Karen Huddleston · 1 year, 4 months ago
- ac345b7 Added separate shell prefix and colorization to gplog (#88) by Alexander Denissov · 1 year, 4 months ago
- 7a51d64 Add `SelectContext` and `QueryContext` to DBConn by Nihal Jain · 1 year, 4 months ago
- 5c07acc Update golang net library to v0.23.0 by Karen Huddleston · 1 year, 5 months ago
- 0e1ad56 Add new Progress command for gplog by Karen Huddleston · 1 year, 5 months ago
- b415c9b Fix existing tests by Karen Huddleston · 1 year, 5 months ago
- a34ff94 Bumped pgx to v4.18.2, updated indirect dependencies (#86) by Alexander Denissov · 1 year, 6 months ago
- 8663557 Introducing API GetSegmentConfigurationFromFile() for configuration retrieval from file by Rakesh Sharma · 1 year, 8 months ago
- ad8a6bb Updated GetSegmentConfiguration() to populate all remaining fields of segment configuration by Rakesh Sharma · 1 year, 8 months ago
- cfa3f86 Upgrade golang.org/x/crypto to 0.17.0 by Bradford D. Boyle · 1 year, 8 months ago
- 74173a5 Add error formatting package by Jianwen Dong · 1 year, 11 months ago
- 39e56be Run go mod tidy by Karen Huddleston · 1 year, 11 months ago
- 4553945 Upgrade golang dependencies for dependabot alerts by Karen Huddleston · 1 year, 11 months ago
- cf68aaf dbconn: Add SelectInt and SelectIntSlice by Jamie McAtamney · 2 years ago
- 0359a65 Format string after judge level in pglog by moonsn · 2 years, 5 months ago
- ce8cf9a Miscellaneous mirror-related enhancements by Jamie McAtamney · 2 years, 5 months ago
- 9bb613e support kerberos and sslmode prefer (#76) by Huiliang.liu · 2 years, 5 months ago
- 125cedd Update all dependencies for Go 1.19 by Jamie McAtamney · 2 years, 6 months ago
- bdf2613 Revert "Initial commit: add support for CloudberryDB" (#7) by Hao Wu · 8 weeks ago
- f7b28a3 feat(dbconn): Add support for Apache Cloudberry Database by Robert Mu · 9 weeks ago
- a41ff61 Update asf.yaml and README.md by Dianjin Wang · 10 months ago
- 2b8b847 Update module url to cloudberrydb repo by Dianjin Wang · 1 year, 10 months ago v1.0.10 v1.0.11
- 9b58a43 Update the basic community files (#1) by Dianjin Wang · 1 year, 10 months ago
- 3c26b84 Initial commit: add support for CloudberryDB by oracle · 2 years, 7 months ago
- ded452d Change uses of "master" to "coordinator" by Jamie McAtamney · 2 years, 9 months ago
- 290c53a Add SECURITY.md by gp-releng · 2 years, 10 months ago
- 1be9f40 Add "Completed" field to ShellCommand by Nikhil Kak · 3 years, 1 month ago
- 1e6dac8 Update to ginkgo v2 by Brent Doil · 3 years, 4 months ago
- 21efdd1 dbconn: add the ability to connect in utility mode by Jamie McAtamney · 3 years, 5 months ago
- 5857b39 Remove ginkgo v1 reference from testhelper package by Jimmy Yih · 3 years, 5 months ago
- b48b881 structmatcher: Use MatchStruct matcher in deprecated implementations by David Sharp · 3 years, 8 months ago
- c24a3ea Update to golang 1.17 and upgrade dependencies. by Brent Doil · 3 years, 8 months ago
- befeba3 Add RemoveAll to operating systems functions by Kevin Yeap · 3 years, 10 months ago
- 34f4f09 Fix formatting by Karen Huddleston · 4 years, 1 month ago
- 53ec911 structmatcher: Fix for when an unexported field is a struct by David Sharp · 4 years, 10 months ago
- 958f32f structmatcher: Support comparing nil pointers by David Sharp · 4 years, 10 months ago
- 7843a4d structmatcher: Add missing duplicate coverage for the GomegaMatcher by David Sharp · 4 years, 10 months ago
- ee3f013 Update pgx to v4.9.0 and disable statement caching by Kevin Yeap · 5 years ago
- f92e59d Update pgx to v4.8.1 by Kevin Yeap · 5 years ago
- 0442c30 Update NOTICE for VMware by Kris Macoskey · 5 years ago
- b955fb7 Update dependencies to the latest version (#57) by Lav Jain · 5 years ago
- 1a4969c cluster: obey cluster.EXCLUDE_MIRRORS scope by Oliver Albertini · 6 years ago
- 1f793c5 cluster: Prevent panic when executing commands by Oliver Albertini · 6 years ago
- 7b377a7 cluster: Support mirrors, make scopes bitmasks by Jamie McAtamney · 6 years ago
- bfc1672 cluster: Refactor per-host command execution by Jamie McAtamney · 7 years ago
- 974a164 Fix catalog version query on dbconn initialization by Kevin Yeap · 6 years ago
- 5a59b26 Add Conv utility functions (#52) by Wang Hao · 6 years ago
- fdbcf7e Migrate to go mod and golangci-lint (#51) by Wang Hao · 6 years ago
- b92aee6 structmatcher: Fallback on Equal() for opaque structures by David Sharp · 6 years ago
- 2693d62 structmatcher: Add full field path to error message (e.g. Foo.Bar[1].Baz) by Karen Huddleston · 6 years ago
- b7ebed7 structmatcher: Recurse into nested structs by David Sharp · 6 years ago
- f95d315 Fix gofmt detectecd error. by Ed Espino · 6 years ago
- 7aa15b4 structmatcher: Mark ExpectStructsToMatch...() as Deprecated by David Sharp · 6 years ago
- 7f408d2 structmatcher: Add a GomegaMatcher by David Sharp · 6 years ago
- 39fae54 Add DBConn.ExecContext by Jimmy Yih · 6 years ago
- f202136 Point go-sqlmock dependency to github repo by Kevin Yeap · 6 years ago
- c535ba3 Add two features in gplog (#43) by Jialun · 6 years ago
- 0a52505 Close file after reading by Larry Hamel · 6 years ago
- af9b9cc OpenFileForWriting(): add flag to truncate any existing content by Larry Hamel · 6 years ago
- aca9c3d Add the ability to set logfile verbosity in gplog by Jamie McAtamney · 6 years ago
- afc498a Update CheckClusterError to handle new scopes by Kevin Yeap · 7 years ago
- 23ae09d Add TempFile system function pointer by Trevor Yacovone · 7 years ago
- a87b557 Add function to run local commands pertaining to segments by Kevin Yeap · 7 years ago
- 4f37a6a Update GenerateSSHCommandMapForSegments tests to match description by Kevin Yeap · 7 years ago
- 4580a3f Add Remove system function pointer by Karen Huddleston · 7 years ago
- dc53144 Update LICENSE and NOTICE files by Kevin Yeap · 7 years ago
- 459655a Log host and port info in dbconn errors by Adam Lee · 7 years ago
- e3e578d Fix dbconn to properly handle database names with special characters by Chris Hajas · 7 years ago
- a4c1451 Fix linting error by Kevin Yeap · 7 years ago
- 4e45424 Fix Fatal to not print same error message twice by Chris Hajas · 7 years ago
- 6ae0bc3 Add Query and QueryWithArgs functions by Jamie McAtamney · 7 years ago
- d77bf5c Improve GPDB version handling in dbconn by Jamie McAtamney · 7 years ago
- 2c6adb0 Remove filtering from stack trace by Chris Hajas · 7 years ago
- 168dd9c Improve SelectString and SelectStringSlice by Jamie McAtamney · 7 years ago
- bcd40ca Update dependencies by Chris Hajas · 7 years ago
- b0813d6 Add -keepGoing flag to tests to ensure all tests run even in case of failure by Chris Hajas · 7 years ago
- a7607ee Use latest released version of `dep` instead of HEAD by Chris Hajas · 7 years ago
- 22094fd Remove build target from makefile by Chris Hajas · 7 years ago
- 7b9de4e Use pgx postgres driver instead of pq by Karen Huddleston · 7 years ago
- a51003c Add LocalOutput to TestExecutor by Jamie McAtamney · 7 years ago
- d278d13 Update README after concourse domain change by Jim Doty · 7 years ago
- da96f86 Update README.md by Jim Doty · 7 years ago
- e1ff11c Update cluster to include dbid and port by Jamie McAtamney · 7 years ago
- b8292cc Update dependencies by Karen Huddleston · 7 years ago
- 53587d8 Add errcheck linter by Chris Hajas · 7 years ago
- 26097cb Add iohelper package for file reading and writing by Jamie McAtamney · 7 years ago
- febb662 Modify GetSegmentConfiguration by Jamie McAtamney · 7 years ago
- a128387 Support custom prefix in gplog (#14) by Peifeng Qiu · 7 years ago
- f90a90e Vendor tools such as ginkgo and goimports by Karen Huddleston · 7 years ago
- 4e0db4e Add GetWithArgs and SelectWithArgs method to dbconn (#12) by Peifeng Qiu · 7 years ago
- e418f5d Add pipeline location in README by Karen Huddleston · 7 years ago
- 1172893 Update branch in pipeline to master by Karen Huddleston · 7 years ago