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

dimas pushed a change to branch view-drop-no-purge
in repository https://gitbox.apache.org/repos/asf/polaris.git


    omit 7bd31b823 review: re-fix description
    omit ccd521435 review: rename to PURGE_VIEW_METADATA_ON_DROP
    omit f51e0b513 Add feature config to allow dropping views without purging
     add 4ae395905 chore(deps): update azure/setup-helm action to v4.3.1 (#2402)
     add a0f454edc Add 1.0.1 release to the website (#2400)
     add fcd47770c Add PolarisDiagnostics field to 
AbstractTransactionalPersistence (#2372)
     add c5fd3683b feat: Add Pod Disruption Budget support to Helm chart (#2380)
     add b7fc3182a chore(deps): update quay.io/keycloak/keycloak docker tag to 
v26.3.3 (#2407)
     add c3aa720b9 Mention Helm chart support for PodDisruptionBudget in 
CHANGELOG.md (#2408)
     add 73486404e Add feature config to allow dropping views without purging
     add a66708720 review: rename to PURGE_VIEW_METADATA_ON_DROP
     add afb6be481 review: re-fix description

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   (7bd31b823)
            \
             N -- N -- N   refs/heads/view-drop-no-purge (afb6be481)

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/workflows/helm.yml                         |   2 +-
 CHANGELOG.md                                       |   3 +
 getting-started/keycloak/docker-compose.yml        |   2 +-
 helm/polaris/README.md                             |   5 +
 .../{hpa.yaml => poddisruptionbudget.yaml}         |  45 ++---
 helm/polaris/tests/poddisruptionbudget_test.yaml   | 210 +++++++++++++++++++++
 helm/polaris/values.yaml                           |  15 ++
 .../EclipseLinkPolarisMetaStoreManagerFactory.java |   1 +
 .../PolarisEclipseLinkMetaStoreSessionImpl.java    |  21 +--
 .../PolarisEclipseLinkMetaStoreManagerTest.java    |  10 +-
 .../AbstractTransactionalPersistence.java          |  21 ++-
 .../TreeMapTransactionalPersistenceImpl.java       |  27 ++-
 ...TreeMapAtomicOperationMetaStoreManagerTest.java |   9 +-
 .../PolarisTreeMapMetaStoreManagerTest.java        |   9 +-
 .../polaris/core/persistence/ResolverTest.java     |   3 +-
 .../persistence/cache/InMemoryEntityCacheTest.java |   3 +-
 .../storage/cache/StorageCredentialCacheTest.java  |   3 +-
 .../InMemoryPolarisMetaStoreManagerFactory.java    |   2 +-
 site/content/downloads/_index.md                   |  13 ++
 site/hugo.yaml                                     |   9 +-
 20 files changed, 335 insertions(+), 78 deletions(-)
 copy helm/polaris/templates/{hpa.yaml => poddisruptionbudget.yaml} (52%)
 create mode 100644 helm/polaris/tests/poddisruptionbudget_test.yaml

Reply via email to