greenbone / ospd

OSPd is a framework for vulnerability scanners which share the same communication protocol: OSP (Open Scanner Protocol)
GNU Affero General Public License v3.0
30 stars 36 forks source link

Queue wait time (backport #401) #404

Closed mergify[bot] closed 3 years ago

mergify[bot] commented 3 years ago

This is an automatic backport of pull request #401 done by Mergify. Cherry-pick of c2fb9e499ce83e22135c296cdd514fb5e7cbc7d6 has failed:

On branch mergify/bp/ospd-21.04/pr-401
Your branch is ahead of 'origin/ospd-21.04' by 3 commits.
  (use "git push" to publish your local commits)

You are currently cherry-picking commit c2fb9e4.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
    both modified:   CHANGELOG.md

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/


Mergify commands and options
More conditions and actions can be found in the [documentation](https://docs.mergify.io/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport ` will backport this PR on `` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.io/) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.io/
codecov[bot] commented 3 years ago

Codecov Report

Merging #404 (6ae4510) into ospd-21.04 (6d9d1ff) will increase coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff               @@
##           ospd-21.04     #404      +/-   ##
==============================================
+ Coverage       74.79%   74.93%   +0.13%     
==============================================
  Files              23       23              
  Lines            2619     2633      +14     
==============================================
+ Hits             1959     1973      +14     
  Misses            660      660              
Impacted Files Coverage Δ
ospd/ospd.py 72.37% <100.00%> (+0.59%) :arrow_up:

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 6d9d1ff...6ae4510. Read the comment docs.