-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: doc don't show when otp 27 * feat: support show ets size and go to specific pid * chore: bump to 1.8.0 * chore: remove eqwalizer_rebar3 deps * chore: add dialyzer for ci
- Loading branch information
1 parent
505b3ac
commit 19b2011
Showing
15 changed files
with
210 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,6 @@ jobs: | |
run: rebar3 compile | ||
- name: xref | ||
run: rebar3 xref | ||
- name: dialyzer | ||
run: rebar3 dialyzer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
%{ | ||
"recon": {:hex, :recon, "2.5.1", "430ffa60685ac1efdfb1fe4c97b8767c92d0d92e6e7c3e8621559ba77598678a", [:mix, :rebar3], [], "hexpm"}, | ||
"recon": {:hex, :recon, "2.5.6", "9052588e83bfedfd9b72e1034532aee2a5369d9d9343b61aeb7fbce761010741", [:mix, :rebar3], [], "hexpm", "96c6799792d735cc0f0fd0f86267e9d351e63339cbe03df9d162010cefc26bb0"}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
{"1.2.0", | ||
[{<<"eqwalizer_support">>, | ||
{git_subdir,"https://github.com/whatsapp/eqwalizer.git", | ||
{ref,"0c099bbfa2fba1869d60e239c9b2cf2b6fb31ea9"}, | ||
"eqwalizer_support"}, | ||
0}, | ||
{<<"recon">>,{pkg,<<"recon">>,<<"2.5.5">>},0}]}. | ||
[{<<"recon">>,{pkg,<<"recon">>,<<"2.5.6">>},0}]}. | ||
[ | ||
{pkg_hash,[ | ||
{<<"recon">>, <<"C108A4C406FA301A529151A3BB53158CADC4064EC0C5F99B03DDB8C0E4281BDF">>}]}, | ||
{<<"recon">>, <<"9052588E83BFEDFD9B72E1034532AEE2A5369D9D9343B61AEB7FBCE761010741">>}]}, | ||
{pkg_hash_ext,[ | ||
{<<"recon">>, <<"632A6F447DF7CCC1A4A10BDCFCE71514412B16660FE59DECA0FCF0AA3C054404">>}]} | ||
{<<"recon">>, <<"96C6799792D735CC0F0FD0F86267E9D351E63339CBE03DF9D162010CEFC26BB0">>}]} | ||
]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
{application, observer_cli, | ||
[ | ||
{description, "Visualize Erlang Nodes On The Command Line"}, | ||
{vsn, "1.7.5"}, | ||
{modules, [ | ||
observer_cli | ||
]}, | ||
{registered, []}, | ||
{applications, [ | ||
kernel, | ||
stdlib, | ||
recon | ||
]}, | ||
{files, ["include", | ||
"LICENSE*", | ||
"mix.exs", | ||
"mix.lock", | ||
"README.md", | ||
"rebar.config", | ||
"rebar.lock", | ||
"src"]}, | ||
{build_tools, ["mix", "rebar3"]}, | ||
{env, [ | ||
{scheduler_usage, disable}, | ||
{plugins, | ||
[ | ||
%% module - Specific module implements plugin behavior. It's mandatory. | ||
%% title - Menu title. It's mandatory. | ||
%% shortcut - Switch plugin by shortcut. It's mandatory. | ||
%% interval - Refresh interval ms. It's options. default is 1500ms. | ||
%% sort_column - Sort the sheet by this index. It's options default is 2. | ||
%% #{module => observer_cli_plug_1, title => "Example-1", interval => 1500, shortcut => "S", sort_column => 3}, | ||
%% #{module => observer_cli_plug_2, title => "Example-2", interval => 1600, shortcut => "D", sort_column => 2} | ||
]} | ||
]}, | ||
{licenses, ["MIT"]}, | ||
{links, [{"Github", "https://github.com/zhongwencool/observer_cli"}]} | ||
]}. | ||
{application, observer_cli, [ | ||
{description, "Visualize Erlang Nodes On The Command Line"}, | ||
{vsn, "1.8.0"}, | ||
{modules, [ | ||
observer_cli | ||
]}, | ||
{registered, []}, | ||
{applications, [ | ||
kernel, | ||
stdlib, | ||
recon | ||
]}, | ||
{files, [ | ||
"include", | ||
"LICENSE*", | ||
"mix.exs", | ||
"mix.lock", | ||
"README.md", | ||
"rebar.config", | ||
"rebar.lock", | ||
"src" | ||
]}, | ||
{build_tools, ["mix", "rebar3"]}, | ||
{env, [ | ||
{scheduler_usage, disable}, | ||
{plugins, [ | ||
%% module - Specific module implements plugin behavior. It's mandatory. | ||
%% title - Menu title. It's mandatory. | ||
%% shortcut - Switch plugin by shortcut. It's mandatory. | ||
%% interval - Refresh interval ms. It's options. default is 1500ms. | ||
%% sort_column - Sort the sheet by this index. It's options default is 2. | ||
|
||
%% #{module => observer_cli_plug_1, title => "Example-1", interval => 1500, shortcut => "S", sort_column => 3}, | ||
%% #{module => observer_cli_plug_2, title => "Example-2", interval => 1600, shortcut => "D", sort_column => 2} | ||
]} | ||
]}, | ||
{licenses, ["MIT"]}, | ||
{links, [{"Github", "https://github.com/zhongwencool/observer_cli"}]} | ||
]}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.