This is an automated email from the ASF dual-hosted git repository.
jonathanhurley pushed a change to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git.
from 1edb62b [AMBARI-24464] Integrate Blueprints with the new MPackAdvisor
API for Configuration Recommendations (#2259)
add 4b60f5c AMBARI-24597. Popup shown when Ambari started on a different
port other than 8080 (akovalenko)
add ab3a244 [AMBARI-24604] Stack advisor error popup with "500 status
code" thrown during customize service page of install wizard (dsen) (#2270)
add d9ab7ba AMBARI-24605. Using the new RBAC framework to allow cluster
operators/administrators and Ambari administrators to manage widgets (#2274)
add 70b0579 AMBARI-24612 Host Level Maintenance mode is not working
through Ambari UI
add 7cc5c9d AMBARI-24614. deploy-gce-perf-cluster.py script does not work
(aonishuk)
add 68d0b64 AMBARI-24609. Ability to install common ambari python
libraries to maven repository (local / remote). (#2273)
add c17762b [AMBARI-24610] [Log Search UI] Show user friendly component
name in query input (#2277)
add 6645b45 AMBARI-24619 Horizontal scroll bar on assign slaves and
clients page is not convenient for deploy with numerous hosts. (ababiichuk)
add 3ed311f AMBARI-24624. Log Search: Field type 'key_lower_case' not
found - in Solr. (#2296)
add 218f99d AMBARI-24620 Duplicate view of configurations in Add Service
wizard
add b2f3690 AMBARI-24618. Ambari generates wrong zookeeper connection
string for KMS HA configuration
add d5a1acc AMBARI-24618. Ambari generates wrong zookeeper connection
string for KMS HA configuration(tests)
add ff3952f Merge pull request #2287 from hiveww/AMBARI-24618-trunk
add c683a6b AMBARI-24625. Ambari self signed certificate generated with
1024 bits length, need to make this 2048 (dlysnichenko) (#2297)
add 6cd99d2 AMBARI-24611. Disabling an Alert Does Not Clear It in the Web
UI. (#2301)
add c375853 AMBARI-24626. Log Search: some solr fields are missing from
service log / audit log response (#2299)
add 98dc82b7 AMBARI-24627 "Host is in Maintenance mode" text is not
displayed in UI after maintenance mode is turned on
add 3edb35c AMBARI-24623. hdfsResource fails to using nameservices for
filesystems which does not support that (aonishuk)
add ffeaf06 AMBARI-24621. Badge with count of empty or invalid properties
are missed ar the services panel during cluster installation (akovalenko)
add 8c9b50c AMBARI-24628. Fix possible "Phishing by Navigating Browser
Tabs" vulnerability (akovalenko)
add e3c3e34 AMBARI-24628. Fix possible "Phishing by Navigating Browser
Tabs" vulnerability (akovalenko)
add 281d1ae AMBARI-24633. Ambari strips leading space for valid YARN
configs on the config compare screen
add 9457e43 Merge pull request #2304 from hiveww/AMBARI-24633-trunk
add 443a473 [AMBARI-24636] Add Service wizard fails if a service without
configs is installed.
add c03f4b0 [AMBARI-24556] Aggregation across clusters are not being done
in AMS for even when multiple cluster support is enabled. (#2314)
add 8add52c AMBARI-24640. Log Search: support to remove suffixes from
field names. (#2321)
add 6d7ef71 AMBARI-24639 Not able to turn off maintenance mode for a host.
add 9a81c82 AMBARI-24645 Issues with tooltip containing custom time range
for charts. (ababiichuk)
add 611337c [AMBARI-22817] Update backend code to handle new versioning
schema. (#155)
add cbb50ad AMBARI-24641. Stackadvisor error while trying to add atlas
service. E… (#2323)
add 10706cb AMBARI-24647. [PERF] Host checks taking longer time than
previous releases (aonishuk)
add 4db8904 AMBARI-24638. Ambari-agent process consuming more memory.
(aonishuk)
add 9d307c8 AMBARI-24644. Log Search: support trusted knox proxy. (#2327)
add 60f0b5e AMBARI-24635. Web Client Chooses Wrong Version When Reverting
Configs (akovalenko)
add f4417ff AMBARI-24635. Web Client Chooses Wrong Version When Reverting
Configs (akovalenko)
add 7289a4f AMBARI-24644. ADDENDUM - Log Search - Fix IP address setter
add e1bce35 AMBARI-24648. Log Search: add simple file based
authorization. (#2336)
add d98d367 AMBARI-24519. Cover journal node step 5 controller
add db5be49 AMBARI-24519. Cover journal node step 5 controller
add b1a677d Merge pull request #2135 from hiveww/AMBARI-24519-trunk
add b4398d5 Merge branch 'trunk' into branch-feature-AMBARI-14714
new e7a01f7 Merge branch 'trunk' into branch-feature-AMBARI-14714
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:
.../main/resources/ui/admin-web/app/scripts/app.js | 2 +-
.../python/ambari_agent/AlertSchedulerHandler.py | 4 +-
.../src/main/python/ambari_agent/Hardware.py | 6 +-
.../src/main/python/ambari_agent/security.py | 2 +-
.../src/test/python/ambari_agent/TestHardware.py | 4 +-
.../src/main/python/ambari_ws4py/websocket.py | 3 +-
.../libraries/providers/hdfs_resource.py | 2 +-
ambari-logsearch/ambari-logsearch-server/build.xml | 2 +-
.../configsets/hadoop_logs/conf/solrconfig.xml | 4 +-
.../logsearch/auth/filter/AbstractJWTFilter.java | 5 +-
.../logsearch/common/LabelFallbackHandler.java | 20 ++-
.../logsearch/common/LogSearchConstants.java | 4 +-
.../ambari/logsearch/conf/AuthPropsConfig.java | 126 +++++++++++++-
.../ambari/logsearch/conf/SecurityConfig.java | 24 ++-
.../ambari/logsearch/conf/UIMappingConfig.java | 41 ++++-
.../org/apache/ambari/logsearch/dao/RoleDao.java | 126 ++++++++++++++
.../org/apache/ambari/logsearch/dao/UserDao.java | 13 +-
.../ambari/logsearch/manager/AuditLogsManager.java | 5 +-
.../logsearch/manager/ServiceLogsManager.java | 3 +-
.../logsearch/model/response/ServiceLogData.java | 10 ++
.../ambari/logsearch/solr/SolrConstants.java | 5 +
.../logsearch/solr/model/SolrCommonLogData.java | 49 ++++++
.../logsearch/solr/model/SolrServiceLogData.java | 26 +++
.../logsearch/web/filters/LogsearchJWTFilter.java | 13 +-
.../web/filters/LogsearchTrustedProxyFilter.java | 175 ++++++++++++++++++++
.../src/main/resources/roles.json | 5 +
.../logsearch/common/LabelFallbackHandlerTest.java | 26 ++-
.../apache/ambari/logsearch/dao/RoleDaoTest.java | 63 +++++++
.../search-box/search-box.component.html | 2 +-
.../search-box/search-box.component.spec.ts | 17 +-
ambari-logsearch/docker/Dockerfile | 2 +-
ambari-logsearch/docker/bin/start.sh | 1 +
.../test-config/logsearch/logsearch-sso.properties | 3 +
.../test-config/logsearch/logsearch.properties | 2 +
.../TimelineMetricClusterAggregatorSecond.java | 4 +-
.../query/render/AlertSummaryGroupedRenderer.java | 12 ++
.../ambari/server/api/services/AmbariMetaInfo.java | 3 +-
.../internal/AlertDefinitionResourceProvider.java | 2 +-
.../internal/WidgetResourceProvider.java | 37 ++---
.../events/AlertDefinitionDisabledEvent.java | 17 +-
.../alerts/AlertDefinitionDisabledListener.java | 15 ++
.../listeners/alerts/AlertReceivedListener.java | 8 +
.../security/authorization/RoleAuthorization.java | 1 +
.../src/main/resources/Ambari-DDL-Derby-CREATE.sql | 4 +
.../src/main/resources/Ambari-DDL-MySQL-CREATE.sql | 4 +
.../main/resources/Ambari-DDL-Oracle-CREATE.sql | 4 +
.../main/resources/Ambari-DDL-Postgres-CREATE.sql | 4 +
.../resources/Ambari-DDL-SQLAnywhere-CREATE.sql | 4 +
.../main/resources/Ambari-DDL-SQLServer-CREATE.sql | 4 +
.../src/main/resources/stacks/PERF/check_host.sed | 10 +-
.../src/main/resources/stacks/stack_advisor.py | 7 +
.../internal/WidgetResourceProviderTest.java | 2 +-
ambari-web/app/assets/test/tests.js | 1 +
ambari-web/app/controllers/installer.js | 2 +-
ambari-web/app/controllers/main/host/details.js | 6 +-
ambari-web/app/controllers/main/service/item.js | 2 +-
ambari-web/app/messages.js | 4 +-
.../app/mixins/common/configs/enhanced_configs.js | 33 ++--
.../app/mixins/common/widgets/time_range_mixin.js | 4 +-
ambari-web/app/models/host.js | 2 +-
ambari-web/app/models/host_component.js | 12 +-
ambari-web/app/styles/common.less | 17 ++
ambari-web/app/styles/service_configurations.less | 3 +
ambari-web/app/styles/wizard.less | 143 ++++++++++------
.../common/configs/config_versions_control.hbs | 2 +-
.../common/configs/configs_comparison_cell.hbs | 4 +-
.../common/configs/configs_comparison_row.hbs | 2 +-
.../templates/common/configs/services_config.hbs | 4 +-
.../app/templates/common/host_progress_popup.hbs | 2 +-
.../common/modal_popups/log_tail_popup.hbs | 2 +-
.../templates/main/alerts/definition_details.hbs | 2 +-
.../main/dashboard/widgets/hbase_links.hbs | 6 +-
.../main/dashboard/widgets/hdfs_links.hbs | 4 +-
.../main/dashboard/widgets/yarn_links.hbs | 4 +-
ambari-web/app/templates/main/host/logs.hbs | 2 +-
.../metrics/flume/flume_agent_metrics_section.hbs | 4 +-
.../app/templates/main/service/info/summary.hbs | 4 +-
ambari-web/app/templates/wizard/step6.hbs | 71 ++++----
.../common/configs/config_versions_control_view.js | 4 +-
.../configs/service_config_container_view.js | 5 +-
ambari-web/app/views/main/host/details.js | 7 +-
.../app/views/main/service/info/metrics_view.js | 1 +
ambari-web/app/views/wizard/step6_view.js | 36 ++--
.../journalNode/step3_controller_test.js | 80 +++++++++
.../test/controllers/main/host/details_test.js | 11 +-
ambari-web/test/models/host_component_test.js | 34 +++-
.../configs/config_versions_control_view_test.js | 12 +-
ambari-web/test/views/wizard/step6_view_test.js | 21 +--
.../stacks/HDF/2.0/services/stack_advisor.py | 3 +
.../stacks/ODPi/2.0/services/stack_advisor.py | 3 +
contrib/utils/perf/deploy-gce-perf-cluster.py | 19 ++-
install-ambari-python.sh | 182 +++++++++++++++++++++
setup.py | 36 +++-
93 files changed, 1445 insertions(+), 288 deletions(-)
create mode 100644
ambari-logsearch/ambari-logsearch-server/src/main/java/org/apache/ambari/logsearch/dao/RoleDao.java
create mode 100644
ambari-logsearch/ambari-logsearch-server/src/main/java/org/apache/ambari/logsearch/web/filters/LogsearchTrustedProxyFilter.java
create mode 100644
ambari-logsearch/ambari-logsearch-server/src/main/resources/roles.json
create mode 100644
ambari-logsearch/ambari-logsearch-server/src/test/java/org/apache/ambari/logsearch/dao/RoleDaoTest.java
copy ambari-agent/src/main/python/setup.cfg =>
ambari-server/src/main/resources/stacks/PERF/check_host.sed (68%)
create mode 100644
ambari-web/test/controllers/main/admin/highAvailability/journalNode/step3_controller_test.js
create mode 100755 install-ambari-python.sh
mode change 100644 => 100755 setup.py