Commit 0274247
Merge release 3.6.1 to main (#130)
* Cherry-pick health and version API enhancements to release-3.6.1 (#126)
* feat(health,version): add health and version endpoints without auth
* fix(health,version): remove unused git properties
* refactor(health): simplify MySQL health check and remove sensitive details
* fix(health): fix healthservices timeout issue
* fix(health): include sanitized error in DOWN responses
* fix(health): harden advanced MySQL checks and throttle execution
* fix(health): scope PROCESSLIST lock-wait check to application DB user
* fix(health): cancel timed-out advanced MySQL checks to avoid orphaned tasks
* fix(health): avoid blocking DB I/O under write lock and restore interrupt flag
* feat(health): add gpl license header
* fix: update the version
* fix: resolve conflicts
---------
Co-authored-by: KOPPIREDDY DURGA PRASAD <144464542+DurgaPrasad-54@users.noreply.github.com>
Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>1 parent b643b6b commit 0274247
3 files changed
Lines changed: 45 additions & 1 deletion
File tree
- src/main/java/com/iemr/ecd
- controller/health
- service/health
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
0 commit comments