Skip to content
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

WIP: Plugin API v1 #1013

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

WIP: Plugin API v1 #1013

wants to merge 4 commits into from

Conversation

sk1p
Copy link
Member

@sk1p sk1p commented Apr 8, 2021

Nothing finished yet, this PR is just a reminder of what "threads" I'm currently working on.

@jhgee this is the PR to follow if you want to keep up to date on the plugin work

Fixes #992

TODO

Contributor Checklist:

Reviewer Checklist:

  • /azp run libertem.libertem-data passed

@codecov
Copy link

codecov bot commented Apr 8, 2021

Codecov Report

Merging #1013 (9e54af1) into master (08a53ec) will decrease coverage by 8.20%.
The diff coverage is 41.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1013      +/-   ##
==========================================
- Coverage   69.27%   61.06%   -8.21%     
==========================================
  Files         268      273       +5     
  Lines       12572    12663      +91     
  Branches     1769     1776       +7     
==========================================
- Hits         8709     7733     -976     
- Misses       3521     4634    +1113     
+ Partials      342      296      -46     
Impacted Files Coverage Δ
src/libertem/plugins/v1/discover.py 25.00% <25.00%> (ø)
src/libertem/web/messages.py 88.40% <33.33%> (-2.51%) ⬇️
src/libertem/web/plugins.py 35.48% <35.48%> (ø)
src/libertem/plugins/v1/fields.py 38.88% <38.88%> (ø)
src/libertem/plugins/v1/base.py 40.90% <40.90%> (ø)
src/libertem/common/buffers.py 82.83% <100.00%> (+0.05%) ⬆️
src/libertem/plugins/v1/__init__.py 100.00% <100.00%> (ø)
src/libertem/udf/base.py 93.72% <100.00%> (+0.02%) ⬆️
src/libertem/web/server.py 47.77% <100.00%> (+1.11%) ⬆️
src/libertem/io/dataset/dm.py 27.41% <0.00%> (-62.10%) ⬇️
... and 35 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 08a53ec...9e54af1. Read the comment docs.

@uellue uellue added this to the 0.8 milestone Apr 12, 2021
@uellue uellue mentioned this pull request Apr 20, 2021
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UDFs as LiberTEM GUI plugins
2 participants