gitea-actions[bot]
|
00fb9917a3
|
chore(release): build 01.02.00-rc [skip ci]
release-candidate
|
2026-06-18 17:46:14 +00:00 |
|
Jonathan Miller
|
c05c34be67
|
chore: remove deploy-manual.yml - Joomla deploys via update server
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 4s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 6s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 9s
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Generic: Project CI / Lint & Validate (pull_request) Successful in 10s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || 'development' }}) (pull_request_target) Failing after 9s
Universal: PR Check / Validate PR (pull_request) Failing after 26s
Universal: Auto Version Bump / Version Bump (push) Successful in 3s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Generic: Project CI / Tests (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report Issues (pull_request) Has been cancelled
|
2026-06-18 12:40:14 -05:00 |
|
jmiller
|
ba4454d2f7
|
feat: add workflow-sync-trigger - auto-sync workflows to live repos on PR merge
|
2026-06-18 17:08:50 +00:00 |
|
jmiller
|
a14bca757e
|
fix(ci): run repo-health on PR to main only, not on push
|
2026-06-18 16:39:43 +00:00 |
|
jmiller
|
0b583f2203
|
ci: add changelog extraction to promote-rc job [skip ci]
|
2026-06-18 16:37:30 +00:00 |
|
jmiller
|
7c763a5bf5
|
fix(ci): run CI on PR only, not on push
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
|
2026-06-18 16:13:52 +00:00 |
|
jmiller
|
240bea360b
|
chore: add rc-revert.yml workflow for RC branch cleanup
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Generic: Project CI / Lint & Validate (push) Successful in 9s
Generic: Project CI / Tests (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
|
2026-06-18 15:30:38 +00:00 |
|
jmiller
|
def4e2b2f6
|
ci: deploy full pre-release workflow from mokoplatform [skip ci]
|
2026-06-18 13:42:33 +00:00 |
|
jmiller
|
3382322393
|
ci: disable auto-bump on push to dev [skip ci]
|
2026-06-16 20:46:29 +00:00 |
|
Jonathan Miller
|
c046392574
|
fix(ci): use fixed-string grep for namespace check
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Generic: Project CI / Lint & Validate (push) Successful in 6s
Generic: Project CI / Tests (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
|
2026-06-11 19:21:00 -05:00 |
|
Jonathan Miller
|
ce4b467865
|
feat(ci): add 8 Joomla-specific CI checks to ci-joomla workflow
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Generic: Project CI / Lint & Validate (push) Successful in 8s
Generic: Project CI / Tests (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
- SQL schema validation (empty files, version-named updates)
- Manifest file references (verify files/folders exist on disk)
- Form XML validation (well-formed, has field/fieldset elements)
- Deprecated Joomla API check (JFactory, JText, etc — advisory)
- Template output escaping (unescaped <?= $var ?> — advisory)
- Namespace consistency (PHP namespace matches manifest)
- SPDX license header check (advisory)
- Service provider check (interfaces, return statement)
|
2026-06-11 19:06:50 -05:00 |
|
Jonathan Miller
|
bd9b711a7b
|
feat(ci): add config.xml and access.xml validation for components
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Generic: Project CI / Lint & Validate (push) Successful in 9s
Generic: Project CI / Tests (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Checks component extensions for access.xml (with core.admin and
core.manage actions) and config.xml, validates both are well-formed.
|
2026-06-11 18:28:32 -05:00 |
|
Jonathan Miller
|
5306ca2b27
|
fix(ci): restore ci-joomla.yml + make release readiness advisory
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Generic: Project CI / Lint & Validate (push) Successful in 13s
Generic: Project CI / Tests (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Previous API commits corrupted the file. This restores the full
workflow and adds continue-on-error: true to release-readiness job.
|
2026-06-11 17:21:15 -05:00 |
|
jmiller
|
3a18f60deb
|
fix(ci): restore ci-joomla.yml — previous commit was corrupted
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 3s
Generic: Project CI / Lint & Validate (push) Successful in 15s
Generic: Project CI / Tests (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
|
2026-06-11 22:04:04 +00:00 |
|
jmiller
|
10692d697a
|
fix(ci): make release readiness check advisory (continue-on-error)
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 3s
Generic: Project CI / Lint & Validate (push) Successful in 15s
Generic: Project CI / Tests (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
|
2026-06-11 22:03:32 +00:00 |
|
jmiller
|
ae565211d9
|
chore: sync notify.yml from Template-Generic [skip ci]
|
2026-06-07 17:51:11 +00:00 |
|
jmiller
|
72ec6795c0
|
chore: sync issue-branch.yml from Template-Generic [skip ci]
|
2026-06-07 17:51:11 +00:00 |
|
jmiller
|
12e559c21b
|
chore: sync deploy-manual.yml from Template-Generic [skip ci]
|
2026-06-07 17:51:10 +00:00 |
|
jmiller
|
e36ab75aa5
|
chore: sync ci-generic.yml from Template-Generic [skip ci]
|
2026-06-07 17:51:10 +00:00 |
|
jmiller
|
6109c86151
|
ci: add platform_detect.php to pre-release workflow [skip ci]
|
2026-06-07 17:40:14 +00:00 |
|
jmiller
|
91ea05be8e
|
ci: sync auto-release (patch detection) and pre-release (fix branch triggers) [skip ci]
|
2026-06-07 11:59:21 -05:00 |
|
jmiller
|
7a6b7fe8b1
|
ci: auto pre-release on push to dev/alpha/beta/rc branches [skip ci]
|
2026-06-07 16:49:29 +00:00 |
|
jmiller
|
e27bf25e6a
|
feat: auto-detect version bump level from PR source branch [skip ci]
|
2026-06-07 16:49:21 +00:00 |
|
jmiller
|
3526b6d674
|
fix: gitignore site/ should be /site/ to avoid matching tmpl/site/
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
|
2026-06-07 03:22:57 +00:00 |
|
Jonathan Miller
|
38271472eb
|
Merge remote-tracking branch 'origin/dev'
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
# Conflicts:
# .mokogitea/workflows/pre-release.yml
|
2026-06-06 11:46:01 -05:00 |
|
jmiller
|
220e637970
|
chore: sync .mokogitea/workflows/pre-release.yml from moko-platform [skip ci]
|
2026-06-06 12:31:39 +00:00 |
|
jmiller
|
8214e8c274
|
chore: remove update-server workflow [skip ci]
|
2026-06-05 00:07:26 +00:00 |
|
jmiller
|
5f0860090b
|
chore: remove update-server workflow [skip ci]
|
2026-06-05 00:07:26 +00:00 |
|
gitea-actions[bot]
|
79160c6002
|
chore(release): build 01.01.00 [skip ci]
stable
|
2026-06-04 17:03:57 +00:00 |
|
jmiller
|
041d21da12
|
Merge pull request 'chore(ci): sync CI workflow updates from dev' (#16) from dev into main
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
chore(ci): sync CI workflow updates
|
2026-06-04 17:03:46 +00:00 |
|
gitea-actions[bot]
|
30080a63cb
|
fix: ensure all pre-releases marked prerelease=true [skip ci]
|
2026-06-04 16:10:51 +00:00 |
|
jmiller
|
60f54ad998
|
chore: sync .mokogitea/workflows/pr-check.yml from moko-platform [skip ci]
|
2026-06-04 15:58:12 +00:00 |
|
jmiller
|
f3f43036f2
|
chore: sync .mokogitea/workflows/pr-check.yml from moko-platform [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 8s
|
2026-06-04 15:56:21 +00:00 |
|
jmiller
|
8af57d5f98
|
chore: sync .mokogitea/workflows/pr-check.yml from moko-platform [skip ci]
|
2026-06-04 15:40:39 +00:00 |
|
jmiller
|
adb8f02f3e
|
chore: sync .mokogitea/workflows/pr-check.yml from moko-platform [skip ci]
|
2026-06-04 15:38:29 +00:00 |
|
jmiller
|
a87eb3a7a8
|
chore: sync .mokogitea/workflows/pr-check.yml from moko-platform [skip ci]
|
2026-06-04 15:32:00 +00:00 |
|
jmiller
|
c640cca32e
|
chore: sync .mokogitea/workflows/pr-check.yml from moko-platform [skip ci]
|
2026-06-04 15:29:02 +00:00 |
|
jmiller
|
dcb63bc2a4
|
chore: remove updates.xml [skip ci]
|
2026-06-04 15:27:24 +00:00 |
|
jmiller
|
8a77aedd9d
|
chore: remove updates.xml [skip ci]
|
2026-06-04 15:27:22 +00:00 |
|
jmiller
|
0db35b6d6e
|
chore: sync .mokogitea/workflows/pr-check.yml from moko-platform [skip ci]
|
2026-06-04 15:18:52 +00:00 |
|
jmiller
|
730f10c556
|
chore: sync .mokogitea/workflows/pr-check.yml from moko-platform [skip ci]
|
2026-06-04 15:13:35 +00:00 |
|
gitea-actions[bot]
|
39fb0ad4b5
|
chore: sync pre-release workflow — auto RC on PR to main [skip ci]
|
2026-06-04 14:45:46 +00:00 |
|
jmiller
|
7d4e0da419
|
chore: sync .mokogitea/workflows/auto-release.yml from moko-platform [skip ci]
|
2026-06-04 14:23:17 +00:00 |
|
jmiller
|
c2944d36ae
|
chore: sync .mokogitea/workflows/auto-release.yml from moko-platform [skip ci]
|
2026-06-04 14:20:28 +00:00 |
|
jmiller
|
aea064345e
|
chore: sync .mokogitea/workflows/repo-health.yml from moko-platform [skip ci]
|
2026-06-04 13:47:04 +00:00 |
|
jmiller
|
fe4a6da924
|
chore: sync .mokogitea/workflows/repo-health.yml from moko-platform [skip ci]
|
2026-06-03 09:37:02 +00:00 |
|
gitea-actions[bot]
|
a5badd55be
|
chore(release): build 01.00.00 [skip ci]
|
2026-06-03 03:51:06 +00:00 |
|
jmiller
|
66fa6b7631
|
chore: sync updates.xml 01.00.00 from main [skip ci]
|
2026-06-03 03:51:06 +00:00 |
|
jmiller
|
4ec865bde7
|
Merge pull request 'fix(ci): add conflict-marker guard to release and PR workflows' (#15) from dev into main
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
fix(ci): add conflict-marker guard and remove RS_FTP_PATH_SUFFIX requirement
|
2026-06-03 03:50:55 +00:00 |
|
Jonathan Miller
|
e864284ad0
|
chore: merge main into dev, resolve conflicts keeping dev versions [skip bump]
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Generic: Repo Health / Access control (pull_request) Successful in 1s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 4s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 4s
Universal: PR Check / Validate PR (pull_request) Successful in 4s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 6s
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 9s
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Release configuration (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report Issues (pull_request) Has been cancelled
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-06-02 22:47:09 -05:00 |
|