You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by gi...@apache.org on 2023/01/26 02:57:16 UTC

[knox] branch dependabot/npm_and_yarn/knox-webshell-ui/json5-2.2.3 updated (c17ad33b1 -> e24996fed)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/knox-webshell-ui/json5-2.2.3
in repository https://gitbox.apache.org/repos/asf/knox.git


 discard c17ad33b1 Bump json5 from 2.2.1 to 2.2.3 in /knox-webshell-ui
     add f9f336ab9 KNOX-2861 upgrade CM API version (#712)
     add 5a70e628a KNOX-2859 - Token Management UI improvements (#713)
     add 642b224b1 KNOX-2862 - Setup idle timeout for SSO cookie to 15 minutes (#714)
     add 481c8db83 KNOX-2863 - Fix an issue where session cookie order in LB feature breaks (#715)
     add 359f12a1a KNOX-2748 - Fixed HashiCorp alias service getPasswordFromAliasForCluster (#716)
     add dfde5c741 KNOX-2841 Oozie "root" rewrite rule's pattern is too open (#718)
     add fb6851788 KNOX-2864 - TLS cipher suites and protocols are configured for CM service discovery (#717)
     add 6e38c7956 Bump json5 from 2.2.1 to 2.2.3 in /knox-homepage-ui (#708)
     add ac3e28fe9 Bump json5 from 2.2.1 to 2.2.3 in /knox-token-generation-ui (#710)
     add e24996fed Bump json5 from 2.2.1 to 2.2.3 in /knox-webshell-ui

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   (c17ad33b1)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/knox-webshell-ui/json5-2.2.3 (e24996fed)

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:
 .../topology/discovery/ambari/RESTInvoker.java     |  16 +-
 .../cm/ClouderaManagerServiceDiscovery.java        |  22 ++-
 .../topology/discovery/cm/DiscoveryApiClient.java  |  59 ++++---
 ...ClouderaManagerClusterConfigurationMonitor.java |   2 +-
 .../cm/monitor/PollingConfigurationAnalyzer.java   |  35 +++-
 .../cm/ClouderaManagerServiceDiscoveryTest.java    |  15 +-
 .../monitor/PollingConfigurationAnalyzerTest.java  |  23 ++-
 .../ha/dispatch/ConfigurableHADispatch.java        |   4 +-
 .../gateway/ha/dispatch/DefaultHaDispatchTest.java |  48 +++++-
 .../gateway/config/impl/GatewayConfigImpl.java     |   7 +
 .../services/security/impl/JettySSLService.java    |   7 +
 .../security/impl/JettySSLServiceTest.java         |   1 +
 .../resources/services/oozie/5.0.0/rewrite.xml     |  27 +++-
 .../resources/services/oozie/5.0.0/service.xml     |  13 +-
 .../vault/HashicorpVaultAliasService.java          |   8 +-
 .../vault/TestHashicorpVaultAliasService.java      |   6 +
 .../gateway/service/knoxsso/WebSSOResource.java    |   2 +-
 .../service/knoxsso/WebSSOResourceTest.java        |   7 +-
 .../org/apache/knox/gateway/GatewayTestConfig.java |   5 +
 .../apache/knox/gateway/config/GatewayConfig.java  |   2 +
 .../gateway/util/TruststoreSSLContextUtils.java    |  32 ++--
 knox-homepage-ui/package-lock.json                 |   6 +-
 knox-token-generation-ui/package-lock.json         |   6 +-
 knox-token-management-ui/package-lock.json         |  11 +-
 knox-token-management-ui/package.json              |   1 -
 .../token-management/app/app.module.ts             |  20 ++-
 .../token-management/app/knox.token.ts             |   2 +
 .../app/token.management.component.html            | 176 ++++++++++++---------
 .../app/token.management.component.ts              | 100 +++++++++++-
 .../assets/token-management-ui.css                 |  23 ++-
 .../token-management/index.html                    |   1 +
 .../token-management/styles.css                    |   2 +
 pom.xml                                            |   2 +-
 33 files changed, 500 insertions(+), 191 deletions(-)
 copy knox-homepage-ui/home/styles.css => knox-token-management-ui/token-management/assets/token-management-ui.css (76%)