Skip to content

Commit 7c675c4

Browse files
committed
Bump SQRL version to 0.10.6
1 parent 8375e74 commit 7c675c4

23 files changed

Lines changed: 116 additions & 130 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ concurrency:
2323

2424
env:
2525
TZ: 'America/Los_Angeles'
26-
SQRL_VERSION: '0.10.4'
26+
SQRL_VERSION: '0.10.6'
2727

2828
jobs:
29-
build-and-push:
29+
build:
3030
runs-on: ubuntu-latest-4-cores
3131
timeout-minutes: 30
3232
permissions:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea
2+
*.iml
23
*/build
34
target
45
h2.db.mv.db
@@ -228,4 +229,4 @@ py-venv
228229
##performance benchmarking
229230
node_modules/
230231
iceberg-data/
231-
sqrl-iceberg-data/
232+
sqrl-iceberg-data/

finance-credit-card-chatbot/credit-card-analytics/creditcard-testdata/card_assignment.jsonl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
{"customerId":9,"cardNo":"6771890227771464","timestamp":"2024-02-25T00:00:00Z","cardType":""}
1212
{"customerId":9,"cardNo":"6771894392571071","timestamp":"2024-02-25T00:00:00Z","cardType":"travel"}
1313
{"customerId":10,"cardNo":"4692437372010768","timestamp":"2024-02-25T00:00:00Z","cardType":""}
14-
{"customerId":11,"cardNo":"0000000000000000","timestamp":"2024-06-05T00:00:00.00Z","cardType":""}

finance-credit-card-chatbot/credit-card-analytics/creditcard-testdata/merchant.jsonl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,3 @@
9898
{"merchantId":86,"name":"Towne, Renner and Murphy","category":"Miscellaneous","updatedTime":"2024-02-25T00:00:00Z"}
9999
{"merchantId":18,"name":"Beier Group","category":"Clothing & Apparel","updatedTime":"2024-02-25T00:00:00Z"}
100100
{"merchantId":76,"name":"Mann-Bahringer","category":"Housing & Utilities","updatedTime":"2024-02-25T00:00:00Z"}
101-
{"merchantId":101,"name":"Advance Watermark","category":"","updatedTime":"2024-06-05T00:00:00.000Z"}

finance-credit-card-chatbot/credit-card-analytics/creditcard-testdata/merchant_reward.jsonl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,4 +465,3 @@
465465
{"merchantId":48,"rewardsByCard":[{"cardType":"travel","rewardPercentage":5,"startTimestamp":1717459200,"expirationTimestamp":1718496000},{"cardType":"sports","rewardPercentage":5,"startTimestamp":1717459200,"expirationTimestamp":1719100800}],"updatedTime":"2024-02-25T00:00:00Z"}
466466
{"merchantId":34,"rewardsByCard":[{"cardType":"travel","rewardPercentage":10,"startTimestamp":1717459200,"expirationTimestamp":1719360000},{"cardType":"sports","rewardPercentage":10,"startTimestamp":1717459200,"expirationTimestamp":1719187200},{"cardType":"business","rewardPercentage":10,"startTimestamp":1717459200,"expirationTimestamp":1718582400}],"updatedTime":"2024-02-25T00:00:00Z"}
467467
{"merchantId":78,"rewardsByCard":[{"cardType":"travel","rewardPercentage":5,"startTimestamp":1717459200,"expirationTimestamp":1719014400},{"cardType":"sports","rewardPercentage":10,"startTimestamp":1717459200,"expirationTimestamp":1719187200}],"updatedTime":"2024-02-25T00:00:00Z"}
468-
{"merchantId":101,"rewardsByCard":[{"cardType":"travel","rewardPercentage":0,"startTimestamp":0,"expirationTimestamp":0}],"updatedTime":"2024-06-05T00:00:00.000Z"}

finance-credit-card-chatbot/credit-card-analytics/creditcard_analytics.sqrl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ NewCustomerTransaction(customerId BIGINT) := SUBSCRIBE SELECT * FROM CustomerTra
4646
/* ==== TEST CASES ==== */
4747

4848
/*+test */
49-
CustomerTransactionTest := SELECT * FROM CustomerTransaction ORDER BY `time` DESC limit 5;
49+
CustomerTransactionTest := SELECT * FROM CustomerTransaction ORDER BY `time` DESC LIMIT 5;
5050

5151
/*+test */
52-
SpendingByCategoryTest := SELECT * FROM SpendingByCategory ORDER BY customerId DESC, timeWeek DESC, category ASC limit 5;
52+
SpendingByCategoryTest := SELECT * FROM SpendingByCategory ORDER BY customerId DESC, timeWeek DESC, category ASC LIMIT 5;

finance-credit-card-chatbot/credit-card-analytics/snapshots-jwt/SpendingByCategoryTest.snapshot

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
"data" : {
33
"SpendingByCategoryTest" : [ {
44
"customerId" : 10,
5-
"timeWeek" : "2024-05-30T13:59:59.999Z",
6-
"category" : "Clothing & Apparel",
7-
"spending" : 976.09
5+
"timeWeek" : "2024-06-06T13:59:59.999Z",
6+
"category" : "Childcare",
7+
"spending" : 1374.08
88
}, {
99
"customerId" : 10,
10-
"timeWeek" : "2024-05-30T13:59:59.999Z",
11-
"category" : "Communication",
12-
"spending" : 198.98
10+
"timeWeek" : "2024-06-06T13:59:59.999Z",
11+
"category" : "Clothing & Apparel",
12+
"spending" : 436.45
1313
}, {
1414
"customerId" : 10,
15-
"timeWeek" : "2024-05-30T13:59:59.999Z",
16-
"category" : "Entertainment",
17-
"spending" : 263.24
15+
"timeWeek" : "2024-06-06T13:59:59.999Z",
16+
"category" : "Communication",
17+
"spending" : 389.06
1818
}, {
1919
"customerId" : 10,
20-
"timeWeek" : "2024-05-30T13:59:59.999Z",
21-
"category" : "Groceries",
22-
"spending" : 1529.74
20+
"timeWeek" : "2024-06-06T13:59:59.999Z",
21+
"category" : "Education",
22+
"spending" : 974.29
2323
}, {
2424
"customerId" : 10,
25-
"timeWeek" : "2024-05-30T13:59:59.999Z",
26-
"category" : "Health & Wellness",
27-
"spending" : 493.13
25+
"timeWeek" : "2024-06-06T13:59:59.999Z",
26+
"category" : "Entertainment",
27+
"spending" : 101.84
2828
} ]
2929
}
3030
}

finance-credit-card-chatbot/credit-card-analytics/snapshots/SpendingByCategoryTest.snapshot

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
"data" : {
33
"SpendingByCategoryTest" : [ {
44
"customerId" : 10,
5-
"timeWeek" : "2024-05-30T13:59:59.999Z",
6-
"category" : "Clothing & Apparel",
7-
"spending" : 976.09
5+
"timeWeek" : "2024-06-06T13:59:59.999Z",
6+
"category" : "Childcare",
7+
"spending" : 1374.08
88
}, {
99
"customerId" : 10,
10-
"timeWeek" : "2024-05-30T13:59:59.999Z",
11-
"category" : "Communication",
12-
"spending" : 198.98
10+
"timeWeek" : "2024-06-06T13:59:59.999Z",
11+
"category" : "Clothing & Apparel",
12+
"spending" : 436.45
1313
}, {
1414
"customerId" : 10,
15-
"timeWeek" : "2024-05-30T13:59:59.999Z",
16-
"category" : "Entertainment",
17-
"spending" : 263.24
15+
"timeWeek" : "2024-06-06T13:59:59.999Z",
16+
"category" : "Communication",
17+
"spending" : 389.06
1818
}, {
1919
"customerId" : 10,
20-
"timeWeek" : "2024-05-30T13:59:59.999Z",
21-
"category" : "Groceries",
22-
"spending" : 1529.74
20+
"timeWeek" : "2024-06-06T13:59:59.999Z",
21+
"category" : "Education",
22+
"spending" : 974.29
2323
}, {
2424
"customerId" : 10,
25-
"timeWeek" : "2024-05-30T13:59:59.999Z",
26-
"category" : "Health & Wellness",
27-
"spending" : 493.13
25+
"timeWeek" : "2024-06-06T13:59:59.999Z",
26+
"category" : "Entertainment",
27+
"spending" : 101.84
2828
} ]
2929
}
3030
}

finance-credit-card-chatbot/credit-card-rewards/creditcard-testdata/card_assignment.jsonl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
{"customerId":9,"cardNo":"6771890227771464","timestamp":"2024-02-25T00:00:00Z","cardType":""}
1212
{"customerId":9,"cardNo":"6771894392571071","timestamp":"2024-02-25T00:00:00Z","cardType":"travel"}
1313
{"customerId":10,"cardNo":"4692437372010768","timestamp":"2024-02-25T00:00:00Z","cardType":""}
14-
{"customerId":11,"cardNo":"0000000000000000","timestamp":"2024-06-05T00:00:00.00Z","cardType":""}

finance-credit-card-chatbot/credit-card-rewards/creditcard-testdata/merchant.jsonl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,3 @@
9898
{"merchantId":86,"name":"Towne, Renner and Murphy","category":"Miscellaneous","updatedTime":"2024-02-25T00:00:00Z"}
9999
{"merchantId":18,"name":"Beier Group","category":"Clothing & Apparel","updatedTime":"2024-02-25T00:00:00Z"}
100100
{"merchantId":76,"name":"Mann-Bahringer","category":"Housing & Utilities","updatedTime":"2024-02-25T00:00:00Z"}
101-
{"merchantId":101,"name":"Advance Watermark","category":"","updatedTime":"2024-06-05T00:00:00.000Z"}

0 commit comments

Comments
 (0)