Dcicutils

Latest version: v8.11.0

Safety actively analyzes 638361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 20 of 25

1.18.0

======

`PR 141: Port Application Dockerization utils <https://github.com/4dn-dcic/utils/pull/141>`_

* Add additional ECS related APIs needed for orchestration/deployment.

1.17.0

======

`PR 144: Add known_bug_expected and related support <https://github.com/4dn-dcic/utils/pull/144>`_

* In ``misc_utils``:

* Add ``capitalize1`` to uppercase the first letter of something,
leaving other case alone (rather than forcing it lower).

* In ``qa_utils``:

* Add ``known_bug_expected`` to mark situations in testing where
a named bug is expected (one for which there is a JIRA ticket),
allowing managing of the error handling by setting the bug's status
as ``fixed=False`` (the default) or ``fixed=True``.

* In (new module) ``exceptions``:

* ``KnownBugError``
* ``UnfixedBugError``
* ``WrongErrorSeen``
* ``ExpectedErrorNotSeen``
* ``FixedBugError``
* ``WrongErrorSeenAfterFix``
* ``UnexpectedErrorAfterFix``

1.16.0

======

`PR 142: Move override_environ and override_dict to misc_utils <https://github.com/4dn-dcic/utils/pull/142>`_

* In ``misc_utils``:

* Adds ``override_environ`` and ``override_dict``
which were previously defined in ``qa_utils``.

* Adds new function ``exported`` which is really a synonym
for ``ignored`` but highlights the reason for the presence
of the named variable is so that other files can still
import it.

* In ``qa_utils``:

* Leaves legacy support for ``override_environ``
and ``override_dict``, which are now defined in ``misc_utils``.

1.15.1

======

`PR 138: JH Docker Mount Update <https://github.com/4dn-dcic/utils/pull/138>`_

* In ``jh_utils.find_valid_file_or_extra_file``,
account for file metadata containing an
``"open_data_url"``.

1.15.0

======

`PR 140: Add misc_utils.is_valid_absolute_uri (C4-651) <https://github.com/4dn-dcic/utils/pull/140>`_

* Adds ``misc_utils.is_valid_absolute_uri``
for RFC 3986 compliance.

1.14.1

======

`PR 139: Add ES cluster resize capability <https://github.com/4dn-dcic/utils/pull/139>`_

* Adds ElasticSearchServiceClient, a wrapper for boto3.client('es')
* Implements resize_elasticsearch_cluster, issuing an update to the relevant settings
* Integrated test was performed on staging
* Unit tests mock the boto3 API

Page 20 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.