ome / omero-ms-queue

GNU General Public License v3.0
3 stars 5 forks source link

Pluggable messaging #13

Closed c0c0n3 closed 6 years ago

c0c0n3 commented 7 years ago

This PR fully implements #3, providing a basic container for asynchronous, message-driven micro-services architectures. See the README of the kew and kew-artemis components for the details.

codecov-io commented 7 years ago

Codecov Report

Merging #13 into master will increase coverage by 3.67%. The diff coverage is 94.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #13      +/-   ##
============================================
+ Coverage     82.35%   86.02%   +3.67%     
- Complexity     1395     1656     +261     
============================================
  Files           286      328      +42     
  Lines          3933     4365     +432     
  Branches        184      185       +1     
============================================
+ Hits           3239     3755     +516     
+ Misses          591      528      -63     
+ Partials        103       82      -21
Impacted Files Coverage Δ Complexity Δ
...ore/service/imports/impl/BatchDisposalHandler.java 100% <ø> (ø) 10 <0> (ø) :arrow_down:
...muggler/config/wiring/omero/OmeroServiceBeans.java 81.81% <ø> (ø) 5 <0> (ø) :arrow_down:
...ents/util/src/main/java/util/types/UuidString.java 100% <ø> (ø) 4 <0> (ø) :arrow_down:
...nents/util/src/main/java/util/io/SourceReader.java 100% <ø> (+100%) 1 <0> (+1) :arrow_up:
...c/main/java/ome/smuggler/config/BaseConfigDir.java 100% <ø> (ø) 1 <0> (ø) :arrow_down:
...ponents/util/src/main/java/util/io/SinkWriter.java 100% <ø> (ø) 1 <0> (ø) :arrow_down:
.../main/java/kew/core/msg/OnceOffRepeatConsumer.java 100% <ø> (ø) 3 <0> (?)
...w/src/main/java/kew/core/msg/ReschedulingSink.java 100% <ø> (ø) 4 <0> (?)
...ome/smuggler/core/service/omero/impl/OmeroEnv.java 92.85% <ø> (ø) 4 <0> (ø) :arrow_down:
...va/ome/smuggler/core/service/mail/impl/Mailer.java 70% <ø> (ø) 2 <0> (ø) :arrow_down:
... and 178 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5261274...e06e5e3. Read the comment docs.

jburel commented 6 years ago

Merging so the re-organisation can continue This was presented to the team on 14/11

c0c0n3 commented 6 years ago

Closes #3