Skip to content

Commit

Permalink
Merge branch 'pre-release' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
andreleblanc11 committed Aug 12, 2024
2 parents 340bab9 + 7c6313c commit 77ccbfa
Show file tree
Hide file tree
Showing 207 changed files with 6,165 additions and 2,684 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- development
- issue1047
paths-ignore:
- '.github/**'

Expand All @@ -22,7 +23,6 @@ jobs:
sudo apt update -y
sudo apt install -y python3-appdirs python3-humanfriendly python3-humanize python3-jsonpickle python3-paramiko python3-psutil python3-watchdog
sudo apt install -y pandoc dia python3-paramiko
sudo apt install -y python3-sphinx python3-nbsphinx python3-sphinx-rtd-theme
sudo apt install -y python3-amqp
- name: Checkout
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Don't cancel the entire matrix when one job fails
fail-fast: false
matrix:
which_test: [ static_flow, no_mirror, flakey_broker, dynamic_flow, restart_server ]
which_test: [ static_flow, no_mirror, flakey_broker, dynamic_flow, restart_server, partitioned_flow ]
osver: [ "ubuntu-20.04", "ubuntu-22.04" ]

runs-on: ${{ matrix.osver }}
Expand Down
48 changes: 47 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
metpx-sr3 (3.00.54) unstable; urgency=medium

* fix #1142 token authentication re-factor
* fix #1141 subscribe crash with random checksum.
* fix #1133 NASA token expiry
* fix #1089 filAgeMax works more often.
* improved release documentation.
* CHANGE #33 default queue name generated now includes ${USER}_${HOSTNAME}
* for #33, use of *queueName* deprecated in favour of *queueShare*
* NEW/fix #1122 support for implicit FTPS on post 990.
* #1119 paho-mqtt v2 library support (explicit acknowledgement control!)
* fix #1124, #1125 nasa_cmr poll fixes.
* fix for #1002, #1003: get/putAccellerated filenames containing colons fails.
* enable tests of block transfers #1112
* fix for #1115: stop won't start, or foreground won't
* fix redis unit tests broken by inclusion of _name var.
* NEW #1084 add metadata fetch to scheduled http.
* NEW #1104 (EXPERIMENTAL) restored block partitioned transfers.
* fix #1104 add message per cpu second and cpuS state.
* only run after_post when actually posted #1101
* fix #1097 message rates < 1 were parsed as zero, now work correctly.
* messages reviewed & consolidated: #1094, #1099 (log de-cluttering.)
* fix crashes/problems with statehost #1076, #1087, #1096
* when plugins go bad, report better, recover better: #1085, #1091,
* performance improvements #1083, #1086
* fix #1079 watch posting events it should not.
* fix #1076 bogus messages and mkdir crash on HPC ( #1087 )
* merge PR #1067 (closing #824 ) sr3 status flow state detail improved.
* adds lag,rtry,slow,reje states to status display.
* adds checks for running process to cleanup, fail if running.
* adds cleanup to remove, don't remove if cleanup fails.
* adds progressive logs to transfers (closing #966)
* several fixes for sender crashes ( #1091, #1095, #1099 )
* add #1054 can now convert multiple configs, and overwrite (with --wololo)
* fixed #1064 poll crash.
* fixed #927 sanity not restarting crashed polls.
* reduced processing overhead ( #1086 )
* misc bug fixes ( #1070, #1092, #1103, #1108, #1109 )
* NEW added logFormat option.
* bug fixes and unit tests for AM ( #1036, $1068, #1074, #1075, #1078, #1079 )
* many unit tests added, improved coverage (though still poor.)
* many other plugin improvements. (#1085, #1082, #1091 )
* search function restored on web-site documentation. ( #1062, #1072)

-- SSC-5CD2310S60 <[email protected]> Fri, 12 Aug 2024 12:29:22 -0400

metpx-sr3 (3.00.53) unstable; urgency=medium

* NEW! merge PR #1019 Azure Transfer protocol driver (experimental)
Expand Down Expand Up @@ -39,7 +85,7 @@ metpx-sr3 (3.00.53) unstable; urgency=medium
* fix #973 AM ... add missing tokIsYear better AM message filtering.
* fix #971 Add missing to list of possible process status
* docs: Add topicPrefix for #961
* docs: some revisions for clarity/syntax.
* docs: some revisions for clarity/syntax.
* some fixes for misnaming of some (rare) files received by gather/am

-- Peter Silva <[email protected]> Thu, 17 May 2024 09:31:04 -0400
Expand Down
Empty file added docs/.nojekyll
Empty file.
Loading

0 comments on commit 77ccbfa

Please sign in to comment.