Skip to content

fix: correct development setup and API documentation - #979

Open
Portals wants to merge 1 commit into
chore/basic-dxfrom
codex/basic-dx-review-fixes
Open

fix: correct development setup and API documentation#979
Portals wants to merge 1 commit into
chore/basic-dxfrom
codex/basic-dx-review-fixes

Conversation

@Portals

@Portals Portals commented Sep 7, 2026

Copy link
Copy Markdown
Member

The development setup in #971 selects Gradle 8 with Java 25, documents an API header the server ignores, omits Playwright browser installation, and incorrectly claims that ./gradlew build validates the database schema.

  • Select gradle_9 from the existing Nix pin, matching the Gradle 9.5.1 wrapper and supporting Java 25.
  • Document Authorization: pre-shared <api_key_id>:<api_key_token>.
  • Install E2E dependencies and Chromium before running tests, clarify the required Gamma image, and use the version tag format published by CI.
  • Validate entity mappings by starting the application against the development database, where Flyway migrations and Hibernate validation run.

Validation: git diff --check passed. Cross-checked the instructions against the authentication converter, application configuration, Makefile, E2E package scripts, CI workflow, and pinned nixpkgs Gradle definition. No application builds or E2E tests were run; Nix is not installed locally, so the shell was not evaluated.

Targets chore/basic-dx so these fixes can be incorporated into #971.

@Portals
Portals requested a review from GAsplund as a code owner September 7, 2026 17:09
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