k1LoW
Repos
310
Followers
448
Following
223

tbls is a CI-Friendly tool for document a database, written in Go.

2230
128

RSpec tests for your AWS resources.

1167
192

octocov is a toolkit for collecting code metrics (code coverage, code to test ratio and test execution time).

190
12

runn is a package/tool for running operations following a scenario.

137
10

:bomb: A debugging tool that can execute any command on process/host metrics trigger :boom: .

16
2

ndiag is a high-level architecture diagramming/documentation tool.

171
11

Events

pull request opened
[Breaking Change] Add workaround for overlapping text in table name area of ER diagram on table page

ref: #456

Created at 11 hours ago
create branch
k1LoW create branch workaround-overwrapping-table
Created at 11 hours ago
delete branch
k1LoW delete branch workaround-overwrapping
Created at 12 hours ago
push

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.

Created at 12 hours ago
pull request closed
[Breaking Change] Add workaround for overlapping characters in the table name area of ER diagrams.

THIS IS WORKAROUND

Created at 12 hours ago
push

Fix

Created at 12 hours ago
push

Fix

Created at 13 hours ago
push

Fix

Created at 13 hours ago
push

Fix

Created at 13 hours ago
push

Fix

Created at 13 hours ago
push

Fix

Created at 13 hours ago
push

make doc

Created at 13 hours ago
pull request opened
Add workaround for overlapping characters in the table name area of ER diagrams.

THIS IS WORKAROUND

Created at 14 hours ago
create branch
k1LoW create branch workaround-overwrapping
Created at 14 hours ago
push

Fix typo

Created at 16 hours ago
delete branch
k1LoW delete branch add-sudo-test
Created at 16 hours ago
push

Add sudo test using keepSession

Merge pull request #469 from k1LoW/add-sudo-test

Add sudo test using keepSession: true

Created at 16 hours ago
pull request closed
Add sudo test using `keepSession: true`

@k2tzumi 👍 #phperkaigi

Created at 16 hours ago
pull request opened
Add sudo test using keepSession
Created at 16 hours ago
create branch
k1LoW create branch add-sudo-test
Created at 16 hours ago

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:

  • dependency-name: golang.org/x/net dependency-type: indirect ...

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

Created at 1 day ago
delete branch
k1LoW delete branch dependabot/go_modules/golang.org/x/net-0.7.0
Created at 1 day ago
pull request closed
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 compatibility score

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 language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Created at 1 day ago
issue comment
"check the difference between the architecture and the actual system." -> how?

Is my understanding correct?

Yes

Created at 1 day ago
Support `optional` label of proto3

Thank you!! 🚀

Created at 2 days ago
Created at 2 days ago
k1LoW delete branch support-proto3-optional
Created at 2 days ago
issue comment
"check the difference between the architecture and the actual system." -> how?

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.

Created at 2 days ago
Support `optional` label of proto3

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.

Created at 2 days ago