Commit Graph

43 Commits (349d67974255361669b3a8719af4e040f16a8cab)

Author SHA1 Message Date
apexliu c473b1973b Merge branch 'dev' of github.com:eomsoft/teleport into dev
# Conflicts:
#	server/tp_core/core/main.cpp
#	server/tp_core/core/ts_env.cpp
#	server/tp_core/core/ts_env.h
#	server/www/teleport/app/eom_app/app/db.py
2017-03-28 01:16:30 +08:00
Apex Liu b3a617614e works on linux now. 2017-03-27 17:10:26 +00:00
apexliu a592da9626 修复调整路径带来的小bug。 2017-03-27 05:11:47 +08:00
Apex Liu 38c7f2ad97 fixme: core on linux, can not found core.ini after install. 2017-03-26 19:12:15 +00:00
apexliu bff60a1f74 当前数据库版本升级到5,但是升级脚本还需要调整:原来各个表的前缀是ts_,应该保持不变,从v5开始,配置表的名称改为tp_前缀,下一个版本v6则进一步将所有表的前缀改为tp_并且调整字段名称(去除不必要的字段名称前缀)。 2017-03-23 01:51:36 +08:00
Apex Liu ba44d6c951 temp. 2017-03-22 14:16:41 +08:00
apexliu 1d665769ee temp. 2017-03-22 02:13:57 +08:00
apexliu 2cada368e6 逐步调整const常量在各个模块中的统一。 2017-03-21 01:19:08 +08:00
apexliu 738a5cf01e temp 2017-03-20 08:47:00 +08:00
ApexLiu e80d27c1a3 升级向导简单测试通过。下一步调整数据表中的字段名(表中的字段名无需加表名称前缀),且将所有操作数据库的地方改为使用新的封装类的方式,为将来支持mysql做准备。 2017-03-19 11:44:09 +08:00
ApexLiu 112cf02146 安装和升级向导功能完成,开始测试。 2017-03-19 10:34:39 +08:00
apexliu 9b59d6ec99 temp. 2017-03-18 01:34:36 +08:00
Apex Liu 8a04467e2a WEB方式安装向导功能完成,可以从零架设TELEPORT服务了。下一步是升级向导。 2017-03-17 19:15:48 +08:00
apexliu 054deb839e working... 2017-03-17 02:34:45 +08:00
Apex Liu f142793394 temp. 2017-03-16 18:45:31 +08:00
Apex Liu 4af43622d7 temp. 2017-03-15 18:20:26 +08:00
apexliu 0e75018a2b temp. 2017-03-15 01:24:01 +08:00
Apex Liu 63b0ad026a temp. 2017-03-14 18:36:21 +08:00
apexliu 09176d78f9 调整了无数据库、有数据库等情况下普通用户登录与管理员登录时进入维护界面的流程,下一步可以开始开发安装和升级的实际操作界面了。 2017-03-13 23:39:16 +08:00
apexliu ac88e72630 try to add database interface. 2017-03-13 04:49:18 +08:00
apexliu 9b50a624e0 整理代码,准备加入安装/升级界面。 2017-03-13 03:01:23 +08:00
apexliu f88a21a2b0 add script to install teleport server on Windows. 2017-03-11 17:23:22 +08:00
Apex Liu 83e9b9439e temp. 2017-03-08 19:12:37 +08:00
apexliu 2d171e0942 temp. 2017-03-08 03:28:38 +08:00
apexliu 6fd3edcb61 规范化部分代码。调整SSH命令查看页面,更加友好。导出主机列表不再需要在服务器上使用临时文件中转,而是直接输出给用户。 2017-03-08 03:25:35 +08:00
Apex Liu 79e7f641ca temp. 2017-03-07 18:30:41 +08:00
apexliu 36efcb1989 temp. 2017-03-07 05:59:48 +08:00
apexliu bfedef4a4e temp. 2017-03-06 09:13:25 +08:00
apexliu f3013f771d temp. 2017-03-04 04:47:28 +08:00
apexliu 6700c818cb 修正Windows平台日志磁盘空间显示可能不正确的问题。 2017-03-04 04:40:40 +08:00
Apex Liu e6d3696f0d 核心服务不再直接访问数据库了(同时也不再依赖sqlite的代码了),全部通过与web服务的json-rpc接口进行数据交换,由web服务访问数据库。 2017-03-04 04:13:49 +08:00
Apex Liu 9ad28a298c temp. 2017-03-03 18:56:51 +08:00
Apex Liu 852aba747a temp. 2017-03-03 02:30:28 +08:00
Apex Liu 6d43737a78 使用tornado的异步请求方式解决了core和web相互调用时tornado无法响应的问题,目前普通用户SSH登录功能可用了,但是还有大量代码需要调整为异步方式。 2017-03-03 01:40:16 +08:00
Apex Liu 411eab32f0 Now core server not access database directly anymore.
TODO: tornado must use asynchronous handler otherwise core and web will lock each other.
2017-03-02 06:12:37 +08:00
Apex Liu b72ef8f8f9 修正助手的下载链接。 2017-02-08 00:25:32 +08:00
Apex Liu 9d23ba299b 调整配置管理页面,目前暂时使用直接编辑配置文件的方式进行设置。 2017-02-08 00:04:16 +08:00
Apex Liu 772fcf4537 解决助手程序只有安装后第一次运行时可以保存配置的问题(安装到Program Files目录下,普通用户没有写权限),现在将配置文件移动到%APPDATA%/Roaming/eomsoft/teleport/assist/cfg目录下了,日志文件在%APPDATA%/Roaming/eomsoft/teleport/assist/log目录下。 2017-02-07 02:07:42 +08:00
Apex Liu faa5887e25 fixed: on linux, daemon not start with system boot. 2017-01-27 00:20:03 +08:00
Apex Liu 43651ea004 tmp 2017-01-19 21:10:32 +08:00
Apex Liu b6e3448792 tmp. 2017-01-16 21:28:13 +08:00
Apex Liu 8ac48cccf5 add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
Apex Liu 37b409f325 add python run-time and management web site, now works on Windows only. 2016-12-14 23:34:44 +08:00