A survey of module options to identify modules with specific requirements#1
A survey of module options to identify modules with specific requirements#1cgranleese-r7 wants to merge 9 commits intoadfoster-r7:masterfrom
Conversation
6523e95 to
a93da4c
Compare
|
I think this is missing a key requirement check. Each module should also be checked to ensure no other Just a spot check finds |
a93da4c to
6e196e2
Compare
@jmartin-r7, got those changes added in. It now also splits the data between two files, one for modules requiring sessions, another for modules that do not require sessions. Let me know if anything else needs done/changed. Thanks 👍 |
a893b30 to
7c6d53e
Compare
9d335fc to
d9823d6
Compare
…get, port, credentials, or URL paths
…get, port, credentials, or URL paths
7c6d53e to
9f6c3fd
Compare
d682d64 to
2de3987
Compare
70a7bbb to
70bb252
Compare
d15c5dd to
84ca830
Compare
7ab68e4 to
858a26b
Compare
This PR adds a script that will generate two markdown files.
module_survey_script.rbis the script used to generatemodule_list_session_required.mdandmodule_list_no_session_required.md.The result have been broken down into two files, one for remote modules, another for local modules. These tables will list modules which only require target, port, credentials, or URL paths.
The markdown file is also included in the PR so we have a rendered version on hand.