Qiu Jian
804e7a122f
feature: bucket usage and quota check
2019-08-07 18:37:59 +08:00
yunion-ci-robot
c26f7bbde0
Merge pull request #2104 from yousong/feature/yousong-wire-mtu
...
wires: 添加mtu属性
2019-08-06 22:59:11 +08:00
yunion-ci-robot
a7d8b931e9
Merge pull request #2114 from wanyaoqi/bugfix/wyq/minor-fix0805
...
misc bugfix
2019-08-06 20:25:08 +08:00
wanyaoqi
2c9dada44c
misc bugfix
2019-08-06 15:35:55 +08:00
yunion-ci-robot
f6482ee3f1
Merge pull request #2105 from swordqiu/hotfix/qj-adjust-default-policies
...
fix: adjust default policies for system resources
2019-08-06 15:30:09 +08:00
yunion-ci-robot
16b0c985ae
Merge pull request #2087 from tb365/feature/tb-aliyun-redis-support
...
aliyun&huawei redis sync support
2019-08-06 15:06:10 +08:00
Qiu Jian
c938da9edd
fix: adjust default policies for system resources
2019-08-05 18:56:05 +08:00
Yousong Zhou
cbb28ca10b
hostman: rootfs: 网络配置添加MTU支持
2019-08-05 10:49:45 +00:00
yunion-ci-robot
9cd5bf11d0
Merge pull request #2060 from wanyaoqi/feature/wyq/support-get-model-distinct-field
...
feature: support get model distinct field
2019-08-02 12:13:04 +08:00
TangBin
1f15521f85
aliyun&huawei redis sync support
2019-08-02 11:39:45 +08:00
wanyaoqi
2051e618f5
support get model distinct field
2019-08-01 21:34:33 +08:00
Qiu Jian
5483f19898
fix: 1. project quota-list not include domain quota 2. do not check
...
conformance between project and domain quota
2019-07-31 17:34:01 +08:00
wanyaoqi
dde8ccc4e1
fix list order by
2019-07-30 18:21:02 +08:00
yunion-ci-robot
48929e5f4e
Merge pull request #1960 from yousong/bugfix/yousong-yunionconf
...
yunionconf: 改正启动失败问题
2019-07-27 17:53:28 +08:00
Qiu Jian
fea61697e9
fix: allow turn off non-default domain projects
2019-07-27 15:52:02 +08:00
Yousong Zhou
f570579754
cloudir: 改正启动失败问题
...
```sh
find pkg -name 'models' | while read d; do
for f in $d/*.go; do
case "$f" in
*/doc.go) ;;
*/initdb.go) ;;
pkg/lbagent/models/*) ;;
*)
if grep -q 'Manager = ' $f; then
grep -q 'SetVirtualObject' $f || echo $f
fi
;;
esac
done
done
```
2019-07-27 07:48:44 +00:00
Yousong Zhou
8848a04e0d
modelbase: 若GetIModelManager()不符合预期则panic
...
便于定位
2019-07-27 05:41:31 +00:00
Qiu Jian
c822b036ca
fix: not trauncating task errors
2019-07-25 22:19:00 +08:00
Qiu Jian
c18359def4
fix: role assignments list should include matched policies
2019-07-25 02:26:39 +08:00
Qiu Jian
93b8bac5bb
s3gateway round 2
2019-07-24 21:28:41 +08:00
Qiu Jian
870813f04b
feature: s3gateway
2019-07-24 21:28:37 +08:00
yunion-ci-robot
17623b3a6f
Merge pull request #1867 from swordqiu/hotfix/qj-bugfix-quota-issues
...
fix: clear pending_usage when sched_fail
2019-07-24 09:34:07 +08:00
Qiu Jian
78e3eb7908
fix: agent registration will report version
2019-07-24 01:21:23 +08:00
Qiu Jian
927f176d3e
fix: clear pending-delete when sched_fail
2019-07-23 23:41:47 +08:00
Qiu Jian
f966aecf51
fix: server change owner did not change disk's owner
2019-07-18 14:01:54 +08:00
yunion-ci-robot
47b931eabb
Merge pull request #1745 from wanyaoqi/bugfix/wyq/fix-deploy-network-routes
...
bugfix:fix deploy network with routes
2019-07-17 21:02:59 +08:00
Zexi
81ce05e391
service db init sync exit
2019-07-16 18:46:46 +08:00
wanyaoqi
ad814ab709
fix deploy network with routes
2019-07-16 11:10:13 +08:00
Qiu Jian
c8f17ac392
fix: server-change-ipaddr may ignore errors when changing ipaddr
2019-07-15 22:54:40 +08:00
Qiu Jian
5a272fd330
fix: task usercred should be utf8 charset
2019-07-11 12:07:22 +08:00
Jian Qiu
a172c1c37d
fix: add all ports usage ( #1659 )
...
* fix: add all ports usage
* fix: action log project-domain charset is not utf8
2019-07-11 08:57:34 +08:00
yunion-ci-robot
a274162734
Merge pull request #1603 from wanyaoqi/feature/wyq/storage-agent
...
host deploy agent
2019-07-10 20:55:55 +08:00
wanyaoqi
3acf030fef
- set mirror status on switch
...
- deploy agent
- gpfs snapshot
- code fixs
2019-07-10 18:31:40 +08:00
Qiu Jian
971a592b09
fix: possible reduce timeout for quota list
2019-07-09 23:36:06 +08:00
ioito
7c694b17d3
metadata permission
2019-07-09 22:43:33 +08:00
Qiu Jian
133c721f02
fix: add default network project privileges
2019-07-09 14:59:19 +08:00
yunion-ci-robot
7de7cf24f3
Merge pull request #1568 from ioito/hotfix/qx-tenant-cache
...
fix cache domain tenants
2019-07-06 17:18:55 +08:00
Jian Qiu
b08dd390e5
fix: quota encode json allowing zero value ( #1570 )
2019-07-05 23:03:28 +08:00
ioito
856420f675
fix cache domain tenants
2019-07-05 16:32:57 +08:00
屈轩
42b777682e
Merge branch 'master' into hotfix/qx-metata-filter
2019-07-05 10:42:09 +08:00
ioito
c13b4803c4
optimized tag filter
2019-07-05 10:23:20 +08:00
Qiu Jian
b02214bb25
1. allow replace set quota when action=replace
...
2. show when the project external resource was fetched
2019-07-04 23:32:10 +08:00
ioito
09d1833ee6
add without_user_meta filter
2019-07-04 14:29:11 +08:00
Qiu Jian
f34c8255f2
fix: 1. token add projects when no project specified 2.
...
IVirtualResourceManager add GetResourceCount() method 3. domainId not
initialized occasionally
2019-07-03 22:38:33 +08:00
wanyaoqi
17c886084a
fix export data, set no limit; expand timeout
2019-07-02 17:50:08 +08:00
Qiu Jian
49675fe965
feature: allow cascade quota set
2019-07-02 09:27:55 +08:00
Qiu Jian
f184e2d8f9
fix: 1. quota add API 2. tenant cache refresh 3. domain quota not initialize
2019-07-02 03:08:52 +08:00
Qiu Jian
d45e2e7976
fix: generate unique name should exclude existing name
2019-07-01 18:13:46 +08:00
Qiu Jian
027315edfc
fix format
2019-07-01 11:39:48 +08:00
Qiu Jian
bcb5fc06ea
fix: replace all ext metadata
2019-06-30 01:11:49 +08:00