Commit fd47ede
authored
Merge pull request #32 from SOFTNETWORK-APP/feature/licensing
- add support for watchers
- add support for enrich policies
- add transform model
- add materialized view model
- add licensing
- add REPL client336 files changed
Lines changed: 29567 additions & 3456 deletions
File tree
- bridge/src
- main/scala/app/softnetwork/elastic/sql/bridge
- test/scala/app/softnetwork/elastic/sql
- core
- src
- main
- resources
- META-INF/services
- help
- commands
- ddl
- dml
- dql
- functions
- aggregate
- conditional
- conversion
- date
- geo
- numeric
- string
- meta
- scala-2.13/app/softnetwork/elastic/client
- scala/app/softnetwork
- common
- elastic/client
- extensions
- help
- metrics
- repl
- result
- test/scala/app/softnetwork/elastic/client
- result
- docker
- documentation
- client
- sql
- es6
- bridge/src
- main/scala/app/softnetwork/elastic/sql/bridge
- test/scala/app/softnetwork/elastic/sql
- jest/src
- main/scala/app/softnetwork/elastic/client/jest
- actions
- interceptors
- test/scala/app/softnetwork/elastic/client/repl
- rest/src
- main/scala/app/softnetwork/elastic/client/rest
- test/scala/app/softnetwork/elastic/client/repl
- es7/rest/src
- main/scala/app/softnetwork/elastic/client/rest
- test/scala/app/softnetwork/elastic/client/repl
- es8/java/src
- main/scala/app/softnetwork/elastic/client/java
- test/scala/app/softnetwork/elastic/client/repl
- es9/java/src
- main/scala/app/softnetwork/elastic/client/java
- test/scala/app/softnetwork/elastic/client/repl
- licensing
- src/main/scala/app/softnetwork/elastic/licensing
- persistence/src/main/scala/app/softnetwork/elastic/persistence/query
- project
- sql
- src
- main
- resources
- scala-2.12/app/softnetwork/elastic/sql/config
- scala-2.13/app/softnetwork/elastic/sql/config
- scala/app/softnetwork/elastic
- schema
- sql
- function
- aggregate
- cond
- convert
- math
- string
- time
- health
- http
- parser
- function
- convert
- math
- time
- http
- type
- policy
- query
- schema
- serialization
- time
- transform
- type
- watcher
- utils
- test/scala/app/softnetwork/elastic/sql
- parser
- watcher
- testkit/src/main/scala/app/softnetwork/elastic
- client
- repl
- scalatest
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
156 | | - | |
| 159 | + | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
163 | | - | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| |||
348 | 351 | | |
349 | 352 | | |
350 | 353 | | |
351 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
352 | 358 | | |
353 | 359 | | |
354 | 360 | | |
| |||
364 | 370 | | |
365 | 371 | | |
366 | 372 | | |
367 | | - | |
| 373 | + | |
368 | 374 | | |
369 | 375 | | |
370 | 376 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
48 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
Lines changed: 93 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | | - | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
54 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
55 | 63 | | |
56 | 64 | | |
57 | 65 | | |
58 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
59 | 72 | | |
60 | 73 | | |
61 | 74 | | |
62 | 75 | | |
63 | 76 | | |
64 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
65 | 81 | | |
66 | 82 | | |
67 | 83 | | |
| |||
137 | 153 | | |
138 | 154 | | |
139 | 155 | | |
140 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
141 | 160 | | |
142 | 161 | | |
143 | 162 | | |
| |||
155 | 174 | | |
156 | 175 | | |
157 | 176 | | |
158 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
159 | 181 | | |
160 | 182 | | |
161 | 183 | | |
| |||
207 | 229 | | |
208 | 230 | | |
209 | 231 | | |
210 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
211 | 236 | | |
212 | 237 | | |
213 | 238 | | |
| |||
413 | 438 | | |
414 | 439 | | |
415 | 440 | | |
416 | | - | |
| 441 | + | |
| 442 | + | |
417 | 443 | | |
418 | 444 | | |
419 | 445 | | |
| |||
431 | 457 | | |
432 | 458 | | |
433 | 459 | | |
434 | | - | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
435 | 464 | | |
436 | 465 | | |
437 | 466 | | |
| |||
491 | 520 | | |
492 | 521 | | |
493 | 522 | | |
494 | | - | |
| 523 | + | |
495 | 524 | | |
496 | 525 | | |
497 | 526 | | |
| |||
512 | 541 | | |
513 | 542 | | |
514 | 543 | | |
515 | | - | |
| 544 | + | |
516 | 545 | | |
517 | 546 | | |
518 | 547 | | |
| |||
571 | 600 | | |
572 | 601 | | |
573 | 602 | | |
574 | | - | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
575 | 607 | | |
576 | 608 | | |
577 | 609 | | |
| |||
582 | 614 | | |
583 | 615 | | |
584 | 616 | | |
585 | | - | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
586 | 621 | | |
587 | 622 | | |
588 | 623 | | |
| |||
592 | 627 | | |
593 | 628 | | |
594 | 629 | | |
595 | | - | |
| 630 | + | |
596 | 631 | | |
597 | 632 | | |
598 | 633 | | |
| |||
810 | 845 | | |
811 | 846 | | |
812 | 847 | | |
813 | | - | |
| 848 | + | |
814 | 849 | | |
815 | 850 | | |
816 | 851 | | |
| |||
821 | 856 | | |
822 | 857 | | |
823 | 858 | | |
824 | | - | |
| 859 | + | |
825 | 860 | | |
826 | 861 | | |
827 | 862 | | |
| |||
884 | 919 | | |
885 | 920 | | |
886 | 921 | | |
887 | | - | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
888 | 926 | | |
889 | 927 | | |
890 | 928 | | |
| |||
1007 | 1045 | | |
1008 | 1046 | | |
1009 | 1047 | | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
1010 | 1082 | | |
1011 | 1083 | | |
1012 | 1084 | | |
| |||
1015 | 1087 | | |
1016 | 1088 | | |
1017 | 1089 | | |
1018 | | - | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
1019 | 1094 | | |
1020 | 1095 | | |
1021 | 1096 | | |
| |||
0 commit comments