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

oleewere pushed a change to branch branch-feature-AMBARI-22842
in repository https://gitbox.apache.org/repos/asf/ambari.git.


    omit 1bcc2bc  AMBARI-22842. Provide field / component UI metadata from 
backend
     add 40549ef  [AMBARI-22889] LDAP configuration is not reloaded in Guice
     add 79504f7  AMBARI-22835 Log Search UI: implement log level filter
     new 3a11be3  AMBARI-22842. Provide field / component UI metadata from 
backend

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   (1bcc2bc)
            \
             N -- N -- N   refs/heads/branch-feature-AMBARI-22842 (3a11be3)

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:
 .../ambari-logsearch-web/src/app/app.module.ts     |    6 +-
 .../src/app/classes/models/app-settings.ts         |    8 +-
 .../src/app/classes/models/filter.ts               |    8 +-
 .../src/app/classes/models/store.ts                |   10 +-
 .../ambari-logsearch-web/src/app/classes/object.ts |    8 +
 .../classes/{models/node-item.ts => settings.ts}   |   20 +-
 .../ambari-logsearch-web/src/app/classes/string.ts |    2 +
 .../action-menu/action-menu.component.html         |   14 +-
 .../action-menu/action-menu.component.spec.ts      |   11 +-
 .../action-menu/action-menu.component.ts           |   30 +-
 .../date-picker/date-picker.component.ts           |   21 +-
 .../log-index-filter.component.html                |   86 ++
 .../log-index-filter.component.less}               |   42 +-
 .../log-index-filter.component.spec.ts}            |   59 +-
 .../log-index-filter/log-index-filter.component.ts |  177 +++
 .../logs-container/logs-container.component.ts     |   20 +-
 .../src/app/components/modal/modal.component.html  |    5 +-
 .../modal.component.less}                          |    4 +-
 .../src/app/components/modal/modal.component.ts    |    9 +-
 .../service-logs-table.component.less              |    2 +-
 .../timezone-picker.component.spec.ts              |    6 +-
 .../timezone-picker/timezone-picker.component.ts   |    8 +-
 .../src/app/components/variables.less              |    5 +-
 .../ambari-logsearch-web/src/app/mock-data.ts      | 1484 +++++++++++++++++++-
 .../app/services/component-generator.service.ts    |    9 +-
 .../src/app/services/http-client.service.ts        |    9 +-
 .../app/services/logs-container.service.spec.ts    |   26 -
 .../src/app/services/logs-container.service.ts     |  116 +-
 .../src/app/services/storage/filters.service.ts    |   33 -
 .../src/app/services/storage/reducers.service.ts   |    2 -
 ...rvice.spec.ts => user-settings.service.spec.ts} |   22 +-
 .../src/app/services/user-settings.service.ts      |  162 +++
 .../src/app/services/utils.service.spec.ts         |   24 +
 .../src/app/services/utils.service.ts              |   26 +
 .../ambari-logsearch-web/src/assets/i18n/en.json   |   13 +-
 .../service/AmbariLdapConfigurationProvider.java   |   12 +-
 .../AmbariLdapAuthenticationProvider.java          |   16 +-
 .../security/ldap/AmbariLdapDataPopulator.java     |   28 +-
 ...apAuthenticationProviderForDNWithSpaceTest.java |   37 +-
 ...AuthenticationProviderForDuplicateUserTest.java |   20 +-
 .../AmbariLdapAuthenticationProviderTest.java      |   46 +-
 .../security/ldap/AmbariLdapDataPopulatorTest.java |  297 ++--
 ambari-server/src/test/python/TestAmbariServer.py  |    4 +-
 43 files changed, 2512 insertions(+), 435 deletions(-)
 copy 
ambari-logsearch/ambari-logsearch-web/src/app/classes/{models/node-item.ts => 
settings.ts} (72%)
 create mode 100644 
ambari-logsearch/ambari-logsearch-web/src/app/components/log-index-filter/log-index-filter.component.html
 copy 
ambari-logsearch/ambari-logsearch-web/src/app/components/{dropdown-list/dropdown-list.component.less
 => log-index-filter/log-index-filter.component.less} (66%)
 copy 
ambari-logsearch/ambari-logsearch-web/src/app/components/{context-menu/context-menu.component.spec.ts
 => log-index-filter/log-index-filter.component.spec.ts} (84%)
 create mode 100644 
ambari-logsearch/ambari-logsearch-web/src/app/components/log-index-filter/log-index-filter.component.ts
 copy 
ambari-logsearch/ambari-logsearch-web/src/app/components/{horizontal-histogram/horizontal-histogram.component.less
 => modal/modal.component.less} (95%)
 delete mode 100644 
ambari-logsearch/ambari-logsearch-web/src/app/services/storage/filters.service.ts
 copy 
ambari-logsearch/ambari-logsearch-web/src/app/services/{component-generator.service.spec.ts
 => user-settings.service.spec.ts} (90%)
 create mode 100644 
ambari-logsearch/ambari-logsearch-web/src/app/services/user-settings.service.ts

-- 
To stop receiving notification emails like this one, please contact
oleew...@apache.org.

Reply via email to