From adead3b8c36167048417277b05a068dcfcbdcea1 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Fri, 22 Jun 2018 00:01:30 -0400 Subject: [PATCH] src/doc/commands/templates: move `commands_json` to `json_commands` Signed-off-by: Alexandre Terrasa --- src/doc/api/api_base.nit | 3 ++- .../json_commands.nit} | 2 +- .../tests/test_json_commands.nit} | 4 ++-- .../test_json_commands.sav}/test_cmd_ancestors.res | 0 .../test_json_commands.sav}/test_cmd_call.res | 0 .../test_json_commands.sav}/test_cmd_children.res | 0 .../test_json_commands.sav}/test_cmd_comment.res | 0 .../test_cmd_descendants.res | 0 .../test_json_commands.sav}/test_cmd_entity.res | 0 .../test_json_commands.sav}/test_cmd_features.res | 0 .../test_json_commands.sav}/test_cmd_ini_clone.res | 0 .../test_cmd_ini_contrib_file.res | 0 .../test_cmd_ini_contrib_file_content.res | 0 .../test_cmd_ini_contributors.res | 0 .../test_json_commands.sav}/test_cmd_ini_desc.res | 0 .../test_json_commands.sav}/test_cmd_ini_git.res | 0 .../test_cmd_ini_issues.res | 0 .../test_cmd_ini_license.res | 0 .../test_cmd_ini_license_file.res | 0 .../test_cmd_ini_license_file_content.res | 0 .../test_cmd_ini_maintainer.res | 0 .../tests/test_json_commands.sav}/test_cmd_lin.res | 0 .../test_json_commands.sav}/test_cmd_link.res | 0 .../test_cmd_main_compile.res | 0 .../test_json_commands.sav}/test_cmd_mains.res | 0 .../test_cmd_man_options.res | 0 .../test_cmd_man_synopsis.res | 0 .../test_json_commands.sav}/test_cmd_mentities.res | 0 .../tests/test_json_commands.sav}/test_cmd_new.res | 0 .../test_json_commands.sav}/test_cmd_param.res | 0 .../test_json_commands.sav}/test_cmd_parents.res | 0 .../test_json_commands.sav}/test_cmd_return.res | 0 .../test_json_commands.sav}/test_cmd_search.res | 0 .../test_json_commands.sav}/test_cmd_testing.res | 0 34 files changed, 5 insertions(+), 4 deletions(-) rename src/doc/{commands/commands_json.nit => templates/json_commands.nit} (99%) rename src/doc/{commands/tests/test_commands_json.nit => templates/tests/test_json_commands.nit} (99%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ancestors.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_call.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_children.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_comment.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_descendants.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_entity.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_features.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ini_clone.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ini_contrib_file.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ini_contrib_file_content.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ini_contributors.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ini_desc.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ini_git.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ini_issues.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ini_license.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ini_license_file.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ini_license_file_content.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_ini_maintainer.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_lin.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_link.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_main_compile.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_mains.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_man_options.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_man_synopsis.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_mentities.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_new.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_param.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_parents.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_return.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_search.res (100%) rename src/doc/{commands/tests/test_commands_json.sav => templates/tests/test_json_commands.sav}/test_cmd_testing.res (100%) diff --git a/src/doc/api/api_base.nit b/src/doc/api/api_base.nit index 9e1cec2..95a6ff0 100644 --- a/src/doc/api/api_base.nit +++ b/src/doc/api/api_base.nit @@ -21,7 +21,8 @@ import popcorn::pop_repos import popcorn::pop_json import commands::commands_http -import commands::commands_json + +import templates::json_commands import templates::html_commands # Nitweb config file. diff --git a/src/doc/commands/commands_json.nit b/src/doc/templates/json_commands.nit similarity index 99% rename from src/doc/commands/commands_json.nit rename to src/doc/templates/json_commands.nit index 9f197d7..aea7be3 100644 --- a/src/doc/commands/commands_json.nit +++ b/src/doc/templates/json_commands.nit @@ -13,7 +13,7 @@ # limitations under the License. # Translate command results to json -module commands_json +module json_commands import commands_catalog import commands_graph diff --git a/src/doc/commands/tests/test_commands_json.nit b/src/doc/templates/tests/test_json_commands.nit similarity index 99% rename from src/doc/commands/tests/test_commands_json.nit rename to src/doc/templates/tests/test_json_commands.nit index 0713979..92728e0 100644 --- a/src/doc/commands/tests/test_commands_json.nit +++ b/src/doc/templates/tests/test_json_commands.nit @@ -12,11 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -module test_commands_json is test +module test_json_commands is test import test_commands intrude import doc::commands::commands_main -import doc::commands::commands_json +import json_commands class TestCommandsJson super TestCommands diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ancestors.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ancestors.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ancestors.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ancestors.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_call.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_call.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_call.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_call.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_children.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_children.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_children.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_children.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_comment.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_comment.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_comment.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_comment.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_descendants.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_descendants.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_descendants.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_descendants.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_entity.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_entity.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_entity.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_entity.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_features.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_features.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_features.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_features.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_clone.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_clone.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_clone.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_clone.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_contrib_file.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_contrib_file.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_contrib_file.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_contrib_file.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_contrib_file_content.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_contrib_file_content.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_contrib_file_content.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_contrib_file_content.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_contributors.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_contributors.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_contributors.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_contributors.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_desc.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_desc.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_desc.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_desc.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_git.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_git.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_git.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_git.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_issues.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_issues.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_issues.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_issues.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_license.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_license.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_license.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_license.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_license_file.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_license_file.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_license_file.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_license_file.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_license_file_content.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_license_file_content.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_license_file_content.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_license_file_content.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_maintainer.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_maintainer.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_ini_maintainer.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_ini_maintainer.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_lin.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_lin.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_lin.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_lin.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_link.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_link.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_link.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_link.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_main_compile.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_main_compile.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_main_compile.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_main_compile.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_mains.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_mains.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_mains.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_mains.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_man_options.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_man_options.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_man_options.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_man_options.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_man_synopsis.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_man_synopsis.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_man_synopsis.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_man_synopsis.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_mentities.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_mentities.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_mentities.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_mentities.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_new.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_new.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_new.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_new.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_param.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_param.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_param.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_param.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_parents.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_parents.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_parents.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_parents.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_return.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_return.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_return.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_return.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_search.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_search.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_search.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_search.res diff --git a/src/doc/commands/tests/test_commands_json.sav/test_cmd_testing.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_testing.res similarity index 100% rename from src/doc/commands/tests/test_commands_json.sav/test_cmd_testing.res rename to src/doc/templates/tests/test_json_commands.sav/test_cmd_testing.res -- 1.7.9.5