Girish Ramakrishnan
6c5a5c0882
remove tail-stream
2015-09-17 16:21:18 -07:00
Girish Ramakrishnan
1d27fffe44
remove ununsed requires
2015-09-17 16:21:03 -07:00
Girish Ramakrishnan
a3383b1f98
remove logs route
...
most of this stuff doesn't work anyways since we moved to systemd
2015-09-17 15:44:05 -07:00
Girish Ramakrishnan
f9c2b0acd1
remove cloudronLogin
...
alternative: admin/admin ssh <ip>
2015-09-17 15:34:17 -07:00
Girish Ramakrishnan
a9444ed879
rename login to ssh
2015-09-17 15:34:04 -07:00
Girish Ramakrishnan
8d5a3ecd69
admin: remove the cloudron chooser
...
This needlessly ties down this tool to digitalocean
2015-09-17 15:29:44 -07:00
Girish Ramakrishnan
c31a0f4e09
Store dates as iso strings in database
...
ideally, the database schema should be TIMESTAMP
2015-09-17 13:51:55 -07:00
Girish Ramakrishnan
44ff676eef
store dates as iso strings
2015-09-17 13:48:20 -07:00
Girish Ramakrishnan
4bb017b740
verify next version exists
2015-09-17 12:11:14 -07:00
Girish Ramakrishnan
0f2435c308
Version 0.0.55 changes
2015-09-16 17:02:22 -07:00
Girish Ramakrishnan
739db23514
Use the default timezone in settings
...
Fixes #485
v0.0.55
2015-09-16 16:36:08 -07:00
Girish Ramakrishnan
8598fb444b
store timezone in config.js (part of provision data)
2015-09-16 15:54:56 -07:00
Girish Ramakrishnan
0cd56f4d4c
configure cloudron to use UTC
...
local timezone should be tracked by the webadmin/box code
2015-09-16 13:17:32 -07:00
Girish Ramakrishnan
0b630ff504
Remove debug that is flooding the logs
v0.0.54
2015-09-16 10:50:15 -07:00
Girish Ramakrishnan
84169dea3d
Do not set process.env.NODE_TLS_REJECT_UNAUTHORIZED
...
Doing so will affect all https requests which is dangerous.
We have these options to solve this:
1. Use superagent.ca(). Appstore already provides wildcard certs
for dev, staging signed with appstore_ca. But we then need to
send across the appstore_ca cert across in the provision call.
This is a bit of work.
2. Convert superagent into https.request calls and use the
rejectUnauthorized option.
3. Simply use http. This is what is done in this commit.
Fixes #488
2015-09-16 10:36:03 -07:00
Girish Ramakrishnan
e328ec2382
0.0.54 changes
2015-09-16 10:35:59 -07:00
Girish Ramakrishnan
d83b5de47a
reserve the ldap and oauthproxy port
2015-09-16 10:12:59 -07:00
Girish Ramakrishnan
2719c4240f
Get oauth proxy port from the configs
2015-09-16 10:06:34 -07:00
Girish Ramakrishnan
4b5ac67993
Revert "Disable rsyslog"
...
This reverts commit 3c5db59de2b6c2ef8891ecba54496335b5e2d55f.
Don't revert this. Maybe some system services use this.
2015-09-16 09:48:47 -07:00
Johannes Zellner
d749756b53
Do not show the update action button in non mobile view
2015-09-16 09:36:46 +02:00
Johannes Zellner
0401c61c15
Add tooltip text for the app action icons
2015-09-16 09:36:22 +02:00
Johannes Zellner
34f45da2de
Show indicator when app update is available
...
Fixes #489
2015-09-16 09:28:43 +02:00
Girish Ramakrishnan
baecbf783c
journalctl seems to barf on this debug
2015-09-15 20:50:22 -07:00
Girish Ramakrishnan
2f141cd6e0
Make the times absurdly high but that is how long in takes
v0.0.53
2015-09-15 18:56:25 -07:00
Girish Ramakrishnan
1296299d02
error is undefined
2015-09-15 18:27:09 -07:00
Girish Ramakrishnan
998ac74d32
oldConfig.location can be null
...
If we had an update, location is not part of oldConfig. if we now do
an infra update, location is undefined.
2015-09-15 18:08:29 -07:00
Girish Ramakrishnan
b4a34e6432
Explicity debug the fields
...
for some reason, journalctl barfs on this line
2015-09-15 14:55:20 -07:00
Girish Ramakrishnan
cb73218dfe
Disable rsyslog
2015-09-15 14:32:47 -07:00
Girish Ramakrishnan
5523c2d34a
Disable forwarding to syslog
2015-09-15 14:29:16 -07:00
Girish Ramakrishnan
01889c45a2
Fix typo
2015-09-15 14:04:30 -07:00
Girish Ramakrishnan
e89b4a151e
0.0.52 is folded into 0.0.53
2015-09-15 11:57:50 -07:00
Girish Ramakrishnan
ec235eafe8
fix staging with stripped releases
2015-09-15 11:25:03 -07:00
Girish Ramakrishnan
d99720258a
gray out unreachable releases
2015-09-15 11:17:59 -07:00
Girish Ramakrishnan
3f064322e4
strip unreachable releases when processing
2015-09-15 11:11:56 -07:00
Girish Ramakrishnan
11592279e2
fix regexp for non-dev
2015-09-15 10:41:36 -07:00
Girish Ramakrishnan
31b4923eb2
better output
2015-09-15 10:33:36 -07:00
Girish Ramakrishnan
cfdfb9a907
release: add edit command
2015-09-15 09:48:05 -07:00
Girish Ramakrishnan
e7a21c821e
0.0.53 changes
2015-09-14 22:20:13 -07:00
Girish Ramakrishnan
e70c9d55db
apptask: retry for external error as well
2015-09-14 21:45:27 -07:00
Girish Ramakrishnan
268aee6265
Return busy code for 420 response
2015-09-14 21:44:44 -07:00
Girish Ramakrishnan
255422d5be
0.0.52 changes
2015-09-14 17:28:31 -07:00
Girish Ramakrishnan
1ba7b0e0fb
context is raw text
v0.0.52
2015-09-14 17:25:27 -07:00
Girish Ramakrishnan
72788fdb11
add note on how to test the oom
2015-09-14 17:20:30 -07:00
Girish Ramakrishnan
435afec13c
Print OOM context
2015-09-14 17:18:11 -07:00
Girish Ramakrishnan
2cb1877669
Do not reconnect for now
2015-09-14 17:10:49 -07:00
Girish Ramakrishnan
edd672cba7
fix typo
2015-09-14 17:07:44 -07:00
Girish Ramakrishnan
991f37fe05
Provide app information if possible
2015-09-14 17:06:04 -07:00
Girish Ramakrishnan
c147d8004b
Add appdb.getByContainerId
2015-09-14 17:01:04 -07:00
Girish Ramakrishnan
cdcc4dfda8
Get notification on app oom
...
currently, oom events arrive a little late :
https://github.com/docker/docker/issues/16074
fixes #489
2015-09-14 16:51:32 -07:00
Girish Ramakrishnan
2eaba686fb
apphealthmonitor.js is not executable
2015-09-14 16:51:32 -07:00