Tim Perry
df3c5ca07f
Gzip while streaming, rather than gzipping the buffer up front
...
Connects-To: #549
2017-06-15 12:01:22 +02:00
Tim Perry
e584dc43f7
Gzip images when uploading in resin deploy
...
Change-Type: minor
Connects-To: #549
2017-06-15 12:01:22 +02:00
Tim Perry
90a5b15dbc
Refactor docker stream buffering before start gzipping
2017-06-15 12:01:22 +02:00
Tim Perry
390332cd6c
Merge pull request #555 from resin-io/553-fix-qemu-path
...
Ensure emulated builds use the correct relative path to qemu
2017-06-15 12:00:58 +02:00
Tim Perry
37ec11bf25
Ensure emulated builds use the correct relative path to qemu
...
Change-Type: patch
Connects-To: #553
2017-06-14 20:50:24 +02:00
CameronDiver
08ce1abd20
Merge pull request #511 from resin-io/emulated-builds
...
Add emulated build option to resin build
2017-06-14 11:06:34 +01:00
Cameron Diver
f2862f7fe2
Add emulated build option to resin build
...
This commit adds the ability to run a Docker build for an architecture
which is not the host architecture, using qemu-linux-user. Currently
this is only supported for linux.
Added:
* Installation of qemu which supports propagated execve flags
* Copying of qemu binary into the build context
* Transposing the given Dockerfile to use the qemu binary
* Intercepting of the build stream, so the output looks *almost* exactly
the same.
Change-type: minor
Signed-off-by: Cameron Diver <cameron@resin.io>
2017-06-14 12:06:03 +01:00
Tim Perry
e0673c98fc
Remove leftover action/util build output
2017-06-09 03:24:34 +02:00
Eugene Mirotin
4ab67ed71d
changelog
2017-06-08 13:53:41 +03:00
Eugene Mirotin
5ea263ef2e
Add package-lock.json
2017-06-08 13:52:47 +03:00
Tim Perry
31419b399e
v5.10.2
2017-05-31 13:08:04 +01:00
Gergely Imreh
9e8b09010f
Merge pull request #540 from resin-io/args
...
resin build: fix mismatch in command line argument signature
2017-05-31 13:05:48 +01:00
Gergely Imreh
974be5cc13
resin build: fix mismatch in command line argument signature
...
The command line arg was taking `devicetype`, but the rest of the code
uses `deviceType`. Thus it was impossible to specify a device type
in practice to build a `Dockerfile.template`.
Change-type: patch
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
2017-05-30 10:34:32 +01:00
CameronDiver
ec386b807f
Merge pull request #518 from resin-io/485-update-interval
...
Change update check interval to once a day
2017-05-24 11:12:54 -07:00
Cameron Diver
abc183a729
Change update check interval to once a day
...
This gives the user enough notice to stay well updated, but won't spam
them if they're using resin-cli frequently.
Connects-to: #485
Change-type: patch
Signed-off-by: Cameron Diver <cameron@resin.io>
2017-05-23 17:29:23 -07:00
Tim Perry
e5ed6fab85
v5.10.1
2017-05-22 21:59:12 +02:00
Tim Perry
eb9152255e
Merge pull request #536 from resin-io/535-fix-local-ssh
...
Fix breaking bug in resin local ssh
2017-05-22 21:55:59 +02:00
Tim Perry
78ab47b584
Fix breaking bug in resin local ssh
2017-05-22 20:49:34 +02:00
Tim Perry
5b651c7821
v5.10.0
2017-05-22 15:44:28 +02:00
Tim Perry
95fc5d7785
Merge pull request #517 from resin-io/ssh-proxy
...
resin ssh proxy support
2017-05-22 13:04:49 +02:00
Eugene Mirotin
4d18e92686
changelog
2017-05-20 00:20:22 +03:00
Eugene Mirotin
2d729a82a0
fix valid-email path
2017-05-20 00:19:31 +03:00
Eugene Mirotin
4b5240d8cd
check for proxytunnel presence
2017-05-19 02:10:14 +03:00
Eugene Mirotin
6ae59654a0
fix
2017-05-19 01:44:30 +03:00
Eugene Mirotin
b88f7a993c
escape params
2017-05-19 01:25:01 +03:00
Eugene Mirotin
880fb43fd9
some fixes
2017-05-18 15:12:52 +03:00
Eugene Mirotin
fa71df7c70
use upstream dependency
2017-05-12 18:09:43 +03:00
Eugene Mirotin
bc79832e1d
resin ssh proxy support
2017-05-12 18:09:43 +03:00
Tim Perry
1d06bc1b4f
Merge pull request #524 from resin-io/520-include-command-line
...
Include full command line arguments in Sentry errors
2017-05-12 13:27:53 +02:00
Tim Perry
88d5ec0c94
Merge pull request #525 from resin-io/508-fix-docs
...
Get docs and the code generating them back in sync
2017-05-12 13:27:35 +02:00
Tim Perry
ebd9e92b10
Merge pull request #523 from resin-io/522-username-in-errors
...
Include the username used in Sentry errors
2017-05-12 12:04:51 +02:00
Tim Perry
a5b535753f
Include the username used in Sentry errors, to help us debug them
2017-05-12 12:02:26 +02:00
Tim Perry
6e5e4bd8a6
Get docs and the code generating them back in sync (from #515 , #508 )
2017-05-12 12:01:37 +02:00
Tim Perry
6e034acf23
Include full command line arguments in Sentry errors, to help us debug them
2017-05-12 11:48:43 +02:00
dfunckt
3a44782c38
Merge pull request #515 from resin-io/build-time-vars
...
Add ability to specify built-time variables for local build
2017-05-11 14:31:45 +03:00
Akis Kesoglou
654ec75598
Renamed build arg option to —buildArg/-B
2017-05-11 14:20:24 +03:00
Akis Kesoglou
66876a2c85
Add ability to specify built-time variables for local build
...
Change-Type: patch
2017-05-11 14:14:43 +03:00
dfunckt
8cb862359b
Merge pull request #514 from resin-io/upload-progress-bar
...
Add progress bar for upload progress
2017-05-11 14:12:21 +03:00
Akis Kesoglou
172fa37bd4
Added CHANGELOG entry
2017-05-10 23:06:35 +03:00
Akis Kesoglou
fc5640c79d
Draw a progress bar for upload progress
...
Change-Type: patch
2017-05-10 22:28:51 +03:00
Kostas Lekkas
db9225f00a
Merge pull request #398 from resin-io/395-show-device-dashboard-link
...
Show device dashboard url in 'resin device' output
2017-05-08 14:05:40 +03:00
Kostas Lekkas
c12b59b978
Show device dashboard url in 'resin device' output
...
change-type: minor
2017-05-08 13:51:06 +03:00
CameronDiver
7eeafa935a
Merge pull request #510 from resin-io/highlight-cache-usage
...
Highlight cache usage in resin build
2017-05-04 14:12:40 +01:00
Cameron Diver
404348f92e
Highlight cache usage in resin build
...
This commit will highlight the usage of the cache when doing a docker
build via `resin build`, which not only helps the user understand what
the build is doing, but also achieves more parity with the cloud
builder.
Change-type: patch
Signed-off-by: Cameron Diver <cameron@resin.io>
2017-05-04 14:09:23 +01:00
CameronDiver
4d2af251b2
Merge pull request #502 from resin-io/not-enough-unicorns
...
Fix the not-enough-unicorns bug
2017-05-04 13:22:42 +01:00
Cameron Diver
d249ac168a
Fix the not-enough-unicorns bug
...
Add successful build indicator in the form of a unicorn.
Change-type: patch
Signed-off-by: Cameron Diver <cameron@resin.io>
2017-05-04 13:18:25 +01:00
CameronDiver
65eaad2ed5
Merge pull request #493 from resin-io/local-upload-logs
...
Upload logs when doing both build + deploy
2017-05-04 13:16:01 +01:00
Cameron Diver
3ff5880ae3
Allow resin-cli deploy to also upload build logs if present
...
If build is ran through `resin deploy`, then logs will be stored and
uploaded to the database, where the dashboard can display them
Change-type: minor
Signed-off-by: Cameron Diver <cameron@resin.io>
2017-05-04 13:11:50 +01:00
Craig Mulligan
511d2abe1d
Merge pull request #508 from resin-io/507-add-device-types-note
...
Add note on how to get resin device types
2017-05-02 10:37:30 +01:00
craig-mulligan
029b7c7164
Add note on how to get resin device types
...
Connects to #507
Change-Type: patch
2017-05-01 17:14:58 +01:00