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

Proprietary extension support #162

Merged
merged 45 commits into from
May 23, 2024
Merged

Proprietary extension support #162

merged 45 commits into from
May 23, 2024

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    3bfb814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9c677c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    552176c View commit details
    Browse the repository at this point in the history
  4. Expose command to check Docker version.

    This coupling between extensions might not be what we want -- it might
    be preferable to librarify the version checking code -- but it is the
    easiest thing to do right now and it isn't obviously a terrible idea.
    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e7eda27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c19f2b3 View commit details
    Browse the repository at this point in the history
  6. Another bugfix

    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    741a382 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcb033b View commit details
    Browse the repository at this point in the history
  8. Add debug messages

    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b33e181 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b0bf81e View commit details
    Browse the repository at this point in the history
  10. Be more quiet

    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    418b0ea View commit details
    Browse the repository at this point in the history
  11. Remote debug messages.

    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    62fb42a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00f46bb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f1aebfa View commit details
    Browse the repository at this point in the history
  14. Get wasm to build.

    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9f7e318 View commit details
    Browse the repository at this point in the history
  15. Ditch esbuild

    evanw/esbuild#253
    
    Webpack is slow, but it seems to be full-featured.
    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3cb4710 View commit details
    Browse the repository at this point in the history
  16. Get webpack to work properly

    Webpack was generating __dirname code that threw runtime errors :(
    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fae3c6d View commit details
    Browse the repository at this point in the history
  17. Improve the build

    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    81f894c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    110d44e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bbee808 View commit details
    Browse the repository at this point in the history
  20. Clean up debug prints

    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d1e693e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8e53e66 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    412a876 View commit details
    Browse the repository at this point in the history
  23. Update known good

    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    81924d7 View commit details
    Browse the repository at this point in the history
  24. Install wasm-pack

    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dc79c61 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b68a409 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    62f5bef View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3e14417 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    bcfe9fa View commit details
    Browse the repository at this point in the history
  29. More fixes in CI

    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    63e0507 View commit details
    Browse the repository at this point in the history
  30. More fixes in CI

    petervdonovan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f533bc0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    48ab70f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb78db6 View commit details
    Browse the repository at this point in the history
  3. Cross-platform export

    petervdonovan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7cea0d2 View commit details
    Browse the repository at this point in the history
  4. More bash hackery

    petervdonovan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b9a0d1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1201c7e View commit details
    Browse the repository at this point in the history
  6. Fix typo

    petervdonovan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    125443f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88fc404 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f2a0f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10e5140 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ca5e53 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b77b4e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9add193 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a004449 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9757e16 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c8b303e View commit details
    Browse the repository at this point in the history