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

GMP7: Make resource_id optional when creating tags #124

Merged
merged 3 commits into from
May 6, 2019
Merged

GMP7: Make resource_id optional when creating tags #124

merged 3 commits into from
May 6, 2019

Conversation

wiegandm
Copy link
Member

@wiegandm wiegandm commented May 6, 2019

While the protocol specification does not mention it, the implementation
does in fact allow creating tags not assigned to a specific resource,
provided an empty string is passed as resource_id.

Checklist:

While the protocol specification does not mention it, the implementation
does in fact allow creating tags not assigned to a specific resource,
provided an empty string is passed as `resource_id`.
@codecov
Copy link

codecov bot commented May 6, 2019

Codecov Report

Merging #124 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #124   +/-   ##
======================================
  Coverage    96.4%   96.4%           
======================================
  Files          10      10           
  Lines        2479    2479           
======================================
  Hits         2390    2390           
  Misses         89      89
Impacted Files Coverage Δ
gvm/protocols/gmpv7.py 99.74% <100%> (ø) ⬆️

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 4b555c7...d076912. Read the comment docs.

@codecov
Copy link

codecov bot commented May 6, 2019

Codecov Report

Merging #124 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #124   +/-   ##
======================================
  Coverage    96.4%   96.4%           
======================================
  Files          10      10           
  Lines        2479    2479           
======================================
  Hits         2390    2390           
  Misses         89      89
Impacted Files Coverage Δ
gvm/protocols/gmpv7.py 99.74% <100%> (ø) ⬆️

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 4b555c7...cc821b8. Read the comment docs.

@wiegandm wiegandm requested a review from bjoernricks May 6, 2019 08:04
@wiegandm wiegandm marked this pull request as ready for review May 6, 2019 08:21
@wiegandm wiegandm requested a review from a team May 6, 2019 08:21
Group `resource_id` with the other optional parameters for consistency.
@bjoernricks bjoernricks merged commit fdcdbf9 into greenbone:master May 6, 2019
@wiegandm wiegandm deleted the empty_resource_id_gmp7 branch May 6, 2019 08:38
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