AIT-DSN icon indicating copy to clipboard operation
AIT-DSN copied to clipboard

Results 40 AIT-DSN issues
Sort by recently updated
recently updated
newest added

## Purpose - Infusion of documentation and ticket/PR templating suggestions for SLIM integration ## Proposed Changes Automation templates for the following: - Pull Requests - Issue Tickets - Feature Request...

**Checked for duplicates** Yes -- New feature, new files. **Alternatives considered** Yes - This is a Lab-approved and suggested addition to all NASA-AMMOS repositories. **Related problems** Many repos don't provide...

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. Changelog Sourced from cryptography's changelog. 41.0.6 - 2023-11-27 * Fixed a null-pointer-dereference and segfault that could occur when loading certificates from a PKCS#7 bundle....

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

When running more than one class that inherits from SLE, `_state`, `_handlers`, `_data_queue`, and `_invoke_id` become shared. The most common issue this creates is if data is being inserted into...

A parent ticket to track various updates and additions to our packaging and dev tooling. Packaging Having all of our package configuration in setup.py is very out of date. At...

enhancement

Because of the strictly pinned versions this library would only work with Python 3.7, as stated in the documentation. Since the dependencies are well founded they provide support for newer...

In [ait/dsn/common.py](https://github.com/NASA-AMMOS/AIT-DSN/blob/master/ait/dsn/sle/common.py#L88-L100) there is the following code block ```python class SLE(object): ''' SLE interface "base" class The SLE class provides SLE interface-agnostic methods and attributes for interfacing with SLE. '''...

AIT-Core was recently updated to Python 3.10 (in version 2.4.0). The current version is stuck on 3.7 and could be upgraded to match the AIT-Core. This would drop support for...

Currently, all m_pdu AOS frames are sent to the default telemetry input stream (__telempkts__). Instead the destinations for the various types of AOS frames should be specified in the config.yaml...