Ekaterina Kazachkova

Results 35 issues of Ekaterina Kazachkova

The current PR provides implementation for issue #2757 This PR implements an ability to filter runs by tags via `POST /run/filter` method: - a new field `tags` added to `POST...

The current PR provides integration test for issue #2574 This changes include: - extended current test suit to support issue changes - a test suit added for huge batch tests

The current PR provides implementation for issue #2574 - `pipe storage cp/mv` operations - this feature enables for: - S3 provider only - `--verify-destination` shall not be enabled (since this...

The current PR provides implementation for issue #1795 The following changes were added: - a new fields added to log filter object: `classNames`, `threadNames` and `severities` - a new fields...

The current PR provides implementation for issue #1686

This PR provides implementation for #1212 - a new API method `GET /datastorage/{id}/mountCmd` was introduced. This method generates mount cmd that will be used by `elasticsearch-agent` service during `NFS` storage...

This PR provides implementation for issue #1525

## Background The `GET datastorage/permission` method doesn't return admins. This way `scripts/nfs-roles-management/syncnfs.py` doesn't sync storages for admins. ## Approach A new boolean request parameter `includeAdmins` was added to `GET datastorage/permission`...

Implements issue #589 for Linux for folder distributive Since `build_linux.sh` builds `one-file` and `one-folder` distributive at the same time we should consider this behavior during `update` operation. To determine the...

The current pr provides implementation for issue #2442 for export part The following changes were aded: - a new API method `POST /report/pools/export` that generates report for node pools was...