Skip to content

Latest commit

 

History

History
179 lines (136 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

179 lines (136 loc) · 14.1 KB

Change Log

1.4.0 (2019-03-12)

Full Changelog

Closed issues:

  • Fix logic for influxDB telemetry archive insert method #137
  • Get builds onto PyPi #14
  • Add support for derived telemetry values #7

Merged pull requests:

  • AIT-GUI Issue #92 - Update monitoring with notification throttling #133 (aywaldron)
  • Issue #7 - Add support for derived telemetry values #126 (aywaldron)

1.3.0 (2018-11-08)

Full Changelog

Closed issues:

  • Update EVRType to better handle unknown EVRs #129
  • Config file reload on test initialization uses relative path #124
  • Expand the telemetry when and dntoeu documentation #121
  • Update documentation on telemetry dictionary #119
  • Config file referenced with relative path in FSWTabDictCache class #115
  • Baseline example configs across repos #83
  • Create script for generating dummy telemetry data for tests #75
  • bliss_cmd_send hardcoded to 127.0.0.1 #25

Merged pull requests:

  • Issue #129: Update EVRType to better handle unknown EVRs #130 (jordanpadams)
  • Issue #124 - Config file reload on test initialization uses relative path #125 (aywaldron)
  • Issue #115 - Config file referenced with relative path #123 (aywaldron)
  • Issue #121 - Expand telemetry when and dntoeu documentation #122 (MJJoyce)
  • Issue #119 - Update documentation on telemetry dictionary #120 (aywaldron)
  • Issue #25 - bliss_cmd_send hardcoded to 127.0.0.1 #117 (aywaldron)
  • Issue #75 - Create script for generating dummy telemetry data for tests #116 (aywaldron)
  • Issue #83 - Baseline example configs across repos #114 (aywaldron)

1.2.0 (2018-09-11)

Full Changelog

Closed issues:

  • Expand EVR Format Message #112
  • Allow Notifications over unsecured SMTP servers #104
  • Update seq-encode to allow for comments #102
  • ait-tlm-csv warning when field not detected results in a lot of spam #101
  • Update out-of-limit message to include time #100
  • ait-pcap help message cleanup #79
  • Ensure ait-pcap.py outputs a PCAP Global Header #78
  • Typos in install documentation #63
  • BLISS to AIT Name Change #34

Merged pull requests:

  • Issue #112 - Expand EVR Format Message Handling #113 (MJJoyce)
  • Issue #63 - Typos in install documentation #111 (aywaldron)
  • Issue #109 - Add latest build release to travisci config #110 (MJJoyce)
  • Issue #101: ait-tlm-csv warning when field not detected results in a … #108 (aywaldron)
  • Issue #79: ait-pcap help message cleanup #107 (aywaldron)
  • Issue #104: add unsecured SMTP server access #105 (jordanpadams)
  • Issue #102: Allow comments inline with commands #103 (jordanpadams)

1.1.0 (2018-07-03)

Full Changelog

Closed issues:

  • Allow configurable Subject and From for ait.notify notifications #97
  • Typo in AIT index header #94
  • Add documentation explaining "extensions" #92
  • Drop changelog gen script and pypi setup scripts #89
  • Expand core.db backend support #85
  • TIME40 dtype doesn't take up the proper number of bytes #81
  • UTCLeapSeconds. get_GPS_offset_for_date missing default value for timestamp argument #80
  • Install errors when using a non-cloned version of the code #65
  • Update README to match wiki #59
  • Remove Contributing Guide from Sphinx docs #58
  • Update CHANGELOG #55
  • Update deprecated method call in dmc.py #51
  • Search doesn't work on docs hosted on ReadTheDocs #27

Merged pull requests:

  • Issue #97: add configurable subject and from address #98 (jordanpadams)
  • Issue #94 - Fix typo in docs index #95 (MJJoyce)
  • Issue #92 - Add extensions documentation #93 (MJJoyce)
  • Issue #89 - Drop changelog and pypi scripts #90 (MJJoyce)
  • Issue #65 - Fix git hooks install on non-checkout version of repo #88 (MJJoyce)
  • Issue #80 - Add default timestamp for get_GPS_offset_for_date #87 (MJJoyce)
  • Issue #85 - Expand core.db backend support #86 (MJJoyce)
  • Issue #34: BLISS to AIT change for Latex dict software #82 (jordanpadams)
  • Issue #59 - Update README to match wiki landing page #61 (MJJoyce)
  • Issue #58 - Remove contributing guide from Sphinx docs #60 (MJJoyce)
  • Issue #55 - Fix missing CHANGELOG releases #56 (MJJoyce)

1.0.0 (2018-05-08)

Full Changelog

Closed issues:

  • Convert README from md to rst for PyPi compatibility #52
  • Table tests aren't cleaning up files #47
  • Add docs build tag to README #46
  • Audit installation instructions for inconsistencies with new PyPi builds #44
  • Drop documentation upgrade scripts now that ReadTheDocs builds are up #43
  • Drop deprecated functions #42
  • Add CODEOWNERS file #39
  • Add TravisCI Build #36
  • Update release procedures #35
  • Switch AIT-Core BLISS naming over to AIT #33
  • Remove Developer Documentation from docs #29
  • Push DSN build to PyPi #19
  • Push GUI build to PyPi #18
  • Get docs built and publicly viewable #15

Merged pull requests:

  • Issue #42 - Removed deprecated functions #54 (lorsposto)
  • Issue #52 - Convert README.md to README.rst for PyPi #53 (lorsposto)
  • Issue #43 - Remove doc upgrade script #50 (lorsposto)
  • Issue #47 - Add clean up for test table temp file #49 (MJJoyce)
  • Issue #46 - Add docs build badge to README #48 (MJJoyce)
  • Issue #33 - Switch BLISS naming to AIT #45 (MJJoyce)
  • Issue #39 - Add CODEOWNERS #40 (MJJoyce)
  • Issue #36 - Add Travis CI Build #38 (MJJoyce)

0.37.0 (2018-04-25)

Full Changelog

Closed issues:

  • Add text and email notification support #31
  • LimitDefinition doesn't guard against missing limit levels #26

Merged pull requests:

  • Issue #31 - Add text and email notification support #32 (MJJoyce)
  • Issue #26 - Guard against missing limit values in LimitDefinition #30 (MJJoyce)

0.36.0 (2018-04-19)

Full Changelog

Closed issues:

  • Update tlm to csv script to allow for queries against ground receipt time #23
  • Update README #21
  • Push Core build to PyPi #17
  • Get Core docs built and publicly viewable #16

Merged pull requests:

  • Issue #21 - Update README #28 (lorsposto)
  • Issue #23 - Update Tlm to CSV script to support ground receipt time #24 (MJJoyce)
  • Issue #16 - Make AIT-Core docs public on ReadTheDocs #22 (lorsposto)
  • Issue #17 - Prepare to publish AIT-Core to Pypi #20 (lorsposto)

0.35.0 (2018-04-11)

Full Changelog

Closed issues:

  • Default leapseconds file in DMC is not consistent #8
  • Add example script directory config to config.yaml #5
  • Default GUI telemetry stream config points to invalid packet name #4
  • Improve dmc.py leap second handling #2
  • Add decorator for marking functions as deprecated #1

Merged pull requests:

  • Issue #8 - Fix inconsistent default leap second file name #9 (MJJoyce)
  • DMC Leap second handling improvements #6 (MJJoyce)

* This Change Log was automatically generated by github_changelog_generator