Commit Graph

316 Commits

Author SHA1 Message Date
cuiwei13 311e4e96fe add security options for containers; 2016-05-16 22:21:37 +08:00
Fan Shixiong b4342d92cf Label invalid values. Enable long words to be displayed. 2016-05-16 06:24:03 -07:00
zhong yehong 443f8d6395 Merge pull request #107 from fanshibear/master
Add administration features
2016-05-16 17:43:09 +08:00
zhuyj17 bacd43a5db Compute running time of a container. 2016-05-16 10:12:10 +08:00
zhuyj17 0f03dadc0e Add running time to monitor.py 2016-05-16 00:48:17 +08:00
zhuyj17 d8092fa3f1 Move monitoring information of container to 'monitor_vnodes[owner]'. 2016-05-16 00:07:21 +08:00
Fan Shixiong 4400282343 Add administration features for administrators to configure Docklet 2016-05-15 07:12:06 -07:00
zhong yehong 4821afe3fb Merge pull request #102 from zhongyehong/master
remove guest dashboard
2016-05-09 15:15:45 +08:00
zhongyehong 60ce611033 Merge remote-tracking branch 'upstream/master' 2016-05-09 15:12:55 +08:00
zhongyehong cdea33eb72 remove guest, fix a bug in httprest.py. 2016-05-09 15:09:55 +08:00
zhong yehong aeacacb65e Merge pull request #101 from zhongyehong/master
fix some error
2016-05-09 12:53:51 +08:00
zhongyehong 1bdd11ea5a Merge remote-tracking branch 'upstream/master' 2016-05-09 12:49:19 +08:00
leebaok 74957e7123 Merge pull request #100 from FirmlyReality/rpcmonitor
Use rpc to transfer monitor message.
2016-05-08 23:13:20 -05:00
zhongyehong c7d3f1e4df change the description of data_quota and data_quota_volume 2016-05-09 12:04:19 +08:00
zhongyehong e72968fda2 fix a name error 2016-05-09 11:56:12 +08:00
zhongyehong 6ca2180e02 add default value for quota group when run upgrade.py 2016-05-09 10:57:49 +08:00
zhuyj17 8c01713589 Use rpc to transfer monitor message. 2016-05-09 10:05:31 +08:00
PedroLiu 758f55a7a5 Merge pull request #98 from PedroLiu/master
Simplify the procedure to change password
2016-05-08 20:38:41 +08:00
Peidong Liu b8476c30e0 Simplify the procedure to change password 2016-05-08 20:35:50 +08:00
leebaok b2c7eb37cf Merge pull request #94 from leebaok/network-ip-check
Network ip check
2016-05-07 04:09:28 -05:00
leebaok 0a248edfdb [network] overwrite inrange check of UserPool to replace EnumPool's
Because UserPool has gateway but EnumPool not has
2016-05-07 16:56:14 +08:00
leebaok ed8fe423b0 Merge remote-tracking branch 'upstream/master' into network-ip-check 2016-05-07 13:44:19 +08:00
PedroLiu ce6947d806 Merge pull request #91 from PedroLiu/master
Bug fix
2016-05-06 23:20:32 +08:00
Peidong Liu aaee153da3 Now tables in /user/list/ and /admin/ have a scroll bar when screen is now wide enough 2016-05-06 23:15:46 +08:00
leebaok 01084c0ba3 [network] check addr/cidr whether in range of center pool and whether overlaping some addr/cidr in pool when free addr/cidr to center pool (when delete users) 2016-05-06 23:01:13 +08:00
leebaok c919a1e85e Merge remote-tracking branch 'upstream/master' into network-ip-check 2016-05-06 21:48:10 +08:00
zhong yehong 04049fa536 Merge pull request #90 from zhongyehong/master
rename some argument
2016-05-06 18:07:21 +08:00
zhongyh16 8c5f835521 remove some unfinished code 2016-05-06 18:05:29 +08:00
zhongyh16 5714c791a5 fix a name error 2016-05-06 18:02:09 +08:00
zhongyh16 77ec586618 change some argument name in docklet.conf.template 2016-05-06 18:00:49 +08:00
zhong yehong 94549aff0a Merge pull request #89 from zhongyehong/master
Fix bug of change default group and make data quota come true
2016-05-06 16:58:05 +08:00
leebaok 5bbbe705b4 Merge branch 'master' into network-ip-check 2016-05-06 16:56:53 +08:00
zhongyh16 acbe31325a make data quota come true 2016-05-06 16:41:11 +08:00
zhongyh16 390da9c41b use get method instead of getvalue 2016-05-06 13:50:46 +08:00
Cao, Donggang 91f9500121 Merge pull request #84 from caodg/master
fix a bug in worker.py of var not found error
2016-05-05 12:37:25 +08:00
Donggang Cao 4396710c6f fix a bug in worker.py of var not found error 2016-05-05 00:25:25 -04:00
leebaok b22a34882c Merge pull request #82 from FirmlyReality/diskbug
Fix a bug in monitor.py, which may stop the thread.
2016-05-04 09:07:23 -05:00
leebaok e226fb27c8 Merge pull request #83 from SourceZh/separate
fix a bug of independent starting master and worker.
2016-05-04 08:46:38 -05:00
ooooo f4c5126b06 rename variable 2016-05-04 20:15:19 +08:00
ooooo ff7c5b04df fix a bug 2016-05-04 20:08:50 +08:00
leebaok a17aff2b20 Merge pull request #81 from SourceZh/separate
Independent starting of master and worker. But not work for **init mode** of startup.
2016-05-04 06:37:05 -05:00
ooooo 8fcdd229e3 delete method getnode in etcdlib.py 2016-05-04 11:54:24 +08:00
zhuyj17 8a1056a0bf Fix a bug in monitor.py, which may stop the thread. 2016-05-04 11:54:11 +08:00
PedroLiu 7b93c9f390 Merge pull request #79 from PedroLiu/master
Bug fix
2016-05-03 22:36:20 +08:00
Peidong Liu 628c478198 Fix a bug that will occur when user token expires.
Closed the debug mode in httprest.py and web.py
Now 500 error in web.py will lead to a 500 page
500 error in httprest.py will lead to logout page
2016-05-03 22:29:32 +08:00
leebaok 10560577ad Merge pull request #78 from leebaok/master
Master : disable debug mode of flask in httprest.py
2016-05-03 06:31:38 -05:00
leebaok 44cd289cea Master : disable debug mode of flask in httprest.py
debug mode of flask will restart the process
	this will make some work before flask lost
2016-05-03 19:04:58 +08:00
leebaok 6a4dae1d1c [merge] merge flask-rewrite with reuse-vlanid 2016-05-03 17:06:30 +08:00
leebaok f8bce19fa9 Merge branch 'master' of https://github.com/PedroLiu/docklet into merge-flask-rewrite 2016-05-03 16:47:19 +08:00
leebaok 7deb9852b0 Merge branch 'master' into network-ip-check 2016-05-03 16:31:15 +08:00