Commit Graph

34 Commits (128987ededcbcdf73529d98a4f11c747b2bbe892)

Author SHA1 Message Date
Julius Rajala a5c808e9b0
Fix issue with post-create scripts failing on local docker ()
renovate[bot] 0efa9854a1
Update libretranslate/libretranslate Docker tag to v1.5.7 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2f653174b1
Update libretranslate/libretranslate Docker tag to v1.5.6 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] dc4427dc9b
Update devDependencies (non-major) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
renovate[bot] 62028b1b1b
Update libretranslate/libretranslate Docker tag to v1.5.5 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 61a0ec69fc
chore(deps): update devdependencies (non-major) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
renovate[bot] 367be82a29
Update libretranslate/libretranslate Docker tag to v1.5.4 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 352625c491
Update libretranslate/libretranslate Docker tag to v1.5.3 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Renaud Chaput cdc7894243
Fix devcontainer by not forcing `NODE_ENV` ()
renovate[bot] 91a05f3cad
Update libretranslate/libretranslate Docker tag to v1.5.2 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Michael Stanclift b87bfb8c96
Fix Yarn version in devcontainer ()
Renaud Chaput 757d7c73c0
Upgrade to Yarn 4, remove support for Node 16 ()
renovate[bot] bf1d452978
Update libretranslate/libretranslate Docker tag to v1.4.1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 37929b9707
Update libretranslate/libretranslate Docker tag to v1.4.0 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 48ef7d0f06
Update libretranslate/libretranslate Docker tag to v1.3.12 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Christian Schmidt 075cc8e8a6
Improve Codespaces port forwarding ()
Christian Schmidt 286a21afdc
Support webpacker live-reloading on Docker ()
Christian Schmidt 872fe2d62d
Do not start LibreTranslate and Elasticsearch on GitHub Codespaces ()
renovate[bot] a9ba8263a0
Update mcr.microsoft.com/devcontainers/ruby Docker tag to v1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 478687fc49
Update libretranslate/libretranslate Docker tag to v1.3.11 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Josh McKinney 89c01383f9
fix: remove port 80 mapping in devcontainer ()
Nick Schonning b8ff498781
Fix DevContainer post-create warnings ()
Robert R George cb9cc09a6d
Fixes launching of the devcontainer and adds support for Docker Desktop ()
Nick Schonning 4fa542f3c4
Sync CI and Docker Compose image versions ()
Samruddhi Khandale ade3c5d40c
Updates dev container and adds doc for getting started with GitHub Codespaces ()
Yamagishi Kazutoshi 77779ddebc
Fix devcontainer.json format ()
kyori19 b3ab0014e6
Install SSH server into devcontainer image ()
Matt Williams 7a3c6bb888
Dont use reserved foldername ()
Co-authored-by: Effy Elden <effy@effy.space>
Effy Elden 1e49be3328
Align everything to Node.js 16 ()
* Update nvmrc to Node.js 16

* Update package.json minimum Node engine to 16

* Update README requirements to Node.js 16

* Update devcontainer Node.js version to 16

* Update devcontainer Dockerfile Node.js choices to LTS versions that are still in support/maintenance

* Pin CircleCI Node image to 16

* Fix YAML type issue

* Update CircleCI Node.js to 16.18 to match 
Avdi Grimm 8a56587d62
Improve devcontainer for running tests ()
* Improve devcontainer for running tests

- Pull devcontainer post-create out into its own script
- Add asset precompilation
- Add test-mode asset precompilation (needed to run tests without error)

* Document Gemfile.lock re-checkout in devcontainer
Yamagishi Kazutoshi d86dd067ce
Fix auto detect language for translate service ()
Yamagishi Kazutoshi dfb9e6dab1
Disable transpile to older iOS versions ()
Yamagishi Kazutoshi 584d8b977b
Format JSON and YAML using Prettier ()
* Format JSON and YAML using Prettier

* Add prettier to devDep
Yamagishi Kazutoshi 74f406cfc9
Add DevContainer config ()
* Add DevContainer config

* Add `--path vendor/bundle` to `postCreateCommand`