42 - Add DevContainer configuration for development environment #49

Merged
GuillaumeHemmen merged 2 commits from 42-implement-dev-container into master 2026-03-17 15:25:40 +00:00

Description

Adds .devcontainer/devcontainer.json to enable development in Coder with the git.van-hemmen.com/actions/sindri:coder-26.8.1 prebuild image. The container automatically runs yarn install on creation.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Refactoring (no functional changes)
  • CI/CD update

Fixes #42

Testing

  • Unit tests added/updated
  • Manual testing performed
  • Tested on iOS
  • Tested on Android

Breaking Changes

Checklist

  • Code follows the project's code style (Prettier, ESLint)
  • TypeScript types are properly defined
  • Tests pass locally
  • Documentation updated (if needed)
  • CI checks pass (Prettier, TypeScript, Lint, Tests, Sonar)

Additional Notes

## Description Adds .devcontainer/devcontainer.json to enable development in Coder with the git.van-hemmen.com/actions/sindri:coder-26.8.1 prebuild image. The container automatically runs yarn install on creation. ## Type of Change <!-- Mark the relevant option with an [x] --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update - [ ] Performance improvement - [ ] Refactoring (no functional changes) - [ ] CI/CD update ## Related Issue <!-- Link to the related issue if applicable --> Fixes #42 ## Testing <!-- Describe how you tested these changes --> - [ ] Unit tests added/updated - [x] Manual testing performed - [ ] Tested on iOS - [ ] Tested on Android ## Breaking Changes <!-- If this is a breaking change, describe the impact and migration path --> ## Checklist - [x] Code follows the project's code style (Prettier, ESLint) - [x] TypeScript types are properly defined - [x] Tests pass locally - [x] Documentation updated (if needed) - [x] CI checks pass (Prettier, TypeScript, Lint, Tests, Sonar) # Additional Notes <!-- Any additional context, potential side effects, or areas that need extra attention during review -->
42 - Add DevContainer configuration for development environment
All checks were successful
/ lint (push) Successful in 30s
/ tsc (push) Successful in 29s
/ pre-check (push) Successful in 12s
/ unit-testing (push) Successful in 35s
/ prettier (push) Successful in 30s
/ sonar (push) Successful in 1m2s
cd5467811c
GuillaumeHemmen scheduled this pull request to auto merge when all checks succeed 2026-03-17 14:55:34 +00:00
GuillaumeHemmen canceled auto merging this pull request when all checks succeed 2026-03-17 14:55:43 +00:00
42 - Remove unused DevContainer configuration
All checks were successful
/ pre-check (push) Successful in 6s
/ tsc (push) Successful in 29s
/ prettier (push) Successful in 29s
/ lint (push) Successful in 42s
/ unit-testing (push) Successful in 33s
/ sonar (push) Successful in 58s
4827a1cd6f
GuillaumeHemmen deleted branch 42-implement-dev-container 2026-03-17 15:25:40 +00:00
Sign in to join this conversation.
No description provided.