This is an automated email from the ASF dual-hosted git repository.

maxyang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-go-libs.git


    from bdf2613  Revert "Initial commit: add support for CloudberryDB" (#7)
     new 125cedd  Update all dependencies for Go 1.19
     new 9bb613e  support kerberos and sslmode prefer (#76)
     new ce8cf9a  Miscellaneous mirror-related enhancements
     new 0359a65  Format string after judge level in pglog
     new cf68aaf  dbconn: Add SelectInt and SelectIntSlice
     new 4553945  Upgrade golang dependencies for dependabot alerts
     new 39e56be  Run go mod tidy
     new 74173a5  Add error formatting package
     new cfa3f86  Upgrade golang.org/x/crypto to 0.17.0
     new ad8a6bb  Updated GetSegmentConfiguration() to populate all remaining 
fields of segment configuration
     new 8663557  Introducing API GetSegmentConfigurationFromFile() for 
configuration retrieval from file
     new a34ff94  Bumped pgx to v4.18.2, updated indirect dependencies (#86)
     new b415c9b  Fix existing tests
     new 0e1ad56  Add new Progress command for gplog
     new 5c07acc  Update golang net library to v0.23.0
     new 7a51d64  Add `SelectContext` and `QueryContext` to DBConn
     new ac345b7  Added separate shell prefix and colorization to gplog (#88)
     new 219df42  Add Custom command for more logging control
     new b93ec13  Use Custom logging for CheckClusterError
     new 330d7a4  Remove Progress command
     new 0ced619  Add length check before returning first index of segmentList 
(#91)
     new 87ad28e  Add ExecuteLocalCommandWithContext
     new 7e1b684  Retry failed ssh commands in ExecuteClusterCommand

The 23 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore              |   4 +
 Makefile                |  12 +-
 cluster/cluster.go      | 283 +++++++++++++++++++---
 cluster/cluster_test.go | 614 +++++++++++++++++++++++++++++++++++++++++------
 dbconn/dbconn.go        |  99 +++++++-
 dbconn/dbconn_test.go   | 161 +++++++++++++
 go.mod                  |  42 ++--
 go.sum                  | 158 ++++--------
 gperror/gperror.go      |  32 +++
 gperror/gperror_test.go |  55 +++++
 gplog/gplog.go          | 201 +++++++++++++---
 gplog/gplog_test.go     | 621 ++++++++++++++++++++++++++++++++++++++++++++++--
 operating/operating.go  |   4 +
 show_coverage.sh        |   2 +-
 testhelper/structs.go   | 105 +++++++-
 15 files changed, 2085 insertions(+), 308 deletions(-)
 create mode 100644 gperror/gperror.go
 create mode 100644 gperror/gperror_test.go


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to