Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TWN-Systems
/
open-mercato
Public
forked from
open-mercato/open-mercato
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
improvement(ci): parallel jobs, Turbo cache, affected-only checks
- #4
#4
Open
yokoszn
wants to merge 24 commits into
main
TWN-Systems/open-mercato:main
from
improvement/ci-performance
TWN-Systems/open-mercato:improvement/ci-performance
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Open
improvement(ci): parallel jobs, Turbo cache, affected-only checks
#4
yokoszn
wants to merge 24 commits into
main
TWN-Systems/open-mercato:main
from
improvement/ci-performance
TWN-Systems/open-mercato:improvement/ci-performance
Copy head branch name to clipboard
Commits
Commits on Apr 14, 2026
improvement(ci): parallelize audit+prepare, add caching, share build artifacts
Show description for 2c25c8c
yokoszn
and
claude
committed
2c25c8c
View commit details
Copy full SHA for 2c25c8c
Browse repository at this point
improvement(ci): add concurrency groups, enable Turbo cache, wire remote cache
Show description for b4340e2
yokoszn
and
claude
committed
b4340e2
View commit details
Copy full SHA for b4340e2
Browse repository at this point
fix(ci): use cancel-in-progress: false for snapshot releases
Show description for f5d5d7d
yokoszn
and
claude
committed
f5d5d7d
View commit details
Copy full SHA for f5d5d7d
Browse repository at this point
improvement(ci): affected-only build, typecheck, and unit tests on PRs
Show description for 2c7c336
yokoszn
and
claude
committed
2c7c336
View commit details
Copy full SHA for 2c7c336
Browse repository at this point
fix(ci): remove affected filter from prepare, fix app exclusion in test
Show description for 3220a84
yokoszn
and
claude
committed
3220a84
View commit details
Copy full SHA for 3220a84
Browse repository at this point
fix(ci): replace cache: 'yarn' with explicit .yarn/cache step
Show description for 8aad5d3
yokoszn
and
claude
committed
8aad5d3
View commit details
Copy full SHA for 8aad5d3
Browse repository at this point
fix(ci): include packages/*/generated/ in build artifact
Show description for a623e23
yokoszn
and
claude
committed
a623e23
View commit details
Copy full SHA for a623e23
Browse repository at this point
docs(ci-spec): sync Phase 0 and snapshot concurrency with actual implementation
Show description for f5b3e27
yokoszn
and
claude
committed
f5b3e27
View commit details
Copy full SHA for f5b3e27
Browse repository at this point
fix(ci): track gitignored generated/ in Turbo build input hash
Show description for 49adae2
yokoszn
and
claude
committed
49adae2
View commit details
Copy full SHA for 49adae2
Browse repository at this point
feat(ci): Phase 3+4 — affected-only integration tests and 5-shard Playwright parallelism
Show description for 60affd7
yokoszn
and
claude
committed
60affd7
View commit details
Copy full SHA for 60affd7
Browse repository at this point
perf(ci): skip audit when yarn.lock is unchanged
Show description for 6f17678
yokoszn
and
claude
committed
6f17678
View commit details
Copy full SHA for 6f17678
Browse repository at this point
perf(ci): cache node_modules to eliminate 85s yarn install per job
Show description for 00743da
yokoszn
and
claude
committed
00743da
View commit details
Copy full SHA for 00743da
Browse repository at this point
perf(ci): use Microsoft Playwright container for integration job
Show description for 09b69ae
yokoszn
and
claude
committed
09b69ae
View commit details
Copy full SHA for 09b69ae
Browse repository at this point
fix(ci): revert Playwright container — breaks Docker-in-Docker for ephemeral server
Show description for 7784240
yokoszn
and
claude
committed
7784240
View commit details
Copy full SHA for 7784240
Browse repository at this point
perf(ci): shard full-suite runs on PRs, not just pushes
Show description for c2df320
yokoszn
and
claude
committed
c2df320
View commit details
Copy full SHA for c2df320
Browse repository at this point
ci: opt into Node.js 24 actions runtime, fix merge-coverage on missing shards
Show description for 4ec4fe6
yokoszn
and
claude
committed
4ec4fe6
View commit details
Copy full SHA for 4ec4fe6
Browse repository at this point
ci: add lint job, share app build across shards, fix merge-coverage exit
Show description for 3168c85
yokoszn
and
claude
committed
3168c85
View commit details
Copy full SHA for 3168c85
Browse repository at this point
perf(ci): parallel integration, 15 shards, fix lint and distDir
Show description for ced6776
yokoszn
and
claude
committed
ced6776
View commit details
Copy full SHA for ced6776
Browse repository at this point
fix(ci): tar app build before upload to avoid colon-in-filename error
Show description for 7068426
yokoszn
and
claude
committed
7068426
View commit details
Copy full SHA for 7068426
Browse repository at this point
perf(ci): skip docker-build and app build for CI-only PRs, run docker in parallel
Show description for dbc0ccb
yokoszn
and
claude
committed
dbc0ccb
View commit details
Copy full SHA for dbc0ccb
Browse repository at this point
ci: upgrade actions to Node.js 24-native versions
Show description for a29cb2b
yokoszn
and
claude
committed
a29cb2b
View commit details
Copy full SHA for a29cb2b
Browse repository at this point
Commits on Apr 15, 2026
fix(ci): restore test:scripts step and OM_WEBHOOKS_ALLOW_PRIVATE_URLS
Show description for 7b83cf0
yokoszn
and
claude
committed
7b83cf0
View commit details
Copy full SHA for 7b83cf0
Browse repository at this point
Commits on Apr 16, 2026
fix(ci): catch all workspace modules; fix coverage double-counting
Show description for 789dd74
yokoszn
and
claude
committed
789dd74
View commit details
Copy full SHA for 789dd74
Browse repository at this point
fix(ci): restore docker action versions to latest (v4/v7)
Show description for 899c620
yokoszn
and
claude
committed
899c620
View commit details
Copy full SHA for 899c620
Browse repository at this point
You can’t perform that action at this time.