octocov is a toolkit for collecting code metrics (code coverage, code to test ratio and test execution time).
:bomb: A debugging tool that can execute any command on process/host metrics trigger :boom: .
ref: #456
Add workaround for overlapping characters in the table name area of ER diagrams.
make doc
Fix
Fix
Fix
Fix
Fix
Fix
Merge pull request #456 from k1LoW/workaround-overwrapping
[Breaking Change] Add workaround for overlapping characters in the table name area of ER diagrams.
THIS IS WORKAROUND
Fix
Fix
Fix
Fix
Fix
Fix
make doc
THIS IS WORKAROUND
Fix typo
Add sudo test using keepSession
Merge pull request #469 from k1LoW/add-sudo-test
Add sudo test using keepSession: true
@k2tzumi 👍 #phperkaigi
Bump golang.org/x/net from 0.1.0 to 0.7.0
Bumps golang.org/x/net from 0.1.0 to 0.7.0.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Merge pull request #103 from k1LoW/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.1.0 to 0.7.0
Bumps golang.org/x/net from 0.1.0 to 0.7.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Is my understanding correct?
Yes
Thank you!! 🚀
Thank you for your question.
Currently we are able to detect differences in nodes.
For example, create the following nodes.yml for ndiag.yml
# nodes.yml
- lb
- app
- db
By passing this nodes.yml to the --nodes
option of ndiag doc
command, the differences between ndiag.yml
and nodes.yml
will be checked.
If we can generate a nodes.yml from the actual system, we can detect differences in documentation.
Hi @sorcererxw, thank you for the nice tool!
The following error occurs when using the optional
label for proto3.
Warning: plugin "go-grpc-mock" does not support required features.
Feature "proto3 optional" is required by ** file(s):
So, add setting to accept optional
label.