Skip to content

v0.2.0 — nocodb-migrator onboarded

Choose a tag to compare

@memclutter memclutter released this 27 Jun 19:19
v0.2.0
f7c0be1

memos v0.2.0 onboards the first application project, nocodb-migrator, and runs it end to end through the SDD task loop.

Added

  • nocodb-migrator project — specified, then delivered through the SDD loop:
    • 001 — unit test suite (mock NocoDB), GitHub Actions CI (lint-unit), and pre-commit.
    • 002 — integration tests running the real up/down against a dockerized NocoDB (testcontainers-go), behind the integration build tag.
    • 003 — reproduced, root-caused, and fixed Migrations-table creation failing on external MySQL/PostgreSQL backends (empty enum DDL); filed the upstream NocoDB bug (nocodb/nocodb#14164) and shipped a downstream fix.
      Submodule pinned at nocodb-migrator v0.0.2.
  • Playwright MCP server config (.mcp.json, .cursor/mcp.json).

Changed

  • Commit signing: require signed commits, scoped to GitHub via a conditional include; recorded the intent in the dotfiles spec.

Full changelog: v0.1.0...v0.2.0