File tree
469 files changed
+7136
-7743
lines changed- .github/workflows
- stroom-analytics
- stroom-analytics-impl/src/main/java/stroom/analytics/impl
- stroom-analytics-rule-impl/src/main/java/stroom/analytics/rule/impl
- stroom-annotation
- stroom-annotation-api/src/main/java/stroom/annotation/api
- stroom-annotation-impl/src/main/java/stroom/annotation/impl
- stroom-app
- src
- main
- java/stroom/app/guice
- resources/ui/noauth/swagger
- test/java/stroom
- analytics
- data
- retention
- store/impl/fs
- importexport
- index
- pipeline/task
- processor/impl
- search
- test
- stroom-app-gwt
- stroom-config
- stroom-config-app
- src
- main/java/stroom/config/app
- test/resources/stroom/config/app
- stroom-config-global-impl
- src
- main/java/stroom/config/global/impl
- test/java/stroom/config/global/impl
- stroom-core/src
- main/java/stroom/core
- dataprocess
- meta
- test
- java/stroom/core/meta
- resources/samples/config
- Import_Export_Test
- Indexes/Solr_Index
- Visualisations/Examples/Test_Data
- LAX_Cargo_Volume
- Seattle_Broadband_Speed_Tests
- stroom-core-client/src
- main
- java/stroom
- dashboard/client
- table
- cf
- vis
- data/client/presenter
- index/client
- presenter
- view
- preferences/client
- processor/client/presenter
- query/client
- presenter
- receive/rules/client/presenter
- search
- elastic/client/presenter
- solr/client
- presenter
- view
- view/client/presenter
- resources/stroom/search/solr/client/view
- test/java/stroom/preferences/client
- stroom-core-client-widget/src/main/java/edu/ycp/cs/dh/acegwt/public/ace
- stroom-dashboard/stroom-dashboard-impl/src/main/java/stroom/dashboard/impl/visualisation
- stroom-data
- stroom-data-retention-impl/src
- main/java/stroom/data/retention/impl
- test/java/stroom/data/retention/impl
- stroom-data-store-impl/src/main/java/stroom/data/store/impl
- stroom-data-store-impl-fs/src/main/java/stroom/data/store/impl/fs
- stroom-data-store-util/src/main/java/stroom/data/store/util
- stroom-db-util/src
- main/java/stroom/db/util
- test/java/stroom/db/util
- stroom-explorer/stroom-explorer-impl/src/main/java/stroom/explorer/impl
- stroom-index
- stroom-index-impl/src
- main/java/stroom/index/impl
- test/java/stroom/index/impl
- stroom-index-impl-db/src
- main
- java/stroom/index/impl/db
- resources/stroom/index/impl/db/migration
- test/java/stroom/index/impl/db
- stroom-index-impl-db-jooq
- src/main/java/stroom/index/impl/db/jooq
- tables
- records
- stroom-index-lucene553/src
- main/java/stroom/index/lucene553
- analyser
- test/java/stroom/index/lucene553
- analyser
- stroom-index-lucene980/src
- main/java/stroom/index/lucene980
- analyser
- test/java/stroom/index/lucene980
- analyser
- stroom-index-mock
- src/main/java/stroom/index/mock
- stroom-legacy
- stroom-legacy-db-migration/src/main/java/stroom/legacy/db/migration
- stroom-legacy-impex_6_1/src/main/java/stroom/legacy/impex_6_1
- stroom-meta
- stroom-meta-impl/src/main/java/stroom/meta/impl
- stroom-meta-impl-db/src
- main/java/stroom/meta/impl/db
- test/java/stroom/meta/impl/db
- stroom-meta-mock/src/main/java/stroom/meta/mock
- stroom-pipeline/src/main/java/stroom/pipeline
- destination
- refdata
- task
- writer
- stroom-processor
- stroom-processor-api/src/main/java/stroom/processor/api
- stroom-processor-impl/src/main/java/stroom/processor/impl
- stroom-processor-impl-db/src
- main/java/stroom/processor/impl/db
- test/java/stroom/processor/impl/db
- stroom-query/stroom-query-api/src/main/java/stroom/datasource/api/v2
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
469 files changed
+7136
-7743
lines changedDiff for: .github/workflows/build_and_release.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
|
Diff for: BREAKING_CHANGES.md
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
|
Diff for: CHANGELOG.md
+21-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
16 | 34 |
| |
17 | 35 |
| |
18 | 36 |
| |
| |||
363 | 381 |
| |
364 | 382 |
| |
365 | 383 |
| |
366 |
| - | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
367 | 387 |
| |
368 | 388 |
| |
369 | 389 |
| |
|
Diff for: ci_build.sh
+3-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 | 49 |
| |
51 |
| - | |
| 50 | + | |
52 | 51 |
| |
53 | 52 |
| |
54 | 53 |
| |
| |||
330 | 329 |
| |
331 | 330 |
| |
332 | 331 |
| |
333 |
| - | |
| 332 | + | |
334 | 333 |
| |
335 | 334 |
| |
336 | 335 |
| |
| |||
486 | 485 |
| |
487 | 486 |
| |
488 | 487 |
| |
489 |
| - | |
490 | 488 |
| |
491 | 489 |
| |
492 | 490 |
| |
493 |
| - | |
| 491 | + | |
494 | 492 |
| |
495 | 493 |
| |
496 | 494 |
| |
|
Diff for: settings.gradle
-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 | 211 |
| |
218 | 212 |
| |
219 | 213 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
| |
5 |
| - | |
6 | 4 |
| |
7 | 5 |
| |
8 | 6 |
| |
| |||
28 | 26 |
| |
29 | 27 |
| |
30 | 28 |
| |
31 |
| - | |
| 29 | + | |
32 | 30 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
36 | 34 |
| |
37 | 35 |
| |
38 | 36 |
| |
39 | 37 |
| |
40 | 38 |
| |
41 | 39 |
| |
42 | 40 |
| |
43 |
| - | |
| 41 | + | |
44 | 42 |
| |
45 | 43 |
| |
46 | 44 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
| 130 | + | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
| 137 | + | |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
| 146 | + | |
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
| 153 | + | |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 |
| - | |
| 334 | + | |
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
| |||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
361 |
| - | |
362 |
| - | |
363 |
| - | |
364 |
| - | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 | 20 |
| |
| 21 | + | |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
| |||
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
40 |
| - | |
41 | 39 |
| |
42 | 40 |
| |
43 | 41 |
| |
| |||
66 | 64 |
| |
67 | 65 |
| |
68 | 66 |
| |
69 |
| - | |
| 67 | + | |
70 | 68 |
| |
71 | 69 |
| |
72 | 70 |
| |
| |||
81 | 79 |
| |
82 | 80 |
| |
83 | 81 |
| |
84 |
| - | |
| 82 | + | |
85 | 83 |
| |
86 | 84 |
| |
87 | 85 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 |
| - | |
7 | 4 |
| |
8 | 5 |
| |
9 | 6 |
| |
| |||
29 | 26 |
| |
30 | 27 |
| |
31 | 28 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
45 | 42 |
| |
46 | 43 |
| |
47 | 44 |
| |
| |||
58 | 55 |
| |
59 | 56 |
| |
60 | 57 |
| |
61 |
| - | |
| 58 | + | |
62 | 59 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 | 11 |
| |
| 12 | + | |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
| |||
59 | 58 |
| |
60 | 59 |
| |
61 | 60 |
| |
62 |
| - | |
| 61 | + | |
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
| |||
69 | 68 |
| |
70 | 69 |
| |
71 | 70 |
| |
72 |
| - | |
| 71 | + | |
73 | 72 |
| |
74 | 73 |
| |
75 | 74 |
| |
|
Diff for: stroom-app-gwt/build.gradle
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
487 |
| - | |
| 487 | + |
Diff for: stroom-app/build.gradle
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 | 152 |
| |
156 | 153 |
| |
157 | 154 |
| |
|
0 commit comments