-
Notifications
You must be signed in to change notification settings - Fork 161
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
Translator module improvements #2876
Merged
Coduz
merged 21 commits into
eclipse-kapua:develop
from
Coduz:feature-translatorImprovements
Apr 14, 2020
Merged
Translator module improvements #2876
Coduz
merged 21 commits into
eclipse-kapua:develop
from
Coduz:feature-translatorImprovements
Apr 14, 2020
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
Coduz
force-pushed
the
feature-translatorImprovements
branch
from
March 4, 2020 14:47
fa643e8
to
466724d
Compare
Codecov Report
@@ Coverage Diff @@
## develop #2876 +/- ##
=============================================
+ Coverage 54.30% 55.50% +1.20%
- Complexity 2381 2556 +175
=============================================
Files 1040 1048 +8
Lines 22600 22783 +183
Branches 2039 2045 +6
=============================================
+ Hits 12272 12645 +373
+ Misses 9414 9189 -225
- Partials 914 949 +35
|
Coduz
force-pushed
the
feature-translatorImprovements
branch
2 times, most recently
from
March 4, 2020 16:32
8d76583
to
0501914
Compare
lorthirk
approved these changes
Mar 10, 2020
Coduz
force-pushed
the
feature-translatorImprovements
branch
4 times, most recently
from
March 13, 2020 14:21
072c9ac
to
1407dfe
Compare
Coduz
force-pushed
the
feature-translatorImprovements
branch
4 times, most recently
from
March 21, 2020 10:10
165fb85
to
26d3266
Compare
Coduz
force-pushed
the
feature-translatorImprovements
branch
5 times, most recently
from
March 27, 2020 10:19
0cb0638
to
0b175eb
Compare
Coduz
added
the
Waitfor/Test
This issue/PR needs tests implementation to be properly resolved
label
Apr 1, 2020
Coduz
force-pushed
the
feature-translatorImprovements
branch
2 times, most recently
from
April 3, 2020 08:21
b6d7036
to
6784649
Compare
Signed-off-by: coduz <alberto.codutti@eurotech.com>
…t-mqtt module Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
…t-jms module Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
…or-api Signed-off-by: coduz <alberto.codutti@eurotech.com>
…apua-translator-kapua-kura Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
…apua-translator-kura-jms Signed-off-by: coduz <alberto.codutti@eurotech.com>
…apua-translator-kura-mqtt Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
…all-kura module Signed-off-by: coduz <alberto.codutti@eurotech.com>
Coduz
force-pushed
the
feature-translatorImprovements
branch
from
April 14, 2020 10:01
6784649
to
3a83600
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Enhancement
This PR/Issue improves an part of Kapua
Waitfor/Test
This issue/PR needs tests implementation to be properly resolved
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.
This PR improves all
kapua-translator
modules.Related Issue
None
Description of the solution adopted
Translator.getTranslatorFor(...)
kapua-transport-api
module to make themcatch
able from invoking code (replaces the general usage ofcarch (KapuaException e) {
. Also exception messages have been added to prime a user-friendly message.Screenshots
None
Any side note on the changes made
Small fixes here and there where found.