Commit Graph
130 Commits
Author SHA1 Message Date
tb365 a83ff5bf98 update vendor 2021-07-09 16:07:29 +08:00
Qu Xuan 11f1f9756e feat(region): support jd cloud rds 2021-06-22 16:01:00 +08:00
zhaoxiangchun 81da6c3af9 feat: support jdcloud pull monitor metric 2021-06-03 15:11:22 +08:00
rainzm 00f94399fb feat: support JDCloud (Host read only) 2021-05-31 10:15:50 +08:00
Qu Xuan 7f8cf5adc3 fix: before insert 2021-04-01 21:24:11 +08:00
Qu Xuan a4b387dd26 fix: vendor update 2021-04-01 16:53:16 +08:00
Qiu Jian 567990df19 feature(region): support AWS organization 2021-02-19 15:39:40 +08:00
rainzm 31c23b45b2 feat: change go version from 1.12 to 1.13 in go.mod 2021-02-18 11:21:25 +08:00
rainzm b45edf2f18 feat: support EventNotify 2021-02-18 11:16:57 +08:00
Qiu Jian 0733e4575a fix(region): bucket size stats should not count invalid sizes of -1 2021-02-04 11:13:47 +08:00
Zexi Li 45bb9e2dd4 Merge pull request #10041 from lvyangyang/aws-elasticache
feat(region): aws elasticahe
2021-02-03 18:14:43 +08:00
lvyangyang 36e5c9ccff feat(region): aws elasticahe 2021-01-28 22:07:33 -05:00
wanyaoqi a48f0040a8 feat(glance): support backend storage s3 2021-01-20 19:53:03 +08:00
Qu Xuan ba5f19bc14 fix(cloudevent): add aws cloudevent 2021-01-11 14:24:43 +08:00
Qiu Jian d01f89a2c8 fix(cloudcommon): panic when query an empty splitable model manager
fix panic when querying an empty splitable model manager, e.g. action-show
2020-12-20 00:25:15 +08:00
Zexi Li 0ce19160d0 Merge pull request #9501 from swordqiu/feature/qj-user-add-lang-attribute
feature(keystone): user add language attribute
2020-12-19 20:05:21 +08:00
Qiu Jian 5cf5576e09 feature(keystone): user add language attribute
User add language attribute, notify and alarm will use this attribute to
send message in proper language
2020-12-19 09:18:17 +08:00
Yousong Zhou 665de6d56e chore(vendor): update google.golang.org/grpc@v1.29.1
It's the last version with google.golang.org/grpc/naming

yunion.io/x/onecloud/pkg/multicloud/google imports
        cloud.google.com/go/storage imports
        google.golang.org/api/option imports
        google.golang.org/api/internal imports
        google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.34.0), but does not contain package google.golang.org/grpc/naming
2020-12-15 22:04:15 +08:00
Yousong Zhou e8ec0718cf feat(host): go generate forwarder api 2020-12-15 21:45:18 +08:00
Qiu Jian 4895175a53 update vendor 2020-12-11 20:02:53 +08:00
Qiu Jian e31abb6f0d update vendor 2020-12-09 21:12:55 +08:00
Zexi Li c025944d17 fix(go.mod): remove k8s.io/kubernetes dependency 2020-12-04 16:45:25 +08:00
Yousong Zhou fe6714b287 vendor: bump alibaba-cloud-sdk-go to v1.61.684
For commit [1]

 [1] https://github.com/aliyun/alibaba-cloud-sdk-go/commit/6313cc407e5b4f5f6aede2539354454a5613df6a
2020-11-26 21:18:58 +08:00
Yousong Zhou 02315bdd85 vendor: bump yunion.io/x/pkg 2020-11-26 21:17:07 +08:00
Yousong Zhou d67eeac5dd vendor: bump yunion.io/x/sqlchemy 2020-11-26 21:17:07 +08:00
yunion-ci-robot a3f1f77496 Merge pull request #8795 from lvyangyang/lyy/bucket_task
qcloud bucket task
2020-11-16 16:44:05 +08:00
lvyangyang da4150e5ca qcloud bucket task 2020-11-16 12:06:32 +08:00
Yousong Zhou 854ff4079a vendor: update yunion.io/x/jsonutils
See yunionio/onecloud#8357
2020-11-13 18:44:12 +08:00
Qiu Jian ca0e79effb update vendor for jsonutils 2020-11-05 11:28:37 +08:00
rainzm e48616cdc0 update vendor 2020-10-29 17:22:19 +08:00
TangBin d7894776f3 qcloud redis support 2020-10-27 20:33:28 +08:00
zhaoxiangchun 26965521f2 bugfix: qcloud pull metric
get请求中增加region参数
2020-10-19 22:10:33 +08:00
wanyaoqi 63887337fd make mode 2020-10-14 11:39:04 +08:00
Qiu Jian 332ba04bd1 fix: recode project-role rpc handle to support group role assignment
results by user or project
2020-09-09 18:17:53 +08:00
rainzm 57d8f991ab Add mock test for genericScheudler.Schedule 2020-09-08 14:27:26 +08:00
Qu Xuan f251559c39 feature: add dns interface 2020-09-02 16:30:05 +08:00
Yousong Zhou c2bca8ab39 Feature/yousong text (#7487)
* notify: log with context info

* region: guests: log with context info

* region: hosts: log with context info

* region: misc: remove redundant log

* region: skus: use NewInternalServerError instead of NewGeneralError

* appsrv: dispatcher: preserve text id

* appsrv: dispatcher: remove commented-out code

* cloudcommon: db_dispatcher: note errors that won't be translated

* cloudcommon: db: rbac: preserve text id

* cloudcommon: caller: preserve text id

* treewide: fix fmt string

* region: guest_actions: preserve text id

* region: guest_actions: fix fmt string

* region: usages: fix fmt string

* mcclient: hosts: remove redundant return value

* cloudcommon: fetch: preserve text id

* region: guest_template: preserve text id

* cloudcommon: db: db_dispatcher: preserve text id

* region: guest_actions: preserve text id

* httperrors: add funcs for wrap lang tag into context

* vendor: golang.org/x/text

* httperrors: error with context

* httperrors: HTTPError

* treewide: fix typo

* treewide: use en in source code

* locales: initial version
2020-08-25 15:26:31 +08:00
wanyaoqi a4b27a3cf3 feature:host image fetcher fs (#7606)
* temp

* fix host image, add fetcherfs

* make mod

* add make rpm for fetcherfs

remove temp code
2020-08-24 22:09:33 +08:00
Zexi Li 6a57435f1c fix: json TAG_PREFIX invalid syntax (#7564) 2020-08-14 17:29:49 +08:00
Jian QiuandQiu Jian c277d492fc fix: update vendor (#7526)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2020-08-10 15:41:43 +08:00
屈轩andQu Xuan 27168fc720 fix: upgrade aliyun sdk (#7432)
Co-authored-by: Qu Xuan <quxuan@yunionyun.com>
2020-07-31 20:43:00 +08:00
Qiu Jian 5d4efcc63a update vendor 2020-07-21 16:16:55 +08:00
Qu Xuan 367c59117e fix: 修复阿里云同步安全组规则异常问题 2020-07-13 20:43:29 +08:00
wanyaoqi 2028dbabb6 vendor update: update jsonutils 2020-07-10 16:17:24 +08:00
tangbin 47bb16e517 update vendor 2020-07-09 13:23:00 +08:00
Qiu Jian 00d7ce83ed update vendor 2020-07-04 14:09:21 +08:00
zhaoxiangchun 36408ab4a0 itsm climc 2020-07-04 10:26:34 +08:00
Qiu Jian 182c96a160 update vendor 2020-07-03 16:15:23 +08:00
rainzm ae3827f9a1 update jsonutils 2020-07-01 16:28:57 +08:00
Yousong Zhou 4e16eaf212 vendor: update yunion.io/x/sqlchemy 2020-06-28 14:49:38 +08:00