Commit Graph
93 Commits
Author SHA1 Message Date
李泽玺 cb81481655 Merge pull request #54 in YUNIONIO/onecloud from ~TANGBIN/onecloud:feature/tb-token-endpoint-list to release/2.0.0
* commit 'ea609cdbd1a7b677bbfe58a61a08fbfb7121d277':
  auth token add list endpoints method
2018-08-15 19:52:35 +08:00
TangBin ea609cdbd1 auth token add list endpoints method 2018-08-15 10:54:48 +08:00
邱剑 b4dc541736 Merge pull request #52 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:hotfix/qj-aliyun-cache-success-connected-state to release/2.0.0
* commit '8311f02839eab526a701bda27424e641bc6292ad':
  修正:aliyun在成功连接后,会缓存成功状态,导致更新错误账号信息后还是显示成功连接
2018-08-14 21:52:17 +08:00
邱剑 a2d8b3bf99 Merge pull request #49 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:hotfix/qj-make-cloud-provider-secret-listable to release/2.0.0
* commit '575ec7a9b5dc420cf10d3ff5e63d90d67e470a37':
  fixup cronman/doc.go
  修正:cloudprovider的secret字段没有在list中获得
2018-08-14 12:18:39 +08:00
Qiu Jian 8311f02839 修正:aliyun在成功连接后,会缓存成功状态,导致更新错误账号信息后还是显示成功连接 2018-08-14 12:14:19 +08:00
李泽玺 764978e994 Merge pull request #51 in YUNIONIO/onecloud from ~WANYAOQI/onecloud:feature/wyq/climc-list-add-joint-filter to release/2.0.0
* commit '20fd01adc35789e8afe9f03ea16c6cd46d0dabab':
  climc list add joint filter
2018-08-14 11:09:04 +08:00
wanyaoqi 20fd01adc3 climc list add joint filter 2018-08-14 11:07:12 +08:00
Qiu Jian 575ec7a9b5 fixup cronman/doc.go 2018-08-14 10:30:03 +08:00
Qiu Jian eeec417ebe 修正:cloudprovider的secret字段没有在list中获得 2018-08-13 20:02:32 +08:00
邱剑 6762e86dbf Merge pull request #45 in YUNIONIO/onecloud from ~LIZEXI/onecloud:bugfix/lzx-scheduler-specify-network to release/2.0.0
* commit 'c7656041a5eb21dcf88a3ce930de78552a5a8273':
  修正: 调度器指定网络批量失败的bug
2018-08-13 14:59:09 +08:00
Zexi Li c7656041a5 修正: 调度器指定网络批量失败的bug 2018-08-13 14:47:58 +08:00
邱剑 a4f252bbb2 Merge pull request #42 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:bugfix/qj-server-pending-delete-clean to release/2.0.0
* commit 'f7d815eb641d531eaa5e21d6ff07113d056bdcd4':
  forget to update cronjob lastRun
  修正:增加PendingDeleteCheckSeconds参数,设置多久进行一次扫描
  minor updates
  修正:阿里云主机清理回收站功能
2018-08-13 12:30:45 +08:00
Qiu Jian f7d815eb64 forget to update cronjob lastRun 2018-08-12 09:11:22 +08:00
Qiu Jian 1f8bf7fa04 修正:增加PendingDeleteCheckSeconds参数,设置多久进行一次扫描 2018-08-11 22:50:53 +08:00
邱剑 e0f42e6e3c Merge pull request #41 in YUNIONIO/onecloud from ~QUXUAN/onecloud:feature/qx-validate-create-data to release/2.0.0
* commit '7c030147e8bcd221fb065f12a3c69c7d46552a59':
2018-08-11 22:25:56 +08:00
Qiu Jian e112524185 minor updates 2018-08-11 22:24:06 +08:00
Qiu Jian f52557a3f8 修正:阿里云主机清理回收站功能 2018-08-11 22:21:25 +08:00
屈轩 7c030147e8 Merge branch 'release/2.0.0' of ssh://git.yunion.io/~quxuan/onecloud into feature/qx-validate-create-data 2018-08-11 21:15:06 +08:00
张东亮 4044ec5d6f Merge pull request #37 in YUNIONIO/onecloud from ~TANGBIN/onecloud:bugfix/tb-ldap-delete-fix to release/2.0.0
* commit '534d3d3d7785900c34abc4e6a3f4a0197986e989':
  use httperrors lib
  return fast
  allow delete ldap
2018-08-11 21:13:56 +08:00
张东亮 3fda9e6451 Merge pull request #37 in YUNIONIO/onecloud from ~TANGBIN/onecloud:bugfix/tb-ldap-delete-fix to release/2.0.0
* commit '534d3d3d7785900c34abc4e6a3f4a0197986e989':
  use httperrors lib
  return fast
  allow delete ldap
2018-08-11 18:50:33 +08:00
TangBin 534d3d3d77 use httperrors lib 2018-08-11 18:40:45 +08:00
邱剑 d3ca14ea72 Merge pull request #36 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:bugfix/qj-alloow-server-update-name to release/2.0.0
* commit '53caf371f5b15441c47501e8b5ae308a92e07fc3':
  改进:同步python和golang的validateupdatedata实现,允许修改主机名
2018-08-11 18:19:17 +08:00
TangBin e7503d8d0a return fast 2018-08-11 17:58:08 +08:00
TangBin cae8d734e1 allow delete ldap 2018-08-11 17:22:45 +08:00
Qiu Jian 53caf371f5 改进:同步python和golang的validateupdatedata实现,允许修改主机名 2018-08-11 15:19:50 +08:00
李泽玺 68d4b2caef Merge pull request #33 in YUNIONIO/onecloud from ~LIZEXI/onecloud:feature/lzx-path-change to release/2.0.0
* commit 'e6788bb75e65a823c18777163e8c79983ed1698c':
  add doc.go for each package
  path move: github.com/yunionio -> yunion.io/x
2018-08-11 14:43:54 +08:00
Zexi Li e6788bb75e add doc.go for each package 2018-08-11 14:41:38 +08:00
Zexi Li 22411ffb53 path move: github.com/yunionio -> yunion.io/x 2018-08-11 14:28:18 +08:00
李泽玺 6f5845eef4 Merge pull request #32 in YUNIONIO/onecloud from ~LIZEXI/onecloud:feature/lzx-climc-k8s to release/2.0.0
* commit '869c2ee141297d59b6f8f092b8c3e07d9a05b4a0':
  climc: k8s api moved
2018-08-11 11:24:21 +08:00
Zexi Li 869c2ee141 climc: k8s api moved 2018-08-11 11:16:35 +08:00
邱剑 4c2e94ac2b Merge pull request #25 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:hotfix/qj-misc-bugfix-20180808 to release/2.0.0
* commit '1585d24302c5f0bfe28f769ad2aeef86a8afed9c':
  修正:阿里云回收站主机恢复后无系统盘
  修正:1. 删除VPC导致hostwire数据不一致问题 2. 阿里云主机无操作系统信息 3. 其他一些BUGfix
  temp commit
  temporary commit
2018-08-10 11:38:23 +08:00
周有松 757dc35c03 Merge pull request #26 in YUNIONIO/onecloud from ~ZHOUYOUSONG/onecloud:bugfix/yousong-minors to release/2.0.0
* commit 'f76609e91da3f668700b9ed7535e502bbf712401':
  dep: remove constraint on github.com/coreos/etcd
  cloudcommon: db: rename argument name
  cloudcommon: db: make master, slave id explict in joint resource base
  treewide: make explicit calls to JSONDict.Remove() and JSONDict.RemoveIgnoreCase
  scheduler: fix test compilation
2018-08-10 11:11:47 +08:00
Qiu Jian 1585d24302 修正:阿里云回收站主机恢复后无系统盘 2018-08-09 23:58:11 +08:00
Qiu Jian f0ec8a563e 修正:1. 删除VPC导致hostwire数据不一致问题 2. 阿里云主机无操作系统信息
3. 其他一些BUGfix
2018-08-09 17:49:17 +08:00
Yousong Zhou f76609e91d dep: remove constraint on github.com/coreos/etcd
It's not used and dep ensure will not pull it into vendor/
2018-08-09 04:41:23 +00:00
Yousong Zhou c39644ba4a cloudcommon: db: rename argument name 2018-08-09 04:32:06 +00:00
Yousong Zhou 16b80dfefb cloudcommon: db: make master, slave id explict in joint resource base 2018-08-09 04:32:00 +00:00
Yousong Zhou 1bf9036c83 treewide: make explicit calls to JSONDict.Remove() and JSONDict.RemoveIgnoreCase 2018-08-09 04:30:56 +00:00
Yousong Zhou fd352dbdbb scheduler: fix test compilation 2018-08-09 04:26:17 +00:00
Qiu Jian 93be10117c Merge branch 'release/2.0.0' of ssh://git.yunion.io/~qiujian/onecloud into hotfix/qj-misc-bugfix-20180808 2018-08-09 00:44:45 +08:00
Qiu Jian fa6176267a temp commit 2018-08-09 00:38:36 +08:00
Qiu Jian 068136d6ab temporary commit 2018-08-08 23:00:01 +08:00
邱剑 30da473569 Merge pull request #17 in YUNIONIO/onecloud from ~QIUJIAN/onecloud:feature/qj-vmware-vnc-support-v2.0 to release/2.0.0
* commit 'b979ce9c45dc3eb2e40b2f958e824b4e09ff2120':
  Update fmt
  修正:python和golang版本对vmware的globalId处理方式不通,兼容处理
  Update vendor vmware/govmomi
  改进:1. 增加vmware cloud provider driver初步实现 2. 增加vmware vnc信息获取的支持
2018-08-08 18:42:55 +08:00
Qiu Jian b979ce9c45 Update fmt 2018-08-08 00:11:02 +08:00
Qiu Jian e589865d81 Merge branch 'release/2.0.0' of ssh://git.yunion.io/~qiujian/onecloud into feature/qj-vmware-vnc-support-v2.0 2018-08-08 00:09:50 +08:00
李泽玺 de465c01a5 Merge pull request #12 in YUNIONIO/onecloud from ~LIZEXI/onecloud:feature/lzx-region-dns to release/2.0.0
* commit 'bd612aecb00cc34b39f05cdde853f818bfc590c1':
  vendor: region-dns dependency packages
  dns: 支持 SRV
  dns: 支持反解
  - k8s client util - dns config sample
  Add region-dns service
2018-08-07 20:53:28 +08:00
Qiu Jian 14446b5ddc 修正:python和golang版本对vmware的globalId处理方式不通,兼容处理 2018-08-07 20:06:07 +08:00
Qiu Jian 553fa30ce5 Update vendor vmware/govmomi 2018-08-07 20:05:55 +08:00
Qiu Jian 9eb41b392f 改进:1. 增加vmware cloud provider driver初步实现 2. 增加vmware vnc信息获取的支持 2018-08-07 20:05:33 +08:00
邱剑 ab44a1f547 Merge pull request #15 in YUNIONIO/onecloud from ~LIZEXI/onecloud:feature/lzx-kube-config to release/2.0.0
* commit 'de79ccfa565b45ca1986df3368d93a7c8bd58e3b':
  climc: 支持获取 k8s 集群直连的配置
2018-08-07 18:40:43 +08:00