chestar

Results 26 issues of chestar

目前bk-paas里以及saas里都依赖 uWSGI==2.0.13.1 按照报错如下: 我自己换成uWSGI==2.0.18后正常 ```python [thread 7][gcc -pthread] core/cache.o [thread 8][gcc -pthread] core/daemons.o [thread 10][gcc -pthread] core/errors.o [thread 12][gcc -pthread] core/hash.o [thread 9][gcc -pthread] core/master_events.o [thread 11][gcc -pthread] core/chunked.o [thread...

http://127.0.0.1:8000/xadmin/approval/sopsworkflowinstance/abc_123/update/ ======================================================== Request Method: | GET -- | -- http://127.0.0.1:8000/xadmin/approval/sopsworkflowinstance/abc_123/update/ xadmin.sites.approvalsopsworkflowinstanceAdminUpdateAdminViewModelFormAdminViewModelAdminViewGlobalSettingsCommAdminViewBaseSettingBaseAdminViewBaseAdminObjectViewobject 具有主键 'abc_123' 的对象 工单 不存在。 ========================================================== 数据库中把abc_123改成abc-123就可以

BUG, task was revoked , singleto also can not create new task

i want bond device in MiHome App, which need restore raw firmware

#### What would you like to be added: #### Why is this needed:

kind/feature

#### What would you like to be added: #### Why is this needed:

kind/feature

![image](https://user-images.githubusercontent.com/11288347/67554833-b0f10b00-f742-11e9-9629-b94c77227333.png)

ApiVersion: 1.7.7 OpenShiftClient client = ocpService.getClient(cluster); ObjectMapper yamlMapper = new ObjectMapper(new YAMLFactory()); List hasMetadata = client.load(new ByteArrayInputStream(yaml.getBytes())).fromServer().get(); com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "status" (class me.snowdrop.istio.api.networking.v1beta1.VirtualService), not marked as ignorable (4 known properties:...

DestinationRule destinationRule = objectMapper.readValue(yaml, DestinationRule.class); Object o = istioClient.inAnyNamespace().v1alpha3DestinationRule().createOrReplace(destinationRule); java.lang.ClassCastException: class [Ljava.lang.Object; cannot be cast to class [Lio.fabric8.kubernetes.api.model.HasMetadata; ([Ljava.lang.Object; is in module java.base of loader 'bootstrap'; [Lio.fabric8.kubernetes.api.model.HasMetadata; is in unnamed...