Skip to content

Commit

Permalink
fix cdn.jsdelivr SSL , improve UI UX , upgrade java
Browse files Browse the repository at this point in the history
  • Loading branch information
trieu committed May 2, 2024
1 parent 347accc commit 516040f
Show file tree
Hide file tree
Showing 74 changed files with 523 additions and 135 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@
* How to setup LEO CDP
* How to monitor system

## [0.9.0] - 2024-04-10
## [0.9.0] - 2024-05-02

### Added

- [Campaign UI] show automated flow using mermaid.js
- [Admin UI] show menu user guide
- [Campaign] UI to listing campaigns
- [Profile] show duplicate profile to merge data manually
Expand Down Expand Up @@ -66,6 +67,7 @@

### Fixed

- [User Authorization]
- [Data Deduplication] improve UI UX in profile list and profile info
- update and ranking
- check status of Activation Rule before run a scheduled job
Expand Down
8 changes: 0 additions & 8 deletions configs/database-query-template.aql
Original file line number Diff line number Diff line change
Expand Up @@ -454,13 +454,6 @@ AQL_GET_TOUCHPOINTS_BY_FILTER =>
RETURN p
;

AQL_GET_TOP_1000_TOUCHPOINTS_BY_PROFILE =>
FOR p in cdp_profile
FILTER p._key == @profileId
FOR t IN cdp_touchpoint
FILTER t._key IN p.top1000Touchpoints
RETURN t
;

AQL_UPDATE_CONTEXT_SESSION_AFTER_MERGE =>
FOR d IN cdp_contextsession
Expand Down Expand Up @@ -505,7 +498,6 @@ AQL_GET_TOUCHPOINT_REPORT_FOR_PROFILE =>
RETURN {"touchpoint":t, "eventCount": eventCount}
;


AQL_GET_TOUCHPOINT_FLOW_STATISTICS =>
LET stats =
(
Expand Down
Binary file removed deps/jackson-annotations-2.14.2.jar
Binary file not shown.
Binary file added deps/jackson-annotations-2.16.0.jar
Binary file not shown.
Binary file removed deps/jackson-core-2.14.2.jar
Binary file not shown.
Binary file added deps/jackson-core-2.16.0.jar
Binary file not shown.
Binary file removed deps/jackson-databind-2.14.2.jar
Binary file not shown.
Binary file added deps/jackson-databind-2.16.0.jar
Binary file not shown.
Binary file removed deps/jackson-dataformat-cbor-2.14.2.jar
Binary file not shown.
Binary file added deps/jackson-dataformat-cbor-2.16.0.jar
Binary file not shown.
Binary file removed deps/jackson-dataformat-yaml-2.14.2.jar
Binary file not shown.
Binary file added deps/jackson-dataformat-yaml-2.16.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed deps/kafka-clients-3.3.2.jar
Binary file not shown.
Binary file added deps/kafka-clients-3.7.0.jar
Binary file not shown.
Binary file removed deps/kafka-streams-3.3.2.jar
Binary file not shown.
Binary file added deps/kafka-streams-3.7.0.jar
Binary file not shown.
Binary file removed deps/kotlin-stdlib-1.6.20.jar
Binary file not shown.
Binary file added deps/kotlin-stdlib-1.9.10.jar
Binary file not shown.
Binary file removed deps/kotlin-stdlib-common-1.6.20.jar
Binary file not shown.
Binary file added deps/kotlin-stdlib-common-1.9.10.jar
Binary file not shown.
Binary file removed deps/kotlin-stdlib-jdk7-1.6.10.jar
Binary file not shown.
Binary file added deps/kotlin-stdlib-jdk7-1.9.10.jar
Binary file not shown.
Binary file removed deps/kotlin-stdlib-jdk8-1.6.10.jar
Binary file not shown.
Binary file added deps/kotlin-stdlib-jdk8-1.9.10.jar
Binary file not shown.
Binary file removed deps/okhttp-4.10.0.jar
Binary file not shown.
Binary file added deps/okhttp-4.12.0.jar
Binary file not shown.
Binary file removed deps/okio-jvm-3.0.0.jar
Binary file not shown.
Binary file added deps/okio-jvm-3.6.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed deps/snakeyaml-1.33.jar
Binary file not shown.
Binary file added deps/snakeyaml-2.2.jar
Binary file not shown.
Binary file added deps/snappy-java-1.1.10.5.jar
Binary file not shown.
Binary file removed deps/snappy-java-1.1.8.4.jar
Binary file not shown.
Binary file removed deps/zstd-jni-1.5.2-1.jar
Binary file not shown.
Binary file added deps/zstd-jni-1.5.5-6.jar
Binary file not shown.
Binary file modified leo-data-processing-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-main-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-observer-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-scheduler-starter-v_0.9.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion public/html/leo-event-proxy.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}

var cbKey = "20231107";
var leoObserverJsUrl = "https://cdn.jsdelivr.net/gh/USPA-Technology/[email protected]/js/leo-observer/leo.observer.min.js?cb="+cbKey;
var leoObserverJsUrl = "https://gcore.jsdelivr.net/gh/USPA-Technology/[email protected]/js/leo-observer/leo.observer.min.js?cb="+cbKey;
var isDev = ROOT_DOMAIN === "obs.example.com";
if(isDev) {
leoObserverJsUrl = "https://obs.example.com/public/js/leo-observer/leo.observer.js?cb="+(new Date().getTime());
Expand Down
Binary file added public/images/dcdp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ttg-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/js/leo-form/leo.form.loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
lang = lang || 'us';

// FIXME
var cdnUrl = window.leoFormBaseUrl || 'https://cdn.jsdelivr.net/gh/USPA-Technology/leo-cdp-static-files@latest/js/leo-form/';
var cdnUrl = window.leoFormBaseUrl || 'https://gcore.jsdelivr.net/gh/USPA-Technology/leo-cdp-static-files@latest/js/leo-form/';

var formSchemaUrl = cdnUrl + 'leo.form.iframe.' + lang + '.js';
var jsForm = '<script src="' + formSchemaUrl + '"><\/script>'
Expand Down
2 changes: 1 addition & 1 deletion public/mediaplayer/mediaplayer.one.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions resources/app-templates/content-hub/backup-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lscache/1.3.0/lscache.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.11.0/underscore-min.js" ></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/jsv.min.js"></script>
<script src="https://gcore.jsdelivr.net/npm/[email protected]/lib/jsv.min.js"></script>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/jsonform.min.js"></script>
<script src="https://gcore.jsdelivr.net/npm/[email protected]/lib/jsonform.min.js"></script>

<script src="//{{baseStaticUrl}}/public/js/utils/mdl-chips-input.js"></script>
<script src="//{{baseStaticUrl}}/public/js/utils/handlebars.min.js"></script>
Expand Down Expand Up @@ -206,7 +206,7 @@
window.leoObserverId = "4Ql9nCEbJKgHcSRwtJhWdV";

window.leoObserverLogDomain = "demotrack.leocdp.net";
window.leoObserverCdnDomain = "cdn.jsdelivr.net/gh/USPA-Technology/leo-cdp-static-files";
window.leoObserverCdnDomain = "gcore.jsdelivr.net/gh/USPA-Technology/leo-cdp-static-files";
window.leoAdServerDomain = "demo.leocdp.net";

window.srcTouchpointName = encodeURIComponent(document.title);
Expand Down
10 changes: 5 additions & 5 deletions resources/app-templates/content-hub/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
rel="stylesheet">

<!-- Icons -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css" rel="stylesheet">
<link href="https://gcore.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link href="https://gcore.jsdelivr.net/npm/[email protected]/css/boxicons.min.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>

<!-- Icons -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css" rel="stylesheet">
<link href="https://gcore.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link href="https://gcore.jsdelivr.net/npm/[email protected]/css/boxicons.min.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>

<!-- Vendor CSS Files -->
Expand All @@ -51,7 +51,7 @@
<div class="container d-flex align-items-center">
<div class="logo mr-auto">
<!-- Uncomment below if you prefer to use an image logo -->
<a href="/"><img src="https://cdn.jsdelivr.net/gh/USPA-Technology/leo-cdp-static-files@latest/images/leo-cdp-logo.png" alt="LEO CDP" class="img-fluid"></a>
<a href="/"><img src="https://gcore.jsdelivr.net/gh/USPA-Technology/leo-cdp-static-files@latest/images/leo-cdp-logo.png" alt="LEO CDP" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 516040f

Please sign in to comment.