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

Embedded JavaScript pipeline PoC #1829

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Embedded JavaScript pipeline PoC #1829

wants to merge 4 commits into from

Commits on Nov 14, 2022

  1. Embedded JavaScript pipeline PoC

    pda committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a844d5e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. package js extracted from PipelineEvalCommand

    package resources (embedded filesystem) is also folded into package js.
    pda committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a17963d View commit details
    Browse the repository at this point in the history
  2. js: debug logger, JS require() load order tweak

    Now require("buildkite/*") will attempt to load from host filesystem if
    the requested file doesn't exist in the embedded filesystem.
    pda committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    49f09c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5b88fe View commit details
    Browse the repository at this point in the history