Vitaly Antonenko

Results 22 issues of Vitaly Antonenko

This patch adds destroy model test to the model suite in bash-based tests. Original (python-based) tests live [here](https://github.com/juju/juju/blob/ac9ddcae708eca8ec2fd885a14fb27a291e424da/acceptancetests/assess_destroy_model.py). ## Checklist - [x] Code style: imports ordered, good names, simple structure,...

Refactored the implementation of the `--watch` flag for the `juju status` command. Provided the `--watch` flag implementation via the viddy module (https://github.com/sachaos/viddy). ## QA steps ```sh juju bootstrap localhost ldx...

feature
3.0

Init version if UniterAPIV19 with ServiceLocator API support ## Checklist - [ ] Added [integration tests](https://github.com/juju/juju/tree/develop/tests) for the PR - [ ] Added or updated [doc.go](https://discourse.charmhub.io/t/readme-in-packages/451) related to packages changed...

do not merge
network-modelling

This PR adds a new collection in DB, the collection so far contains only Service locator Name, Type, ID. Further, this collection will be used as 'build-in' assertions information storage...

do not merge
network-modelling

This is a dummy version of the new hook tool for Service Locator implementation: `locator-add` ## QA steps ```sh juju bootstrap localhost lxd juju deploy tiny-bash juju exec --unit tiny-bash/0...

do not merge
network-modelling

Hi, First of all, thx for the excellent watcher alternative. Are any plans to make the viddy importable go package? To use it as a watch mode implementation in other...

Is there somebody how prepares AngularJS adaptation for jquery.flowchart plugin? Thank You

Hello, While compiling I've a error: ``` Error: Failed to compile entry-point ngx-smooth-dnd (es2015 as esm2015) due to compilation errors: node_modules/@angular/common/common.d.ts:115:22 - error NG6002: Appears in the NgModule.imports of NgxSmoothDnDModule,...

Hello, I use standard widget component template. See next: ```typescript @Component({ selector: 'line-widget', templateUrl: './line-widget.component.html', styleUrls: ['./line-widget.component.css'], providers: [{provide: WidgetComponent, useExisting: forwardReference}] }) export class LineWidgetComponent extends WidgetComponent implements OnInit...

Hello again, I would like to implement resizable widgets. How can I include onResize event in WidgetComponent in manner of цшвпуе "onClose" event Just adding a new event emitter is...