Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/electron/fiddle-core

Run fiddles from anywhere, on any Electron release
https://github.com/electron/fiddle-core

fix: Runner.spawn() should honor opts.out

ebfb928643a2b117a1cdc8fc0574bad26036d7da authored over 3 years ago
refactor: when cloning gists, use --depth=1

This avoids pulling in unnecessary history information

ac6efcaa99a1482a177a559f9ae4e7bf331ee243 authored over 3 years ago
chore: bump version to fix publish oops

3db5bb713f00a3f6cb09cfe3d3ae0a1f46be1932 authored over 3 years ago
chore: add "files" arg to package.json

6e1e52f6f3e1edcc9566ff571a25d785bc9eb3a8 authored over 3 years ago
chore: mark as a public module

537b5321ec2d41619d6b9cb02758d521bbcbca50 authored over 3 years ago
Merge pull request #8 from electron/chore/rename-as-fiddle-core

chore: rename electron-fiddle-runner as fiddle-core

5b8a16374cb249ec12da7e05426505483d3b0efd authored over 3 years ago
fix: README h1

eb2297cbc09a7a84ee17ec2f79473fec7c98ef2b authored over 3 years ago
chore: rename electron-fiddle-runner as fiddle-core

e8a65c63454f8b0379a78272ac5b8d36166dae9d authored over 3 years ago
refactor: use async spawn() method for `run` cmd (#7)

10fc37fd5ca97afbccc15173cc46805682be47ef authored over 3 years ago
feat: export compareVersions()

d8af65beb075e4a244fe2d116f679512dfcf87d2 authored over 3 years ago
chore: add comments to better explain the code

48a22056af08c5446e375f1a67ce1566133a7087 authored over 3 years ago
Merge pull request #2 from electron/fix/export-base-versions

fix: export BaseVersions

6fc2c1d327b9137778a5c995b1e6ccd37af5e6c7 authored over 3 years ago
Merge pull request #1 from electron/fix/use-dual-tsconfig-for-linting-tests

fix: use dual tsconfig for linting tests

774ef9e15e22116ffab3c0b1d81a745231cbe38b authored over 3 years ago
fix: export BaseVersions

This base class is useful for test scaffolding: it's (a) closer to using
live code than using a ...

40bf1bc79d1b87af4882c6c88d69c2c88a273477 authored over 3 years ago
fix: add dual config to solve jest-eslint-tsconfig

Idea taken from Erick's work to solve the same issue in bugbot in
https://github.com/electron/bu...

a4160b5b78ea4c610816809e5f643afb987d162c authored over 3 years ago
fix: add dual config to solve jest-eslint-tsconfig

I think this is the same thing that Erick did to get it working
in bugbot in https://github.com/...

5b343ea211ddabc9984b39a1c9ebaba6869b649d authored over 3 years ago
test: add tests for FiddleFactory

ee869234c9aff9cd37a9aa6490041c65df74d79d authored over 3 years ago
test: add Installer.install() test for replacement

55f38f372fe35ed18aeef1ad633a6495b1e3eb9d authored over 3 years ago
test: add tests for Installer.installedVersion

a80106017424fe716bce5e19bfc98dddf04effdc authored over 3 years ago
test: add tests for Installer.install()

17d5eb0cb672331dcaab43ff8ac74b3654d89ec7 authored over 3 years ago
test: add tests for Installer.remove()

b50b4f9606df8fc55b99c5b6601c43f8f4bb60a9 authored over 3 years ago
test: add tests for Installer.ensureDownloaded()

937445382aa839996c85594a31f3d9388e6cb2a5 authored over 3 years ago
test: add test for Installer.execSubpath()

0ac464a5e421e486cec124096ba2600a0f011ed2 authored over 3 years ago
test: add test.todo() list for Installer

303be9417fa4fd15833d3e69cb670091f787a6ac authored over 3 years ago
fixup! refactor: rename "not_downloaded" as "absent"

s/absent/missing/

1f7cc6a5872e33df0865924106316545e8113b24 authored over 3 years ago
feat: add RunnerOpts.args[] for custom invocation

1ab8bce5473a4c39a7c590a0f329cd4ab05fdfd2 authored over 3 years ago
refactor: rename "not_downloaded" as "absent"

8d7097339b6c7ee124f4205118ee15fbedebf861 authored over 3 years ago
fix: uncaught error when no download dir

43d0b38c90e23cd3a3b46cf83f152366dfb8d041 authored over 3 years ago
build: update deps

e1b9a2e63b9372a08995c4dc04d050825093eb7a authored over 3 years ago
chore: remove public Installer.states

3d859ea0773535fd04aa891058b87772c024a1a7 authored over 3 years ago
refactor: Runner.run and .bisect get SpawnSyncOpts

6191bfc259425caecd65e216365e28acc4b42e94 authored over 3 years ago
refactor: rename Versions.inBranch as Versions.inMajor

cb1ab61f5ca765673d94ed313c02cd26a95d3ff3 authored over 3 years ago
fix: when one version is installed, mark prev as downloaded

73793ffd85485653fca781853aab26c7809046f2 authored over 3 years ago
chore: make runner out arg explicitly a Stream.Writable

2c50f5a7dc467fe1b04a5bce4e0403aa4d1769c1 authored over 3 years ago
chore: rename Electron as Installer

2ca926a94c3599fae6077d6b45e2912d4dc94584 authored over 3 years ago
feat: track electron install states

a0ae2f532b8e7516de123e7bb0bc03e8beb34c1d authored over 3 years ago
feat: cli exit code matches test, bisect status

d2822cee7cb8e4161f4b27b89e7e61be88068527 authored over 3 years ago
fix: @types/getos is a devDependency, not a dependency

935a34a98d50464da059955d3aaf4f05557ab26a authored over 3 years ago
docs: add EventEmitter examples to README

141a0dd73896daf64685ae0c29d1fe4f2d2ff76c authored over 3 years ago
feat: make Electron an EventEmitter

19f907309c262c57bc1c57f8d1eb40d71e0d622e authored over 3 years ago
refactor: Runner methods now take FiddleSources

c4839437fb82423339f69746a49dd863bcfef267 authored over 3 years ago
feat: export the command-line handler

d67aa1301a8e7db817d3362f549be8209e2abe04 authored over 3 years ago
chore: prepare a ts public package

f59c0eb347a4902715cb436bf9d4c177abbf1fe0 authored over 3 years ago
docs: add bisect example to README

245862238f2f655e9f6ea50bbc71aaf020cb0f9e authored over 3 years ago
docs: use Runner.create in README

cbeab10a8450158e5d6ed42342b2cba02c4ba05d authored over 3 years ago
feat: revised public API

2986b20464e695f77c97ea6fb7cb0b052aeb9c43 authored over 3 years ago
feat: return same promise when double-call Electron.ensureDownloaded()

4a06643e9665189e0744a86be1c4795dfa81f4c9 authored over 3 years ago
initial commit

b3e3eab22880fd4e01fa28a7473a58c038fff9cc authored over 3 years ago