5eb225e701
Merge pull request #17 from resin-io/remove-volumes-when-killing
...
Remove volumes when removing a container
2015-11-30 09:59:57 -08:00
fc04eab837
Add badge and link to waffle.io board
2015-11-30 09:02:34 -08:00
10350c3d4a
Remove volumes when removing a container
2015-11-25 15:00:45 -08:00
e03858d483
Merge pull request #8 from resin-io/RES-979-configurable-update-behaviour
...
Implement several update strategies
2015-11-24 10:11:06 -08:00
f31bbd10b4
Fake timestamp for 01_nodoc to avoid cache invalidation
2015-11-23 10:02:20 -08:00
cbb3e2f461
Improve the update strategies:
...
* On handover, fetch old app from DB before starting the new app (and overwriting the DB record)
* Tidy up the logging
* Fix waitToKill so that it actually works
* Several other fixups
2015-11-23 10:02:19 -08:00
1d6811a423
Implement waitToKill, keep RESIN_OVERRIDE_LOCK, and changelog for update strategies
2015-11-16 19:03:37 +00:00
13dce75a21
Implement several update strategies
...
* Break up the update function into manageable parts
* Refactor the special variables into the RESIN_SUPERVISOR_ namespace
* Use three update strategies: normal, kill before download, hand over
TO-DO: implement waitToKill in the hand over case.
2015-11-16 19:03:36 +00:00
f483f93211
Merge pull request #13 from resin-io/RES-1384-if-no-ip-addresses-are-returned
...
Fix the error that comes up when no ip addresses are returned by gosuper
2015-11-16 21:05:07 +05:30
51ee79b7a2
Fix the error that comes up when no ip addresses are returned by gosuper
2015-11-12 20:33:18 +05:30
e7ef7e86ef
Merge pull request #10 from resin-io/RES-1468-docker-progress
...
Switch to docker-progress for pull progress.
2015-11-10 17:30:10 +00:00
16a9cfa365
Switch to docker-progress for pull progress.
2015-11-10 17:29:22 +00:00
a5dbbc3cdd
Add missed Changelog
2015-11-10 17:32:24 +05:30
bce3dc6df7
Merge pull request #11 from resin-io/RES-1389-wrong-endpoint-for-tcp-ping
...
Fix semvar versioning in tcp-ping endpoint
2015-11-10 17:28:00 +05:30
1219b3c2a1
Merge pull request #12 from resin-io/build-status-badge
...
Add build status badge
2015-11-10 06:03:28 -03:00
a2a5606522
Add build status badge
2015-11-10 06:01:37 -03:00
35e8368a73
Merge pull request #7 from resin-io/add-license
...
Add license and reorganize README headings
2015-11-09 17:20:31 -03:00
6bc92b4276
Fix semvar versioning in tcp-ping endpoint
2015-11-09 19:50:49 +05:30
2827719d9a
1.2.1
v1.2.1
2015-11-04 13:28:06 -03:00
4ac0feeca3
Merge pull request #9 from resin-io/RES-1396-random-logs-channel
...
Use random secret for logs channel
2015-11-04 11:43:34 -03:00
0605a9f4ee
Use generic config.forceSecret[name] and allow forcing logsChannel
2015-11-03 13:49:24 -03:00
b08a028d69
Use random secret for logs channel
2015-10-28 20:02:00 -03:00
dc7973e085
Add license and reorganize README headings
2015-10-27 11:07:46 -03:00
605d72cbdc
1.2.0
v1.2.0
2015-10-16 15:37:49 +00:00
964f935c3f
Merge pull request #5 from resin-io/RES-1334-dont-mount-docker-sock
...
Don't bind mount docker.sock
2015-10-16 11:37:58 -03:00
811e929955
Don't bind mount docker.sock. It doesn't exist on devices that use rce
2015-10-16 13:56:06 +00:00
84fca22485
Merge pull request #6 from resin-io/RES-1335-expose-version-as-env-var
...
Expose a RESIN_SUPERVISOR_VERSION env var to app
2015-10-16 10:53:49 -03:00
ee273f1ec7
Expose a RESIN_SUPERVISOR_VERSION env var to app
2015-10-15 23:08:21 +00:00
91b6c1b808
1.1.1
v1.1.1
2015-10-15 19:40:55 +01:00
d90c3f0414
Merge pull request #4 from resin-io/RES-1304-investigate-use-of-logfatal-and
...
Prevent non-fatal errors from closing the supervisor.
2015-10-15 18:43:37 +01:00
849a8c848b
Prevent non-fatal errors from closing the supervisor.
...
This patch fixes a couple of cases where `log.Fatalf` would cause the supervisor
to exit immediately when it's inappropriate to do so. `log.Fatalf` and
co. should not be used unless the supervisor utterly cannot run without
whatever's being checked being in place.
This patch also adjusts the code that relied on the module's values being
created here being available, they now check and send an appropriate error
message if they're not there.
2015-10-15 18:14:42 +01:00
584d0b54cc
Merge pull request #3 from resin-io/RES-1323-keys-in-makefile
...
Default PubNub and Mixpanel keys are now passed at build time
2015-10-15 11:14:34 -03:00
4bcba5adf6
Refactor to use a different name for the env vars (otherwise resin-vars overrides it with a null value)
2015-10-14 18:50:26 -03:00
33d402c3c0
Default PubNub and Mixpanel keys are now passed at build time
2015-10-14 16:53:33 -03:00
ae6b042318
Merge pull request #2 from resin-io/docs
...
Document API and update locking
2015-10-14 12:27:36 -03:00
dbbca98689
Document API and update locking
2015-10-14 12:15:46 -03:00
8453e703fe
Quickfix: link to Gosuper branch in README
2015-10-13 15:05:10 -03:00
4369ad31b0
Quickfix: Use yaml to render json with comments in README
2015-10-13 14:50:32 -03:00
6495b4f436
Use apps.json to determine the preloaded image to pull to dind
2015-10-13 13:45:09 -03:00
2ea336dec9
Don't duplicate 01_nodoc, and fix grammar in README
2015-10-13 13:45:08 -03:00
0a893aaa36
Make dind use debian instead of resin-base
2015-10-13 13:45:08 -03:00
c67f2be88f
Refactor README for open source, and make Makefile use DockerHub by default
2015-10-13 13:45:08 -03:00
c1703ce97a
1.1.0
v1.1.0
2015-10-13 13:45:08 -03:00
3404b4f45b
Use ENTRYPOINT to start the supervisor
2015-10-13 13:45:08 -03:00
25198409b1
Switch back to using arch-based node images
2015-10-13 13:45:08 -03:00
7eb17bd79b
Don't let the bootstrap delete apiSecret from DB
2015-10-13 13:45:08 -03:00
b57dd10e81
Add API endpoint to expire and create new API key
2015-10-13 13:45:08 -03:00
4130df7771
Add Changelog and switch to using RESIN variables
2015-10-13 13:45:08 -03:00
96d4aebb76
Refactor api.go to use abstracted sendResponse and sendError - Also fix most go doc complaints
2015-10-13 13:45:08 -03:00
fd012c35b4
Match resin-supervisor-dind dbus export to the one used on real devices
2015-10-13 13:45:08 -03:00