From 568b71f643251a1b8a7a44b7ea6eefcd91c28143 Mon Sep 17 00:00:00 2001 From: cheroliv Date: Thu, 12 Dec 2024 03:13:35 +0100 Subject: [PATCH] Push works. --- .gitignore | 2 +- {google-apps-script_toolbox => gas}/.aiexclude | 0 .../.github/workflows/playwright.yml | 0 {google-apps-script_toolbox => gas}/.gitignore | 0 {google-apps-script_toolbox => gas}/package-lock.json | 0 {google-apps-script_toolbox => gas}/package.json | 0 {google-apps-script_toolbox => gas}/playwright.config.ts | 0 .../tests-examples/demo-todo-app.spec.ts | 0 {google-apps-script_toolbox => gas}/tests/example.spec.ts | 0 {google-apps-script_toolbox => gas}/toolbox/forms/README.adoc | 0 .../toolbox/forms/apps-script/.gitignore | 0 .../toolbox/forms/apps-script/Assertion.js | 0 .../toolbox/forms/apps-script/Code.js | 0 .../toolbox/forms/apps-script/EvaluationManager.js | 0 .../toolbox/forms/apps-script/appsscript.json | 0 .../toolbox/forms/apps-script/tests.js | 0 .../toolbox/forms/apps-script/uml.js | 0 17 files changed, 1 insertion(+), 1 deletion(-) rename {google-apps-script_toolbox => gas}/.aiexclude (100%) rename {google-apps-script_toolbox => gas}/.github/workflows/playwright.yml (100%) rename {google-apps-script_toolbox => gas}/.gitignore (100%) rename {google-apps-script_toolbox => gas}/package-lock.json (100%) rename {google-apps-script_toolbox => gas}/package.json (100%) rename {google-apps-script_toolbox => gas}/playwright.config.ts (100%) rename {google-apps-script_toolbox => gas}/tests-examples/demo-todo-app.spec.ts (100%) rename {google-apps-script_toolbox => gas}/tests/example.spec.ts (100%) rename {google-apps-script_toolbox => gas}/toolbox/forms/README.adoc (100%) rename {google-apps-script_toolbox => gas}/toolbox/forms/apps-script/.gitignore (100%) rename {google-apps-script_toolbox => gas}/toolbox/forms/apps-script/Assertion.js (100%) rename {google-apps-script_toolbox => gas}/toolbox/forms/apps-script/Code.js (100%) rename {google-apps-script_toolbox => gas}/toolbox/forms/apps-script/EvaluationManager.js (100%) rename {google-apps-script_toolbox => gas}/toolbox/forms/apps-script/appsscript.json (100%) rename {google-apps-script_toolbox => gas}/toolbox/forms/apps-script/tests.js (100%) rename {google-apps-script_toolbox => gas}/toolbox/forms/apps-script/uml.js (100%) diff --git a/.gitignore b/.gitignore index 7204e49..535e370 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ codebase .settings .project launch4j-3.50-linux-x64.tgz -cli_springboot_conversation.adoc +../bibliotheque/private/cli_springboot_conversation.adoc config.yml config_initial.yml .hypothesis diff --git a/google-apps-script_toolbox/.aiexclude b/gas/.aiexclude similarity index 100% rename from google-apps-script_toolbox/.aiexclude rename to gas/.aiexclude diff --git a/google-apps-script_toolbox/.github/workflows/playwright.yml b/gas/.github/workflows/playwright.yml similarity index 100% rename from google-apps-script_toolbox/.github/workflows/playwright.yml rename to gas/.github/workflows/playwright.yml diff --git a/google-apps-script_toolbox/.gitignore b/gas/.gitignore similarity index 100% rename from google-apps-script_toolbox/.gitignore rename to gas/.gitignore diff --git a/google-apps-script_toolbox/package-lock.json b/gas/package-lock.json similarity index 100% rename from google-apps-script_toolbox/package-lock.json rename to gas/package-lock.json diff --git a/google-apps-script_toolbox/package.json b/gas/package.json similarity index 100% rename from google-apps-script_toolbox/package.json rename to gas/package.json diff --git a/google-apps-script_toolbox/playwright.config.ts b/gas/playwright.config.ts similarity index 100% rename from google-apps-script_toolbox/playwright.config.ts rename to gas/playwright.config.ts diff --git a/google-apps-script_toolbox/tests-examples/demo-todo-app.spec.ts b/gas/tests-examples/demo-todo-app.spec.ts similarity index 100% rename from google-apps-script_toolbox/tests-examples/demo-todo-app.spec.ts rename to gas/tests-examples/demo-todo-app.spec.ts diff --git a/google-apps-script_toolbox/tests/example.spec.ts b/gas/tests/example.spec.ts similarity index 100% rename from google-apps-script_toolbox/tests/example.spec.ts rename to gas/tests/example.spec.ts diff --git a/google-apps-script_toolbox/toolbox/forms/README.adoc b/gas/toolbox/forms/README.adoc similarity index 100% rename from google-apps-script_toolbox/toolbox/forms/README.adoc rename to gas/toolbox/forms/README.adoc diff --git a/google-apps-script_toolbox/toolbox/forms/apps-script/.gitignore b/gas/toolbox/forms/apps-script/.gitignore similarity index 100% rename from google-apps-script_toolbox/toolbox/forms/apps-script/.gitignore rename to gas/toolbox/forms/apps-script/.gitignore diff --git a/google-apps-script_toolbox/toolbox/forms/apps-script/Assertion.js b/gas/toolbox/forms/apps-script/Assertion.js similarity index 100% rename from google-apps-script_toolbox/toolbox/forms/apps-script/Assertion.js rename to gas/toolbox/forms/apps-script/Assertion.js diff --git a/google-apps-script_toolbox/toolbox/forms/apps-script/Code.js b/gas/toolbox/forms/apps-script/Code.js similarity index 100% rename from google-apps-script_toolbox/toolbox/forms/apps-script/Code.js rename to gas/toolbox/forms/apps-script/Code.js diff --git a/google-apps-script_toolbox/toolbox/forms/apps-script/EvaluationManager.js b/gas/toolbox/forms/apps-script/EvaluationManager.js similarity index 100% rename from google-apps-script_toolbox/toolbox/forms/apps-script/EvaluationManager.js rename to gas/toolbox/forms/apps-script/EvaluationManager.js diff --git a/google-apps-script_toolbox/toolbox/forms/apps-script/appsscript.json b/gas/toolbox/forms/apps-script/appsscript.json similarity index 100% rename from google-apps-script_toolbox/toolbox/forms/apps-script/appsscript.json rename to gas/toolbox/forms/apps-script/appsscript.json diff --git a/google-apps-script_toolbox/toolbox/forms/apps-script/tests.js b/gas/toolbox/forms/apps-script/tests.js similarity index 100% rename from google-apps-script_toolbox/toolbox/forms/apps-script/tests.js rename to gas/toolbox/forms/apps-script/tests.js diff --git a/google-apps-script_toolbox/toolbox/forms/apps-script/uml.js b/gas/toolbox/forms/apps-script/uml.js similarity index 100% rename from google-apps-script_toolbox/toolbox/forms/apps-script/uml.js rename to gas/toolbox/forms/apps-script/uml.js