* adding sourcemaps when doing compile
* sync version of shouldRun
* support async shouldRun checks
* wip!
* replaced the async being on the addTargetConfig side, but to the graph build time.
* Change files
* fixing format
* node scripts
* Change files
* added a fix so that the "shell" command is only applied on windows
* Change files
* adding task args
* update snapshots
* moved the picker creation to be just once to be reused in a singletargetworker
* Change files
* adding a mkdirp before writing to the log file
* Change files
* fixing up the lage integrate with buildxl to utilize lage-server
* Change files
* moved initialization back inside runTarget() to lazy initialize things so that server can start taking requests
* shutoff at 3 minutes
* no change file here
* Change files
* fixing up the lage integrate with buildxl to utilize lage-server
* Change files
* moved initialization back inside runTarget() to lazy initialize things so that server can start taking requests
* wip: remote execution
* wip
* info command & exec & server
* adds a detached service
* adding an environment variable
* fixing info
* Change files
* since fix
* allow empty staged
* centralize the runners
* adds a end-to-end test for lageserver
* updated the snapshot
* finally getting a stable test
* get rid of duped cleanup
* fixing prettier issue
* Change files
* fixing cleanup to be retried
* fixed a test
* another try
* get rid of the shell
* laucnh without quotes
* no shell for you
* globby
* yarned
* Simulate file access for lage server
* new grpc stuff
* revert last commit
* fixing up globby to be used, do gitignore, and fix up the getinput and outputs to be shown across the grpc
* Change files
* adding reference to globby
* fixing prettier issues
* fixing the ts version to be consistent
* set up the timeout only after pool is idle
* reverting scope change
* Change files
* wip: starting to refactor optimizer in its own package
* refactor optimization and add option for server
* add lage server mode
* update action
* fixing the binary location for lage.js and lageserver.js
* fixing the binary location for lage.js and lageserver.js
* info action now generates server commands for --server
* Change files
* adds the lage-server bin
* adding some dummy runner files for tests
* Simulate file access for lage server
* new grpc stuff
* revert last commit
* fixing up globby to be used, do gitignore, and fix up the getinput and outputs to be shown across the grpc
* Change files
* adding reference to globby
* fixing prettier issues
* fixing the ts version to be consistent
* set up the timeout only after pool is idle
* reverting scope change
* Change files
* writes out the "inputs" as hashes files inside node_modules\.cache\lage\hashes\**
* adds a list of inputs in the form of json string
* Change files
* adding a new output from lage
* beginning our journey with servers
* WIP: adding a server
* timeout is working
* adding another binary to lage!
* Change files
* fixing cli package to not include fastify/express
* yarn 4
* husky reinit
* bumping lint-staged
* fixing up the yarn 4 dlx jest
* fix script for prettier
* use auto line ending
* point to exact yarn path
* escape yarn path as well
* filter out the line that says "Done ..."
* wip: adding grpc
* adding buf for generation of TS
* got the right versions matching
* inversion of control for service implementation
* WIP: adding action for worker or service - need to decide on name
* adding a createClient
* rpc now works to run scripts
* remote execution now works with a better command set
* Change files
* fixing up the change files
* removing unused file
* ignore generated files for linting