Skip to content

Commit

Permalink
Prep for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Jul 26, 2023
1 parent ac6091f commit 246ba43
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 17 deletions.
62 changes: 50 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,40 @@ 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.3.2-rc1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.1...2.3.2-rc1) - 2021-12-29
## [2.4.0](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.2-rc1...2.4.0)

### Merged

- Issue #241 - Add linters and dev tools to match Core [`#250`](https://github.com/NASA-AMMOS/AIT-GUI/pull/250)
- Issue #245 - Drop ait/__init__.py [`#246`](https://github.com/NASA-AMMOS/AIT-GUI/pull/246)
- Issue #247 - Pin greenlet version [`#248`](https://github.com/NASA-AMMOS/AIT-GUI/pull/248)
- Issue #243 - Add RTD build status badge to README [`#244`](https://github.com/NASA-AMMOS/AIT-GUI/pull/244)
- Add poetry and pre-commit [`#235`](https://github.com/NASA-AMMOS/AIT-GUI/pull/235)
- Issue #62 - Add badge to show total number of fields that are out of limit in a tab [`#236`](https://github.com/NASA-AMMOS/AIT-GUI/pull/236)
- Issue #121 - Add help text popover for command arguments [`#234`](https://github.com/NASA-AMMOS/AIT-GUI/pull/234)

### Fixed

- Issue #247 - Pin greenlet version [`#247`](https://github.com/NASA-AMMOS/AIT-GUI/issues/247)

### Commits

- Update Python version bounds to match Core [`e6981cc`](https://github.com/NASA-AMMOS/AIT-GUI/commit/e6981cca077a67f42c2d1009cf83a95414d496d4)
- Poetry lock file update post dev dependency updates [`6430481`](https://github.com/NASA-AMMOS/AIT-GUI/commit/64304815875ddfc3d838ae19708bb5d3c7fe74a4)
- Add poetry and pre-comit. Also fix related linter issues. [`517d3da`](https://github.com/NASA-AMMOS/AIT-GUI/commit/517d3dada1436e4c57b7203472b43cfbc5f65e58)
- Issue #241 - Linter compliance updates [`cf6865e`](https://github.com/NASA-AMMOS/AIT-GUI/commit/cf6865eed78d92e533f3af17a47bb16587d13b19)
- Bump sphinx dependency version for docs build debug [`8ee8d90`](https://github.com/NASA-AMMOS/AIT-GUI/commit/8ee8d9093473fe9f58c51fe97746ba42ed990d49)
- Issue #241 - Add linters and checks to match Core [`cd00594`](https://github.com/NASA-AMMOS/AIT-GUI/commit/cd005944a0bfab12d3d76192bd0a1410accc2cbb)
- gitignore updates [`752a262`](https://github.com/NASA-AMMOS/AIT-GUI/commit/752a262729d49883ee2bef879518a2c12e0f840e)
- Issue #241 - Add tox config and update gitignore [`a35a02e`](https://github.com/NASA-AMMOS/AIT-GUI/commit/a35a02e68fc7384ab286ff681db07747a2fc859a)
- Issue #241 - Update README with dev tool related updates [`2be208c`](https://github.com/NASA-AMMOS/AIT-GUI/commit/2be208cb840eb2a574dd85a99eaf9abc31125545)
- Ignore some spurious mypy errors [`7fdd86f`](https://github.com/NASA-AMMOS/AIT-GUI/commit/7fdd86f63aca275ba1a17d6703b04b13993c7527)
- Update RTD config for broken build debug [`16b2d9e`](https://github.com/NASA-AMMOS/AIT-GUI/commit/16b2d9ef32840559bab0be0c4165c41b9cafbb7e)
- Issue #253 - Add ait-example to poetry scripts [`81825c0`](https://github.com/NASA-AMMOS/AIT-GUI/commit/81825c011210d32a46e2bf9473894f277781e56d)
- Add explicit sphinx-js dependency for RTD build debug [`7bfe6e2`](https://github.com/NASA-AMMOS/AIT-GUI/commit/7bfe6e223e07358badfac8fbdf2f1b89b19a0c0a)
- Issue #231 - Update requires poetry core version [`b6caa64`](https://github.com/NASA-AMMOS/AIT-GUI/commit/b6caa643494a8d5934817a52f5facaa6f3452e49)

## [2.3.2-rc1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.1...2.3.2-rc1) - 2022-04-13

### Merged

Expand All @@ -16,9 +49,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### Commits

- Prep for 2.3.2-rc1 release [`e4e8f82`](https://github.com/NASA-AMMOS/AIT-GUI/commit/e4e8f827a8d1e9fce1c902f525261536f28a6fc9)
- Fixed Typo [`30c38dc`](https://github.com/NASA-AMMOS/AIT-GUI/commit/30c38dcadc1b27f2c337d7b0d7b9709ab9ebdac6)

## [2.3.1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.0...2.3.1)
## [2.3.1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.0...2.3.1) - 2021-03-10

### Merged

Expand All @@ -28,6 +62,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- Issue #200 - Properly decode received log messages in GUI plugin [`#200`](https://github.com/NASA-AMMOS/AIT-GUI/issues/200)

### Commits

- Prep for 2.3.1 release [`a01898e`](https://github.com/NASA-AMMOS/AIT-GUI/commit/a01898e81834266ef9b7a1582295df4349c64601)

## [2.3.0](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.2.2...2.3.0) - 2021-03-10

### Merged
Expand Down Expand Up @@ -89,8 +127,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Prep for 2.2.0 release [`a0c8d77`](https://github.com/NASA-AMMOS/AIT-GUI/commit/a0c8d77935c1fbd8ec90034d9c3e447c975934a5)
- Issue #105 - Send packet as JSON to frontend [`ebd3d67`](https://github.com/NASA-AMMOS/AIT-GUI/commit/ebd3d67a67c31d071a43370680f783b932f8115d)
- Modularize getting packet definition and name (#105) [`7fddbf8`](https://github.com/NASA-AMMOS/AIT-GUI/commit/7fddbf8b6de6df77106f70405a554002ab0e3139)
- Request full packet from backend on page refresh [`8841588`](https://github.com/NASA-AMMOS/AIT-GUI/commit/8841588c87bfe9dd07e8f90976c4c624874ad2e6)
- Remove initial packet conversion to JSON to save time (#105) [`aa28077`](https://github.com/NASA-AMMOS/AIT-GUI/commit/aa2807788c05e0a301d362428069221f7bf4f5b1)
- Request full packet from backend on page refresh [`8841588`](https://github.com/NASA-AMMOS/AIT-GUI/commit/8841588c87bfe9dd07e8f90976c4c624874ad2e6)
- Send new dntoeu values from backend to frontend (#105) [`df28e93`](https://github.com/NASA-AMMOS/AIT-GUI/commit/df28e936623e5c98fb1dd112df12bd315f61b686)
- Make counters session dependent (#105) [`52a614f`](https://github.com/NASA-AMMOS/AIT-GUI/commit/52a614f33782217d9d86d229f39da8c2e6a61b6d)
- Update dntoeu plot option (#105) [`7f7b35c`](https://github.com/NASA-AMMOS/AIT-GUI/commit/7f7b35caf4846cb1d0d92aacd8bee6904c8c0e40)
Expand All @@ -100,8 +138,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update backend endpoint for returning latest packet states (#105) [`96d223d`](https://github.com/NASA-AMMOS/AIT-GUI/commit/96d223d487a527f150ee2d1dd75b4f3d853b1ec8)
- Add tracking of dntoeu states on frontend (#105) [`2bde078`](https://github.com/NASA-AMMOS/AIT-GUI/commit/2bde0783f3cd6f05bd1bc1675ec0561ce44d5fcb)
- Issue #138 - set HTMLRoot.User to Static [`54d8fa9`](https://github.com/NASA-AMMOS/AIT-GUI/commit/54d8fa9a74af41e368f76c495cad606852b6c805)
- Get latest packet state from backend on frontend initialization (#105) [`7740371`](https://github.com/NASA-AMMOS/AIT-GUI/commit/7740371a9bf1d626a3b807d9e3d06d17033b1cfb)
- Update uttlity method (#105) [`d8c568f`](https://github.com/NASA-AMMOS/AIT-GUI/commit/d8c568f54642f6a9e711ac77808b3bbe60bc7ca6)
- Get latest packet state from backend on frontend initialization (#105) [`7740371`](https://github.com/NASA-AMMOS/AIT-GUI/commit/7740371a9bf1d626a3b807d9e3d06d17033b1cfb)
- Store deltas in queue per session (#105) [`9175608`](https://github.com/NASA-AMMOS/AIT-GUI/commit/9175608c1e261197e7902359c34689640bdf0551)
- Issue #138 - make AITGUIPlugin to call HTMLRoot [`a949935`](https://github.com/NASA-AMMOS/AIT-GUI/commit/a949935d6bff428d90afc9bb614f0fd2204ca2f3)
- Add getPacket utility method [`21c8c91`](https://github.com/NASA-AMMOS/AIT-GUI/commit/21c8c91fab6f0e7165b059bc2a20bd55b91a6658)
Expand All @@ -111,8 +149,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Issue #105 - Update highcharts plot function for JSON formatted packet [`9f48361`](https://github.com/NASA-AMMOS/AIT-GUI/commit/9f4836191143d145e61f862b0a6c741cc6efa058)
- Encode datetimes as ISO formatted strings for sending to frontend (#105) [`ab010e2`](https://github.com/NASA-AMMOS/AIT-GUI/commit/ab010e28949c9b63b6cc5b8376716bfd2c0f7121)
- Add max 32 bit int as max packet counter (#105) [`58d6801`](https://github.com/NASA-AMMOS/AIT-GUI/commit/58d6801eaa81537259dedd0f7b8977b1631c0a17)
- Deep copy packet state for inserting into ait.packets so fields update (#105) [`e277c42`](https://github.com/NASA-AMMOS/AIT-GUI/commit/e277c42fdd6939c2bdb6c7ed0c6f453c3bff37d7)
- Update dict.iteritems to dict.items (#169) [`a437eec`](https://github.com/NASA-AMMOS/AIT-GUI/commit/a437eec55c61ff448a31849751e054a20c59cd40)
- Deep copy packet state for inserting into ait.packets so fields update (#105) [`e277c42`](https://github.com/NASA-AMMOS/AIT-GUI/commit/e277c42fdd6939c2bdb6c7ed0c6f453c3bff37d7)
- Issue #138 - pull static file location from config.yaml [`3e63f04`](https://github.com/NASA-AMMOS/AIT-GUI/commit/3e63f04ff43d87c5ddd53c9a184e67ebcfe61486)
- Remove unecessary changes (debug prints, etc.) (#105) [`1e7be37`](https://github.com/NASA-AMMOS/AIT-GUI/commit/1e7be377e34a80ed6d297aeb7833c6406001d227)
- Use new function for getting pkt defn in openmct endpoint (#105) [`a074583`](https://github.com/NASA-AMMOS/AIT-GUI/commit/a07458364d5270807667d382f701af6fcdfb7254)
Expand All @@ -121,10 +159,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Apply getPacket utility method (#105) [`4a5bf0e`](https://github.com/NASA-AMMOS/AIT-GUI/commit/4a5bf0e2ced13d8231afcd2049af44bc718a0b43)
- add log info [`28bc4e6`](https://github.com/NASA-AMMOS/AIT-GUI/commit/28bc4e6662e9adb17e8376cc202881aa62578062)
- Add digitsAfterDecimal option to legend (#105) [`b89e233`](https://github.com/NASA-AMMOS/AIT-GUI/commit/b89e233c9aade6cbb5ade28ca905fa3df0fc1b50)
- Remove spaces [`c2007a1`](https://github.com/NASA-AMMOS/AIT-GUI/commit/c2007a1eaa1c39d3e9ecbd1102756c307cd87a19)
- Issue #138 - add static directory config setup example [`66dfe59`](https://github.com/NASA-AMMOS/AIT-GUI/commit/66dfe5953e5bb4b19834bcf6388eae82a81b5cd9)
- Issue #138 - change Static to HTMLRoot.Static [`476c62e`](https://github.com/NASA-AMMOS/AIT-GUI/commit/476c62ed281a5e946f8b0e848de5bbe793bbcc24)
- Remove spaces [`c2007a1`](https://github.com/NASA-AMMOS/AIT-GUI/commit/c2007a1eaa1c39d3e9ecbd1102756c307cd87a19)
- Fix bug in adding delta to packet state on frontend (#105) [`3b7ce2d`](https://github.com/NASA-AMMOS/AIT-GUI/commit/3b7ce2dab385904e7afda212b35361281ceb921f)
- Issue #138 - add static directory config setup example [`66dfe59`](https://github.com/NASA-AMMOS/AIT-GUI/commit/66dfe5953e5bb4b19834bcf6388eae82a81b5cd9)
- Issue #138 - remove pass [`a6a5ab0`](https://github.com/NASA-AMMOS/AIT-GUI/commit/a6a5ab03dcf51b7fdf195b874c3506b19b394233)

## [2.1.0](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.0.0...2.1.0) - 2020-05-11
Expand Down Expand Up @@ -183,23 +221,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Request range from backend every minute (#128) [`f65eae9`](https://github.com/NASA-AMMOS/AIT-GUI/commit/f65eae9bfebd1183bb0751b08a5325489c3cd6ba)
- Issue #126 - Add warning message to Playback component if disabled [`923cf61`](https://github.com/NASA-AMMOS/AIT-GUI/commit/923cf611013ec5f4b80ba938aeb6c6698036f5bd)
- Issue #110 - Changed AIT gui kwargs to attributes [`d7c57f2`](https://github.com/NASA-AMMOS/AIT-GUI/commit/d7c57f2860e03372e9f351ae6c92b3823f776899)
- Add error handling for failed connection to database (#129) [`46fbd83`](https://github.com/NASA-AMMOS/AIT-GUI/commit/46fbd83ac7dc8dfd1cf342c49ed55b1870992d3c)
- Fixed pickle import and print statements [`ca8f1d3`](https://github.com/NASA-AMMOS/AIT-GUI/commit/ca8f1d3ddb2364627935e412633a6b6f2eb3aba2)
- Add error handling for failed connection to database (#129) [`46fbd83`](https://github.com/NASA-AMMOS/AIT-GUI/commit/46fbd83ac7dc8dfd1cf342c49ed55b1870992d3c)
- Issue #110 - Use getadder for GUI init port & host [`0d61967`](https://github.com/NASA-AMMOS/AIT-GUI/commit/0d61967f43f5dae8063f242825873496d44c4cff)
- Issue #107 - Changed playback query to pack according to tlm dictionary [`dca83b5`](https://github.com/NASA-AMMOS/AIT-GUI/commit/dca83b506fd9c3f4b143529f9c8fbbb1d1dbed3c)
- Update rounding of playback time to nearest second (#143) [`ee776a8`](https://github.com/NASA-AMMOS/AIT-GUI/commit/ee776a8e13652569b6db61e91cd82f6b4e42e8a1)
- Issue #107 - Changed playback query to pack according to tlm dictionary [`dca83b5`](https://github.com/NASA-AMMOS/AIT-GUI/commit/dca83b506fd9c3f4b143529f9c8fbbb1d1dbed3c)
- Always round playback end time up; update start time string split (#143) [`9e3c3a9`](https://github.com/NASA-AMMOS/AIT-GUI/commit/9e3c3a9372d88d364f6be7e672c43ede7f33cefc)
- Issue #110 - Moved gui port kwarg to plugin init [`39d0e4b`](https://github.com/NASA-AMMOS/AIT-GUI/commit/39d0e4bd6b81ff678813ce2ba4e2758ff7b5e9b5)
- Issue #156 - Update Python version in RTD config [`0bd531a`](https://github.com/NASA-AMMOS/AIT-GUI/commit/0bd531ae6a6a579ca86fb3684b30ab851d7eced8)
- Issue #75 - Update docs to reflect removal of ait-gui command [`6a71566`](https://github.com/NASA-AMMOS/AIT-GUI/commit/6a715660b34759d3e93c89e50eebfd48de8a4284)
- Decode command name bytes before running json dumps [`d424c8e`](https://github.com/NASA-AMMOS/AIT-GUI/commit/d424c8e6c61b7bc2036e4959d8eb1b2af38dd1fd)
- change to variable [`9a74122`](https://github.com/NASA-AMMOS/AIT-GUI/commit/9a74122ac0efca472f5b3f4b871804d7aa92ff03)
- Issue #162 - clean up [`61ba037`](https://github.com/NASA-AMMOS/AIT-GUI/commit/61ba037fd634180cfbc73b2040b40b5afbcc0a28)
- Decode command name bytes before running json dumps [`d424c8e`](https://github.com/NASA-AMMOS/AIT-GUI/commit/d424c8e6c61b7bc2036e4959d8eb1b2af38dd1fd)
- Update readthedocs build to pull latest core code for build [`689000c`](https://github.com/NASA-AMMOS/AIT-GUI/commit/689000c849717dacf548a059ccea0ee2dc612374)
- Updated core version requirement for py3 support [`5b117f3`](https://github.com/NASA-AMMOS/AIT-GUI/commit/5b117f34436e8c49b22f9a42523ed0e310fe1243)
- Update reference to DataArchive plugin (#142) [`bff6cd7`](https://github.com/NASA-AMMOS/AIT-GUI/commit/bff6cd7b97c305a8f2efe401e0369aa8d1d6eef4)
- Updated urllib.unquote to urllib.parse.unquote [`c049679`](https://github.com/NASA-AMMOS/AIT-GUI/commit/c049679b031ba665dd563df252a8b7e85b1ebdaa)
- Issue #110 - Fixed typo in host and port [`a96cb98`](https://github.com/NASA-AMMOS/AIT-GUI/commit/a96cb98d7981423673a383bdd7e180145b7d8907)
- Updated core version requirement for py3 support [`5b117f3`](https://github.com/NASA-AMMOS/AIT-GUI/commit/5b117f34436e8c49b22f9a42523ed0e310fe1243)
- Added eval to transform incoming tlm msg from byte string to actual bytes [`ae9d351`](https://github.com/NASA-AMMOS/AIT-GUI/commit/ae9d351ce7dfdcc1c4e7f203ddd2d8b713de3c14)

## [1.4.0](https://github.com/NASA-AMMOS/AIT-GUI/compare/1.3.0...1.4.0) - 2019-03-12
Expand All @@ -224,8 +262,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Issue #92 - Allow for frequency notification option to not be specified [`b16b90c`](https://github.com/NASA-AMMOS/AIT-GUI/commit/b16b90c3b03d3dc36ceb4bf00cc2dfcd6388baed)
- Preparation for 1.4.0 release [`58e093f`](https://github.com/NASA-AMMOS/AIT-GUI/commit/58e093f0fff15c9a4e72137b17bd31652c20d1d2)
- Issue #61 - Updating solution for backward compatibility [`1037630`](https://github.com/NASA-AMMOS/AIT-GUI/commit/10376304ea1f4e5f06823433c81ad469da72c050)
- Issue #92 - Update limit monitoring with checks for lowering repeat notifications [`f71570b`](https://github.com/NASA-AMMOS/AIT-GUI/commit/f71570b383171177109891dc7f3c43fc3fe641b1)
- Issue #92 - Setting better default notif option values. [`6359e8b`](https://github.com/NASA-AMMOS/AIT-GUI/commit/6359e8bc673a1e9542118f26e4ade645cf8128e2)
- Issue #92 - Update limit monitoring with checks for lowering repeat notifications [`f71570b`](https://github.com/NASA-AMMOS/AIT-GUI/commit/f71570b383171177109891dc7f3c43fc3fe641b1)
- Updates to CHANGELOG [`db7b5db`](https://github.com/NASA-AMMOS/AIT-GUI/commit/db7b5db984883b934aae95961e8e703203633309)
- Issue #92 - Updating comments on expected notifications [`ab1c39c`](https://github.com/NASA-AMMOS/AIT-GUI/commit/ab1c39c7ad0aef93ad5567e5fdfa9d21a90dbd70)

Expand Down
2 changes: 1 addition & 1 deletion ait/gui/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ait-gui",
"version": "2.3.2-rc1",
"version": "2.4.0",
"description": "AIT GUI",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.3.2-rc1'
version = u'2.4.0'
# The full version, including alpha/beta/rc tags.
release = u'2.3.2-rc1'
release = u'2.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "ait-gui"
version = "2.3.2-rc1"
version = "2.4.0"
description = """\
A framework for building a custom website for realtime telemetry \
monitoring, commanding, and other MOS operations, built atop the \
Expand All @@ -36,7 +36,7 @@ packages = [

[tool.poetry.dependencies]
python = ">= 3.7 < 3.11"
ait-core = ">=2.3.0"
ait-core = ">=2.5.0"
greenlet = "1.1.3"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 246ba43

Please sign in to comment.