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

Pass extra session info to subscription callbacks that requested so #27

Merged
merged 1 commit into from
Jan 18, 2022

Conversation

nicolasmorini
Copy link
Contributor

  • For some niche use cases, during the execution of a subscription callback,
    it is useful to have access to certain session information (e.g., username
    and NETCONF session ID that triggered the callback, etc.)

  • Add "extra_info" argument to all "SysrepoSession.subscribe_xxx" methods
    (with a default value of False) to indicate the desire to receive extra
    keyword arguments during the callback call

  • Pass "netconf_id" (int) and "user" (str) keyword arguments to all callbacks
    which were subscribed with "extra_info=True"

  • Extend unit tests to include and cover this new feature

* For some niche use cases, during the execution of a subscription callback,
  it is useful to have access to certain session information (e.g., username
  and NETCONF session ID that triggered the callback, etc.)

* Add "extra_info" argument to all "SysrepoSession.subscribe_xxx" methods
  (with a default value of False) to indicate the desire to receive extra
  keyword arguments during the callback call

* Pass "netconf_id" (int) and "user" (str) keyword arguments to all callbacks
  which were subscribed with "extra_info=True"

* Extend unit tests to include and cover this new feature
@codecov
Copy link

codecov bot commented Jan 15, 2022

Codecov Report

Merging #27 (398addb) into master (c195117) will decrease coverage by 0.63%.
The diff coverage is 26.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   66.66%   66.03%   -0.64%     
==========================================
  Files           8        8              
  Lines         924      945      +21     
==========================================
+ Hits          616      624       +8     
- Misses        308      321      +13     
Impacted Files Coverage Δ
sysrepo/subscription.py 22.68% <5.55%> (-0.97%) ⬇️
sysrepo/session.py 75.60% <75.00%> (+0.34%) ⬆️

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 c195117...398addb. Read the comment docs.

Copy link
Collaborator

@rjarry rjarry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice work!

Thanks.

@rjarry rjarry merged commit 27b5d41 into sysrepo:master Jan 18, 2022
@nicolasmorini nicolasmorini deleted the add_session_extra_info branch January 18, 2022 22:59
@nicolasmorini
Copy link
Contributor Author

Hi @rjarry!

Is it possible to have an official release containing this change? If there is any change/test required, let me know and I can help to get it done.

Regards!

@rjarry
Copy link
Collaborator

rjarry commented Jan 25, 2022

There you go https://pypi.org/project/sysrepo/0.7.0/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants