Commit Graph

  • 4d6df8d16b Block RSVPs on expired events with 409 Conflict and inject Clock into RsvpService nitrix 2026-03-08 13:00:30 +01:00
  • be1c5062a2 Add RSVP frontend: bottom sheet form, RsvpBar, and localStorage persistence nitrix 2026-03-08 12:47:53 +01:00
  • d9136481d8 Run mvnw verify instead of test in stop hook to include SpotBugs nitrix 2026-03-08 12:05:09 +01:00
  • e248a2ee06 Add ArchUnit rule: web adapter must not depend on outbound ports nitrix 2026-03-08 12:05:00 +01:00
  • fc77248c38 Extract CountAttendeesByEventUseCase to decouple controller from repository nitrix 2026-03-08 12:04:51 +01:00
  • a625e34fe4 Add RSVP creation endpoint with typed tokens and attendee count nitrix 2026-03-08 11:49:49 +01:00
  • 4828d06aba Add 008-rsvp feature spec and design artifacts nitrix 2026-03-08 11:48:00 +01:00
  • cac2903807 Merge pull request 'Update dependency eslint to v10.0.3' (#15) from renovate/eslint-monorepo into master nitrix 2026-03-07 00:07:17 +01:00
  • 210118bf9a Update dependency eslint to v10.0.3 Renovate Bot 2026-03-06 23:02:21 +00:00
  • 9a78ebd9b0 Add merge-pr skill for Gitea PR + CI workflow nitrix 2026-03-06 23:04:55 +01:00
  • 5f50ea991b Merge pull request 'Add public event detail page (007-view-event)' (#14) from 007-view-event into master 0.2.0 nitrix 2026-03-06 22:57:04 +01:00
  • fd9175925e Use vue-tsc --build in frontend hook to match CI nitrix 2026-03-06 22:54:41 +01:00
  • 63108f4eb5 Fix TypeScript type errors in frontend test files nitrix 2026-03-06 22:53:36 +01:00
  • cd71110514 Add test-results/ to gitignore nitrix 2026-03-06 22:34:07 +01:00
  • 76b48d8b61 Add EventDetailView with loading, expired, not-found, and error states nitrix 2026-03-06 22:34:00 +01:00
  • e5d0dd5f8f Implement GET /events/{token} backend with timezone support nitrix 2026-03-06 22:33:40 +01:00
  • e77e479e2a Add GET /events/{token} endpoint and timezone field to OpenAPI spec nitrix 2026-03-06 22:33:18 +01:00
  • 80d79c3596 Add design artifacts for view event feature (007) nitrix 2026-03-06 22:33:04 +01:00
  • 7efe932621 Merge pull request 'Update actions/upload-artifact action to v7' (#13) from renovate/major-github-artifact-actions into master nitrix 2026-03-06 22:29:15 +01:00
  • a56a26b1f0 Merge pull request 'Update actions/setup-node action to v6' (#12) from renovate/actions-setup-node-6.x into master nitrix 2026-03-06 21:27:18 +01:00
  • 906ba99b75 Merge pull request 'Update actions/setup-java action to v5' (#11) from renovate/actions-setup-java-5.x into master nitrix 2026-03-06 21:25:03 +01:00
  • da08752642 Merge pull request 'Update actions/checkout action to v6' (#10) from renovate/actions-checkout-6.x into master nitrix 2026-03-06 21:22:58 +01:00
  • 014b3b0171 Merge pull request 'Update oxlint monorepo to ~1.51.0' (#6) from renovate/oxlint-monorepo into master nitrix 2026-03-06 21:20:53 +01:00
  • 33aff5bff5 Merge pull request 'Update dependency @vue/tsconfig to ^0.9.0' (#5) from renovate/vue-tsconfig-0.x into master nitrix 2026-03-06 21:18:46 +01:00
  • 6de0769d70 Merge pull request 'Update eclipse-temurin Docker tag' (#3) from renovate/eclipse-temurin-25.x into master nitrix 2026-03-06 21:16:41 +01:00
  • 6a16255984 Merge pull request 'Update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.1' (#2) from renovate/org.codehaus.mojo-build-helper-maven-plugin-3.x into master nitrix 2026-03-06 21:14:34 +01:00
  • 2ce3ce0d05 Merge pull request 'Update dependency maven to v3.9.13' (#8) from renovate/maven-3.x into master nitrix 2026-03-06 21:12:25 +01:00
  • ca651d4c05 Update actions/upload-artifact action to v7 Renovate Bot 2026-03-06 20:07:53 +00:00
  • 1e065bef18 Update actions/setup-node action to v6 Renovate Bot 2026-03-06 20:07:51 +00:00
  • 6e655597d7 Update actions/setup-java action to v5 Renovate Bot 2026-03-06 20:07:48 +00:00
  • e10b88ee5f Update actions/checkout action to v6 Renovate Bot 2026-03-06 20:07:46 +00:00
  • 465fc2178f Update oxlint monorepo to ~1.51.0 Renovate Bot 2026-03-06 20:07:38 +00:00
  • 9e48debca7 Update dependency @vue/tsconfig to ^0.9.0 Renovate Bot 2026-03-06 20:07:33 +00:00
  • fc344d3ca0 Update eclipse-temurin Docker tag Renovate Bot 2026-03-06 20:07:25 +00:00
  • e04a86399c Update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.1 Renovate Bot 2026-03-06 20:07:22 +00:00
  • 0069747e68 Update dependency maven to v3.9.13 Renovate Bot 2026-03-06 20:07:18 +00:00
  • 1e7b0cb56c Merge pull request 'Update dependency @types/node to v24.12.0' (#9) from renovate/node-24.x-lockfile into master nitrix 2026-03-06 21:06:14 +01:00
  • d248bcd944 Update dependency @types/node to v24.12.0 Renovate Bot 2026-03-06 20:03:33 +00:00
  • 074f4ef1ee Remove process.emit warning suppression hack from Playwright config nitrix 2026-03-06 20:57:19 +01:00
  • 1afdd0a462 Add spec-kit workflow guide nitrix 2026-03-06 20:22:39 +01:00
  • 6aeb4b8bca Migrate project artifacts to spec-kit format nitrix 2026-03-06 20:19:41 +01:00
  • 0b2b84dafc Add E2E tests to stop hook and README nitrix 2026-03-06 18:19:39 +01:00
  • 562631f151 Add frontend-e2e job to CI pipeline nitrix 2026-03-06 18:14:20 +01:00
  • 9cf199dd9f Add Playwright E2E tests with MSW API mocking nitrix 2026-03-06 18:14:11 +01:00
  • b2d37d9269 Add example fields to CreateEventResponse schema nitrix 2026-03-06 18:13:50 +01:00
  • ffea279b54 Update CLAUDE.md with build commands and project conventions 0.1.0 nitrix 2026-03-05 10:58:20 +01:00
  • 4cfac860aa Add US-20 (404 page) to user stories nitrix 2026-03-05 10:58:10 +01:00
  • e3ca613210 Add agent research and implementation plan docs for US-1 nitrix 2026-03-05 10:57:44 +01:00
  • 14f11875a4 Add Vite dev proxy for backend API nitrix 2026-03-05 10:57:20 +01:00
  • a029e951b8 Add event stub page with clipboard sharing nitrix 2026-03-05 10:57:10 +01:00
  • 84feeb9997 Implement event creation frontend (EventCreateView) nitrix 2026-03-05 10:56:59 +01:00
  • f3d4b5fa17 Add REST controller with RFC 9457 error handling nitrix 2026-03-05 10:56:48 +01:00
  • c80074093c Add persistence layer with Liquibase migration nitrix 2026-03-05 10:56:39 +01:00
  • 830ca55f20 Implement event domain model and application service nitrix 2026-03-05 10:56:28 +01:00
  • eeadaf58c7 Add OpenAPI spec for POST /events endpoint nitrix 2026-03-05 10:56:17 +01:00
  • 387445e089 Remove Vue scaffolding and add design system foundation nitrix 2026-03-05 10:55:53 +01:00
  • c2bbb78b7b Add OpenAPI spec validation hook (Redocly CLI) nitrix 2026-03-04 23:52:12 +01:00
  • 91e566efea Remove honeypot fields from US-1 and US-3 nitrix 2026-03-04 22:24:23 +01:00
  • b8421274b4 Add API-first development methodology to project statutes nitrix 2026-03-04 22:08:19 +01:00
  • 747ed18945 Replace implementation phases with sequential implementation order nitrix 2026-03-04 22:02:13 +01:00
  • e9110ea143 Add recommended preset to Renovate config nitrix 2026-03-04 21:43:11 +01:00
  • bd84f4e355 Merge pull request 'Configure Renovate' (#1) from renovate/configure into master nitrix 2026-03-04 21:41:58 +01:00
  • 23b264e66e T-4: add JPA, Liquibase, Testcontainers, and deployment docs nitrix 2026-03-04 21:40:06 +01:00
  • cb0bcad145 Add release skill for SemVer tagging workflow nitrix 2026-03-04 20:35:50 +01:00
  • e8184be12f T-3: mark CI/CD pipeline complete, update spec and plan nitrix 2026-03-04 20:27:57 +01:00
  • a7303aa859 T-3: switch from Buildah to Docker for image build 0.0.1 nitrix 2026-03-04 20:19:07 +01:00
  • 977795ffb1 T-3: add Gitea Actions CI/CD pipeline nitrix 2026-03-04 20:08:29 +01:00
  • 316137bf1c T-2: add multi-stage Dockerfile and SPA-serving Spring Boot config nitrix 2026-03-04 19:16:50 +01:00
  • 96ef8656bd Rescope T-2 to Docker-only, defer DB wiring to T-4 nitrix 2026-03-04 18:35:36 +01:00
  • 958222d0c0 Track completion of T-1 and T-2 health endpoint, add progress tracking rule nitrix 2026-03-04 18:10:22 +01:00
  • 5ad6a08b72 T-5: set up API-first tooling with OpenAPI spec as single source of truth nitrix 2026-03-04 18:04:55 +01:00
  • 1ed379bc1c Add T-5 (API-first tooling) and align spec with new dependency chain nitrix 2026-03-04 17:46:48 +01:00
  • 23a6d7d6ad Fix outdated README and defer self-hosting docs to implementation nitrix 2026-03-04 03:01:56 +01:00
  • f5df2d7290 Add renovate.json Renovate Bot 2026-03-04 02:01:38 +00:00
  • 0c88697b2e Replace manual health endpoint with Spring Boot Actuator nitrix 2026-03-04 02:47:36 +01:00
  • a9802c2881 Add backpressure stack for agentic coding quality gates nitrix 2026-03-04 02:44:15 +01:00
  • a55174b323 T-1: initialize monorepo structure with backend and frontend scaffolds nitrix 2026-03-04 01:32:18 +01:00
  • 7b460dd322 initial commit nitrix 2026-03-03 10:06:47 +01:00