-
Notifications
You must be signed in to change notification settings - Fork 99
Make sites into repeated capabilities #1290
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1290 +/- ##
==========================================
- Coverage 96.09% 91.84% -4.26%
==========================================
Files 10 20 +10
Lines 1665 3616 +1951
==========================================
+ Hits 1600 3321 +1721
- Misses 65 295 +230
Continue to review full report at Codecov.
|
sbethur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please merge latest from master.
src/nidigital/templates/session.py/fancy_fetch_history_ram_cycle_information.py.mako
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new fancy function got added in another PR. You need to add sites rep-cap to that function and update the system test.
It has already been taken care of.
marcoskirsch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have questions on why some methods have a site parameter rather than use the repeated capabilities. I suspect it is because only one site is accepted. But I don't think that's a convincing argument. We have methods that use the channels repeated capability in other APIs and only allow specifying one at a time.
We should discuss this in the API review.
| :type site: str | ||
| :type site: str or int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why didn't we make the site parameter a repeated capability?
| :type site: str | ||
| :type site: str or int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why didn't we make the site parameter a repeated capability?
| :type site: str | ||
| :type site: str or int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why didn't we make the site parameter a repeated capability?
addedupdated tests applicable for this pull requestWhat does this Pull Request accomplish?
List issues fixed by this Pull Request below, if any.
nidigitalshould expose sites as repeated capabilities #1111What testing has been done?