-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: REST api's and Request Handler for Position Service (#4777)
* feat: inital boilerplate commit of org.ecliplse.kura.rest.linux.provider * refactor and impliment api * refactor emulator launch * fix: added proper API error handling * fix: restore changes to manifest * fix: reverted manifest change * tests: added test boilerplate, and initial tests * refactor: localDateTime -> dateTime * fix: updated comment on PositionAPI getDateTime(); * tests: fixed test errors * refactor: fixed time to assume UTC * tests: added failure test cases * refactor: added constant for failure message * fix: update Copy write header Co-authored-by: nicolatimeus <[email protected]> * fix: update Copy write header Co-authored-by: nicolatimeus <[email protected]> * fix: update Copy write header Co-authored-by: nicolatimeus <[email protected]> * fix: update Copy write header Co-authored-by: nicolatimeus <[email protected]> * fix: update Copy write header Co-authored-by: nicolatimeus <[email protected]> * fix: update Copy write header Co-authored-by: nicolatimeus <[email protected]> * fix: added copywrite header * feat: added support for speed and track in position * feat: added support for speed and track in position * refactor: added can be null to comment in position service getPosition * refactor: update comments on APIs * refactor: minor changes to get rid of sonar code duplication (which does not really make sense) * feat: added rest position api to snapshot * chore: Adjusted path names Signed-off-by: Nicola Timeus <[email protected]> * fix: Corrected alphabetical order * chore: Other fix to permission ordering --------- Signed-off-by: Nicola Timeus <[email protected]> Co-authored-by: nicolatimeus <[email protected]>
- Loading branch information
1 parent
1acc783
commit 9fc74b9
Showing
37 changed files
with
1,438 additions
and
18 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.