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

djwang pushed a change to branch dependabot/go_modules/golang.org/x/net-0.38.0
in repository https://gitbox.apache.org/repos/asf/cloudberry-backup.git


    omit 0bc643b3 build(deps): bump golang.org/x/net from 0.23.0 to 0.38.0
     add 7fc4d671 Use dynamic GOPATH in build_and_unit_test.yml
     add d07ce985 Bump Go version to 1.21 in build workflow
     add 3acccdf4 docs: Update Go version requirement to 1.21
     add 536e3851 Update format using make format
     add 4a23f302 feat(testing): Improve multi-DB compatibility in unit tests
     add a23f2687 ASF: add DISCLAIMER file
     add aec11cc0 Add pull request template
     add 4648d84e fix(test): Prevent panic in AfterSuite when BeforeSuite fails
     add b60130e8 fix(relations): Ensure materialized view access method is 
restored
     add 77d25802 build(deps): bump golang.org/x/net from 0.23.0 to 0.38.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0bc643b3)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/golang.org/x/net-0.38.0 (77d25802)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/pull_request_template.md               |  21 ++++
 .github/workflows/build_and_unit_test.yml      |   6 +-
 DISCLAIMER                                     |   9 ++
 Makefile                                       |   9 +-
 README.md                                      |   2 +-
 backup/backup.go                               |   8 +-
 backup/backup_suite_test.go                    |   2 +-
 backup/data.go                                 |   4 +-
 backup/dependencies.go                         |   4 +-
 backup/dependencies_test.go                    |   2 +-
 backup/global_variables.go                     |   4 +-
 backup/incremental.go                          |   4 +-
 backup/incremental_test.go                     |   6 +-
 backup/metadata_globals.go                     |   2 +-
 backup/metadata_globals_test.go                |   2 +-
 backup/postdata.go                             |   2 +-
 backup/predata_acl_test.go                     |   4 +-
 backup/predata_externals_test.go               |   2 +-
 backup/predata_functions.go                    |   2 +-
 backup/predata_functions_test.go               |   2 +-
 backup/predata_relations.go                    |  12 ++-
 backup/predata_relations_other_test.go         |   4 +-
 backup/predata_relations_tables_test.go        |   2 +-
 backup/predata_shared.go                       |   2 +-
 backup/predata_types.go                        |   2 +-
 backup/queries_acl.go                          |   2 +-
 backup/queries_acl_test.go                     |   2 +-
 backup/queries_externals.go                    |   2 +-
 backup/queries_functions.go                    |   4 +-
 backup/queries_functions_test.go               |   2 +-
 backup/queries_globals.go                      |   4 +-
 backup/queries_incremental.go                  |   2 +-
 backup/queries_operators.go                    |   4 +-
 backup/queries_postdata.go                     |   4 +-
 backup/queries_postdata_test.go                |   2 +-
 backup/queries_relation_test.go                |   2 +-
 backup/queries_relations.go                    |  49 ++++++---
 backup/queries_shared.go                       |   4 +-
 backup/queries_shared_test.go                  |   2 +-
 backup/queries_statistics.go                   |   2 +-
 backup/queries_table_defs.go                   |   4 +-
 backup/queries_textsearch.go                   |   4 +-
 backup/queries_types.go                        |   4 +-
 backup/validate.go                             |   4 +-
 backup/validate_test.go                        |   2 +-
 backup/wrappers.go                             |   6 +-
 end_to_end/end_to_end_suite_test.go            |  10 +-
 end_to_end/filtered_test.go                    |   2 +-
 end_to_end/incremental_test.go                 |   2 +-
 end_to_end/locks_test.go                       |   2 +-
 end_to_end/plugin_test.go                      |   6 +-
 helper/helper.go                               |   2 +-
 history/history.go                             |   2 +-
 history/history_test.go                        |   2 +-
 integration/agent_remote_test.go               |   2 +-
 integration/data_backup_test.go                |   4 +-
 integration/dependency_queries_test.go         |   2 +-
 integration/gpexpand_not_running_test.go       |   6 +-
 integration/incremental_queries_test.go        |   2 +-
 integration/integration_suite_test.go          |  53 ++++++----
 integration/metadata_globals_create_test.go    |   4 +-
 integration/metadata_globals_queries_test.go   |   4 +-
 integration/options_integration_test.go        |   2 +-
 integration/parallel_queries_test.go           |   4 +-
 integration/postdata_create_test.go            |   4 +-
 integration/postdata_queries_test.go           |   4 +-
 integration/predata_acl_create_test.go         |   4 +-
 integration/predata_acl_queries_test.go        |   4 +-
 integration/predata_externals_create_test.go   |   4 +-
 integration/predata_externals_queries_test.go  |   4 +-
 integration/predata_functions_create_test.go   |   4 +-
 integration/predata_functions_queries_test.go  |   4 +-
 integration/predata_operators_create_test.go   |   4 +-
 integration/predata_operators_queries_test.go  |   4 +-
 integration/predata_relations_create_test.go   |  11 +-
 integration/predata_relations_queries_test.go  |  17 ++-
 integration/predata_shared_create_test.go      |   4 +-
 integration/predata_shared_queries_test.go     |   4 +-
 integration/predata_table_defs_queries_test.go |   4 +-
 integration/predata_textsearch_create_test.go  |   4 +-
 integration/predata_textsearch_queries_test.go |   4 +-
 integration/predata_types_create_test.go       |   4 +-
 integration/predata_types_queries_test.go      |   4 +-
 integration/statistics_create_test.go          |   4 +-
 integration/statistics_queries_test.go         |   4 +-
 integration/utils_test.go                      |   4 +-
 integration/wrappers_test.go                   |   4 +-
 options/flag_test.go                           |   2 +-
 options/options.go                             |   2 +-
 options/options_test.go                        |   2 +-
 report/report.go                               |   4 +-
 report/report_test.go                          |  12 +--
 restore/data.go                                |   6 +-
 restore/data_test.go                           |   2 +-
 restore/global_variables.go                    |   4 +-
 restore/parallel.go                            |   2 +-
 restore/remote.go                              |   2 +-
 restore/remote_test.go                         |   6 +-
 restore/restore.go                             |   6 +-
 restore/restore_internal_test.go               |   2 +-
 restore/restore_suite_test.go                  |   2 +-
 restore/validate.go                            |   4 +-
 restore/validate_test.go                       |   2 +-
 restore/wrappers.go                            |   8 +-
 restore/wrappers_test.go                       | 137 ++++++++++++++-----------
 testutils/functions.go                         |  31 ++++--
 toc/toc.go                                     |   2 +-
 utils/agent_remote.go                          |   2 +-
 utils/agent_remote_test.go                     |   4 +-
 utils/compression_test.go                      |   2 +-
 utils/gpexpand_sensor_test.go                  |   2 +-
 utils/io_test.go                               |   2 +-
 utils/plugin.go                                |   2 +-
 utils/plugin_test.go                           |   2 +-
 utils/progress_bar_test.go                     |   2 +-
 utils/util.go                                  |   2 +-
 utils/util_test.go                             |   2 +-
 utils/utils_suite_test.go                      |   2 +-
 118 files changed, 411 insertions(+), 304 deletions(-)
 create mode 100644 .github/pull_request_template.md
 create mode 100644 DISCLAIMER


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

Reply via email to