Ecosyste.ms: OpenCollective

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

github.com/electron/build-tools

The GN scripts to use for Electron dev-flows
https://github.com/electron/build-tools

feat: add a load-macos-sdks command to help initial setup (#40)

889c74c1786bc88527251d291978a34fe20bda10 authored about 5 years ago
Merge pull request #41 from electron/fix-revert-98b4ba7

fix: revert 98b4ba7 due to unexpected side effects

21ca6bad8c9a8f1bf26b9ce80265290cb0611f79 authored about 5 years ago
fix: revert 98b4ba7 due to unexpected side effects

This commit broke some command parsing, e.g. "e show current" and
"e show --help" did not work w...

6e0302efbb2a2960601ac0d163bc1d01ef3a2ff0 authored about 5 years ago
Merge pull request #39 from electron/add-e-show-outdir

feat: add 'e show outdir'

fea80da50997ea8b69c8efe8943a072d850ec544 authored about 5 years ago
feat: add 'e show outdir'

8dc4af1eea12ac95cf6e758ec988a57afeb94d7c authored about 5 years ago
chore: use yarn everywhere (#38)

* chore: standardize use with yarn

* chore: note yarn prerequisite

* docs: remove assumpti...

a53cee99d2ea086f8ff3bb8eb6395e91e6ec8a83 authored about 5 years ago
feat: fail gracefully on unknown commands (#34)

98b4ba7c61d55dc0026abd736e10136fd6d08c2c authored about 5 years ago
Merge pull request #37 from electron/load-patch-targets-from-config-json

refactor: get patch targets from patches directory

1aa1c573adc610dc7a9372f9b3c713364c031400 authored about 5 years ago
chore: update unrelated code failing newer linter

bde1fe2ab8d7b2b29a42b1e116d4ee5a85859fc9 authored about 5 years ago
refactor: get patch targets from patches directory

Get them by reading and parsing electron/patches/config.json.

ce907b1e68689e7aef8f745ce22567ff91d6abf3 authored about 5 years ago
chore: add CODEOWNERS (#35)

a0529b1100b0626179110fb6c0109af1ce21379d authored about 5 years ago
chore: we don't support debug anymore

60d1f6dd21988dbef7fbc02455af554eb3a3cb52 authored about 5 years ago
fix: add missing childProcess import

dad1e2a88006c300892d2729ff05143d216d6cec authored about 5 years ago
fix: evm config destructure in patches (#33)

9ae29c3f4de2e357e20c8c0d0fb2b333f7a6cf3b authored about 5 years ago
fix: logs were being ignored (#31)

c512153437218bb5208b0385a748b5d938b0174e authored about 5 years ago
chore: use js-yaml instead of yaml-js (#30)

We already have to install js-yaml for the nyc-based coverage tests,
so this change reduces our...

0475d195803ef59dedf9316036f08b6e43a9e9d9 authored about 5 years ago
fix: properly pass extra cli options (#29)

d6b79f3813d2629a5315084f4f15408d0e67fc8d authored over 5 years ago
feat: allow custom depot_tools path (#27)

12ffd48653a8f835354af546c608a777dcbeb814 authored over 5 years ago
chore: add some example config files (#26)

735cf350eaebd9d00266041b0aa1937069c811bf authored over 5 years ago
chore: add support for yaml and extends (#24)

* chore: add support for yaml and extends

* fix: choose serialize format based on file suffix...

d495355e30390b75c6ee70bad266ca384148dadc authored over 5 years ago
refactor: port bash, batch files to javascript (#23)

* feat: add cli args to 'e fetch' and 'e bootstrap'

* refactor: minor --help message readabil...

d0b5ca2a5de702bde5d94ee303938a6520093184 authored over 5 years ago
fix: array key variable substitution (#22)

544a031901d2937884219c8baee242f4243836a3 authored over 5 years ago
Merge pull request #21 from electron/color-playtime

refactor: simplify logging with colors

6d14f88305909114855ce2e8ee62987e3bde3ca3 authored over 5 years ago
refactor: simplify logging with colors

This PR adds a couple of little helper functions so that each log
message doesn't have to manual...

26954fce41496cf8d5728175a1159fc0ec8c121f authored over 5 years ago
Merge pull request #20 from electron/lint-shellcheck

chore: add shellcheck linting

77709cf35d52d37e32f753ee96125ff3fb74b811 authored over 5 years ago
address changes from review

a5a5dda9dc8d103d916dde28b0f90b1aa3ce05f8 authored over 5 years ago
chore: add shellcheck linting

3b713f4eca13bf83568aae23e68c22e2265abaad authored over 5 years ago
Merge pull request #18 from electron/custom-config-dir

feat: allow user-specified config file directory

fc645c9fc1d5f55c2e5082832eb21595d20d6c8d authored over 5 years ago
feat: allow user-specified config file directory

tl;dr: if the environment variable ELECTRON_BUILD_TOOLS_CONFIG exists,
the scripts will look for...

7d60bf7e5740438b1fead7e8bf7dc6610240a4a8 authored over 5 years ago
feat: let users specify the fetch target directory (#17)

b5a99fb337ae0be67a24429e7a6a52e40eee80ac authored over 5 years ago
feat: on nix, automate depot-tools installation and 'yarn install' (#14)

* feat: on nix, add chalklike color-coded messages

* feat: auto-install depot tools and run y...

e6cef984d39df11047814f0cdad11f00b7ae2b29 authored over 5 years ago
fix: realpath is linux-only (#16)

34896634ee33583216a0ff3038d2809bfca00f91 authored over 5 years ago
feat: on nix, add chalklike color-coded messages (#13)

6061e7ed8825586147a0d19084e71f4a92ca662e authored over 5 years ago
fix: update to use the new sccache bucket name

95ee586bad1d9d1e6b7957b159b39cabcc993c86 authored over 5 years ago
feat: add `e show` (#11)

* feat: add 'make' as an alias to 'build' subcommand

* feat: when using gdb, load chromium's ...

592c8468cbcc53e11eddf3ad6ef531f938edddb7 authored over 5 years ago
docs: add LICENSE (#10)

379262d03dc82aa832dd0f36c55ec7c3c535a8ce authored over 5 years ago
fix: auto-create git cache directory. Fixes #8

d877d10673ab4d1e1fe28dd487173ed7d2979ec8 authored over 5 years ago
docs: pad out README with more detail (#6)

ccb8388dd6d1ce0f11031b6d66bb5ef7989d1ce7 authored over 5 years ago
Merge pull request #7 from MarshallOfSound/fetch

feat: add new e fetch command to set up new electron checkout

9d6fe99ea88ee7c7e6c836228e60c82fb33c4974 authored over 5 years ago
feat: add new e fetch command to set up new electron checkout

de9534a59a3840eeb388fdf1c680ac680020624c authored over 5 years ago
refactor: remove e generate-config and ensure that CHROMIUM_BUILDTOOLS_PATH is exported to sub-shells

ffadc2974305fbc372b97c8c1405c1ec2c07ed0d authored over 5 years ago
feat: add command for patch exporting (#4)

30549d17e9178978e72ce8037131ec2806b77747 authored over 5 years ago
feat: add debug command (#3)

668142526a959072105ddfe51b6718d4afd5970a authored over 5 years ago
feat: add node and testnode commands for *nix

d4b7504dee97f80e10ee5859aef93090c6d71a0f authored over 5 years ago
fix: anonymous functions don't get hoisted (#2)

f968331bcd33cedb9e1204012316727c99dba9d5 authored over 5 years ago
feat: allow optional HTTPS for git origin (#1)

da54da18ab32c20ed427380e0bc3bacdfccbed65 authored over 5 years ago
fix: allow starting apps from relative paths

d853208190a61d3dc5330d71171532b6a0599ccc authored over 5 years ago
feat: add the e pr command

97d2898471e9663a4210e5796b111568010de097 authored over 5 years ago
feat: ensure sccache is running before build

b95a077caac3ca6b9123e34f8e5427d077d411d5 authored almost 6 years ago
feat: add support for EVM and make testing work

58d74126e3d9bec2cf1aeaa8989e1a6903b8dc19 authored almost 6 years ago
feat: add *nix (darwin / linux) files

bf28afe0a259f0fc7bb5b8df886e6fad2184c7e6 authored about 6 years ago
feat: initial commit with windows files

d43b24b9d52b8f4c364cdfabd2bdeb28440619e8 authored over 6 years ago