2
0
Commit Graph

112 Commits

Author SHA1 Message Date
Sergio Padrino
a6223e756e Create codeql-analysis.yml 2022-02-08 10:33:36 +01:00
Sergio Padrino
ddccbacf81 Merge pull request #19 from desktop/bump-dependencies
Bump dependencies
2022-02-08 10:32:35 +01:00
Sergio Padrino
824c6f1364 Use latest macOS runner 2022-02-08 10:27:18 +01:00
Sergio Padrino
2386f9980f Bump dependencies 2022-02-08 10:27:07 +01:00
Sergio Padrino
ee3e96e70a Merge pull request #14 from desktop/releases/0.9.8
Release v0.9.8
2021-08-18 15:35:28 +02:00
Sergio Padrino
cbd3dbb31d Fix prebuilds to include ssh-wrapper
Aside from changing `--include-regex`, I also needed to fix `prebuild` itself to support stripping debug symbols of multiple files: https://github.com/prebuild/prebuild/pull/280

Instead of waiting until that PR is merged, I went ahead and switched our `prebuild` dependency with my fork, containing my changes.
v0.9.8
2021-08-17 12:00:02 +02:00
Sergio Padrino
a2cfb8a8f3 Bump version to v0.9.8 2021-08-16 16:18:10 +02:00
Sergio Padrino
8b38cd56a1 Merge pull request #13 from desktop/ssh-wrapper
Add SSH wrapper for macOS
2021-08-16 15:30:06 +02:00
Sergio Padrino
6d672bd70f Skip ssh-wrapper tests on Linux too 2021-08-16 12:23:32 +02:00
Sergio Padrino
c16ca4bad7 Make sure we always build in CI 2021-08-16 11:54:08 +02:00
Sergio Padrino
158101ca4d Fix index.js style 2021-08-16 11:50:53 +02:00
Sergio Padrino
ac5ec3b3d2 Update README.md 2021-08-16 11:37:29 +02:00
Sergio Padrino
6bab396b51 Fix build & test on Windows 2021-08-16 11:32:50 +02:00
Sergio Padrino
0165c9bc33 Add ssh-wrapper with some tests 2021-08-16 11:03:10 +02:00
Sergio Padrino
c39c55721f Merge pull request #11 from desktop/releases/0.9.6 2021-04-29 08:45:33 +02:00
Sergio Padrino
38c590851f Bump version to 0.9.7 v0.9.7 2021-04-29 08:39:30 +02:00
Sergio Padrino
ab9cabd08f Bump node version to fix arm64 prebuilds 😒 2021-04-29 08:39:03 +02:00
Sergio Padrino
0f81f6ec9a Bump version to 0.9.6 v0.9.6 2021-04-22 15:27:13 +02:00
Sergio Padrino
0ca3d5caef Allow to actually install prebuilt binaries 2021-04-22 15:26:51 +02:00
Sergio Padrino
1dfb44afbe Merge pull request #10 from desktop/releases/0.9.5
Bump version to 0.9.5
2021-04-22 15:25:49 +02:00
Sergio Padrino
ee5cc6e589 Bump version to 0.9.5 v0.9.5 2021-04-22 11:36:06 +02:00
Sergio Padrino
6ad1a5079e Merge pull request #9 from desktop/n-api-prebuilds
Make prebuilds using N-API
2021-04-22 11:34:36 +02:00
Sergio Padrino
d66fb5cf16 Make prebuilds using N-API 2021-04-22 11:24:16 +02:00
tidy-dev
28e4f64ae8 Merge pull request #7 from kittenmilk/patch-1
fix typo in README.md
2021-03-11 17:32:34 -05:00
lillian rose
8fb3d4fa9b fix typo in README.md
line 12: beign - being
2021-03-11 13:34:36 -06:00
Sergio Padrino
fa6110530f Merge pull request #6 from desktop/releases/0.9.4
Release 0.9.4
2021-03-11 09:05:38 -08:00
Sergio Padrino
7eabea0f1a Bump version to 0.9.4 v0.9.4 2021-03-11 17:50:43 +01:00
Sergio Padrino
82635217c5 Merge pull request #5 from desktop/improve-windows-error-logs 2021-03-11 08:48:56 -08:00
Sergio Padrino
0ff24f8744 Improve error message when the trampoline can't connect to the server 2021-03-11 17:36:00 +01:00
Sergio Padrino
dd13c4b6cc Fix getting WSA error description on Windows 2021-03-11 04:04:25 -08:00
Sergio Padrino
639ed9be89 Show WSA error description on initialization too 2021-03-04 11:08:58 +01:00
Sergio Padrino
ff581e8b44 Get description for Winsock errors 2021-03-04 10:52:04 +01:00
Sergio Padrino
1a8de46fb7 Merge pull request #3 from desktop/releases/0.9.3 2021-02-18 01:15:47 -08:00
Sergio Padrino
ad699b35c0 Update releases.md 2021-02-18 10:08:32 +01:00
Sergio Padrino
31bc7170f6 Bump version to 0.9.3 v0.9.3 2021-02-18 10:07:10 +01:00
Sergio Padrino
9cc5d4f9ee Document the release process 2021-02-18 10:07:02 +01:00
Sergio Padrino
731c53d97f Merge pull request #2 from philipturnbull/buffer-off-by-one
Reserve space for the NUL terminator
2021-02-18 00:07:25 -08:00
Phil Turnbull
6669833e3d Reserve space for the NUL terminator
If we read exactly `BUFFER_LENGTH` characters then we will overflow the buffer
when writing the NUL terminator. We need to reserve one extra character for the
NUL terminator.
2021-02-17 18:09:31 -05:00
Sergio Padrino
ca8d10fddb Merge pull request #1 from desktop/releases/0.9.2 2021-02-17 02:50:24 -08:00
Sergio Padrino
c77487f645 Bump package version to 0.9.2 v0.9.2 2021-02-17 11:27:56 +01:00
Sergio Padrino
88065c4f2a Use specific OS versions in CI scripts 2021-02-17 11:09:05 +01:00
Sergio Padrino
6ac5a9240d Add more compilation flags to improve security 2021-02-17 11:03:00 +01:00
Sergio Padrino
ca0c849738 Bump package version to 0.9.1 v0.9.1 2021-02-02 14:57:28 +01:00
Sergio Padrino
8c44f4b5ea Remove DESKTOP_PORT from the valid env vars
DESKTOP_PORT is only for internal usage, no need to forward it.
2021-02-02 14:57:02 +01:00
Sergio Padrino
b111470238 Fix package.json v0.9.0 2021-02-01 13:55:20 +01:00
Sergio Padrino
b4f9cb35c9 Run CI when a branch is pushed instead 🤦 😆 2021-02-01 13:50:20 +01:00
Sergio Padrino
43898a585a Run CI when a tag is created too 2021-02-01 13:45:31 +01:00
Sergio Padrino
1e1bdc229d Use single quotes… 2021-02-01 13:38:18 +01:00
Sergio Padrino
9d6ccbbc13 Fix Windows build 2021-02-01 04:36:45 -08:00
Sergio Padrino
e69b258203 Optimize to only send what's needed, and nothing else 2021-02-01 11:46:30 +01:00