Commit Graph

17 Commits (fe04291af46d7cb9d3439fa73739b2ffb2b53d72)

Author SHA1 Message Date
Matt Jankowski 521b433933
Doc updates for Docker/devcontainers/codespace ()
Fabio Leandro Janiszevski cd4b00810d
Clear the docker setup - Deprecate post-create.sh and use bin/setup ()
Matt Jankowski 2f0a34ac00
Run as root in devcontainer from vscode ()
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] 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>
Christian Schmidt 075cc8e8a6
Improve Codespaces port forwarding ()
Christian Schmidt 872fe2d62d
Do not start LibreTranslate and Elasticsearch on GitHub Codespaces ()
Robert R George cb9cc09a6d
Fixes launching of the devcontainer and adds support for Docker Desktop ()
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>
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`