Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix esbuild-related issues #371

Merged
merged 17 commits into from
Aug 11, 2023
Merged

Fix esbuild-related issues #371

merged 17 commits into from
Aug 11, 2023

Commits on Aug 11, 2023

  1. Fix esbuild-related issues

    * Fix Swagger UI is not available #369
    * Fix Error class names are wrong in logfile #370
    * Improve logging and health check
    
    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    40c2295 View commit details
    Browse the repository at this point in the history
  2. Optimize Docker caching related to Prisma

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f6a335a View commit details
    Browse the repository at this point in the history
  3. Optimize initialization of database in tests

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5433780 View commit details
    Browse the repository at this point in the history
  4. Fix initialization of test database in docker-in-docker environment

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c4c805b View commit details
    Browse the repository at this point in the history
  5. Escape $

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8090baa View commit details
    Browse the repository at this point in the history
  6. Fix docker-compose-dind.yml

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    361bef3 View commit details
    Browse the repository at this point in the history
  7. Fix Docker Compose Exec command

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1c4f1ba View commit details
    Browse the repository at this point in the history
  8. Wait for open PostgreSQL port

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    88f7b17 View commit details
    Browse the repository at this point in the history
  9. Use database URL to connect to test database

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    291803a View commit details
    Browse the repository at this point in the history
  10. Wait for PostgreSQL to accept initialization script

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3c6570d View commit details
    Browse the repository at this point in the history
  11. Use a different approach

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3248853 View commit details
    Browse the repository at this point in the history
  12. Fix command

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f127d91 View commit details
    Browse the repository at this point in the history
  13. Fix command

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fc8487e View commit details
    Browse the repository at this point in the history
  14. Run command as root

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8737f22 View commit details
    Browse the repository at this point in the history
  15. Revert idea

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a62ffe1 View commit details
    Browse the repository at this point in the history
  16. Remove newlines from migration script

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    25752db View commit details
    Browse the repository at this point in the history
  17. Fix path

    Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
    marvinruder committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    962dc9b View commit details
    Browse the repository at this point in the history