Skip to content
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
0e2bf66
fix(e2e): phase 4 e2e fixes – contact api, reports, vat, bank helpers
africanitem Jan 25, 2026
d425af2
Fix bank account transaction types dropdown to show correct transacti…
africanitem Jan 28, 2026
a9639d7
Fix getBankTransactionTypes endpoint - clear lazy-loaded relationships
africanitem Jan 29, 2026
c2b9332
Fix Money Received transaction type and expense reducer mutations
africanitem Jan 29, 2026
d73ccf5
fix: journal, receipt, opening-balance APIs and frontend issues
africanitem Feb 1, 2026
1d29da1
fix: show backend error when invoice posting fails (line item has no …
africanitem Feb 1, 2026
db74c4d
fix: quotation view, send, receipt detail, and related backend/fronte…
africanitem Feb 2, 2026
559f6eb
chore: close #507 and #508 - transaction linking tests implemented
africanitem Feb 2, 2026
cc3a6c8
chore: close epic #512 and tasks - invoice-to-payment workflow e2e tests
africanitem Feb 2, 2026
73eba1d
style: apply prettier formatting
africanitem Feb 2, 2026
859ca80
fix: resolve eslint errors blocking pre-push
africanitem Feb 2, 2026
caef6ad
style: format expense screen
africanitem Feb 2, 2026
faeae51
Merge pull request #1 from africanitem/phase-4-banking-reporting-e2e-…
africanitem Feb 2, 2026
7a58330
ci: trigger tests for pr #667
africanitem Feb 2, 2026
4163fee
Merge branch 'develop' into develop
MohsinHashmi-DataInn Feb 3, 2026
0517aeb
Merge branch 'develop' into develop
MohsinHashmi-DataInn Feb 3, 2026
8d0b74a
ci: fix gitleaks arm64 binary, use maven wrapper in workflows
africanitem Feb 3, 2026
eae0036
fix: backend ci and messageutil, remove ide-specific paths from code
africanitem Feb 3, 2026
3ab8909
ci(security): run codeql on ubuntu-latest (x64)
africanitem Feb 3, 2026
dba2f91
Merge upstream develop into develop
africanitem Feb 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ concurrency:
jobs:
codeql:
name: CodeQL Analysis
runs-on: k3s-simpleaccounts-runners
# CodeQL does not support linux/arm64; use GitHub-hosted x64 runner
runs-on: ubuntu-latest
timeout-minutes: 60
# Skip fork PRs: CodeQL upload requires elevated permissions not granted to forks.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
Expand Down Expand Up @@ -69,7 +70,7 @@ jobs:

dependency-review:
name: Dependency Review
runs-on: k3s-simpleaccounts-runners
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.event_name == 'pull_request'
permissions:
Expand Down
Loading