From b0cc4681553872d951e8bbd4c7436c21b234d46b Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 16 Apr 2026 15:51:51 -0500 Subject: [PATCH] feat: migrate to Gitea-only workflows and API - RepositorySynchronizer defaults to GiteaAdapter - PlatformAdapterFactory points to git.mokoconsulting.tech - All plugins reference .gitea/workflows instead of .github/workflows - push_files.php uses Gitea API - Common.php REPO URLs updated to Gitea - sync_dolibarr_readmes.php updated to Gitea URLs Co-Authored-By: Claude Opus 4.6 (1M context) --- automation/bulk_joomla_template.php | 2 +- automation/bulk_sync.php | 6 +++--- automation/migrate_to_gitea.php | 6 +++--- automation/push_files.php | 4 ++-- automation/repo_cleanup.php | 6 +++--- cli/archive_repo.php | 2 +- cli/create_project.php | 2 +- cli/create_repo.php | 2 +- cli/joomla_release.php | 2 +- cli/platform_detect.php | 2 +- cli/release.php | 2 +- cli/release_notes.php | 2 +- cli/sync_rulesets.php | 2 +- cli/version_bump.php | 2 +- cli/version_read.php | 2 +- cli/version_set_platform.php | 2 +- deploy/deploy-joomla.php | 2 +- deploy/deploy-sftp.php | 2 +- fix/fix_line_endings.php | 2 +- fix/fix_permissions.php | 2 +- fix/fix_tabs.php | 2 +- fix/fix_trailing_spaces.php | 2 +- lib/CliBase.php | 2 +- lib/Common.php | 4 ++-- lib/Enterprise/CliFramework.php | 2 +- lib/Enterprise/DefinitionParser.php | 2 +- lib/Enterprise/EnterpriseReadinessValidator.php | 2 +- lib/Enterprise/FileFixUtility.php | 2 +- lib/Enterprise/GitHubAdapter.php | 2 +- lib/Enterprise/GitPlatformAdapter.php | 2 +- lib/Enterprise/GiteaAdapter.php | 2 +- lib/Enterprise/PackageBuilder.php | 2 +- lib/Enterprise/PlatformAdapterFactory.php | 4 ++-- lib/Enterprise/Plugins/ApiPlugin.php | 6 +++--- lib/Enterprise/Plugins/DocumentationPlugin.php | 2 +- lib/Enterprise/Plugins/DolibarrPlugin.php | 2 +- lib/Enterprise/Plugins/GenericPlugin.php | 8 ++++---- lib/Enterprise/Plugins/JoomlaPlugin.php | 2 +- lib/Enterprise/Plugins/MobilePlugin.php | 6 +++--- lib/Enterprise/Plugins/NodeJsPlugin.php | 6 +++--- lib/Enterprise/Plugins/PythonPlugin.php | 6 +++--- lib/Enterprise/Plugins/TerraformPlugin.php | 2 +- lib/Enterprise/Plugins/WordPressPlugin.php | 2 +- lib/Enterprise/ProjectConfigValidator.php | 2 +- lib/Enterprise/ProjectMetricsCollector.php | 2 +- lib/Enterprise/ProjectTypeDetector.php | 2 +- lib/Enterprise/RepositoryHealthChecker.php | 2 +- lib/Enterprise/RepositorySynchronizer.php | 4 ++-- lib/Enterprise/SynchronizationException.php | 2 +- lib/plugins/Joomla/UpdateXmlGenerator.php | 2 +- maintenance/pin_action_shas.php | 2 +- maintenance/repo_inventory.php | 2 +- maintenance/rotate_secrets.php | 2 +- maintenance/setup_labels.php | 2 +- maintenance/sync_dolibarr_readmes.php | 4 ++-- maintenance/update_repo_inventory.php | 2 +- maintenance/update_sha_hashes.php | 2 +- maintenance/update_version_from_readme.php | 2 +- plugin_health_check.php | 2 +- plugin_list.php | 2 +- plugin_metrics.php | 2 +- plugin_readiness.php | 2 +- plugin_validate.php | 2 +- release/generate_dolibarr_version_txt.php | 2 +- release/generate_joomla_update_xml.php | 2 +- templates/scripts/common/CliBase.template.php | 2 +- templates/scripts/release/package_dolibarr.php | 2 +- templates/scripts/release/package_joomla.php | 2 +- templates/scripts/validate/dolibarr_module.php | 2 +- templates/scripts/validate/validate_manifest.php | 2 +- templates/scripts/validate/validate_structure.php | 2 +- templates/stubs/dolibarr.php | 2 +- templates/stubs/joomla.php | 2 +- tests/Enterprise/GitPlatformAdapterTest.php | 2 +- validate/auto_detect_platform.php | 2 +- validate/check_changelog.php | 2 +- validate/check_composer_deps.php | 2 +- validate/check_dolibarr_module.php | 2 +- validate/check_enterprise_readiness.php | 2 +- validate/check_joomla_manifest.php | 2 +- validate/check_language_structure.php | 2 +- validate/check_license_headers.php | 2 +- validate/check_no_secrets.php | 2 +- validate/check_paths.php | 2 +- validate/check_php_syntax.php | 2 +- validate/check_repo_health.php | 2 +- validate/check_structure.php | 2 +- validate/check_tabs.php | 2 +- validate/check_version_consistency.php | 2 +- validate/check_xml_wellformed.php | 2 +- validate/scan_drift.php | 2 +- wrappers/auto_detect_platform.php | 2 +- wrappers/bulk_sync.php | 2 +- wrappers/check_changelog.php | 2 +- wrappers/check_dolibarr_module.php | 2 +- wrappers/check_enterprise_readiness.php | 2 +- wrappers/check_joomla_manifest.php | 2 +- wrappers/check_language_structure.php | 2 +- wrappers/check_license_headers.php | 2 +- wrappers/check_no_secrets.php | 2 +- wrappers/check_paths.php | 2 +- wrappers/check_php_syntax.php | 2 +- wrappers/check_repo_health.php | 2 +- wrappers/check_structure.php | 2 +- wrappers/check_tabs.php | 2 +- wrappers/check_version_consistency.php | 2 +- wrappers/check_xml_wellformed.php | 2 +- wrappers/deploy_sftp.php | 2 +- wrappers/fix_line_endings.php | 2 +- wrappers/fix_permissions.php | 2 +- wrappers/fix_tabs.php | 2 +- wrappers/fix_trailing_spaces.php | 2 +- wrappers/gen_wrappers.php | 4 ++-- wrappers/pin_action_shas.php | 2 +- wrappers/plugin_health_check.php | 2 +- wrappers/plugin_list.php | 2 +- wrappers/plugin_metrics.php | 2 +- wrappers/plugin_readiness.php | 2 +- wrappers/plugin_validate.php | 2 +- wrappers/scan_drift.php | 2 +- wrappers/setup_labels.php | 2 +- wrappers/sync_dolibarr_readmes.php | 2 +- wrappers/update_sha_hashes.php | 2 +- wrappers/update_version_from_readme.php | 2 +- 124 files changed, 147 insertions(+), 147 deletions(-) diff --git a/automation/bulk_joomla_template.php b/automation/bulk_joomla_template.php index b35f08c..6d40e83 100644 --- a/automation/bulk_joomla_template.php +++ b/automation/bulk_joomla_template.php @@ -48,7 +48,7 @@ use MokoEnterprise\{ */ class BulkJoomlaTemplate extends CLIApp { - public const DEFAULT_ORG = 'mokoconsulting-tech'; + public const DEFAULT_ORG = 'MokoConsulting'; public const VERSION = '04.06.10'; private GitPlatformAdapter $adapter; diff --git a/automation/bulk_sync.php b/automation/bulk_sync.php index b5e49ff..b336ee4 100755 --- a/automation/bulk_sync.php +++ b/automation/bulk_sync.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Automation * INGROUP: MokoStandards.Scripts - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /automation/bulk_sync.php * VERSION: 04.06.00 * BRIEF: Enterprise-grade bulk repository synchronization @@ -51,7 +51,7 @@ class BulkSync extends CLIApp * Default organization for bulk sync operations * Public to allow script instantiation with class constants */ - public const DEFAULT_ORG = 'mokoconsulting-tech'; + public const DEFAULT_ORG = 'MokoConsulting'; /** * Script version number @@ -79,7 +79,7 @@ class BulkSync extends CLIApp protected function setupArguments(): array { return [ - 'org:' => 'GitHub organization (default: mokoconsulting-tech)', + 'org:' => 'GitHub organization (default: MokoConsulting)', 'repos:' => 'Specific repositories to sync (space-separated)', 'exclude:' => 'Repositories to exclude (space-separated)', 'skip-archived' => 'Skip archived repositories', diff --git a/automation/migrate_to_gitea.php b/automation/migrate_to_gitea.php index 5ca538c..6dd9754 100644 --- a/automation/migrate_to_gitea.php +++ b/automation/migrate_to_gitea.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Automation * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /automation/migrate_to_gitea.php * VERSION: 04.06.10 * BRIEF: Migrate repositories from GitHub to self-hosted Gitea instance @@ -85,8 +85,8 @@ class MigrateToGitea extends CliFramework } $this->checkpoints = new CheckpointManager('.checkpoints/migration'); - $org = $config->getString('github.organization', 'mokoconsulting-tech'); - $giteaOrg = $config->getString('gitea.organization', 'mokoconsulting-tech'); + $org = $config->getString('github.organization', 'MokoConsulting'); + $giteaOrg = $config->getString('gitea.organization', 'MokoConsulting'); echo "=== Gitea Migration Tool ===\n"; echo "Source: GitHub ({$org})\n"; diff --git a/automation/push_files.php b/automation/push_files.php index e310d65..8e1f754 100644 --- a/automation/push_files.php +++ b/automation/push_files.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Automation * INGROUP: MokoStandards.Scripts - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /automation/push_files.php * VERSION: 04.06.00 * BRIEF: Push one or more specific files to one or more remote repositories @@ -53,7 +53,7 @@ use MokoEnterprise\{ */ class PushFiles extends CLIApp { - public const DEFAULT_ORG = 'mokoconsulting-tech'; + public const DEFAULT_ORG = 'MokoConsulting'; public const VERSION = '04.06.00'; private ApiClient $api; diff --git a/automation/repo_cleanup.php b/automation/repo_cleanup.php index e975132..6f4b4e7 100644 --- a/automation/repo_cleanup.php +++ b/automation/repo_cleanup.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Automation * INGROUP: MokoStandards.Scripts - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /automation/repo_cleanup.php * VERSION: 04.06.00 * BRIEF: Enterprise repository cleanup — branches, PRs, issues, workflows, labels, logs @@ -69,7 +69,7 @@ class RepoCleanup extends CLIApp $this->setDescription('Enterprise repository cleanup — branches, PRs, issues, workflows, labels, logs'); $this->setVersion(self::VERSION); - $this->addOption('org', 'GitHub organization', 'mokoconsulting-tech'); + $this->addOption('org', 'GitHub organization', 'MokoConsulting'); $this->addOption('repos', 'Specific repositories (space-separated)', ''); $this->addOption('skip-archived', 'Skip archived repositories', false); $this->addOption('close-issues', 'Close resolved tracking issues (merged PR = done)', false); @@ -91,7 +91,7 @@ class RepoCleanup extends CLIApp protected function execute(): int { $this->startTime = microtime(true); - $org = $this->getOption('org', 'mokoconsulting-tech'); + $org = $this->getOption('org', 'MokoConsulting'); $this->dryRun = (bool) $this->getOption('dry-run', false); $runAll = (bool) $this->getOption('all', false); diff --git a/cli/archive_repo.php b/cli/archive_repo.php index 80c863b..d2194d0 100644 --- a/cli/archive_repo.php +++ b/cli/archive_repo.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/archive_repo.php * VERSION: 04.06.10 * BRIEF: Gracefully retire a governed repository — archive, close issues/PRs, remove sync def diff --git a/cli/create_project.php b/cli/create_project.php index 17170bc..85d6e5e 100644 --- a/cli/create_project.php +++ b/cli/create_project.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/create_project.php * VERSION: 04.06.00 * BRIEF: Create baseline GitHub Projects for repositories with standard fields and views diff --git a/cli/create_repo.php b/cli/create_repo.php index ca83f09..14e69b8 100644 --- a/cli/create_repo.php +++ b/cli/create_repo.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/create_repo.php * VERSION: 04.06.10 * BRIEF: Scaffold a new governed repository with full MokoStandards baseline diff --git a/cli/joomla_release.php b/cli/joomla_release.php index bd923a4..c0e59ae 100644 --- a/cli/joomla_release.php +++ b/cli/joomla_release.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/joomla_release.php * VERSION: 04.06.00 * BRIEF: Joomla release pipeline — build ZIP+tar.gz, upload to GitHub Release, update updates.xml diff --git a/cli/platform_detect.php b/cli/platform_detect.php index 0c37d09..e04055e 100644 --- a/cli/platform_detect.php +++ b/cli/platform_detect.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/platform_detect.php * VERSION: 04.06.00 * BRIEF: Detect platform from .mokostandards file — outputs platform string diff --git a/cli/release.php b/cli/release.php index 5bc4e5d..05b29e1 100644 --- a/cli/release.php +++ b/cli/release.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/release.php * VERSION: 04.06.00 * BRIEF: Automate the MokoStandards version branch release flow diff --git a/cli/release_notes.php b/cli/release_notes.php index a7815a7..f3839b9 100644 --- a/cli/release_notes.php +++ b/cli/release_notes.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/release_notes.php * VERSION: 04.06.00 * BRIEF: Extract release notes from CHANGELOG.md for a given version diff --git a/cli/sync_rulesets.php b/cli/sync_rulesets.php index d00588e..51cff75 100644 --- a/cli/sync_rulesets.php +++ b/cli/sync_rulesets.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/sync_rulesets.php * VERSION: 04.06.10 * BRIEF: Apply branch protection rules to all repos via platform adapter diff --git a/cli/version_bump.php b/cli/version_bump.php index 124e590..aa11c53 100644 --- a/cli/version_bump.php +++ b/cli/version_bump.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/version_bump.php * VERSION: 04.06.00 * BRIEF: Auto-increment patch version in README.md — outputs old → new diff --git a/cli/version_read.php b/cli/version_read.php index e27c5d4..484e92d 100644 --- a/cli/version_read.php +++ b/cli/version_read.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/version_read.php * VERSION: 04.06.00 * BRIEF: Read VERSION from README.md — outputs just the version string diff --git a/cli/version_set_platform.php b/cli/version_set_platform.php index de6e4be..d5ae577 100644 --- a/cli/version_set_platform.php +++ b/cli/version_set_platform.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.CLI * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /cli/version_set_platform.php * VERSION: 04.06.00 * BRIEF: Set version in platform-specific files (Dolibarr $this->version, Joomla ) diff --git a/deploy/deploy-joomla.php b/deploy/deploy-joomla.php index c2a81f8..bfadac9 100644 --- a/deploy/deploy-joomla.php +++ b/deploy/deploy-joomla.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Deploy * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /deploy/deploy-joomla.php * VERSION: 04.06.00 * BRIEF: Smart Joomla deploy — routes files to correct Joomla directories based on XML manifest diff --git a/deploy/deploy-sftp.php b/deploy/deploy-sftp.php index 379e5c3..96a788b 100644 --- a/deploy/deploy-sftp.php +++ b/deploy/deploy-sftp.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Deploy * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /deploy/deploy-sftp.php * VERSION: 04.06.00 * BRIEF: Deploy a repository src/ directory to a remote web server via SFTP diff --git a/fix/fix_line_endings.php b/fix/fix_line_endings.php index ca59bc2..ccc11d1 100644 --- a/fix/fix_line_endings.php +++ b/fix/fix_line_endings.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Fix * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /fix/fix_line_endings.php * VERSION: 04.06.00 * BRIEF: CLI script to fix line endings (CRLF → LF) in tracked files diff --git a/fix/fix_permissions.php b/fix/fix_permissions.php index 1eac99b..f40bc96 100644 --- a/fix/fix_permissions.php +++ b/fix/fix_permissions.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Fix * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /fix/fix_permissions.php * VERSION: 04.06.00 * BRIEF: CLI script to fix file permissions (dirs 755, files 644, scripts 755) diff --git a/fix/fix_tabs.php b/fix/fix_tabs.php index ffffca4..e23c093 100644 --- a/fix/fix_tabs.php +++ b/fix/fix_tabs.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Fix * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /fix/fix_tabs.php * VERSION: 04.06.00 * BRIEF: CLI script to convert tabs to spaces in tracked source files diff --git a/fix/fix_trailing_spaces.php b/fix/fix_trailing_spaces.php index e68b789..21cb04b 100644 --- a/fix/fix_trailing_spaces.php +++ b/fix/fix_trailing_spaces.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Fix * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /fix/fix_trailing_spaces.php * VERSION: 04.06.00 * BRIEF: CLI script to remove trailing whitespace from tracked source files diff --git a/lib/CliBase.php b/lib/CliBase.php index 1d065a1..f3f4120 100644 --- a/lib/CliBase.php +++ b/lib/CliBase.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Lib * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/CliBase.php * VERSION: 04.06.00 * BRIEF: Standalone base CLI class for api/ scripts that do not use CliFramework diff --git a/lib/Common.php b/lib/Common.php index 0efbec0..d53adb7 100644 --- a/lib/Common.php +++ b/lib/Common.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Lib * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Common.php * VERSION: 04.06.00 * BRIEF: Common utility functions for api/ scripts @@ -33,7 +33,7 @@ class Common const FALLBACK_VERSION = '04.00.00'; const REPO_URL = 'https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API'; - const REPO_URL_GITHUB = 'https://github.com/mokoconsulting-tech/MokoStandards'; + const REPO_URL_GITHUB = 'https://git.mokoconsulting.tech/MokoConsulting/MokoStandards'; const COPYRIGHT = 'Copyright (C) 2026 Moko Consulting '; const LICENSE = 'GPL-3.0-or-later'; diff --git a/lib/Enterprise/CliFramework.php b/lib/Enterprise/CliFramework.php index c2e716b..e25d973 100644 --- a/lib/Enterprise/CliFramework.php +++ b/lib/Enterprise/CliFramework.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.CLI * INGROUP: MokoStandards.Enterprise - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/CliFramework.php * VERSION: 04.06.00 * BRIEF: CLI base classes — CliFramework (current) and CLIApp (legacy) diff --git a/lib/Enterprise/DefinitionParser.php b/lib/Enterprise/DefinitionParser.php index 0f7b9b5..b1fde7f 100644 --- a/lib/Enterprise/DefinitionParser.php +++ b/lib/Enterprise/DefinitionParser.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/DefinitionParser.php * VERSION: 04.06.00 * BRIEF: Parses Terraform HCL repository definition files into a flat sync-file list diff --git a/lib/Enterprise/EnterpriseReadinessValidator.php b/lib/Enterprise/EnterpriseReadinessValidator.php index 49758b6..9dabf4b 100644 --- a/lib/Enterprise/EnterpriseReadinessValidator.php +++ b/lib/Enterprise/EnterpriseReadinessValidator.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/EnterpriseReadinessValidator.php * VERSION: 04.06.00 * BRIEF: Enterprise readiness validation library diff --git a/lib/Enterprise/FileFixUtility.php b/lib/Enterprise/FileFixUtility.php index 5a4a47f..b800fcc 100644 --- a/lib/Enterprise/FileFixUtility.php +++ b/lib/Enterprise/FileFixUtility.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards.Lib - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/FileFixUtility.php * VERSION: 04.06.00 * BRIEF: Utility class for fixing file formatting issues (line endings, permissions, tabs, trailing spaces) diff --git a/lib/Enterprise/GitHubAdapter.php b/lib/Enterprise/GitHubAdapter.php index 03b7522..312fab1 100644 --- a/lib/Enterprise/GitHubAdapter.php +++ b/lib/Enterprise/GitHubAdapter.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Platform * INGROUP: MokoStandards.Enterprise - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/GitHubAdapter.php * VERSION: 04.06.10 * BRIEF: GitHub implementation of GitPlatformAdapter diff --git a/lib/Enterprise/GitPlatformAdapter.php b/lib/Enterprise/GitPlatformAdapter.php index d36fe09..145218c 100644 --- a/lib/Enterprise/GitPlatformAdapter.php +++ b/lib/Enterprise/GitPlatformAdapter.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Platform * INGROUP: MokoStandards.Enterprise - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/GitPlatformAdapter.php * VERSION: 04.06.10 * BRIEF: Interface defining all git platform operations for GitHub/Gitea abstraction diff --git a/lib/Enterprise/GiteaAdapter.php b/lib/Enterprise/GiteaAdapter.php index c2a4808..7bd5933 100644 --- a/lib/Enterprise/GiteaAdapter.php +++ b/lib/Enterprise/GiteaAdapter.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Platform * INGROUP: MokoStandards.Enterprise - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/GiteaAdapter.php * VERSION: 04.06.10 * BRIEF: Gitea implementation of GitPlatformAdapter diff --git a/lib/Enterprise/PackageBuilder.php b/lib/Enterprise/PackageBuilder.php index ac41561..76d6d3f 100644 --- a/lib/Enterprise/PackageBuilder.php +++ b/lib/Enterprise/PackageBuilder.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards.Lib - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/PackageBuilder.php * VERSION: 04.06.00 * BRIEF: Builds release packages for generic, Dolibarr module, and Joomla component projects diff --git a/lib/Enterprise/PlatformAdapterFactory.php b/lib/Enterprise/PlatformAdapterFactory.php index 968f636..40ba2e5 100644 --- a/lib/Enterprise/PlatformAdapterFactory.php +++ b/lib/Enterprise/PlatformAdapterFactory.php @@ -8,7 +8,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Platform * INGROUP: MokoStandards.Enterprise - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/PlatformAdapterFactory.php * VERSION: 04.06.10 * BRIEF: Factory for creating platform-specific GitPlatformAdapter instances @@ -74,7 +74,7 @@ class PlatformAdapterFactory } $apiClient = new ApiClient( - baseUrl: 'https://api.github.com', + baseUrl: 'https://git.mokoconsulting.tech/api/v1', authToken: $token, maxRequestsPerHour: $config->getInt('github.rate_limit', 5000), maxRetries: $config->getInt('github.max_retries', 3), diff --git a/lib/Enterprise/Plugins/ApiPlugin.php b/lib/Enterprise/Plugins/ApiPlugin.php index 5d3d3d9..7276a9c 100644 --- a/lib/Enterprise/Plugins/ApiPlugin.php +++ b/lib/Enterprise/Plugins/ApiPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/ApiPlugin.php * VERSION: 04.06.00 * BRIEF: Enterprise plugin for API/Microservices projects @@ -288,7 +288,7 @@ class ApiPlugin extends AbstractProjectPlugin 'docker-compose.yml', 'kubernetes/*.yaml', 'tests/ or test/', - '.github/workflows/* or .gitea/workflows/* or .gitlab-ci.yml', + '.gitea/workflows/* or .gitea/workflows/* or .gitlab-ci.yml', 'middleware/ or middlewares/', ]; } @@ -674,7 +674,7 @@ class ApiPlugin extends AbstractProjectPlugin */ private function hasCICD(string $projectPath): bool { - return $this->fileExists($projectPath, '.github/workflows') || + return $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitlab-ci.yml') || $this->fileExists($projectPath, 'Jenkinsfile') || diff --git a/lib/Enterprise/Plugins/DocumentationPlugin.php b/lib/Enterprise/Plugins/DocumentationPlugin.php index b9c646e..891a144 100644 --- a/lib/Enterprise/Plugins/DocumentationPlugin.php +++ b/lib/Enterprise/Plugins/DocumentationPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/DocumentationPlugin.php * VERSION: 04.06.00 * BRIEF: Enterprise plugin for documentation projects diff --git a/lib/Enterprise/Plugins/DolibarrPlugin.php b/lib/Enterprise/Plugins/DolibarrPlugin.php index f861bc4..ce8b86a 100644 --- a/lib/Enterprise/Plugins/DolibarrPlugin.php +++ b/lib/Enterprise/Plugins/DolibarrPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/DolibarrPlugin.php * VERSION: 04.06.00 * BRIEF: Enterprise plugin for Dolibarr modules diff --git a/lib/Enterprise/Plugins/GenericPlugin.php b/lib/Enterprise/Plugins/GenericPlugin.php index 90d830c..9a48987 100644 --- a/lib/Enterprise/Plugins/GenericPlugin.php +++ b/lib/Enterprise/Plugins/GenericPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/GenericPlugin.php * VERSION: 04.06.00 * BRIEF: Enterprise plugin for generic projects @@ -74,7 +74,7 @@ class GenericPlugin extends AbstractProjectPlugin } // Check for CI/CD configuration - $hasCICD = $this->fileExists($projectPath, '.github/workflows') || + $hasCICD = $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitlab-ci.yml') || $this->fileExists($projectPath, '.travis.yml') || @@ -276,7 +276,7 @@ class GenericPlugin extends AbstractProjectPlugin 'CONTRIBUTING.md', 'CODE_OF_CONDUCT.md', 'SECURITY.md', - '.github/workflows/* or .gitea/workflows/* or .gitlab-ci.yml', + '.gitea/workflows/* or .gitea/workflows/* or .gitlab-ci.yml', 'docs/ or documentation/', 'tests/ or test/', ]; @@ -360,7 +360,7 @@ class GenericPlugin extends AbstractProjectPlugin */ private function hasCICD(string $projectPath): bool { - return $this->fileExists($projectPath, '.github/workflows') || + return $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitlab-ci.yml') || $this->fileExists($projectPath, '.travis.yml') || diff --git a/lib/Enterprise/Plugins/JoomlaPlugin.php b/lib/Enterprise/Plugins/JoomlaPlugin.php index 7dab8e6..b7acbc0 100644 --- a/lib/Enterprise/Plugins/JoomlaPlugin.php +++ b/lib/Enterprise/Plugins/JoomlaPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/JoomlaPlugin.php * VERSION: 04.06.00 * BRIEF: Enterprise plugin for Joomla projects diff --git a/lib/Enterprise/Plugins/MobilePlugin.php b/lib/Enterprise/Plugins/MobilePlugin.php index 4c28a0b..d28421a 100644 --- a/lib/Enterprise/Plugins/MobilePlugin.php +++ b/lib/Enterprise/Plugins/MobilePlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/MobilePlugin.php * VERSION: 04.06.00 * BRIEF: Enterprise plugin for mobile app projects @@ -338,7 +338,7 @@ class MobilePlugin extends AbstractProjectPlugin 'App icons for all required sizes', 'Splash screen assets', 'tests/ or __tests__/', - '.github/workflows/* or .gitea/workflows/* or fastlane/', + '.gitea/workflows/* or .gitea/workflows/* or fastlane/', 'React Native: metro.config.js', 'Flutter: analysis_options.yaml', 'iOS: Podfile', @@ -543,7 +543,7 @@ class MobilePlugin extends AbstractProjectPlugin */ private function hasCICD(string $projectPath): bool { - return $this->fileExists($projectPath, '.github/workflows') || + return $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitlab-ci.yml') || $this->fileExists($projectPath, 'fastlane') || diff --git a/lib/Enterprise/Plugins/NodeJsPlugin.php b/lib/Enterprise/Plugins/NodeJsPlugin.php index a82a009..9fa2d87 100644 --- a/lib/Enterprise/Plugins/NodeJsPlugin.php +++ b/lib/Enterprise/Plugins/NodeJsPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/NodeJsPlugin.php * VERSION: 04.06.00 * BRIEF: Enterprise plugin for Node.js/TypeScript projects @@ -315,7 +315,7 @@ class NodeJsPlugin extends AbstractProjectPlugin '.nvmrc or .node-version', '.editorconfig', 'jest.config.js or vitest.config.js', - '.github/workflows/* or .gitea/workflows/* or .gitlab-ci.yml', + '.gitea/workflows/* or .gitea/workflows/* or .gitlab-ci.yml', ]; } @@ -512,7 +512,7 @@ class NodeJsPlugin extends AbstractProjectPlugin */ private function hasCICD(string $projectPath): bool { - return $this->fileExists($projectPath, '.github/workflows') || + return $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitlab-ci.yml') || $this->fileExists($projectPath, '.travis.yml') || diff --git a/lib/Enterprise/Plugins/PythonPlugin.php b/lib/Enterprise/Plugins/PythonPlugin.php index e9ddb8a..b316c6f 100644 --- a/lib/Enterprise/Plugins/PythonPlugin.php +++ b/lib/Enterprise/Plugins/PythonPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/PythonPlugin.php * VERSION: 04.06.00 * BRIEF: Enterprise plugin for Python projects @@ -324,7 +324,7 @@ class PythonPlugin extends AbstractProjectPlugin 'pytest.ini or pyproject.toml', '.python-version or .tool-versions', 'Dockerfile', - '.github/workflows/* or .gitea/workflows/* or .gitlab-ci.yml', + '.gitea/workflows/* or .gitea/workflows/* or .gitlab-ci.yml', ]; } @@ -533,7 +533,7 @@ class PythonPlugin extends AbstractProjectPlugin */ private function hasCICD(string $projectPath): bool { - return $this->fileExists($projectPath, '.github/workflows') || + return $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitea/workflows') || $this->fileExists($projectPath, '.gitlab-ci.yml') || $this->fileExists($projectPath, '.travis.yml') || diff --git a/lib/Enterprise/Plugins/TerraformPlugin.php b/lib/Enterprise/Plugins/TerraformPlugin.php index 7e7aef3..dad733f 100644 --- a/lib/Enterprise/Plugins/TerraformPlugin.php +++ b/lib/Enterprise/Plugins/TerraformPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/TerraformPlugin.php * VERSION: 04.06.00 * BRIEF: Enterprise plugin for Terraform projects diff --git a/lib/Enterprise/Plugins/WordPressPlugin.php b/lib/Enterprise/Plugins/WordPressPlugin.php index c34f3e2..e6bf729 100644 --- a/lib/Enterprise/Plugins/WordPressPlugin.php +++ b/lib/Enterprise/Plugins/WordPressPlugin.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.Plugins * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/Plugins/WordPressPlugin.php * VERSION: 04.06.00 * BRIEF: Enterprise plugin for WordPress projects diff --git a/lib/Enterprise/ProjectConfigValidator.php b/lib/Enterprise/ProjectConfigValidator.php index 167a38c..cabbea1 100644 --- a/lib/Enterprise/ProjectConfigValidator.php +++ b/lib/Enterprise/ProjectConfigValidator.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.ProjectTypes * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/ProjectConfigValidator.php * VERSION: 04.06.00 * BRIEF: Enterprise library for validating project configurations diff --git a/lib/Enterprise/ProjectMetricsCollector.php b/lib/Enterprise/ProjectMetricsCollector.php index 24d4d4a..303bbe6 100644 --- a/lib/Enterprise/ProjectMetricsCollector.php +++ b/lib/Enterprise/ProjectMetricsCollector.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.ProjectTypes * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/ProjectMetricsCollector.php * VERSION: 04.06.00 * BRIEF: Enterprise library for collecting project-specific metrics diff --git a/lib/Enterprise/ProjectTypeDetector.php b/lib/Enterprise/ProjectTypeDetector.php index 645c8d7..7ddae4d 100644 --- a/lib/Enterprise/ProjectTypeDetector.php +++ b/lib/Enterprise/ProjectTypeDetector.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise.ProjectTypes * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/ProjectTypeDetector.php * VERSION: 04.06.00 * BRIEF: Enterprise library for detecting project types diff --git a/lib/Enterprise/RepositoryHealthChecker.php b/lib/Enterprise/RepositoryHealthChecker.php index cd74e57..deed3f2 100644 --- a/lib/Enterprise/RepositoryHealthChecker.php +++ b/lib/Enterprise/RepositoryHealthChecker.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/RepositoryHealthChecker.php * VERSION: 04.06.00 * BRIEF: Repository health checking enterprise library diff --git a/lib/Enterprise/RepositorySynchronizer.php b/lib/Enterprise/RepositorySynchronizer.php index 616685c..859f382 100644 --- a/lib/Enterprise/RepositorySynchronizer.php +++ b/lib/Enterprise/RepositorySynchronizer.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/RepositorySynchronizer.php * VERSION: 04.06.00 * BRIEF: Repository synchronization enterprise library @@ -65,7 +65,7 @@ class RepositorySynchronizer ?GitPlatformAdapter $adapter = null ) { $this->apiClient = $apiClient; - $this->adapter = $adapter ?? new GitHubAdapter($apiClient); + $this->adapter = $adapter ?? new GiteaAdapter($apiClient); $this->logger = $logger; $this->metrics = $metrics; $this->checkpoints = $checkpoints ?? new CheckpointManager('.checkpoints'); diff --git a/lib/Enterprise/SynchronizationException.php b/lib/Enterprise/SynchronizationException.php index 67c7bf5..9e3436b 100644 --- a/lib/Enterprise/SynchronizationException.php +++ b/lib/Enterprise/SynchronizationException.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Enterprise * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/Enterprise/SynchronizationException.php * VERSION: 04.06.00 * BRIEF: Custom exception for repository synchronization errors diff --git a/lib/plugins/Joomla/UpdateXmlGenerator.php b/lib/plugins/Joomla/UpdateXmlGenerator.php index ab5be20..7fb9e7b 100644 --- a/lib/plugins/Joomla/UpdateXmlGenerator.php +++ b/lib/plugins/Joomla/UpdateXmlGenerator.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Joomla * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /lib/plugins/Joomla/UpdateXmlGenerator.php * VERSION: 04.06.00 * BRIEF: Generates and updates Joomla extension updates.xml files diff --git a/maintenance/pin_action_shas.php b/maintenance/pin_action_shas.php index edb4354..2ac885a 100644 --- a/maintenance/pin_action_shas.php +++ b/maintenance/pin_action_shas.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/pin_action_shas.php * VERSION: 04.06.00 * BRIEF: Pin GitHub Actions to immutable commit SHAs in workflow files diff --git a/maintenance/repo_inventory.php b/maintenance/repo_inventory.php index a8f4bf1..86ffe48 100644 --- a/maintenance/repo_inventory.php +++ b/maintenance/repo_inventory.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/repo_inventory.php * VERSION: 04.06.00 * BRIEF: Generate a live inventory dashboard of all governed repos as a GitHub issue diff --git a/maintenance/rotate_secrets.php b/maintenance/rotate_secrets.php index 574a70c..33af096 100644 --- a/maintenance/rotate_secrets.php +++ b/maintenance/rotate_secrets.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/rotate_secrets.php * VERSION: 04.06.00 * BRIEF: Audit FTP secrets and variables across all governed repos — report missing or stale diff --git a/maintenance/setup_labels.php b/maintenance/setup_labels.php index da15a10..87bc7a6 100644 --- a/maintenance/setup_labels.php +++ b/maintenance/setup_labels.php @@ -11,7 +11,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/setup_labels.php * VERSION: 04.06.00 * BRIEF: REQUIRED label deployment script for all MokoStandards-governed repositories diff --git a/maintenance/sync_dolibarr_readmes.php b/maintenance/sync_dolibarr_readmes.php index ade16d8..9c57037 100644 --- a/maintenance/sync_dolibarr_readmes.php +++ b/maintenance/sync_dolibarr_readmes.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/sync_dolibarr_readmes.php * VERSION: 04.06.00 * BRIEF: Keeps root README.md and src/README.md in sync for Dolibarr module repositories @@ -76,7 +76,7 @@ class SyncDolibarrReadmes extends CliFramework $version = $m[1]; $moduleName = $this->extractModuleName($rootContent, $repoRoot); - $repoUrl = $this->extractField($rootContent, 'REPO', 'https://github.com/mokoconsulting-tech'); + $repoUrl = $this->extractField($rootContent, 'REPO', 'https://git.mokoconsulting.tech/MokoConsulting'); $defgroup = $this->extractField($rootContent, 'DEFGROUP', 'MokoStandards.Module'); $ingroup = $this->extractField($rootContent, 'INGROUP', 'MokoStandards'); $brief = $this->extractField($rootContent, 'BRIEF', "{$moduleName} end-user documentation"); diff --git a/maintenance/update_repo_inventory.php b/maintenance/update_repo_inventory.php index 0a8d96a..15cb239 100644 --- a/maintenance/update_repo_inventory.php +++ b/maintenance/update_repo_inventory.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/update_repo_inventory.php * VERSION: 04.06.00 * BRIEF: Queries GitHub org repos and rewrites the auto-generated section of REPOSITORY_INVENTORY.md diff --git a/maintenance/update_sha_hashes.php b/maintenance/update_sha_hashes.php index 31f88e0..e14c34b 100755 --- a/maintenance/update_sha_hashes.php +++ b/maintenance/update_sha_hashes.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/update_sha_hashes.php * VERSION: 04.06.00 * BRIEF: Update SHA-256 hashes in script registry diff --git a/maintenance/update_version_from_readme.php b/maintenance/update_version_from_readme.php index 1027786..e84c3df 100644 --- a/maintenance/update_version_from_readme.php +++ b/maintenance/update_version_from_readme.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Maintenance * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /maintenance/update_version_from_readme.php * VERSION: 04.06.00 * BRIEF: Reads VERSION from README.md FILE INFORMATION block and propagates it to all badges and FILE INFORMATION headers diff --git a/plugin_health_check.php b/plugin_health_check.php index f8251b2..40943c6 100755 --- a/plugin_health_check.php +++ b/plugin_health_check.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Plugin * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /plugin_health_check.php * VERSION: 04.06.00 * BRIEF: Run health checks on a project using the auto-detected or specified plugin diff --git a/plugin_list.php b/plugin_list.php index 265fa82..77a8aa3 100755 --- a/plugin_list.php +++ b/plugin_list.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Plugin * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /plugin_list.php * VERSION: 04.06.00 * BRIEF: List all available project-type plugins and their capabilities diff --git a/plugin_metrics.php b/plugin_metrics.php index ec5bb34..f67a504 100755 --- a/plugin_metrics.php +++ b/plugin_metrics.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Plugin * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /plugin_metrics.php * VERSION: 04.06.00 * BRIEF: Collect project metrics using the auto-detected or specified plugin diff --git a/plugin_readiness.php b/plugin_readiness.php index b723be2..ef40ae8 100755 --- a/plugin_readiness.php +++ b/plugin_readiness.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Plugin * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /plugin_readiness.php * VERSION: 04.06.00 * BRIEF: Check release readiness of a project using the auto-detected or specified plugin diff --git a/plugin_validate.php b/plugin_validate.php index 236386c..9e59141 100755 --- a/plugin_validate.php +++ b/plugin_validate.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Plugin * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /plugin_validate.php * VERSION: 04.06.00 * BRIEF: Validate a project's structure and standards using the auto-detected or specified plugin diff --git a/release/generate_dolibarr_version_txt.php b/release/generate_dolibarr_version_txt.php index 7b852bf..9cc4c3e 100644 --- a/release/generate_dolibarr_version_txt.php +++ b/release/generate_dolibarr_version_txt.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Release * INGROUP: MokoStandards.Scripts - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /release/generate_dolibarr_version_txt.php * VERSION: 04.06.00 * BRIEF: Create or update version.txt on Dolibarr module release diff --git a/release/generate_joomla_update_xml.php b/release/generate_joomla_update_xml.php index b699487..b7f0678 100644 --- a/release/generate_joomla_update_xml.php +++ b/release/generate_joomla_update_xml.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Release * INGROUP: MokoStandards.Scripts - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /release/generate_joomla_update_xml.php * VERSION: 04.06.00 * BRIEF: Create or update the in updates.xml on release diff --git a/templates/scripts/common/CliBase.template.php b/templates/scripts/common/CliBase.template.php index 5485a04..523e202 100644 --- a/templates/scripts/common/CliBase.template.php +++ b/templates/scripts/common/CliBase.template.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Common * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /templates/scripts/common/CliBase.template.php * VERSION: 04.06.00 * BRIEF: PHP CLI script template — extends MokoEnterprise\CliFramework diff --git a/templates/scripts/release/package_dolibarr.php b/templates/scripts/release/package_dolibarr.php index 4a30401..8582b2d 100644 --- a/templates/scripts/release/package_dolibarr.php +++ b/templates/scripts/release/package_dolibarr.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Scripts.Release * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /templates/scripts/release/package_dolibarr.php * VERSION: 04.06.00 * BRIEF: Build a distributable ZIP package for a Dolibarr module diff --git a/templates/scripts/release/package_joomla.php b/templates/scripts/release/package_joomla.php index 202dcfc..8500ae4 100644 --- a/templates/scripts/release/package_joomla.php +++ b/templates/scripts/release/package_joomla.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Scripts.Release * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /templates/scripts/release/package_joomla.php * VERSION: 04.06.00 * BRIEF: Build a distributable ZIP package for a Joomla component diff --git a/templates/scripts/validate/dolibarr_module.php b/templates/scripts/validate/dolibarr_module.php index dc958cb..24dc43d 100644 --- a/templates/scripts/validate/dolibarr_module.php +++ b/templates/scripts/validate/dolibarr_module.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Scripts.Validate * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /templates/scripts/validate/dolibarr_module.php * VERSION: 04.06.00 * BRIEF: Validate a Dolibarr module repository against MokoStandards requirements diff --git a/templates/scripts/validate/validate_manifest.php b/templates/scripts/validate/validate_manifest.php index 123ffa5..7b1fd67 100644 --- a/templates/scripts/validate/validate_manifest.php +++ b/templates/scripts/validate/validate_manifest.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Scripts.Validate * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /templates/scripts/validate/validate_manifest.php * VERSION: 04.06.00 * BRIEF: Validate a Joomla component XML manifest against MokoStandards requirements diff --git a/templates/scripts/validate/validate_structure.php b/templates/scripts/validate/validate_structure.php index fd52d93..b13e44a 100644 --- a/templates/scripts/validate/validate_structure.php +++ b/templates/scripts/validate/validate_structure.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Templates.Scripts.Validate * INGROUP: MokoStandards.Templates - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /templates/scripts/validate/validate_structure.php * VERSION: 04.06.00 * BRIEF: Validate a repository structure against MokoStandards requirements diff --git a/templates/stubs/dolibarr.php b/templates/stubs/dolibarr.php index 90bc735..abaa368 100644 --- a/templates/stubs/dolibarr.php +++ b/templates/stubs/dolibarr.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Stubs * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /templates/stubs/dolibarr.php * VERSION: 04.06.00 * BRIEF: PHPStan stub declarations for Dolibarr core classes diff --git a/templates/stubs/joomla.php b/templates/stubs/joomla.php index a63b66d..4777465 100644 --- a/templates/stubs/joomla.php +++ b/templates/stubs/joomla.php @@ -7,7 +7,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Stubs * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /templates/stubs/joomla.php * VERSION: 04.06.00 * BRIEF: PHPStan stub declarations for Joomla framework classes diff --git a/tests/Enterprise/GitPlatformAdapterTest.php b/tests/Enterprise/GitPlatformAdapterTest.php index d3eb015..60595e6 100644 --- a/tests/Enterprise/GitPlatformAdapterTest.php +++ b/tests/Enterprise/GitPlatformAdapterTest.php @@ -6,7 +6,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Tests.Enterprise * INGROUP: MokoStandards.Tests - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /tests/Enterprise/GitPlatformAdapterTest.php * VERSION: 04.06.10 * BRIEF: Tests verifying both adapters implement GitPlatformAdapter correctly diff --git a/validate/auto_detect_platform.php b/validate/auto_detect_platform.php index efcc0a0..59d975b 100755 --- a/validate/auto_detect_platform.php +++ b/validate/auto_detect_platform.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/auto_detect_platform.php * VERSION: 04.06.00 * BRIEF: Automatic platform detection and validation - PHP implementation diff --git a/validate/check_changelog.php b/validate/check_changelog.php index e903845..d7c3d79 100644 --- a/validate/check_changelog.php +++ b/validate/check_changelog.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_changelog.php * VERSION: 04.06.00 * BRIEF: Validates CHANGELOG.md structure and format diff --git a/validate/check_composer_deps.php b/validate/check_composer_deps.php index 9cd8610..ac46ff0 100644 --- a/validate/check_composer_deps.php +++ b/validate/check_composer_deps.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_composer_deps.php * VERSION: 04.06.00 * BRIEF: Validate composer.json enterprise dependency across all governed repos diff --git a/validate/check_dolibarr_module.php b/validate/check_dolibarr_module.php index 7c3c88d..4db18b9 100644 --- a/validate/check_dolibarr_module.php +++ b/validate/check_dolibarr_module.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_dolibarr_module.php * VERSION: 04.06.00 * BRIEF: Validates Dolibarr module directory structure diff --git a/validate/check_enterprise_readiness.php b/validate/check_enterprise_readiness.php index d05de89..db04f1a 100755 --- a/validate/check_enterprise_readiness.php +++ b/validate/check_enterprise_readiness.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_enterprise_readiness.php * VERSION: 04.06.00 * BRIEF: Enterprise readiness checker - PHP implementation diff --git a/validate/check_joomla_manifest.php b/validate/check_joomla_manifest.php index f5bec9c..2704e4a 100644 --- a/validate/check_joomla_manifest.php +++ b/validate/check_joomla_manifest.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_joomla_manifest.php * VERSION: 04.06.00 * BRIEF: Validates Joomla XML manifest structure and required elements diff --git a/validate/check_language_structure.php b/validate/check_language_structure.php index eaa2006..4350ba0 100644 --- a/validate/check_language_structure.php +++ b/validate/check_language_structure.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_language_structure.php * VERSION: 04.06.00 * BRIEF: Validates language INI file structure (KEY=value format) diff --git a/validate/check_license_headers.php b/validate/check_license_headers.php index be67fb7..b111e9f 100644 --- a/validate/check_license_headers.php +++ b/validate/check_license_headers.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_license_headers.php * VERSION: 04.06.00 * BRIEF: Validates SPDX license headers in source files (advisory) diff --git a/validate/check_no_secrets.php b/validate/check_no_secrets.php index 3be1a8c..7a2743f 100644 --- a/validate/check_no_secrets.php +++ b/validate/check_no_secrets.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_no_secrets.php * VERSION: 04.06.00 * BRIEF: Checks for potential secrets in committed files (advisory) diff --git a/validate/check_paths.php b/validate/check_paths.php index 6616a72..06b5dcc 100644 --- a/validate/check_paths.php +++ b/validate/check_paths.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_paths.php * VERSION: 04.06.00 * BRIEF: Validates that path separators use forward slashes (advisory) diff --git a/validate/check_php_syntax.php b/validate/check_php_syntax.php index 4652b1d..724d29a 100644 --- a/validate/check_php_syntax.php +++ b/validate/check_php_syntax.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_php_syntax.php * VERSION: 04.06.00 * BRIEF: Validates PHP syntax for all tracked PHP files using php -l diff --git a/validate/check_repo_health.php b/validate/check_repo_health.php index 5d44601..a8922f0 100755 --- a/validate/check_repo_health.php +++ b/validate/check_repo_health.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_repo_health.php * VERSION: 04.06.00 * BRIEF: Repository health checker - PHP implementation; includes deployment, secrets, and variables checks diff --git a/validate/check_structure.php b/validate/check_structure.php index f72ca41..6f6f041 100644 --- a/validate/check_structure.php +++ b/validate/check_structure.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_structure.php * VERSION: 04.06.00 * BRIEF: Validates required repository directory and file structure diff --git a/validate/check_tabs.php b/validate/check_tabs.php index 3b959f8..6992169 100644 --- a/validate/check_tabs.php +++ b/validate/check_tabs.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_tabs.php * VERSION: 04.06.00 * BRIEF: Validates that no literal tab characters exist in source files diff --git a/validate/check_version_consistency.php b/validate/check_version_consistency.php index b21441e..a1fc587 100755 --- a/validate/check_version_consistency.php +++ b/validate/check_version_consistency.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_version_consistency.php * VERSION: 04.06.00 * BRIEF: Validates that version numbers are consistent across all critical repository files diff --git a/validate/check_xml_wellformed.php b/validate/check_xml_wellformed.php index da7626c..72e2d32 100644 --- a/validate/check_xml_wellformed.php +++ b/validate/check_xml_wellformed.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/check_xml_wellformed.php * VERSION: 04.06.00 * BRIEF: Validates that all tracked XML files are well-formed diff --git a/validate/scan_drift.php b/validate/scan_drift.php index 4d383e7..eb3f1d5 100755 --- a/validate/scan_drift.php +++ b/validate/scan_drift.php @@ -10,7 +10,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Scripts.Validate * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /validate/scan_drift.php * VERSION: 04.06.00 * BRIEF: Standards drift detection - scans repositories for divergence from templates diff --git a/wrappers/auto_detect_platform.php b/wrappers/auto_detect_platform.php index a637eda..9e94a59 100644 --- a/wrappers/auto_detect_platform.php +++ b/wrappers/auto_detect_platform.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/auto_detect_platform.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/auto_detect_platform.php diff --git a/wrappers/bulk_sync.php b/wrappers/bulk_sync.php index 76b1ea8..c15903a 100644 --- a/wrappers/bulk_sync.php +++ b/wrappers/bulk_sync.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/bulk_sync.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/automation/bulk_sync.php diff --git a/wrappers/check_changelog.php b/wrappers/check_changelog.php index 0abc0c0..3291fe1 100644 --- a/wrappers/check_changelog.php +++ b/wrappers/check_changelog.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_changelog.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_changelog.php diff --git a/wrappers/check_dolibarr_module.php b/wrappers/check_dolibarr_module.php index 4eb817b..ba74cb2 100644 --- a/wrappers/check_dolibarr_module.php +++ b/wrappers/check_dolibarr_module.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_dolibarr_module.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_dolibarr_module.php diff --git a/wrappers/check_enterprise_readiness.php b/wrappers/check_enterprise_readiness.php index 96e07df..46176b5 100644 --- a/wrappers/check_enterprise_readiness.php +++ b/wrappers/check_enterprise_readiness.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_enterprise_readiness.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_enterprise_readiness.php diff --git a/wrappers/check_joomla_manifest.php b/wrappers/check_joomla_manifest.php index a273a31..fa37d97 100644 --- a/wrappers/check_joomla_manifest.php +++ b/wrappers/check_joomla_manifest.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_joomla_manifest.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_joomla_manifest.php diff --git a/wrappers/check_language_structure.php b/wrappers/check_language_structure.php index 490fed7..535c30c 100644 --- a/wrappers/check_language_structure.php +++ b/wrappers/check_language_structure.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_language_structure.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_language_structure.php diff --git a/wrappers/check_license_headers.php b/wrappers/check_license_headers.php index 5e0587f..0994081 100644 --- a/wrappers/check_license_headers.php +++ b/wrappers/check_license_headers.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_license_headers.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_license_headers.php diff --git a/wrappers/check_no_secrets.php b/wrappers/check_no_secrets.php index 4c359c8..333fe24 100644 --- a/wrappers/check_no_secrets.php +++ b/wrappers/check_no_secrets.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_no_secrets.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_no_secrets.php diff --git a/wrappers/check_paths.php b/wrappers/check_paths.php index e66075b..45496d0 100644 --- a/wrappers/check_paths.php +++ b/wrappers/check_paths.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_paths.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_paths.php diff --git a/wrappers/check_php_syntax.php b/wrappers/check_php_syntax.php index 02da539..e6caf0d 100644 --- a/wrappers/check_php_syntax.php +++ b/wrappers/check_php_syntax.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_php_syntax.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_php_syntax.php diff --git a/wrappers/check_repo_health.php b/wrappers/check_repo_health.php index bc59a58..adef046 100644 --- a/wrappers/check_repo_health.php +++ b/wrappers/check_repo_health.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_repo_health.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_repo_health.php diff --git a/wrappers/check_structure.php b/wrappers/check_structure.php index 35dd1a0..0fd7271 100644 --- a/wrappers/check_structure.php +++ b/wrappers/check_structure.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_structure.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_structure.php diff --git a/wrappers/check_tabs.php b/wrappers/check_tabs.php index b3eed0c..b6d5577 100644 --- a/wrappers/check_tabs.php +++ b/wrappers/check_tabs.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_tabs.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_tabs.php diff --git a/wrappers/check_version_consistency.php b/wrappers/check_version_consistency.php index f6dce17..ff0e327 100644 --- a/wrappers/check_version_consistency.php +++ b/wrappers/check_version_consistency.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_version_consistency.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_version_consistency.php diff --git a/wrappers/check_xml_wellformed.php b/wrappers/check_xml_wellformed.php index 98fd87d..ee6c4e5 100644 --- a/wrappers/check_xml_wellformed.php +++ b/wrappers/check_xml_wellformed.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/check_xml_wellformed.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/check_xml_wellformed.php diff --git a/wrappers/deploy_sftp.php b/wrappers/deploy_sftp.php index b83c957..44352de 100644 --- a/wrappers/deploy_sftp.php +++ b/wrappers/deploy_sftp.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/deploy_sftp.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/deploy/deploy-sftp.php diff --git a/wrappers/fix_line_endings.php b/wrappers/fix_line_endings.php index aa6e98b..ec8876b 100644 --- a/wrappers/fix_line_endings.php +++ b/wrappers/fix_line_endings.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/fix_line_endings.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/fix/fix_line_endings.php diff --git a/wrappers/fix_permissions.php b/wrappers/fix_permissions.php index 44961e9..ec8109a 100644 --- a/wrappers/fix_permissions.php +++ b/wrappers/fix_permissions.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/fix_permissions.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/fix/fix_permissions.php diff --git a/wrappers/fix_tabs.php b/wrappers/fix_tabs.php index 7dd4011..847ab5a 100644 --- a/wrappers/fix_tabs.php +++ b/wrappers/fix_tabs.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/fix_tabs.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/fix/fix_tabs.php diff --git a/wrappers/fix_trailing_spaces.php b/wrappers/fix_trailing_spaces.php index dfb80c1..b3247af 100644 --- a/wrappers/fix_trailing_spaces.php +++ b/wrappers/fix_trailing_spaces.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/fix_trailing_spaces.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/fix/fix_trailing_spaces.php diff --git a/wrappers/gen_wrappers.php b/wrappers/gen_wrappers.php index e99fb4b..fb5458c 100644 --- a/wrappers/gen_wrappers.php +++ b/wrappers/gen_wrappers.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/gen_wrappers.php * VERSION: 04.06.00 * BRIEF: Generate PHP CLI wrapper scripts for every PHP script in api/ @@ -85,7 +85,7 @@ function renderWrapper(string $name, string $scriptPath, string $category): stri * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/{$name}.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for {$scriptPath} diff --git a/wrappers/pin_action_shas.php b/wrappers/pin_action_shas.php index bd546e8..ac524a3 100644 --- a/wrappers/pin_action_shas.php +++ b/wrappers/pin_action_shas.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/pin_action_shas.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/maintenance/pin_action_shas.php diff --git a/wrappers/plugin_health_check.php b/wrappers/plugin_health_check.php index 44d6d6c..35b3006 100644 --- a/wrappers/plugin_health_check.php +++ b/wrappers/plugin_health_check.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/plugin_health_check.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/plugin_health_check.php diff --git a/wrappers/plugin_list.php b/wrappers/plugin_list.php index 8d6ffb4..c7b9224 100644 --- a/wrappers/plugin_list.php +++ b/wrappers/plugin_list.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/plugin_list.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/plugin_list.php diff --git a/wrappers/plugin_metrics.php b/wrappers/plugin_metrics.php index 2025748..c3e9f00 100644 --- a/wrappers/plugin_metrics.php +++ b/wrappers/plugin_metrics.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/plugin_metrics.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/plugin_metrics.php diff --git a/wrappers/plugin_readiness.php b/wrappers/plugin_readiness.php index 1d3105d..ec86d94 100644 --- a/wrappers/plugin_readiness.php +++ b/wrappers/plugin_readiness.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/plugin_readiness.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/plugin_readiness.php diff --git a/wrappers/plugin_validate.php b/wrappers/plugin_validate.php index 561ead8..78f8b1c 100644 --- a/wrappers/plugin_validate.php +++ b/wrappers/plugin_validate.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/plugin_validate.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/plugin_validate.php diff --git a/wrappers/scan_drift.php b/wrappers/scan_drift.php index d3c778f..22d01ec 100644 --- a/wrappers/scan_drift.php +++ b/wrappers/scan_drift.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/scan_drift.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/validate/scan_drift.php diff --git a/wrappers/setup_labels.php b/wrappers/setup_labels.php index fb2c5b0..29d165d 100644 --- a/wrappers/setup_labels.php +++ b/wrappers/setup_labels.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/setup_labels.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/maintenance/setup_labels.php diff --git a/wrappers/sync_dolibarr_readmes.php b/wrappers/sync_dolibarr_readmes.php index e89cc6a..7034d8e 100644 --- a/wrappers/sync_dolibarr_readmes.php +++ b/wrappers/sync_dolibarr_readmes.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/sync_dolibarr_readmes.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/maintenance/sync_dolibarr_readmes.php diff --git a/wrappers/update_sha_hashes.php b/wrappers/update_sha_hashes.php index cc69f80..3ccf813 100644 --- a/wrappers/update_sha_hashes.php +++ b/wrappers/update_sha_hashes.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/update_sha_hashes.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/maintenance/update_sha_hashes.php diff --git a/wrappers/update_version_from_readme.php b/wrappers/update_version_from_readme.php index 63e2a50..d9f28cf 100644 --- a/wrappers/update_version_from_readme.php +++ b/wrappers/update_version_from_readme.php @@ -9,7 +9,7 @@ * FILE INFORMATION * DEFGROUP: MokoStandards.Wrappers * INGROUP: MokoStandards - * REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API + * REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API * PATH: /wrappers/update_version_from_readme.php * VERSION: 04.06.00 * BRIEF: PHP wrapper for api/maintenance/update_version_from_readme.php