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

kbhatt pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.


    from 98e3d12  Revert "ATLAS-3758: support sort params in 
FreeTextSearchProcessor - #2"
     new cc6cac3  ATLAS-3604: Data Migration status display.
     new 66e0042  ATLAS-3705 : UI : Remove notification section from Server 
Statistics: migration page
     new 445c383  ATLAS-3761:- UI: Show progress bar for migration page

The 3 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:
 dashboardv2/gruntfile.js                           |   4 +-
 .../public/css/scss/migration-style.scss           |  16 +--
 dashboardv2/public/css/scss/stats.scss             |  59 ++++++++
 dashboardv2/public/js/migration.js                 | 159 +++++++++++++++++++++
 .../MigrationView_tmpl.html}                       |   4 +-
 .../public/js/templates/site/Statistics_tmpl.html  |  15 +-
 dashboardv2/public/js/utils/Helper.js              | 137 +++++++++---------
 .../public/js/utils/MigrationEnums.js              |  21 +--
 .../public/js/views/migration/MigrationView.js     |  68 +++++++++
 dashboardv2/public/js/views/site/Statistics.js     | 150 +++++++++++++++----
 dashboardv2/public/migration-status.html.tpl       |  61 ++++++++
 .../atlas/web/filters/ActiveServerFilter.java      |  25 ++++
 .../atlas/web/security/AtlasSecurityConfig.java    |   1 +
 13 files changed, 595 insertions(+), 125 deletions(-)
 copy dashboardv3/public/css/scss/style.scss => 
dashboardv2/public/css/scss/migration-style.scss (77%)
 create mode 100644 dashboardv2/public/js/migration.js
 copy 
dashboardv2/public/js/templates/{glossary/TermRelationAttributeLayoutView_tmpl.html
 => migration/MigrationView_tmpl.html} (93%)
 copy 
addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/model/KafkaDataTypes.java
 => dashboardv2/public/js/utils/MigrationEnums.js (77%)
 create mode 100644 dashboardv2/public/js/views/migration/MigrationView.js
 create mode 100644 dashboardv2/public/migration-status.html.tpl

Reply via email to