Dmytro Serdiuk

Results 16 issues of Dmytro Serdiuk

If there are several errors, the only first error is displayed during the validation. Please check out the sample below: ```bash (pyats) ~/tmp pyats validate testbed tb.yaml Loading testbed file:...

enhancement

I have the following setup: ```bash # files $ tree fooo/ fooo/ ├── __init__.py ├── alisa.py └── foo.py $ python fooo/alisa.py Traceback (most recent call last): File "fooo/alisa.py", line 5,...

enhancement

Since pyATS 5.0.0 we have the ability to validate a testbed file structure with `pyats validate testbed my-testbed.yaml`. It will be great to have the ability to add custom rules...

enhancement

Docker tag: `3.2` Setup: The EdgeDB docker container connects to a Postgres DNS. Default tenant: ``` EDGEDB_SERVER_BACKEND_DSN="postgre......" EDGEDB_SERVER_USER=someuser EDGEDB_SERVER_PASSWORD=somepassword EDGEDB_SERVER_PORT=21111 EDGEDB_SERVER_TLS_CERT_MODE=generate_self_signed EDGEDB_SERVER_ADMIN_UI= enabled ``` Custom tenant: ``` EDGEDB_SERVER_BACKEND_DSN="postgre......" EDGEDB_SERVER_USER=someuser EDGEDB_SERVER_PASSWORD=somepassword...

There is an `edgedb dump` command that does a full dump of the database(s). `edgedb restore` command could take a generated dump file(s) and apply them to the empty database....

The issue: ``` >docker-compose up -d Traceback (most recent call last): File "", line 3, in File "compose/cli/main.py", line 58, in main File "compose/cli/main.py", line 109, in perform_command File "compose/cli/main.py",...

The `libexec/git-elegant-acquire-git` command should be implemented in haskell.

The change like https://github.com/bees-hive/elegant-git/pull/306 does not fail the quality pipeline - no test coverage. The task is to add tests for commands like 1. `git-elegant` 2. `git-elegant nocommand` - error...

The original command is in `./libexec/git-elegant-clone-repository`. Depends on: #297

### A problem/task I want to solve Sometimes I need to see the current work progress compared to the other, non-default branch. ### The solution I'd like TBA

finalize requirements
feature