From 1badbd80a4cc1e756fe368ad3344dd9f8d13ad3f Mon Sep 17 00:00:00 2001 From: Michael Joyce Date: Wed, 26 Jul 2023 13:55:46 -0700 Subject: [PATCH] Prep for 2.5.0 release --- CHANGELOG.md | 210 ++++++++++++++++++++++++--------------------- doc/source/conf.py | 4 +- pyproject.toml | 2 +- 3 files changed, 113 insertions(+), 103 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c490bab..58d8f284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [2.5.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.4.0...2.5.0) + +### Merged + +- Issue #498 - Temporarily pin pyyaml to 5.3.1 [`#499`](https://github.com/NASA-AMMOS/AIT-Core/pull/499) + ## [2.4.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.6-rc1...2.4.0) - 2023-01-25 ### Merged @@ -28,12 +34,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Issue #445 - Add multiprocess support for Plugins [`#455`](https://github.com/NASA-AMMOS/AIT-Core/pull/455) - Issue #428 - Fix readthedocs build [`#453`](https://github.com/NASA-AMMOS/AIT-Core/pull/453) - Issue #370: Use TempFile class throughout test suite [`#447`](https://github.com/NASA-AMMOS/AIT-Core/pull/447) -- Issue #448: Fix existing flake8 findings [`#449`](https://github.com/NASA-AMMOS/AIT-Core/pull/449) +- Issue 448: Fix existing flake8 findings [`#449`](https://github.com/NASA-AMMOS/AIT-Core/pull/449) - Issue #374: PCap headers' __str__() methods must return string [`#444`](https://github.com/NASA-AMMOS/AIT-Core/pull/444) - Issue #371 - Refresh pkl cache files when out-of-date [`#432`](https://github.com/NASA-AMMOS/AIT-Core/pull/432) - Issue #353: Update log error messages to use correct function names [`#442`](https://github.com/NASA-AMMOS/AIT-Core/pull/442) - Issue #438 - Add ability to route packets based on APID [`#439`](https://github.com/NASA-AMMOS/AIT-Core/pull/439) -- Issue #440: Fix existing Flake8 findings [`#441`](https://github.com/NASA-AMMOS/AIT-Core/pull/441) +- Issue 440: Fix existing Flake8 findings [`#441`](https://github.com/NASA-AMMOS/AIT-Core/pull/441) ### Fixed @@ -47,54 +53,54 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- Issue-370 added TestFile to unit tests [`a3f5780`](https://github.com/NASA-AMMOS/AIT-Core/commit/a3f5780b64dd35e77356940ad096bc833aecfbb0) +- issue-370 added TestFile to unit tests [`a3f5780`](https://github.com/NASA-AMMOS/AIT-Core/commit/a3f5780b64dd35e77356940ad096bc833aecfbb0) - Issue #438 Implements a plugin which routes CCSDS packets by APID based on a table described in a .yaml file. [`7e2340f`](https://github.com/NASA-AMMOS/AIT-Core/commit/7e2340f9df86bbef8736441bc5b4b86b3fcfa246) -- Issue-201 - fix unit test [`c48c6a5`](https://github.com/NASA-AMMOS/AIT-Core/commit/c48c6a5d498eed6c0cf36b02bd1ffc5041ed6135) +- issue-201 - fix unit test [`c48c6a5`](https://github.com/NASA-AMMOS/AIT-Core/commit/c48c6a5d498eed6c0cf36b02bd1ffc5041ed6135) - Issue #376 - Add data type documentation page [`c34b5c4`](https://github.com/NASA-AMMOS/AIT-Core/commit/c34b5c46db112fde5e578451c1e513a277287656) -- Completed issue-201 - validating included yaml files [`5a5e884`](https://github.com/NASA-AMMOS/AIT-Core/commit/5a5e8840a4f0c9fc3da783a55e9eddc51759d168) +- completed issue-201 - validating included yaml files [`5a5e884`](https://github.com/NASA-AMMOS/AIT-Core/commit/5a5e8840a4f0c9fc3da783a55e9eddc51759d168) +- Preparation for 2.4.0 release [`eb777b8`](https://github.com/NASA-AMMOS/AIT-Core/commit/eb777b88d21602b9c53a1c03aaec95dd3cc8a4c1) - Issue #376 - Update outdated sphinx-apidoc call in README [`7dc68a5`](https://github.com/NASA-AMMOS/AIT-Core/commit/7dc68a561290782d1e551efe8c91623b6d12a392) - Fix existing flake8 findings [`02afadf`](https://github.com/NASA-AMMOS/AIT-Core/commit/02afadf4ceb67930b4f2ded0e5e34b0cae7c3104) -- Issue 370 - __str_ must return string [`876ca26`](https://github.com/NASA-AMMOS/AIT-Core/commit/876ca26c366f8cdc024eee0549d3d7a2b4c977aa) +- issue 370 - __str_ must return string [`876ca26`](https://github.com/NASA-AMMOS/AIT-Core/commit/876ca26c366f8cdc024eee0549d3d7a2b4c977aa) - Issue #376 - Add extension support to dtype [`0af08f5`](https://github.com/NASA-AMMOS/AIT-Core/commit/0af08f545298df53f7508df03f6c66d556baaef9) -- Changed syntax to use the class in the context manager [`cc87ca7`](https://github.com/NASA-AMMOS/AIT-Core/commit/cc87ca7f49414e213f60ffd29fd93e56a9b42d8f) +- changed syntax to use the class in the context manager [`cc87ca7`](https://github.com/NASA-AMMOS/AIT-Core/commit/cc87ca7f49414e213f60ffd29fd93e56a9b42d8f) - test_pcap.py removed code refering to 'tempfile' [`04ef56f`](https://github.com/NASA-AMMOS/AIT-Core/commit/04ef56f625398b7b146e4ad28662f9df3f6eaf2e) - Issue #491 - Move logger globals for Python bug [`74f9778`](https://github.com/NASA-AMMOS/AIT-Core/commit/74f9778482a2c743006e687cca6fb75776711f2e) - Fix existing flake8 findings [`90f6c77`](https://github.com/NASA-AMMOS/AIT-Core/commit/90f6c771ecc87398aee41c9cfaecac5915d799db) -- Address Nikco's comments [`6aa0c6c`](https://github.com/NASA-AMMOS/AIT-Core/commit/6aa0c6cddd40cfff33cb78c20cdc11668ac36def) +- address Nico's comments [`6aa0c6c`](https://github.com/NASA-AMMOS/AIT-Core/commit/6aa0c6cddd40cfff33cb78c20cdc11668ac36def) - Update log error messages to use correct function names [`a05ac63`](https://github.com/NASA-AMMOS/AIT-Core/commit/a05ac633d9266656172b54a5eea5e7303f2d10fe) - Revert readthedocs python version to supported legacy version [`3e2998e`](https://github.com/NASA-AMMOS/AIT-Core/commit/3e2998e252aa642925821c4ba5b4145c7cc5e8fd) - -## [2.3.6-rc1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.5...2.3.6-rc1) - 2022-04-07 +## [2.3.6-rc1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.5...2.3.6-rc1) - 2022-04-13 ### Merged -- Issue #168 - Add ability for plugins to publish to arbitrary topic [`#435`](https://github.com/NASA-AMMOS/AIT-Core/pull/435) -- Issue #427 - Update AIT OpenMCT comp. provider to serve packets as fold… [`#433`](https://github.com/NASA-AMMOS/AIT-Core/pull/433) -- Issue #358 - OpenMCT Plugin support for multiple clients and filtered telemetry [`#426`](https://github.com/NASA-AMMOS/AIT-Core/pull/426) -- Issue #401 - Minor fixes to issues found in master [`#422`](https://github.com/NASA-AMMOS/AIT-Core/pull/422) -- Issue #371 - Fix calls to logger in util pkl handling [`#423`](https://github.com/NASA-AMMOS/AIT-Core/pull/423) -- Issue #420 - Add Packet Accumulator [`#418`](https://github.com/NASA-AMMOS/AIT-Core/pull/418) -- Issue #419 - Add Packet Padder Plugin [`#417`](https://github.com/NASA-AMMOS/AIT-Core/pull/417) -- Issue #328 - Update getDefaultDict to return CmdDict extensions when applicable [`#404`](https://github.com/NASA-AMMOS/AIT-Core/pull/404) -- Issue #304 - Improve time handling in database insert method [`#421`](https://github.com/NASA-AMMOS/AIT-Core/pull/421) -- Issue #371 - Testing nested includes during test for 'dirty' (pickle) [`#416`](https://github.com/NASA-AMMOS/AIT-Core/pull/416) -- Issue #394 - Add DSN paths to ait-create-dirs [`#396`](https://github.com/NASA-AMMOS/AIT-Core/pull/396) -- issue #401 - Fix ArrayType encode bug [`#402`](https://github.com/NASA-AMMOS/AIT-Core/pull/402) -- Issue #399 - Fix error when IPV6 is disabled at kernel level [`#400`](https://github.com/NASA-AMMOS/AIT-Core/pull/400) -- Issue #383 - update poetry builds [`#385`](https://github.com/NASA-AMMOS/AIT-Core/pull/385) -- Issue #395 - Add try except when attempting to pack opcode into struct. [`#397`](https://github.com/NASA-AMMOS/AIT-Core/pull/397) -- Issue #352 - Ait-tlm-csv fields argument fix [`#387`](https://github.com/NASA-AMMOS/AIT-Core/pull/387) -- Issue #351 - Update ait-tlm-csv cmd packet option description [`#388`](https://github.com/NASA-AMMOS/AIT-Core/pull/388) -- Issue #382 - Change CSV-generating fields file to open 'r' mode [`#386`](https://github.com/NASA-AMMOS/AIT-Core/pull/386) -- Issue #364 - Update Core package handling [`#381`](https://github.com/NASA-AMMOS/AIT-Core/pull/381) -- Issue #364 - Dev Tool Updates [`#379`](https://github.com/NASA-AMMOS/AIT-Core/pull/379) -- Issue #362 - Add "core.seq" to extensions documentation [`#378`](https://github.com/NASA-AMMOS/AIT-Core/pull/378) +- Issue #168 Add ability for plugins to publish to arbitrary topic [`#435`](https://github.com/NASA-AMMOS/AIT-Core/pull/435) +- Issue 427: Update AIT OpenMCT comp. provider to serve packets as fold… [`#433`](https://github.com/NASA-AMMOS/AIT-Core/pull/433) +- Issue 358: OpenMCT Plugin support for multiple clients and filtered telemetry [`#426`](https://github.com/NASA-AMMOS/AIT-Core/pull/426) +- Minor fixes to issues found in master [`#422`](https://github.com/NASA-AMMOS/AIT-Core/pull/422) +- Issue 371: Fix calls to logger in util pkl handling [`#423`](https://github.com/NASA-AMMOS/AIT-Core/pull/423) +- Add Packet Accumulator [`#418`](https://github.com/NASA-AMMOS/AIT-Core/pull/418) +- Add Packet Padder Plugin [`#417`](https://github.com/NASA-AMMOS/AIT-Core/pull/417) +- Update getDefaultDict to return CmdDict extensions when applicable [`#404`](https://github.com/NASA-AMMOS/AIT-Core/pull/404) +- Improve time handling in database insert method [`#421`](https://github.com/NASA-AMMOS/AIT-Core/pull/421) +- testing nested includes during test for 'dirty' (pickle) [`#416`](https://github.com/NASA-AMMOS/AIT-Core/pull/416) +- Issue-394 Add DSN paths to ait-create-dirs [`#396`](https://github.com/NASA-AMMOS/AIT-Core/pull/396) +- Fix ArrayType encode bug [`#402`](https://github.com/NASA-AMMOS/AIT-Core/pull/402) +- issue-#399 Fix error when IPV6 is disabled at kernel level [`#400`](https://github.com/NASA-AMMOS/AIT-Core/pull/400) +- Issue 383 - update poetry builds [`#385`](https://github.com/NASA-AMMOS/AIT-Core/pull/385) +- Issue-395 Add try except when attempting to pack opcode into struct. [`#397`](https://github.com/NASA-AMMOS/AIT-Core/pull/397) +- Ait-tlm-csv fields argument fix [`#387`](https://github.com/NASA-AMMOS/AIT-Core/pull/387) +- Update ait-tlm-csv cmd packet option description [`#388`](https://github.com/NASA-AMMOS/AIT-Core/pull/388) +- Change CSV-generating fields file to open 'r' mode [`#386`](https://github.com/NASA-AMMOS/AIT-Core/pull/386) +- Update Core package handling [`#381`](https://github.com/NASA-AMMOS/AIT-Core/pull/381) +- Dev Tool Updates [`#379`](https://github.com/NASA-AMMOS/AIT-Core/pull/379) +- Add "core.seq" to extensions documentation [`#378`](https://github.com/NASA-AMMOS/AIT-Core/pull/378) - Issue #360 - Fix time handling in table encode / decode [`#361`](https://github.com/NASA-AMMOS/AIT-Core/pull/361) - Issue #354 - Rework table support [`#355`](https://github.com/NASA-AMMOS/AIT-Core/pull/355) - Issue #345 - Document 64-bit integer limitation in GUI [`#346`](https://github.com/NASA-AMMOS/AIT-Core/pull/346) - Issue #341 - Update database API docs page [`#343`](https://github.com/NASA-AMMOS/AIT-Core/pull/343) -- Issue #302 - Add historical query support to the OpenMCT plugin [`#349`](https://github.com/NASA-AMMOS/AIT-Core/pull/349) +- Add historical query support to the OpenMCT plugin [`#349`](https://github.com/NASA-AMMOS/AIT-Core/pull/349) - Issue #339 - Document Packet / Field naming constraints [`#340`](https://github.com/NASA-AMMOS/AIT-Core/pull/340) ### Fixed @@ -114,6 +120,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix linting errors in dmc module [`61fbf57`](https://github.com/NASA-AMMOS/AIT-Core/commit/61fbf573c6f06e695f2c46c3f7ba16c248f9f3a0) - bin script linting error cleanup [`b458412`](https://github.com/NASA-AMMOS/AIT-Core/commit/b458412363e6697f4ee965abddda6c74c4257678) - Issue #354 - Table documentation update [`2867e2a`](https://github.com/NASA-AMMOS/AIT-Core/commit/2867e2a1be68a45278f0f8e5f0232fd07ff22731) +- Prep for 2.3.6-rc1 release [`48006cb`](https://github.com/NASA-AMMOS/AIT-Core/commit/48006cba87b0230dee7dc91db8cc4ad8ca4d73c7) - Fix linting errors in db module [`89d38b5`](https://github.com/NASA-AMMOS/AIT-Core/commit/89d38b547af07e9160f59b96864d80e4d1ffa5c4) - Linting related cleanup [`d557cef`](https://github.com/NASA-AMMOS/AIT-Core/commit/d557cefb79d95de77e624cf00f730906a6985c6e) - Fix linting errors in tlm module. [`c5ae415`](https://github.com/NASA-AMMOS/AIT-Core/commit/c5ae415398ea2de2f58586d3d1d2c1dc93c61878) @@ -175,7 +182,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Add tag files to .gitignore [`4768a7e`](https://github.com/NASA-AMMOS/AIT-Core/commit/4768a7eea7ece04b7eb82d5bba20b2f32cb1bf32) - final nose removal cleanup [`9a648fd`](https://github.com/NASA-AMMOS/AIT-Core/commit/9a648fd6e0c42c9146ad0d74a28b64dd96c10ca7) -## [2.3.5](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.4...2.3.5) +## [2.3.5](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.4...2.3.5) - 2021-03-23 ### Merged @@ -185,6 +192,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Issue #337 - Update ait-seq-encode log message formatting [`#337`](https://github.com/NASA-AMMOS/AIT-Core/issues/337) +### Commits + +- Prep for 2.3.5 release [`0045ffe`](https://github.com/NASA-AMMOS/AIT-Core/commit/0045ffe2d58fe1ecdcf0fda10ff6a57b6e1c475f) + ## [2.3.4](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.3...2.3.4) - 2021-03-19 ### Merged @@ -305,7 +316,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Updated variable for strtime format log info [`d134040`](https://github.com/NASA-AMMOS/AIT-Core/commit/d1340405b1f2c180d97bad0b4a3184cc24c0d541) - Issue #291 update server.plugins package path in doc [`d892d75`](https://github.com/NASA-AMMOS/AIT-Core/commit/d892d753e33cc2bc5eeacd4b56296b2dad581224) - Update README.rst [`1b45472`](https://github.com/NASA-AMMOS/AIT-Core/commit/1b4547246bddd8f5d2899d88c38c09da9fe1406f) -- Resolved Issue #284 - Updated leapsecond.dat [`2510844`](https://github.com/NASA-AMMOS/AIT-Core/commit/2510844bb36694342dfc143099c655e78c6b6cc5) ## [2.0.0](https://github.com/NASA-AMMOS/AIT-Core/compare/1.4.0...2.0.0) - 2020-04-28 @@ -354,8 +364,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - GUI Issue #75 - Work on testing [`f701591`](https://github.com/NASA-AMMOS/AIT-Core/commit/f701591700a79276582cbf4ddffa57362410d431) - Add CCSDSHandler class [`68d4568`](https://github.com/NASA-AMMOS/AIT-Core/commit/68d456893f78cc91b457c61c7b05d94fcf7beb1c) - Prep for 2.0rc1.dev0 release (2.0 release candidate in development) [`3289f48`](https://github.com/NASA-AMMOS/AIT-Core/commit/3289f48b17842c48b47cd779e3d983404f951a64) -- GUI Issue #75 - Updating test_broker to test_server to incorporate changes [`e8d13d0`](https://github.com/NASA-AMMOS/AIT-Core/commit/e8d13d06395fc017144acba806a00e69bd5ab40c) - GUI Issue #75 - Updates to documentation, docstrings, comments [`4c8cc3d`](https://github.com/NASA-AMMOS/AIT-Core/commit/4c8cc3da7ef3b4f9402e8fdf5e2791b1b440f1e5) +- GUI Issue #75 - Updating test_broker to test_server to incorporate changes [`e8d13d0`](https://github.com/NASA-AMMOS/AIT-Core/commit/e8d13d06395fc017144acba806a00e69bd5ab40c) - GUI Issue #75 - Getting GUI subscriptions to log/telem inputs working [`0ad3a26`](https://github.com/NASA-AMMOS/AIT-Core/commit/0ad3a26d1c9e8bb4efa6441bc91944e5c049c16e) - Issue #210 - Remove test files from API documentation [`e197a34`](https://github.com/NASA-AMMOS/AIT-Core/commit/e197a3456a1e8c2ffb40dcac9ac996dade7090a4) - GUI Issue #75 - New docs [`af94194`](https://github.com/NASA-AMMOS/AIT-Core/commit/af94194f8a401562a6b3058c895e0560c717e46c) @@ -399,24 +409,24 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - AIT-GUI Issue #75 - Refactoring parsing of stream configs to generalize for inbound/outbound streams [`b27d790`](https://github.com/NASA-AMMOS/AIT-Core/commit/b27d7901e06e59e51ff08a3f8592b921a270be78) - AIT-GUI Issue #75 - fixes, adding subscribe functionality, making topics stream/plugin names [`db6d9df`](https://github.com/NASA-AMMOS/AIT-Core/commit/db6d9df0f8da67be1c5160264f147fc5415487fc) - GUI Issue #75 - porting data archival to plugin [`7901f37`](https://github.com/NASA-AMMOS/AIT-Core/commit/7901f375fd7304f70c1a7ff9291af5e66fdfa2b1) +- test [`01ecc97`](https://github.com/NASA-AMMOS/AIT-Core/commit/01ecc974eb953d2273ed258c5c7126605684dacb) - investigate [`f4b47e3`](https://github.com/NASA-AMMOS/AIT-Core/commit/f4b47e340e4767c267221bf3f5366f1f89cfe511) - GUI Issue #75 - Updates to stream input config and parsing [`925a2ea`](https://github.com/NASA-AMMOS/AIT-Core/commit/925a2ea217cf2d0689bf42f84615bc11c02fff44) -- test [`01ecc97`](https://github.com/NASA-AMMOS/AIT-Core/commit/01ecc974eb953d2273ed258c5c7126605684dacb) - Issue #132 - Add derived telemetry documentation [`8ec1855`](https://github.com/NASA-AMMOS/AIT-Core/commit/8ec1855525905144d3bc808d1da8228e7f453deb) - Issue #178 - Fixed SQLite connect and commit functions [`24b9464`](https://github.com/NASA-AMMOS/AIT-Core/commit/24b9464b42c93b83e553b285f54436ef51b754c9) - Issue #168 - CmdApi has new method for parsing arguments via cmd-arg definitions [`e51689a`](https://github.com/NASA-AMMOS/AIT-Core/commit/e51689a7a2699d9e59d747d785237f5e554e59ba) - Issue #159 - Stream handles None return from handlers [`7fdedd1`](https://github.com/NASA-AMMOS/AIT-Core/commit/7fdedd16b9bcb74a8fb7ad72de8ab59d76610e76) - bring config.yamli back to default [`cab0345`](https://github.com/NASA-AMMOS/AIT-Core/commit/cab0345579a22c46b40aa5575e46ba38c79549f4) -- Issue #159 - Added log messages for handler failures [`448f155`](https://github.com/NASA-AMMOS/AIT-Core/commit/448f15591462976f21f5a4845b36feff583584e2) - Issue #224 - replace dsn section to AIT-DSN dsn section [`1ae3669`](https://github.com/NASA-AMMOS/AIT-Core/commit/1ae366946f81e3ee28cd6ce5d9e19f79a232f8de) +- Issue #159 - Added log messages for handler failures [`448f155`](https://github.com/NASA-AMMOS/AIT-Core/commit/448f15591462976f21f5a4845b36feff583584e2) - GUI Issue #75 - Updates to DataArchive plugin to make db connection in initialization of plugin, not on every message; raises errors initialization so that plugin is killed; replaced regex string splitting [`7f071c5`](https://github.com/NASA-AMMOS/AIT-Core/commit/7f071c53ecc55fa66313536eff2860012f692eaf) - Updates after rebase to get DataArchive working again [`3479ba8`](https://github.com/NASA-AMMOS/AIT-Core/commit/3479ba80a46e8170ac5a47f635ca319a82e7f38f) -- GUI Issue #75 - Removing ZMQ context and broker XPUB/XSUB sockets as arguments to clients; clients now access them directly through ait.broker [`13a6062`](https://github.com/NASA-AMMOS/AIT-Core/commit/13a6062cf7d8c5f7a61578afef628cfe2ddbfade) -- Issue #66 - Updated test_dtype to include regression tests for type string [`6d7438f`](https://github.com/NASA-AMMOS/AIT-Core/commit/6d7438f7b58f66325a7553d66be8d0a47c1b259a) - Issue #68 - Add sequence documentation and example [`cc6b5cc`](https://github.com/NASA-AMMOS/AIT-Core/commit/cc6b5cc8858f3c91ee606eafe7365ae465de62e3) +- Issue #66 - Updated test_dtype to include regression tests for type string [`6d7438f`](https://github.com/NASA-AMMOS/AIT-Core/commit/6d7438f7b58f66325a7553d66be8d0a47c1b259a) +- GUI Issue #75 - Removing ZMQ context and broker XPUB/XSUB sockets as arguments to clients; clients now access them directly through ait.broker [`13a6062`](https://github.com/NASA-AMMOS/AIT-Core/commit/13a6062cf7d8c5f7a61578afef628cfe2ddbfade) - Removed extraneous cfg and log imports [`d243fa6`](https://github.com/NASA-AMMOS/AIT-Core/commit/d243fa6cbc2833437e3a99f47f45fc8f11631380) -- GUI Issue #75 - Fixing GUI thread blocking [`5a5508c`](https://github.com/NASA-AMMOS/AIT-Core/commit/5a5508cce301113384e5ce2dcaa96f29a712adfd) - GUI Issue #75 - Further cleanup [`c3590c7`](https://github.com/NASA-AMMOS/AIT-Core/commit/c3590c7b9e4e5b0eb6492fd08281cccf45c13749) +- GUI Issue #75 - Fixing GUI thread blocking [`5a5508c`](https://github.com/NASA-AMMOS/AIT-Core/commit/5a5508cce301113384e5ce2dcaa96f29a712adfd) - Issue #162 - Moved some functionality from handle to comp_apid in CCSDSPacketHandler [`692777a`](https://github.com/NASA-AMMOS/AIT-Core/commit/692777a9290ff3299c17b0fff77280c4c27623d4) - Fixed logic for loading cmd arg table dict before default dict [`d6907df`](https://github.com/NASA-AMMOS/AIT-Core/commit/d6907dff3550a924c14f2cebb0a7b7f842f08ea2) - Fixed some errors during ait-server startup and running test_server.py [`f1ac6da`](https://github.com/NASA-AMMOS/AIT-Core/commit/f1ac6da833e6f4e8709d61f01b0eebac8dd547fa) @@ -431,87 +441,87 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Issue #167 - add handle_includes func [`afa3954`](https://github.com/NASA-AMMOS/AIT-Core/commit/afa3954767806ca13797d7b96da8be5f6bdd15d8) - Issue #281 - Update CmdAPI with None upd_dest default [`9f1d66f`](https://github.com/NASA-AMMOS/AIT-Core/commit/9f1d66f29ba3f4b1bf06020bf9f48ae7322dad07) - Replaced mock import with unittest [`c07da09`](https://github.com/NASA-AMMOS/AIT-Core/commit/c07da0928e5a663b58dcf2d9ac861bf7373e534b) -- Add new command with fixed argument to cmd.yaml for testing [`0428bcf`](https://github.com/NASA-AMMOS/AIT-Core/commit/0428bcffa3165408d43f845e9849e81da012b6f0) -- Issue #185 - Fixed CCSDS Packet Handler APID comparison [`ea067b3`](https://github.com/NASA-AMMOS/AIT-Core/commit/ea067b3516ea90c13d73b8ec51234ad952fb8344) - Updated IOError syntax [`751a8e4`](https://github.com/NASA-AMMOS/AIT-Core/commit/751a8e494801b9bf98ef144447cd08fe5298a350) -- Issue #99 - Add documentation about default command encoding format [`4dc7a72`](https://github.com/NASA-AMMOS/AIT-Core/commit/4dc7a72a4274ef635fdeda8788cc3529eb2c4915) +- Issue #185 - Fixed CCSDS Packet Handler APID comparison [`ea067b3`](https://github.com/NASA-AMMOS/AIT-Core/commit/ea067b3516ea90c13d73b8ec51234ad952fb8344) +- Add new command with fixed argument to cmd.yaml for testing [`0428bcf`](https://github.com/NASA-AMMOS/AIT-Core/commit/0428bcffa3165408d43f845e9849e81da012b6f0) - Issue #190 - Add example script and update config script directory [`bc5ac7c`](https://github.com/NASA-AMMOS/AIT-Core/commit/bc5ac7ccc1f40f0736dd2a54cdcf65fa249055fd) +- Issue #99 - Add documentation about default command encoding format [`4dc7a72`](https://github.com/NASA-AMMOS/AIT-Core/commit/4dc7a72a4274ef635fdeda8788cc3529eb2c4915) - Issue #142 - Reduce server.client log message noise [`036bf22`](https://github.com/NASA-AMMOS/AIT-Core/commit/036bf22c1293e981dbb418aa7bf949f9005610b7) - Issue #169 - Changed pop to get in _create_plugin in server.py [`97dae70`](https://github.com/NASA-AMMOS/AIT-Core/commit/97dae70daa7c1def4b5117513320e9732a95ef8c) -- Updated default yaml loader [`700a3da`](https://github.com/NASA-AMMOS/AIT-Core/commit/700a3da622d3f9015890d34ef47c2ea4da209516) -- update format as a list [`e0951ea`](https://github.com/NASA-AMMOS/AIT-Core/commit/e0951eaee4b552fbcc7741d08e35cbeacb7f37e7) - Dtype should encode str vals, added unit test case [`55c2ca1`](https://github.com/NASA-AMMOS/AIT-Core/commit/55c2ca1a7d4aa8a9ad745bffcec4f1a0389c4cb9) +- Updated default yaml loader [`700a3da`](https://github.com/NASA-AMMOS/AIT-Core/commit/700a3da622d3f9015890d34ef47c2ea4da209516) - Updated install_requires package versions [`568af24`](https://github.com/NASA-AMMOS/AIT-Core/commit/568af24a2f67b608ced7dbcc5946b48f98dc158c) -- Make TelemetryLimitMonitor plugin robust to poorly formed input [`a133ef7`](https://github.com/NASA-AMMOS/AIT-Core/commit/a133ef7eff791c46c47a0731d5af40978c9eea98) -- Moved config deep copy to beginning of method [`e5a7752`](https://github.com/NASA-AMMOS/AIT-Core/commit/e5a7752ad86f7cf7b7c2e08c74cd315db1bb4c6e) +- update format as a list [`e0951ea`](https://github.com/NASA-AMMOS/AIT-Core/commit/e0951eaee4b552fbcc7741d08e35cbeacb7f37e7) - Update checks for data/streams being of file type [`7847516`](https://github.com/NASA-AMMOS/AIT-Core/commit/784751678d991c1892ec32a92a75754b06c0b26d) -- Issue #159 - Changed variable names in PacketHandler [`e4a4e20`](https://github.com/NASA-AMMOS/AIT-Core/commit/e4a4e200f03458f97c8844dbf745566d6d978d70) +- Moved config deep copy to beginning of method [`e5a7752`](https://github.com/NASA-AMMOS/AIT-Core/commit/e5a7752ad86f7cf7b7c2e08c74cd315db1bb4c6e) +- Make TelemetryLimitMonitor plugin robust to poorly formed input [`a133ef7`](https://github.com/NASA-AMMOS/AIT-Core/commit/a133ef7eff791c46c47a0731d5af40978c9eea98) - Updated cPickle to pickle [`d6e8090`](https://github.com/NASA-AMMOS/AIT-Core/commit/d6e80907368349069aafefa387fc69b7e5bf2acc) -- Issue #75 - Moving server port defaults to init file; having broker check for them in configs first [`3bcdc80`](https://github.com/NASA-AMMOS/AIT-Core/commit/3bcdc80167d673d09f45023e7160a98384526a8f) +- Issue #159 - Changed variable names in PacketHandler [`e4a4e20`](https://github.com/NASA-AMMOS/AIT-Core/commit/e4a4e200f03458f97c8844dbf745566d6d978d70) - Issue #159 - Fixed PacketHandler bug [`c60d722`](https://github.com/NASA-AMMOS/AIT-Core/commit/c60d722637e6003dfcac787850e3a16ea71dac39) -- Issue #159 - Updated error messages for handler [`fbd6cee`](https://github.com/NASA-AMMOS/AIT-Core/commit/fbd6cee6428518665cede787f09d4fbe23e1f7f9) +- Issue #75 - Moving server port defaults to init file; having broker check for them in configs first [`3bcdc80`](https://github.com/NASA-AMMOS/AIT-Core/commit/3bcdc80167d673d09f45023e7160a98384526a8f) - Updated ait/core __init__.py, server.py, stream.py imports to be relative [`9d19ba8`](https://github.com/NASA-AMMOS/AIT-Core/commit/9d19ba8ec62367e8eb41e69bdb9eab17fd7d2518) -- Issue #141 - Fix issue with optional Plugin attrs not being passed [`1b9d3b8`](https://github.com/NASA-AMMOS/AIT-Core/commit/1b9d3b87c4036886736ced25848634f2a1ec41ec) +- Issue #159 - Updated error messages for handler [`fbd6cee`](https://github.com/NASA-AMMOS/AIT-Core/commit/fbd6cee6428518665cede787f09d4fbe23e1f7f9) - Resolved some errors in getting the gui plugin to work [`c297ea3`](https://github.com/NASA-AMMOS/AIT-Core/commit/c297ea3da5514fb80af694178b75e3ff47844531) -- Issue #178 - Added commit statement and quotation marks to SQLiteBackend functions [`774b093`](https://github.com/NASA-AMMOS/AIT-Core/commit/774b0938ca2ee504765c6499d6a690742b0fbecb) +- Issue #141 - Fix issue with optional Plugin attrs not being passed [`1b9d3b8`](https://github.com/NASA-AMMOS/AIT-Core/commit/1b9d3b87c4036886736ced25848634f2a1ec41ec) - add GUI plugin setting [`bd6cfee`](https://github.com/NASA-AMMOS/AIT-Core/commit/bd6cfeed9deaaf6dcf84be497d4ceaf61ece478f) +- Issue #178 - Added commit statement and quotation marks to SQLiteBackend functions [`774b093`](https://github.com/NASA-AMMOS/AIT-Core/commit/774b0938ca2ee504765c6499d6a690742b0fbecb) - Issue #171 - Changed plugins to accept pickle.dumps as input [`19be8bc`](https://github.com/NASA-AMMOS/AIT-Core/commit/19be8bc499fe1a41b0bd06039c8f2e1edb53ba61) +- Default dates must be formatted as str, wrap generator as list [`46653a0`](https://github.com/NASA-AMMOS/AIT-Core/commit/46653a03f8c4d9df2569775281987968e83ff5c8) - Updated tlm packet byte calcuation [`251b944`](https://github.com/NASA-AMMOS/AIT-Core/commit/251b94476df50e86d157851107e55561fc5b6bdd) - Added cfg import to multiple test_ files [`67be3eb`](https://github.com/NASA-AMMOS/AIT-Core/commit/67be3eb18d0c460cd086f111fee6c53dbd6dd605) -- Default dates must be formatted as str, wrap generator as list [`46653a0`](https://github.com/NASA-AMMOS/AIT-Core/commit/46653a03f8c4d9df2569775281987968e83ff5c8) -- GUI Issue #75 - Docs for data archival plugin [`8f89e50`](https://github.com/NASA-AMMOS/AIT-Core/commit/8f89e50db25046b70fc257e4a57681b1c017c111) - Issue #180 - Insert default time column in SQLite create table function [`93f9cc9`](https://github.com/NASA-AMMOS/AIT-Core/commit/93f9cc961be7777c145d45216a6e9dae440a75ac) +- GUI Issue #75 - Docs for data archival plugin [`8f89e50`](https://github.com/NASA-AMMOS/AIT-Core/commit/8f89e50db25046b70fc257e4a57681b1c017c111) - Issue #180 - Changed SQLite database insert to be based on fields [`63eb21e`](https://github.com/NASA-AMMOS/AIT-Core/commit/63eb21ef173f6f802fff1c822d997be099c2a898) - Fixes for running test_val [`e34f773`](https://github.com/NASA-AMMOS/AIT-Core/commit/e34f7730d66bdc74bfbb48298c093a0298cc8a2b) -- GUI Issue #75 - Updates to server tests [`4f1b80c`](https://github.com/NASA-AMMOS/AIT-Core/commit/4f1b80c170d295728073bd1da25453769a2ad209) -- GUI Issue #75 - Fix bug related to stream port input parsing [`9490466`](https://github.com/NASA-AMMOS/AIT-Core/commit/94904664a1852979b5ceb6bddbb10c13822a61d4) +- Fixed client import and updated zmq send/recv to send_string/recv_string [`c1e3e6d`](https://github.com/NASA-AMMOS/AIT-Core/commit/c1e3e6d41aaa791cbd34b02f2eb50a36ffc962e2) - Issue #159 - Dynamically type check handler for Stream log message [`95e786f`](https://github.com/NASA-AMMOS/AIT-Core/commit/95e786f692d85293947db026d555a0c33153c667) - Issue #159 - Added log messages to Stream when handlers return None [`d3b824c`](https://github.com/NASA-AMMOS/AIT-Core/commit/d3b824c569e4c7982f250984354e44247e2cae6f) -- Fixed client import and updated zmq send/recv to send_string/recv_string [`c1e3e6d`](https://github.com/NASA-AMMOS/AIT-Core/commit/c1e3e6d41aaa791cbd34b02f2eb50a36ffc962e2) +- GUI Issue #75 - Fix bug related to stream port input parsing [`9490466`](https://github.com/NASA-AMMOS/AIT-Core/commit/94904664a1852979b5ceb6bddbb10c13822a61d4) +- GUI Issue #75 - Updates to server tests [`4f1b80c`](https://github.com/NASA-AMMOS/AIT-Core/commit/4f1b80c170d295728073bd1da25453769a2ad209) - Read and write leapseconds.dat in binary [`5b38c3f`](https://github.com/NASA-AMMOS/AIT-Core/commit/5b38c3fc9760c4097dbd519f5d4a87d6ad42c1b2) - Issue #150 - PortOutputClient to dump raw message data [`267e705`](https://github.com/NASA-AMMOS/AIT-Core/commit/267e705b943560cf0d3e49f72f0313eebd0494b8) +- Specify Python version in RTD config [`8d0483d`](https://github.com/NASA-AMMOS/AIT-Core/commit/8d0483d00a3197e3ff680fe71e8aa22c8b0c8b8e) +- Update README.rst [`310549d`](https://github.com/NASA-AMMOS/AIT-Core/commit/310549dcfc18dad647eb20c354b20b3bada6e5b1) - Specify Python version in RTD config [`1b02d3f`](https://github.com/NASA-AMMOS/AIT-Core/commit/1b02d3f380d194efe2bc4e7a86765b4004a0256a) -- Issue #159 - Removed logging messages [`b3e5701`](https://github.com/NASA-AMMOS/AIT-Core/commit/b3e5701f314abe5765d85bc2d5cd217062963874) - Update README.rst [`66f2ee0`](https://github.com/NASA-AMMOS/AIT-Core/commit/66f2ee05357056b0d4455129e1dc28c264d39634) +- Fixed exception syntax errors [`e2d0f15`](https://github.com/NASA-AMMOS/AIT-Core/commit/e2d0f15dde54719be7e405cc77b22aed3371f1c3) +- Fixed nosetest errors in dtype and dmc [`fb8dc7b`](https://github.com/NASA-AMMOS/AIT-Core/commit/fb8dc7b0cb25762e4530d1096c1794b27550bc63) - Updated tlm packet simulate to match behavior in py2 [`e32aca8`](https://github.com/NASA-AMMOS/AIT-Core/commit/e32aca8dec8f318f880685f3fe0155216efd83c8) - Fixed errors when running test_cmd.py [`a442277`](https://github.com/NASA-AMMOS/AIT-Core/commit/a44227787337aa48eaa948f27cbf9d9b2dae9ba6) -- Fixed exception syntax errors [`e2d0f15`](https://github.com/NASA-AMMOS/AIT-Core/commit/e2d0f15dde54719be7e405cc77b22aed3371f1c3) +- Updated string formatting in tlm.py and util.py [`d969743`](https://github.com/NASA-AMMOS/AIT-Core/commit/d969743f01e8a0c1825b170e350be81d81308bc9) - Issue #184 - Changed Ethernet_HS_Packet definition field name from time and updated docs [`05ef04e`](https://github.com/NASA-AMMOS/AIT-Core/commit/05ef04e9a84015deeb31806f63bb9aa5f8777308) +- Issue #159 - Removed logging messages [`b3e5701`](https://github.com/NASA-AMMOS/AIT-Core/commit/b3e5701f314abe5765d85bc2d5cd217062963874) - GUI Issue #75 - Update to docs regarding inbound stream port inputs [`dc12eaa`](https://github.com/NASA-AMMOS/AIT-Core/commit/dc12eaa7daa10f67b4c586e9441753877cca1ffe) -- Update README.rst [`310549d`](https://github.com/NASA-AMMOS/AIT-Core/commit/310549dcfc18dad647eb20c354b20b3bada6e5b1) -- Specify Python version in RTD config [`8d0483d`](https://github.com/NASA-AMMOS/AIT-Core/commit/8d0483d00a3197e3ff680fe71e8aa22c8b0c8b8e) -- Updated string formatting in tlm.py and util.py [`d969743`](https://github.com/NASA-AMMOS/AIT-Core/commit/d969743f01e8a0c1825b170e350be81d81308bc9) -- Fixed nosetest errors in dtype and dmc [`fb8dc7b`](https://github.com/NASA-AMMOS/AIT-Core/commit/fb8dc7b0cb25762e4530d1096c1794b27550bc63) - Issue #144 - Serialize PacketHandler output [`ed5e3e8`](https://github.com/NASA-AMMOS/AIT-Core/commit/ed5e3e8bd8e9049e7a892a9d8accca622e16ab38) - Updates to CHANGELOG [`e628db4`](https://github.com/NASA-AMMOS/AIT-Core/commit/e628db4a413ed18c8bb0dc54387a723b1352227d) +- Pcap data field must be decoded to print [`13107db`](https://github.com/NASA-AMMOS/AIT-Core/commit/13107db3e6aa05cec8f6a223be068bfb7cba8400) +- fix GUI plugin setting [`1f3daa8`](https://github.com/NASA-AMMOS/AIT-Core/commit/1f3daa87d306e7fbd6765d087dd437b114f722c3) +- Updated travis config py version [`cf7b161`](https://github.com/NASA-AMMOS/AIT-Core/commit/cf7b161cc15c159b21e5f90239c19169afcadf22) - Updated tlm simulate to use utf-8 encoding [`45bc194`](https://github.com/NASA-AMMOS/AIT-Core/commit/45bc19451e13bd8a7a4015724c6fda903c88c9b5) +- Added cfg import in test_notfiy.py [`031d1ce`](https://github.com/NASA-AMMOS/AIT-Core/commit/031d1cec5b35bb4c376e938ce2bda9b000b179e6) +- Restored U8 type for product_type field [`d1103d4`](https://github.com/NASA-AMMOS/AIT-Core/commit/d1103d4e88601c95fa0407723f9062c7f2219da8) +- Added cfg import to test_val.py [`28645cc`](https://github.com/NASA-AMMOS/AIT-Core/commit/28645cc36de0eb4b3132336e56a4ec9de4d94cd3) +- Fixed test file path in test_util.py [`e4f576b`](https://github.com/NASA-AMMOS/AIT-Core/commit/e4f576bcd120f4d5076ae91ea027b84fdb276e22) +- Added cfg import in test_dtype.py [`91df57a`](https://github.com/NASA-AMMOS/AIT-Core/commit/91df57abc3213219f310c7645c81f76b48a7c8f8) +- Fixed error when running test_cfg.py [`3436af7`](https://github.com/NASA-AMMOS/AIT-Core/commit/3436af7fe2604a222eed43871a61bab8a18b1d7c) - Added cfg import to util.py [`aafd00c`](https://github.com/NASA-AMMOS/AIT-Core/commit/aafd00c388853b5429b6df7113259339d6dda61b) - Updated tlm.yaml product_type field type to MSB_U32 [`7b379a5`](https://github.com/NASA-AMMOS/AIT-Core/commit/7b379a586f3b96cd7186b8079a910f566596fbc5) -- Added cfg import in test_dtype.py [`91df57a`](https://github.com/NASA-AMMOS/AIT-Core/commit/91df57abc3213219f310c7645c81f76b48a7c8f8) - Updated string format in util.py [`86c7e4d`](https://github.com/NASA-AMMOS/AIT-Core/commit/86c7e4d5a61f4241597ec8263c4eb75fac475413) -- Fixed test file path in test_util.py [`e4f576b`](https://github.com/NASA-AMMOS/AIT-Core/commit/e4f576bcd120f4d5076ae91ea027b84fdb276e22) -- Added cfg import to test_val.py [`28645cc`](https://github.com/NASA-AMMOS/AIT-Core/commit/28645cc36de0eb4b3132336e56a4ec9de4d94cd3) -- Restored U8 type for product_type field [`d1103d4`](https://github.com/NASA-AMMOS/AIT-Core/commit/d1103d4e88601c95fa0407723f9062c7f2219da8) -- Added cfg import in test_notfiy.py [`031d1ce`](https://github.com/NASA-AMMOS/AIT-Core/commit/031d1cec5b35bb4c376e938ce2bda9b000b179e6) -- GUI Issue #75 - Updating docs on stream types [`4e67ec6`](https://github.com/NASA-AMMOS/AIT-Core/commit/4e67ec668e9041477de6cb04d2cc281d85995f39) - Iterate through dict copy since the size of original is changed during iteration [`a26be84`](https://github.com/NASA-AMMOS/AIT-Core/commit/a26be84ccfaa0a37b0b3c4fb6a1d15e865d6fb82) -- Pcap data field must be decoded to print [`13107db`](https://github.com/NASA-AMMOS/AIT-Core/commit/13107db3e6aa05cec8f6a223be068bfb7cba8400) -- Fix typo in API documentation [`971ba68`](https://github.com/NASA-AMMOS/AIT-Core/commit/971ba688a13381dded93e3edb57c5eb47fb17d62) - Updated project setup link to be internal doc reference [`e4a1475`](https://github.com/NASA-AMMOS/AIT-Core/commit/e4a1475f03a5130754c5b9bd2c0ab9f16f730a78) -- Fixed error when running test_cfg.py [`3436af7`](https://github.com/NASA-AMMOS/AIT-Core/commit/3436af7fe2604a222eed43871a61bab8a18b1d7c) - Fixed project setup link in docs [`c2355ce`](https://github.com/NASA-AMMOS/AIT-Core/commit/c2355ce6551019f816a9de17ade7900045ebaa06) -- Updated travis config py version [`cf7b161`](https://github.com/NASA-AMMOS/AIT-Core/commit/cf7b161cc15c159b21e5f90239c19169afcadf22) - Issue #208 - Update server docs to reference new plugin API pages [`14ad2c1`](https://github.com/NASA-AMMOS/AIT-Core/commit/14ad2c193995b43af10fadf8e2a3bc169cd4d079) +- Updated python requests version number requirement [`d93ab72`](https://github.com/NASA-AMMOS/AIT-Core/commit/d93ab7249967b7db3ee6ed90bbd521fdcc56b3ae) - Issue #149 - Update default log_stream port [`a025c31`](https://github.com/NASA-AMMOS/AIT-Core/commit/a025c317e3dd50d9129c86101016f27961a48554) +- Fix typo in API documentation [`971ba68`](https://github.com/NASA-AMMOS/AIT-Core/commit/971ba688a13381dded93e3edb57c5eb47fb17d62) +- GUI Issue #75 - Updating docs on stream types [`4e67ec6`](https://github.com/NASA-AMMOS/AIT-Core/commit/4e67ec668e9041477de6cb04d2cc281d85995f39) - GUI Issue #75 - Updating database docs, adding reference to Data Archive Plugin [`22e1792`](https://github.com/NASA-AMMOS/AIT-Core/commit/22e17928697c61c9d8da38aadcd7ccfabfeb3f30) -- fix GUI plugin setting [`1f3daa8`](https://github.com/NASA-AMMOS/AIT-Core/commit/1f3daa87d306e7fbd6765d087dd437b114f722c3) -- Updated python requests version number requirement [`d93ab72`](https://github.com/NASA-AMMOS/AIT-Core/commit/d93ab7249967b7db3ee6ed90bbd521fdcc56b3ae) -- Issue #159 - Added comments to PacketHandler [`7b466b8`](https://github.com/NASA-AMMOS/AIT-Core/commit/7b466b868644ad4eb60e7520253e711629cf1bc1) -- Issue #168 - Updating ait_seq_send.py to use new CmdApi.parseArgs() method [`b87bf20`](https://github.com/NASA-AMMOS/AIT-Core/commit/b87bf207891c64eb4057f8b041beb03581b88c82) - Added eval to PortOutputClient publish [`3a35e93`](https://github.com/NASA-AMMOS/AIT-Core/commit/3a35e937a040c829174958596bedfa875bdf5e20) - Updated TelemetryLimitMonitor plugin [`b882ce6`](https://github.com/NASA-AMMOS/AIT-Core/commit/b882ce6f4ffdab01fb3a595a335341368bb95400) -- GUI Issue #75 - Adding pyzmq installation requirement [`e136d4c`](https://github.com/NASA-AMMOS/AIT-Core/commit/e136d4cd251d20ba9321a4f138122953915ba36b) - Added type for derivation field in tlm.yaml [`e17a3df`](https://github.com/NASA-AMMOS/AIT-Core/commit/e17a3dff462d081f05e329a79ef18c532f577603) +- Issue #168 - Updating ait_seq_send.py to use new CmdApi.parseArgs() method [`b87bf20`](https://github.com/NASA-AMMOS/AIT-Core/commit/b87bf207891c64eb4057f8b041beb03581b88c82) +- Issue #159 - Added comments to PacketHandler [`7b466b8`](https://github.com/NASA-AMMOS/AIT-Core/commit/7b466b868644ad4eb60e7520253e711629cf1bc1) +- GUI Issue #75 - Adding pyzmq installation requirement [`e136d4c`](https://github.com/NASA-AMMOS/AIT-Core/commit/e136d4cd251d20ba9321a4f138122953915ba36b) ## [1.4.0](https://github.com/NASA-AMMOS/AIT-Core/compare/1.3.0...1.4.0) - 2019-09-04 @@ -526,9 +536,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Issue #7 - Adding derivation to default tlm.yaml file [`958637c`](https://github.com/NASA-AMMOS/AIT-Core/commit/958637ce98304b1949adb5e5e1b2cb3916f49021) - Preparation for 1.4.0 release [`cf0bb29`](https://github.com/NASA-AMMOS/AIT-Core/commit/cf0bb2988a5ce49e3bf5c01f1a2747e93c383ea3) - AIT-GUI Issue #92 - Adding notifications options to default config [`31a10d1`](https://github.com/NASA-AMMOS/AIT-Core/commit/31a10d1f46c7d970fb795be04d77c2f42f97428c) -- AIT-GUI Issue #92 - Updating notif option example config [`96a4a75`](https://github.com/NASA-AMMOS/AIT-Core/commit/96a4a75610ec5d0b9726d8a8725abdca6c4589e9) - Name cleanup in configuration documentation [`478044b`](https://github.com/NASA-AMMOS/AIT-Core/commit/478044b91ed7149f5402be9b37a28ef652d81407) - Update leapseconds config due to expected next update change [`615192e`](https://github.com/NASA-AMMOS/AIT-Core/commit/615192e3f79f82a4a53abe0872e28cbd49faad1f) +- AIT-GUI Issue #92 - Updating notif option example config [`96a4a75`](https://github.com/NASA-AMMOS/AIT-Core/commit/96a4a75610ec5d0b9726d8a8725abdca6c4589e9) ## [1.3.0](https://github.com/NASA-AMMOS/AIT-Core/compare/1.2.0...1.3.0) - 2019-09-04 @@ -549,12 +559,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Prep for release 1.3.0 [`a7a7e1e`](https://github.com/NASA-AMMOS/AIT-Core/commit/a7a7e1e53631d5483555999d038a1fa456b086fa) - Issue #83 - Baseline example configs across repos [`92b7918`](https://github.com/NASA-AMMOS/AIT-Core/commit/92b7918826fc08e942052f09308e28b45a7f9e16) - Update .gitignore [`0d99ec9`](https://github.com/NASA-AMMOS/AIT-Core/commit/0d99ec94df8589574770bc406ad8e22764a2b2a7) +- Issue #119 - Update documentation on telemetry dictionary [`64de9c5`](https://github.com/NASA-AMMOS/AIT-Core/commit/64de9c576ab883c1580532312b7797c3387d6b1b) - Issue #83: Baseline example configs across repos [`93a63cf`](https://github.com/NASA-AMMOS/AIT-Core/commit/93a63cf50353364d89e2cea3b756f41226e89d30) - Update Copyright date [`bd2cce1`](https://github.com/NASA-AMMOS/AIT-Core/commit/bd2cce176287974a2aac7211d8403e8360ca01e3) -- Issue #119 - Update documentation on telemetry dictionary [`64de9c5`](https://github.com/NASA-AMMOS/AIT-Core/commit/64de9c576ab883c1580532312b7797c3387d6b1b) +- Issue #124 - Removing reload of default config file on test initialization [`a5b6213`](https://github.com/NASA-AMMOS/AIT-Core/commit/a5b6213fcbfe38fadd1e53445ce7965e9285fa0f) - Update .gitignore [`cbe761a`](https://github.com/NASA-AMMOS/AIT-Core/commit/cbe761a0a8ad0ced5228784b93dd72e91a88b2c5) - Issue #75 - Create script for generating dummy telemetry data for tests [`4d65696`](https://github.com/NASA-AMMOS/AIT-Core/commit/4d65696a72ee7e4931c8d77e77e5490c480f860d) -- Issue #124 - Removing reload of default config file on test initialization [`a5b6213`](https://github.com/NASA-AMMOS/AIT-Core/commit/a5b6213fcbfe38fadd1e53445ce7965e9285fa0f) - Issue #83 - Baseline example configs across repos [`70cf2b0`](https://github.com/NASA-AMMOS/AIT-Core/commit/70cf2b02666cbf6ee23fa2d4d9cc96a9a6ca7bb6) - Issue #83 - Baseline example configs across repos [`4fd96dd`](https://github.com/NASA-AMMOS/AIT-Core/commit/4fd96dd9c5f5b7cc0959c14286a9d9ddd3031926) @@ -567,11 +577,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Issue #109 - Add latest build release to travisci config [`0793b44`](https://github.com/NASA-AMMOS/AIT-Core/commit/0793b448095f76a99982007e23c30e8116ae797f) - Issue #104: add unsecured SMTP server access [`db5b7cd`](https://github.com/NASA-AMMOS/AIT-Core/commit/db5b7cd2b0621f1a446eacb90363caa246e0fa15) - Issue #109 - Drop release testing from travis.yaml [`b6a7b88`](https://github.com/NASA-AMMOS/AIT-Core/commit/b6a7b8857c0bfbda58d41fce75ec2ca0cf288107) -- Issue #109 - TravisCI release updates for tag naming [`82d30ba`](https://github.com/NASA-AMMOS/AIT-Core/commit/82d30ba45a88e1670f96f42b4bccb1b2390a2317) - Issue #109 - Explicity create tag for latest master build each deploy [`47f47a4`](https://github.com/NASA-AMMOS/AIT-Core/commit/47f47a4b6f27c94fe43c2cee9ebdb10b6b938449) +- Issue #109 - TravisCI release updates for tag naming [`82d30ba`](https://github.com/NASA-AMMOS/AIT-Core/commit/82d30ba45a88e1670f96f42b4bccb1b2390a2317) +- Issue #63 - Typos in install documentation [`41216ee`](https://github.com/NASA-AMMOS/AIT-Core/commit/41216ee3616e3b611a0fc5f068dd44e3d9b33970) - Issue #79: ait-pcap help message cleanup [`8df4bd3`](https://github.com/NASA-AMMOS/AIT-Core/commit/8df4bd38a21e05b821b969264df552f1196ff162) - Issue #79: ait-pcap help message cleanup [`a73b00d`](https://github.com/NASA-AMMOS/AIT-Core/commit/a73b00d5fb9bddc09ec25c79df0dcebef01c8471) -- Issue #63 - Typos in install documentation [`41216ee`](https://github.com/NASA-AMMOS/AIT-Core/commit/41216ee3616e3b611a0fc5f068dd44e3d9b33970) - Issue #109 - Update TravisCI build GH token handling for tagging latest [`92ec59a`](https://github.com/NASA-AMMOS/AIT-Core/commit/92ec59af786c019e15445e822b124d1f2e3d9814) - Issue #109 - Only run deploy on non-tag build [`e240cfa`](https://github.com/NASA-AMMOS/AIT-Core/commit/e240cfa0e7d5ec0481e54cc22fb7e06c2f310434) - Issue #101: ait-tlm-csv warning when field not detected results in a lot of spam [`de3204b`](https://github.com/NASA-AMMOS/AIT-Core/commit/de3204bd6c207cc075f70557a38cbaac9ab661d2) @@ -643,35 +653,35 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update API docs build [`9ef6fce`](https://github.com/NASA-AMMOS/AIT-Core/commit/9ef6fce675b9fb223ed50411c5240b203154e4da) - Issue #1 - Add decorator for marking functions as deprecated [`63dc981`](https://github.com/NASA-AMMOS/AIT-Core/commit/63dc98168052817807c4e0290e09f427f62d747e) - Issue #36 - Set TravisCI to ignore branches other than master on push [`b9b2528`](https://github.com/NASA-AMMOS/AIT-Core/commit/b9b25288511a4803884760771b3894ff912dfb0d) +- Issue #36 - Add initial TravisCI YAML config [`ca269a0`](https://github.com/NASA-AMMOS/AIT-Core/commit/ca269a051564b98ac269e18a8a4ed644212e9b93) +- Prep for 0.36.0 release [`6dd5866`](https://github.com/NASA-AMMOS/AIT-Core/commit/6dd586649eb405889a8b4c260b3096398a440fca) +- Prep for 0.35.0 release [`f6079b4`](https://github.com/NASA-AMMOS/AIT-Core/commit/f6079b48ec88e21d5f9469f3e6112361cf297837) - Prep for 0.34.0 release [`244c5e6`](https://github.com/NASA-AMMOS/AIT-Core/commit/244c5e6fdc6eee1438810722f712d836ef5302b5) -- Prep for 0.30.0 release [`a5ef1e9`](https://github.com/NASA-AMMOS/AIT-Core/commit/a5ef1e97be6a25e62cb35783110d5fd69bdc39e5) -- Prep for 0.32.0 [`eeb212b`](https://github.com/NASA-AMMOS/AIT-Core/commit/eeb212be251dc2bc162af172cece6485fa6b2aad) -- Prep for 0.33.0 release [`86bc523`](https://github.com/NASA-AMMOS/AIT-Core/commit/86bc52314829e8d2b73e1b96496adc4118e41578) - Prep for 0.33.2 point release [`a96c499`](https://github.com/NASA-AMMOS/AIT-Core/commit/a96c499a320d75b718867835b9ff2098030609a1) -- Prep for 0.31.0 release [`6113323`](https://github.com/NASA-AMMOS/AIT-Core/commit/61133237216dab610cd01b336e87f44c4fc57603) -- Prep for 0.35.0 release [`f6079b4`](https://github.com/NASA-AMMOS/AIT-Core/commit/f6079b48ec88e21d5f9469f3e6112361cf297837) -- Issue #36 - Add initial TravisCI YAML config [`ca269a0`](https://github.com/NASA-AMMOS/AIT-Core/commit/ca269a051564b98ac269e18a8a4ed644212e9b93) +- Issue #510: Update seq.py to more gracefully handle errors [`ae532e4`](https://github.com/NASA-AMMOS/AIT-Core/commit/ae532e43cb0acaffea0fb2541ee696a83dbd0dc8) - Prep for 0.33.1 release [`ff8fc8f`](https://github.com/NASA-AMMOS/AIT-Core/commit/ff8fc8fa8cb8d418650af90a61ef9bce7b5294e3) +- Prep for 0.33.0 release [`86bc523`](https://github.com/NASA-AMMOS/AIT-Core/commit/86bc52314829e8d2b73e1b96496adc4118e41578) +- Prep for 0.32.0 [`eeb212b`](https://github.com/NASA-AMMOS/AIT-Core/commit/eeb212be251dc2bc162af172cece6485fa6b2aad) - Prep for 0.31.1 release [`172bccb`](https://github.com/NASA-AMMOS/AIT-Core/commit/172bccbba7b7a43b970b8e6e551a093955fa7e1d) -- Prep for 0.36.0 release [`6dd5866`](https://github.com/NASA-AMMOS/AIT-Core/commit/6dd586649eb405889a8b4c260b3096398a440fca) -- Issue #510: Update seq.py to more gracefully handle errors [`ae532e4`](https://github.com/NASA-AMMOS/AIT-Core/commit/ae532e43cb0acaffea0fb2541ee696a83dbd0dc8) -- Issue #5 - Add example script directory config [`daabad3`](https://github.com/NASA-AMMOS/AIT-Core/commit/daabad3e61e51eff6d220c89f07e5b5533507c35) +- Prep for 0.31.0 release [`6113323`](https://github.com/NASA-AMMOS/AIT-Core/commit/61133237216dab610cd01b336e87f44c4fc57603) +- Prep for 0.30.0 release [`a5ef1e9`](https://github.com/NASA-AMMOS/AIT-Core/commit/a5ef1e97be6a25e62cb35783110d5fd69bdc39e5) - Issue #8 - Fix inconsistent default leap second file name [`b21e52b`](https://github.com/NASA-AMMOS/AIT-Core/commit/b21e52be8d4f78ad12ce2eb7517d7e75981e5a73) +- Issue #5 - Add example script directory config [`daabad3`](https://github.com/NASA-AMMOS/AIT-Core/commit/daabad3e61e51eff6d220c89f07e5b5533507c35) +- Cleanup [`5b40f7d`](https://github.com/NASA-AMMOS/AIT-Core/commit/5b40f7db2fa741e1d242579bfc0e92e006c23047) - Issue #507 - Update ArrayType class with __repr__ for better type reporting [`c9fd788`](https://github.com/NASA-AMMOS/AIT-Core/commit/c9fd78847042f7c092716ee33ef75aa4d9b0d1f5) - Issue #489 - Clarify Limit expectations in docs [`7ae5a35`](https://github.com/NASA-AMMOS/AIT-Core/commit/7ae5a350158b1f265b396b3ee05fbe204d1a3a7f) -- Cleanup [`5b40f7d`](https://github.com/NASA-AMMOS/AIT-Core/commit/5b40f7db2fa741e1d242579bfc0e92e006c23047) - Issue #469 - Fix bug in argument parsing in bliss_bsc_stop_handler [`14f8fc6`](https://github.com/NASA-AMMOS/AIT-Core/commit/14f8fc6ac39c870a96e3c8fdaa8097eb3254a382) - Issue #46 - Add docs build badge to README [`29dda6c`](https://github.com/NASA-AMMOS/AIT-Core/commit/29dda6c520b7e466bc04de31c8743c737bc36810) -- Update CmdAPI to log as COMMAND instead of info [`608f8d3`](https://github.com/NASA-AMMOS/AIT-Core/commit/608f8d327541513d72b3a929aa05d496ef620517) -- Fix spacing bug [`c430085`](https://github.com/NASA-AMMOS/AIT-Core/commit/c430085626fac9d0b87b759eb679c46146169832) +- Issue #36 - Add Travis CI build status to README [`29dbbb2`](https://github.com/NASA-AMMOS/AIT-Core/commit/29dbbb2a9fea6eafbf9a747fa18302acf2d4c47f) +- Issue #36 - Add BLISS_CONFIG envvar setting [`8749e5a`](https://github.com/NASA-AMMOS/AIT-Core/commit/8749e5a3a477cbed262cfa7b3e06c98e0406fe72) - Issue #36 - Add BLISS_CONFIG envvar setting [`02d3b85`](https://github.com/NASA-AMMOS/AIT-Core/commit/02d3b857b228c190f28b765da5099b1fa05ab590) -- Update bin API docs [`b8acbd8`](https://github.com/NASA-AMMOS/AIT-Core/commit/b8acbd8d72fdb6c3729b865dcb519ce4017396df) - Issue #4 - Set default GUI tlm stream to valid packet name [`ffa7e3a`](https://github.com/NASA-AMMOS/AIT-Core/commit/ffa7e3a2475b41eb1e55d011d6ef7e305d94bb8a) -- Issue #493 - Prefix command validation message with tag for filtering [`b2de44e`](https://github.com/NASA-AMMOS/AIT-Core/commit/b2de44e5e7d4a06480233ca31171ca8699ec1ac2) -- Issue #36 - Add BLISS_CONFIG envvar setting [`8749e5a`](https://github.com/NASA-AMMOS/AIT-Core/commit/8749e5a3a477cbed262cfa7b3e06c98e0406fe72) -- Issue #36 - Add Travis CI build status to README [`29dbbb2`](https://github.com/NASA-AMMOS/AIT-Core/commit/29dbbb2a9fea6eafbf9a747fa18302acf2d4c47f) -- Update bliss_seq_encode to pass seqid to Seq object [`52c26b8`](https://github.com/NASA-AMMOS/AIT-Core/commit/52c26b85d52e9e599f0cd0806f469c80fa21f462) - Issue #518 - Print arguments when sending a command [`0464c40`](https://github.com/NASA-AMMOS/AIT-Core/commit/0464c40dd55ce105cf1b2e9a2eeeebf2d869a418) +- Update bliss_seq_encode to pass seqid to Seq object [`52c26b8`](https://github.com/NASA-AMMOS/AIT-Core/commit/52c26b85d52e9e599f0cd0806f469c80fa21f462) +- Issue #493 - Prefix command validation message with tag for filtering [`b2de44e`](https://github.com/NASA-AMMOS/AIT-Core/commit/b2de44e5e7d4a06480233ca31171ca8699ec1ac2) +- Update CmdAPI to log as COMMAND instead of info [`608f8d3`](https://github.com/NASA-AMMOS/AIT-Core/commit/608f8d327541513d72b3a929aa05d496ef620517) +- Fix spacing bug [`c430085`](https://github.com/NASA-AMMOS/AIT-Core/commit/c430085626fac9d0b87b759eb679c46146169832) - Issue #482 - Switch gethostbyname() calls to getaddrinfo() [`7de1ab8`](https://github.com/NASA-AMMOS/AIT-Core/commit/7de1ab8cfffa000986fc8172e5119106555775fb) +- Update bin API docs [`b8acbd8`](https://github.com/NASA-AMMOS/AIT-Core/commit/b8acbd8d72fdb6c3729b865dcb519ce4017396df) - Issue #47 - Add clean up for test table temp file [`2f0f357`](https://github.com/NASA-AMMOS/AIT-Core/commit/2f0f357d157fa6ae420aa693b799da113df22076) - Issue #39 - Add CODEOWNERS [`c9a2962`](https://github.com/NASA-AMMOS/AIT-Core/commit/c9a296293fd155213bf20f2425dcf1f1114ef217) diff --git a/doc/source/conf.py b/doc/source/conf.py index d9436580..7d60ba76 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -69,9 +69,9 @@ # built documents. # # The short X.Y version. -version = u'2.4.0' +version = u'2.5.0' # The full version, including alpha/beta/rc tags. -release = u'2.4.0' +release = u'2.5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index c8577e6a..720daaea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = 'ait-core' -version = '2.4.0' +version = '2.5.0' description = "NASA JPL's Ground Data System toolkit for Instrument and CubeSat Missions" license = 'MIT' readme = 'README.rst'