Commit 988ebde
authored
STAND-123: Automatically trigger a search index rebuild after loading demo or empty database Platform (#80)
* move Demo and CIEL Database Packaging from Build-Time to Runtime
* fixing test failures
* adding support for mysqldump via MySQL on CI
* removing the wildcard*
* addressing linux and win install mysql
* finding mysqldump on ci
* revert to mysqldump
* adding ci linux mysqldump checks
* adding arg column-statistics=0 to pass the linux build
* cleanup and updating README.md
* adding cleaning step for linux
* using bin/mariadb-dump instead of mysqldump
* using bin/mariadb-dump instead of mysqldump
* using scripts to solve mysqldump for windows
* using java DatabaseDumper to solve mysqldump for windows
* adding skip-extended-insert
* added rebuild the search index on database
* fixing windows ci failure
* fixing windows ci failure
* addressing the mvn package failure
* re-correcting the update search index
* STAND-123: Automatically trigger a search index rebuild after loading demo or empty database Platform1 parent 06a02f3 commit 988ebde
File tree
2 files changed
+45
-2
lines changed- src/main/java/org/openmrs/standalone
2 files changed
+45
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
151 | 149 | | |
152 | 150 | | |
153 | 151 | | |
| 152 | + | |
154 | 153 | | |
155 | 154 | | |
156 | 155 | | |
| |||
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
258 | 263 | | |
259 | 264 | | |
260 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
261 | 302 | | |
0 commit comments