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

ajantha pushed a change to branch 
release/iceberg-catalog-migrator/1.0.0-incubating
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git


    omit a1a3411  Update the release version to 1.0.0-incubating
     add 6400f26  feat(fix): switch console to direct server API calls with 
CORS (#147)
     add a888797  Catalog Migrator: Automatically adjust gradlew during Gradle 
Wrapper updates (#156)
     add da77d4c  Catalog Migrator: remove unused bom project declaration (#157)
     add ee98b2e  Catalog Migrator: update dependencies for latest Gradle 
version (#158)
     add 96f5773  Catalog Migrator: adapt to Gradle 9 (#159)
     add dcb1140  Synchronizer: Automatically adjust gradlew during Gradle 
Wrapper updates (#161)
     add 693cf82  Synchronizer: fix Gradle invocation (#160)
     add 873dbb8  Benchmarks: Automatically adjust gradlew during Gradle 
Wrapper updates (#155)
     add 74ecfeb  Benchmarks: update dependencies for latest Gradle version 
(#154)
     add e1665fc  Apprunner: add rat-excludes for gradle-wrapper.properties 
(#153)
     add 72d7eaf  Apprunner: Automatically adjust gradlew during Gradle Wrapper 
updates (#152)
     add 9c0b18c  Update Gradle to 9.3.1 in all tools (#150)
     add 18eb010  Catalog Migrator: Update Notice and License (#165)
     new ab6c82e  Update the release version to 1.0.0-incubating

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   (a1a3411)
            \
             N -- N -- N   
refs/heads/release/iceberg-catalog-migrator/1.0.0-incubating (ab6c82e)

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.

The 1 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:
 apprunner/build.gradle.kts                         | 16 ++++
 apprunner/gradle/wrapper/gradle-wrapper.properties | 24 +-----
 benchmarks/build.gradle.kts                        | 16 +++-
 .../gradle/wrapper/gradle-wrapper.properties       |  4 +-
 console/README.md                                  | 69 ++++++++++++++++-
 console/docker/generate-config.sh                  |  6 +-
 console/docker/nginx.conf                          | 37 ---------
 console/helm/templates/deployment.yaml             |  2 +-
 console/src/api/auth.ts                            |  7 +-
 console/src/api/client.ts                          | 10 +--
 console/vite.config.ts                             | 45 -----------
 iceberg-catalog-migrator/build.gradle.kts          | 14 ++++
 iceberg-catalog-migrator/buildSrc/build.gradle.kts |  2 -
 iceberg-catalog-migrator/cli/BUNDLE-LICENSE        | 87 ++++++++++++++++++++++
 iceberg-catalog-migrator/cli/BUNDLE-NOTICE         | 33 +++++++-
 iceberg-catalog-migrator/cli/build.gradle.kts      |  1 +
 .../gradle/baselibs.versions.toml                  |  6 +-
 iceberg-catalog-migrator/gradle/libs.versions.toml |  6 +-
 .../gradle/wrapper/gradle-wrapper.properties       |  4 +-
 iceberg-catalog-migrator/settings.gradle.kts       |  2 -
 polaris-synchronizer/.gitignore                    |  4 +
 polaris-synchronizer/build.gradle.kts              | 13 ++++
 .../gradle/gradlew-include.sh                      |  0
 .../gradle/wrapper/gradle-wrapper.properties       |  3 +-
 polaris-synchronizer/gradlew                       |  7 +-
 25 files changed, 275 insertions(+), 143 deletions(-)
 copy {apprunner => polaris-synchronizer}/gradle/gradlew-include.sh (100%)

Reply via email to