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