-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OP-312 telemetry module #479
Merged
mwithi
merged 28 commits into
informatici:OP-312-telemetry-module
from
goto-eof:OP-312-telemetry-module
Jul 4, 2022
Merged
OP-312 telemetry module #479
mwithi
merged 28 commits into
informatici:OP-312-telemetry-module
from
goto-eof:OP-312-telemetry-module
Jul 4, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
added Telemetry daemon + configuration renamed SmsSender class to SmsDaemon
dbmalkovsky
reviewed
Aug 26, 2021
dbmalkovsky
reviewed
Aug 26, 2021
dbmalkovsky
reviewed
Aug 26, 2021
- implemented most of data collectors - removed useless class BooleanUtils - corrected indentation
dbmalkovsky
reviewed
Sep 1, 2021
src/main/java/org/isf/envdatacollector/collectors/CollectorsConst.java
Outdated
Show resolved
Hide resolved
mwithi
reviewed
Sep 2, 2021
mwithi
reviewed
Sep 2, 2021
mwithi
reviewed
Sep 2, 2021
mwithi
reviewed
Sep 2, 2021
mwithi
reviewed
Sep 2, 2021
src/main/java/org/isf/envdatacollector/AbstractDataCollector.java
Outdated
Show resolved
Hide resolved
mwithi
reviewed
Sep 2, 2021
src/main/java/org/isf/envdatacollector/collectors/ApplicationDataCollector.java
Outdated
Show resolved
Hide resolved
mwithi
reviewed
Sep 2, 2021
src/main/java/org/isf/envdatacollector/collectors/ApplicationDataCollector.java
Outdated
Show resolved
Hide resolved
mwithi
reviewed
Sep 2, 2021
src/main/java/org/isf/envdatacollector/collectors/DBMSDataCollector.java
Outdated
Show resolved
Hide resolved
mwithi
reviewed
Sep 2, 2021
src/main/java/org/isf/envdatacollector/collectors/DBMSDataCollector.java
Outdated
Show resolved
Hide resolved
mwithi
reviewed
Sep 2, 2021
src/main/java/org/isf/envdatacollector/collectors/OpenHospitalDataCollector.java
Outdated
Show resolved
Hide resolved
mwithi
reviewed
Sep 2, 2021
src/main/java/org/isf/envdatacollector/collectors/TimeDataCollector.java
Outdated
Show resolved
Hide resolved
mwithi
reviewed
Sep 2, 2021
mwithi
reviewed
Sep 2, 2021
- completed last two data collectors - refactoring - added exception management - added freegeoip remote service interface in org.isf.org.isf.remote.iptools.geoip.freegeoip (we need a global remote package?) not tested yet!!!
Fixed Single Connection class (see database.properties.sample in gui), GeoIP response wrapper, Opd query
+ added also simulated message sending (when DEBUG=yes) + tested daemon + fixed TimeDataCollector -> if no record found sends current date
mwithi
reviewed
Sep 13, 2021
src/main/java/org/isf/telemetry/envdatacollector/collectors/DBMSDataCollector.java
Show resolved
Hide resolved
mwithi
added a commit
that referenced
this pull request
Sep 16, 2022
* enable sql file execution that starts with 7* * added telemetry module + refactoring * Chore: PatientExamination code cleaning * Chore: use parameterized logging instead of concatenation (#469) * Chore: remove unused imports (#470) * Chore: collapse duplicate/similar/subtype catches into single statement (#471) * Chore: remove unnecessary boxing/unboxing (#472) * Chore: missorted modifiers (#473) * Chore: nullcheck of movement when variable previously dereferenced (#474) * Chore: month values are zero based; so 11 not 12 (#475) * OP-628 update maven wrapper version (#468) * Using full version number * OP-392 Fix: not zero cost check only when charging * Chore: add missing Override method annotation (#478) * Telemetry updates added Telemetry daemon + configuration renamed SmsSender class to SmsDaemon * resolved conflict * implemented data collectors - implemented most of data collectors - removed useless class BooleanUtils - corrected indentation * - added todo * - added header license * completed last two data collectors - completed last two data collectors - refactoring - added exception management - added freegeoip remote service interface in org.isf.org.isf.remote.iptools.geoip.freegeoip (we need a global remote package?) not tested yet!!! * corrections based on Alessandro's suggestions * fixed HQL queries (tested with HQL validator only) * Seems that it is working....Needs further tests and small corrections Fixed Single Connection class (see database.properties.sample in gui), GeoIP response wrapper, Opd query * fixed telemetry daemon running bug * implementation telemetry module completed + added also simulated message sending (when DEBUG=yes) + tested daemon + fixed TimeDataCollector -> if no record found sends current date * Added Telemetry menu item in the Settings menu * refactoring dbSingleConnection + bug fix TelemetryDaemon Co-authored-by: Alessandro Domanico <[email protected]> Co-authored-by: David B Malkovsky <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See OP-312.
This PR is paired with informatici/openhospital-gui#876
Mocked back-end Server available at https://github.com/AndreiDodu/telemetry-data-collector-server