Commit Graph

240 Commits

Author SHA1 Message Date
58042009de 🐛 fix: use compatible cache save method for Gitea tar version 2026-04-08 23:14:53 +02:00
af982ad844 🔧 fix: update to actions/cache@v5 for better Gitea compatibility 2026-04-08 19:01:49 +02:00
2654b05f3b 🔧 fix: improve Swagger caching with explicit restore/save steps 2026-04-08 18:52:00 +02:00
44c2c055cf 🤖 feat: add Swagger Docs caching to CI/CD workflow 2026-04-08 18:13:47 +02:00
b308d9d095 🐛 fix: prevent duplicate badges with improved detection logic
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Successful in 4m32s
2026-04-08 17:57:54 +02:00
CI Bot
bad3de6653 🤖 chore: update coverage badge to 8.4% [skip ci] 2026-04-08 15:24:31 +00:00
CI Bot
5809c9a4b6 🤖 chore: update coverage badge to 55.9% [skip ci] 2026-04-08 15:24:31 +00:00
564722e74f 🐛 fix: improve badge cleanup logic and remove duplicates
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Successful in 4m31s
2026-04-08 17:19:50 +02:00
CI Bot
96929c842a 🤖 chore: update coverage badge to 8.4% [skip ci] 2026-04-08 15:18:55 +00:00
CI Bot
bd6793ab10 🤖 chore: update coverage badge to 55.9% [skip ci] 2026-04-08 15:18:54 +00:00
7b4e5197d8 🐛 fix: update badge script to use License badge as reference point
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 8s
CI/CD Pipeline / CI Pipeline (push) Successful in 4m25s
2026-04-08 17:14:20 +02:00
362eac05c1 🗑️ chore: remove redundant combined coverage badge 2026-04-08 17:13:55 +02:00
fe7ce8e87f 🗑️ chore: remove duplicate coverage badges from README 2026-04-08 17:07:04 +02:00
49c21ffd6d 🐛 fix: remove duplicate coverage badges
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 8s
CI/CD Pipeline / CI Pipeline (push) Failing after 3m52s
2026-04-08 17:06:46 +02:00
CI Bot
f4cec32b00 🤖 chore: update coverage badge to 8.4% [skip ci] 2026-04-08 15:04:17 +00:00
CI Bot
d1de87761b 🤖 chore: update coverage badge to 55.9% [skip ci] 2026-04-08 15:04:17 +00:00
51e98a0185 🐛 fix: proper markdown format for coverage badges
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 10s
CI/CD Pipeline / CI Pipeline (push) Successful in 4m8s
2026-04-08 16:59:58 +02:00
CI Bot
41e7183603 🤖 chore: update coverage badge to 8.4% [skip ci] 2026-04-08 14:56:19 +00:00
CI Bot
e337e331ab 🤖 chore: update coverage badge to 55.9% [skip ci] 2026-04-08 14:56:19 +00:00
66ba7f0c4e 🐛 fix: cross-platform sed and badge replacement issues
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 13s
CI/CD Pipeline / CI Pipeline (push) Successful in 4m30s
2026-04-08 16:51:38 +02:00
CI Bot
0411505ea3 🤖 chore: update coverage badge to 8.4% [skip ci] 2026-04-08 14:48:00 +00:00
CI Bot
182ba0a8a3 🤖 chore: update coverage badge to 55.9% [skip ci] 2026-04-08 14:48:00 +00:00
194b2aeb0e 🐛 fix: ensure single push in CI/CD workflow
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 11s
CI/CD Pipeline / CI Pipeline (push) Successful in 4m26s
2026-04-08 16:43:22 +02:00
14a8bc3714 reset coverage to 0% so we test the ci 2026-04-08 16:28:48 +02:00
92c8e84fa3 🐛 fix: correct Unit Coverage badge URL typo
- Fix typo: nhttps:// → https://
- Add proper link to Unit Coverage badge
- Ensures all badges have correct URLs

This fixes the URL issue from the previous CI run.
2026-04-08 16:12:07 +02:00
1296d62333 🐛 fix: make ci-update-coverage-badge.sh cross-platform compatible
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Failing after 4m32s
- Add cross-platform sed detection (macOS vs Linux)
- Fixes Unit coverage badge URL typo issue
- Ensures all badge update scripts work in Docker containers

This completes the cross-platform compatibility for all badge scripts.
2026-04-08 16:10:02 +02:00
CI Bot
f781bee3ba 🤖 chore: update coverage badge to 8.4% [skip ci] 2026-04-08 14:08:32 +00:00
4648680165 🤖 feat: implement single push with multiple commits approach
- Use original ci-update-coverage-badge.sh for individual badge commits
- Add version bump automation for main branch
- Single push at the end for all commits
- Follows gitmoji style with [skip ci] where appropriate

This implements the correct approach:
- Multiple commits (BDD, Unit, Version) in one step
- Single push at the end
- Proper commit messages with gitmoji
- [skip ci] to prevent loops
2026-04-08 15:56:22 +02:00
9d42909b86 🐛 fix: make badge update script cross-platform compatible
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Successful in 5m0s
- Detect macOS vs Linux sed syntax automatically
- Use appropriate sed command for each platform
- Fixes workflow failure in Docker container

macOS: sed -i '' (BSD sed)
Linux: sed -i (GNU sed)
2026-04-08 15:41:21 +02:00
9f89132a1f 🤖 feat: enable badge updates on all branches
Separate concerns properly:
- Badge updates: run on all branches to keep documentation accurate
- Docker builds: only on main branch for production deployments

This follows best practices where documentation should be updated
regardless of branch, but deployments only happen from main.
2026-04-08 15:32:08 +02:00
23c175d643 🧪 test: temporarily enable badge updates on feature branch
Temporarily modify workflow condition to test badge updates on feature/user-authentication-bdd branch.
Will revert to main-only after testing.
2026-04-08 15:31:15 +02:00
0b6f18f33c 🤖 feat: implement KISS badge update using environment variables
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Successful in 4m52s
- Fix badge URLs and remove duplicates
- Add update-all-badges.sh script for single commit updates
- Update CI/CD workflow to use environment variables
- Remove complex sequential commit logic
- Follow KISS principle with simple env var approach
2026-04-08 15:21:41 +02:00
1fb15fc331 🔧 feat: upgrade gitea-client get-wiki command to auto-decode base64 content\n\nThe get-wiki command now automatically extracts and base64 decodes the\ncontent_base64 field from wiki page responses, providing readable content\ndirectly to users instead of showing encoded data.\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai> 2026-04-08 15:08:11 +02:00
CI Bot
c6220f1cfe 🤖 chore: update coverage badge to 55.9% [skip ci] 2026-04-08 12:04:01 +00:00
cc9c2a5674 ♻️ refactor: use simple coverage file approach for BDD tests (KISS principle)
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Successful in 4m48s
2026-04-08 13:56:29 +02:00
f47094cbba 🐛 fix: extract BDD coverage directly from test output instead of file 2026-04-08 13:48:06 +02:00
6c86c6dd04 🐛 fix: add debugging to diagnose missing coverage.out file in CI 2026-04-08 13:42:24 +02:00
2b28970105 🐛 fix: add -coverprofile flag to BDD tests to generate coverage.out file for CI 2026-04-08 13:23:13 +02:00
4191bff5ef 🔄 ci: trigger workflow to test separate coverage badges [skip ci] 2026-04-08 13:16:04 +02:00
32b11b1f97 ♻️ refactor: simplify coverage measurement using separate output files (KISS principle) 2026-04-08 13:13:36 +02:00
5f93743c54 🐛 fix: capture BDD test output properly to extract coverage percentage 2026-04-08 13:11:33 +02:00
f5e35464b9 📊 feat: add separate BDD and unit test coverage badges to distinguish test coverage types
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Failing after 4m22s
2026-04-08 13:05:06 +02:00
7416d5f1c3 🧪 test: add proper coverage measurement to BDD tests with -coverpkg=./... flag
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Successful in 4m52s
2026-04-08 12:56:11 +02:00
43c9dbcd55 🧪 test: fix BDD test script to use portable directory navigation and proper database configuration
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 10s
CI/CD Pipeline / CI Pipeline (push) Successful in 4m41s
2026-04-08 12:45:56 +02:00
fe4a8e118e fix cd command
All checks were successful
CI/CD Pipeline / Build Docker Cache (push) Successful in 14s
CI/CD Pipeline / CI Pipeline (push) Successful in 4m48s
2026-04-08 12:38:27 +02:00
aaba14c0c5 🗑️ chore: add coverage.txt to gitignore and remove trigger files
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 40s
CI/CD Pipeline / CI Pipeline (push) Failing after 3m19s
2026-04-08 12:14:17 +02:00
5bfb08abc7 🧪 test: fix BDD step registration and update CI/CD workflow
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 17s
CI/CD Pipeline / CI Pipeline (push) Has been cancelled
- Fix step pattern escaping in pkg/bdd/steps/steps.go:80
- Update CI/CD workflow to use run-bdd-tests.sh script
- Enhance run-bdd-tests.sh for both local and CI environments
- Add strict validation for undefined/pending/skipped steps
- Update BDD testing documentation with pattern requirements

The CI/CD pipeline now properly validates BDD tests and fails on any
undefined, pending, or skipped steps. All 22 BDD scenarios are passing
with correct step pattern registration.
2026-04-08 12:13:17 +02:00
f013a1771d fixed bdd tests 2026-04-08 12:05:11 +02:00
f34a41a1c7 feat: enhance gitea-client with trigger-workflow command 2026-04-08 11:37:39 +02:00
3f84c91495 🔧 refactor: add fallback to cache check for reliability 2026-04-08 11:29:11 +02:00