Commit graph

697 commits

Author SHA1 Message Date
Dennis Ameling 14141a73ba First work for Electron 11 upgrade 2020-12-22 12:04:48 +01:00
Olivier 5665d97076
Fix typo 2020-11-18 12:42:20 -05:00
Olivier 5082630613
Fix typo 2020-11-17 23:44:06 -05:00
Brendan Forster ccbf45f01f cleanup some unneeded CircleCI checks 2020-08-25 10:14:40 -03:00
Brendan Forster f80c54737b use existing value for isPublishable() 2020-08-25 10:14:40 -03:00
Brendan Forster a5df2f1df4 remove deprecated isRunningOnFork code 2020-08-25 10:14:35 -03:00
Brendan Forster baec8f6051 replace isRunningOnFork usages with isPublishable 2020-08-25 10:14:34 -03:00
Markus Olsson edac8e0f5e Merge branch 'development' into upgrade-octicons 2020-08-21 13:00:23 +02:00
Markus Olsson f2594f34ba Get a little bit more logging out of publish/package step 2020-08-17 13:42:36 +02:00
Markus Olsson 3e817b8651 Merge branch 'development' into upgrade-octicons 2020-08-17 10:38:51 +02:00
Markus Olsson f862081f74 Merge branch 'development' into upgrade-octicons 2020-08-11 18:43:37 +02:00
Markus Olsson 114ce6f408 Merge branch 'development' into remove-requires 2020-08-11 18:43:23 +02:00
Markus Olsson e26d8db3ff Merge branch 'development' into remove-requires 2020-08-10 12:43:18 +02:00
Markus Olsson 229fc60256 Merge branch 'development' into spike/actions-win32 2020-08-07 10:53:36 +02:00
rafeca 78e048fbdd
Merge branch 'development' into electron-9 2020-08-06 16:03:37 +02:00
rafeca cc223c173a
fillRule -> fr 2020-08-06 15:22:12 +02:00
rafeca f6c1875c9f
Copy fill-rule attribute from octoicons' SVGs 2020-08-06 15:10:55 +02:00
Markus Olsson 2a5aed6fb2
Merge branch 'development' into upgrade-octicons 2020-08-05 18:51:25 +02:00
Markus Olsson c8663b60c2 Merge branch 'development' into spike/actions-win32 2020-08-05 17:45:00 +02:00
Markus Olsson e8cba5b82f Merge branch 'development' into chore/only-custom-tslint-rules 2020-08-05 15:46:14 +02:00
Markus Olsson 636382b0eb Merge branch 'development' into electron-9 2020-08-04 11:23:12 +02:00
Rafael Oleza 726db12bec
Guard against empty value env variables in GitHub Actions 2020-07-22 20:16:17 +02:00
Rafael Oleza 91f2187be3
Return SHA for github actions 2020-07-22 20:16:17 +02:00
Rafael Oleza 598e4168fc
Calculate the release branch name correctly on GitHub Actions 2020-07-22 20:16:16 +02:00
Rafael Oleza 4bf7673f7c
Update generate-icons script to use the new data
The data structure returned by octicons has changed in v10.0.0 (see dbf02d1bb8/CHANGELOG.md (breaking-changes--1)).

Now we need to get the SVG paths from a specific size from the sizes array.
2020-07-17 16:47:50 +02:00
Rafael Oleza 761d6ac927
Upgrade electron-debug and electron-devtools-installer packages 2020-07-16 17:17:16 +02:00
Rafael Oleza 4f94999984
Use import for to-camel-case and xml2js 2020-07-14 16:32:49 +02:00
Rafael Oleza 3ca6b4867b
Use import for front-matter module 2020-07-14 16:32:49 +02:00
Rafael Oleza 6c9fce3db8
Remove export = 2020-07-10 21:22:20 +02:00
Markus Olsson c109b5a8ec Simpler path 2020-07-09 22:47:41 +02:00
Markus Olsson 573ae7b61f Try getting the actual failure position 2020-07-09 22:43:11 +02:00
Markus Olsson 29c3dcd195 Get rid of debug log 2020-07-09 20:39:38 +02:00
Markus Olsson ac0eb1d166 omg 2020-07-09 20:31:57 +02:00
Markus Olsson b01b903adb Debug forever 2020-07-09 20:15:20 +02:00
Markus Olsson a5a409f9f7 We don't have jest-unit any more 2020-07-09 20:10:43 +02:00
Markus Olsson d652608f35 Test reporting test errors 2020-07-09 19:28:28 +02:00
Markus Olsson c30863134f GitHub Actions can build on darwin as well 2020-07-09 14:17:24 +02:00
Markus Olsson 4d10b0d0df We can build on Windows on GH actions as well 2020-07-09 14:09:09 +02:00
Markus Olsson cc9e4b2adb Get whether we're on a fork in an action
See https://docs.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables
2020-07-09 14:09:00 +02:00
Markus Olsson 134beecda3 Get SHA on GitHub Actions 2020-07-09 14:08:49 +02:00
Rafael Oleza 1a9848af7f
Enable importHelpers TypeScript compiler option
This avoids inlining the TypeScript helpers and instead imports them from tslib, saving bundle size
2020-07-08 17:40:20 +02:00
Rafael Oleza a3f21ac29b
Enable esModuleInterop in TypeScript configuration 2020-07-08 17:40:20 +02:00
Markus Olsson 5374f9330a This no longer exists in eslint core 2020-07-02 16:45:49 +02:00
Andrew Casey 3c541dc92d Fix lint and prettier issues 2020-06-24 18:28:06 +00:00
Rafael Oleza 71d3945b6e
Merge pull request #10025 from amcasey/TS39
Upgrade to TypeScript 3.9.5
2020-06-24 17:11:33 +02:00
Markus Olsson b221a8c434 Notarization is complaining about syntax error on line 8, this is the only thing I can think of 2020-06-23 14:03:26 +02:00
Andrew Casey b6d92328ef Update script/post-install.ts
Co-authored-by: Rafael Oleza <rafeca@gmail.com>
2020-06-22 19:36:29 +00:00
Andrew Casey 6da50096de Update script/post-install.ts
Co-authored-by: Rafael Oleza <rafeca@gmail.com>
2020-06-22 19:36:29 +00:00
Andrew Casey a781f20afd Update script/post-install.ts
Co-authored-by: Rafael Oleza <rafeca@gmail.com>
2020-06-22 19:36:29 +00:00
Andrew Casey 398bd28d21 Update script/post-install.ts
Better default exit status.

Co-authored-by: Rafael Oleza <rafeca@gmail.com>
2020-06-22 19:36:29 +00:00