Skip to content

Commit

Permalink
updating changelog after some PR merges and discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Nov 2, 2023
1 parent 11900ad commit 640e285
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
paths-ignore:
- '.github/**'
- 'debian/changelog'
- 'TODO.txt'

workflow_dispatch:
inputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flow_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths-ignore:
- '.github/**'
- 'debian/changelog'
- 'TODO.txt'


workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flow_mqtt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths-ignore:
- '.github/**'
- 'debian/changelog'
- 'TODO.txt'


workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flow_redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths-ignore:
- '.github/**'
- 'debian/changelog'

- 'TODO.txt'

workflow_dispatch:
inputs:
Expand Down
16 changes: 16 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Section from debian/changelog kept between releases to track short term
development release plans.

[ Opportunities ]

* why are mqtt flow tests failing?
* queue size to metrics/status #649, #767...
* #795 sr status... show stopped,
* enable github generation of windows executables.
* origin/v03_issue396_2_manifest_files - working towards re-enabling partitioned transfers.
* #785 log rollover fails on Windows
* #771 features in install guide.
* #770 harmless error message in docker.
* #625 re-enable reporting, complete it by testing a bit.
* #702 flowcb to create metadata files... blocked transfer is an example.
* #771 "features" in Installation log.
25 changes: 4 additions & 21 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ metpx-sr3 (3.00.46) UNRELEASED; urgency=medium

[ done ]

* closes #796, #791 messages published after transfer with mirror off.
* closes #793 move metrics to sub-directory (for Greg's work on cloud)
* fixes for windows executable generation.
* branch re-org: v03 now assumed, so *development* replaces v03_wip
* github container repository (GHCR) updates... "latest" now versioned.
Expand All @@ -10,27 +12,8 @@ metpx-sr3 (3.00.46) UNRELEASED; urgency=medium

[ Goals ]

* why are mqtt flow tests failing?
* Ensure *785 work-around works. (test manual log rotation on windows)
* on gitlab... look at symlink mirroring complaint.
* #791 review published messages when mirror off.
* #782 variable expansion in queueName in default.conf?
* move metrics to sub-directory (for Greg's work on cloud)
* queue size to metrics/status...
* #649 sr3 status display size of queue.
* #767 Add metrics for number of messages in AMQP queue (same as #649)

[ Opportunities ]

* review/update/re-enable? docker image generation: batteries-included.
* enable github generation of windows executables.
* origin/v03_issue396_2_manifest_files - working towards re-enabling partitioned transfers.
* #785 log rollover fails on Windows
* #771 features in install guide.
* #770 harmless error message in docker.
* #625 re-enable reporting, complete it by testing a bit.
* #702 flowcb to create metadata files... blocked transfer is an example.
* #771 "features" in Installation log.
* #802 (replaces #782) add POST_BROKER_USER
* Ensure #785 work-around works. (test manual log rotation on windows)

-- peter <peter.silva@ssc-spc.gc.ca> Tue, 24 Oct 2023 00:39:35 -0400

Expand Down

0 comments on commit 640e285

Please sign in to comment.