Skip to content

Feat/ci workflow standardization#3

Merged
Salazarismo merged 7 commits into
mainfrom
feat/ci-workflow-standardization
Mar 17, 2026
Merged

Feat/ci workflow standardization#3
Salazarismo merged 7 commits into
mainfrom
feat/ci-workflow-standardization

Conversation

@Salazarismo
Copy link
Copy Markdown
Collaborator

@Salazarismo Salazarismo commented Mar 17, 2026

Summary

Describe the change in 2-5 sentences.

Why this change exists

Explain the problem, gap, or failure mode being addressed.

Type of change

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Test improvement
  • CI / workflow
  • Security-related hardening

Affected areas

  • Frontend UI
  • IndexedDB / local queue
  • Sync runner / retry
  • Backend API
  • PostgreSQL / persistence
  • Documentation
  • CI / workflow

Behavior impact

What changes for users, contributors, or maintainers?

Reliability checklist

Complete this section if the PR touches queueing, retries, batching, deduplication, or API sync behavior.

  • Idempotency semantics were preserved.
  • Duplicate write risk was considered.
  • Retry / backoff behavior was considered.
  • Partial batch success/failure behavior was considered.
  • Recovery from stuck IN_FLIGHT items was considered.
  • Payload size / chunk splitting impact was considered.

Testing

What did you run?

  • Tests
  • Lint
  • Build
  • Manual validation

List commands and outcomes:

# paste commands here

Screenshots / logs / traces

Add relevant evidence when useful.

Documentation

  • README updated
  • Other docs updated
  • No docs update needed

Breaking changes

  • No breaking changes
  • Breaking changes described below

If breaking, explain migration or compatibility impact.

Linked issue

Closes #

Summary of changes:
- Updated documentation (README, ADRs, Changelog)
- Implemented runtime contract validation with Zod in NestJS
- Migrated to versioned Prisma migrations
- Fixed frontend tests and switched to Vitest
- Hardened CI workflow with quality gates and native binding fixes
Summary of changes:
- Created docs/RUNBOOK.md for operational guidance.
- Rewrote apps/api and apps/web READMEs to remove boilerplate.
- Expanded backend tests to cover duplicate, invalid, and auth_required scenarios.
- Expanded frontend integration tests to cover DEAD_LETTER and network backoff logic.
- Finalized doc alignment in docs/README.md by removing dead infra/db references.
@Salazarismo Salazarismo merged commit 9bc6b20 into main Mar 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant