Skip to content

Fix incorrect help text for result --full#970

Merged
Paul-Ferrell merged 2 commits into
stablefrom
hwikle/fix-json-output
Apr 2, 2026
Merged

Fix incorrect help text for result --full#970
Paul-Ferrell merged 2 commits into
stablefrom
hwikle/fix-json-output

Conversation

@hwikle-lanl
Copy link
Copy Markdown
Collaborator

Code review checklist:

  • Code is generally sensical and well commented
  • Variable/function names all telegraph their purpose and contents
  • Functions/classes have useful doc strings
  • Function arguments are typed
  • Added/modified unit tests to cover changes.
  • New features have documentation added to the docs.
  • New features and backwards compatibility breaks are noted in the RELEASE.md

@hwikle-lanl hwikle-lanl self-assigned this Apr 2, 2026
@Paul-Ferrell Paul-Ferrell merged commit c8beadf into stable Apr 2, 2026
7 checks passed
hwikle-lanl added a commit that referenced this pull request Apr 3, 2026
* Fix backward compatibility break in series ID generation (#955)

* Tweak CI workflow (#972)

* Fix backward compatibility break in series ID generation (#955) (#956)

* Tweak CI workflows

* Run demo workflow on push/PR for stable branch

* Remove merge condition from sync-stable workflow (#975)

* Fix incorrect help text for result --full (#970)

* Second attempt to fix `sync-stable` workflow (#976)

* Remove merge condition from sync-stable workflow

* Attempt to fix `sync-stable` workflow

---------

Co-authored-by: hwikle-lanl <154543628+hwikle-lanl@users.noreply.github.com>
@hwikle-lanl hwikle-lanl linked an issue Apr 3, 2026 that may be closed by this pull request
hwikle-lanl added a commit that referenced this pull request Apr 4, 2026
* Fix backward compatibility break in series ID generation (#955)

* Tweak CI workflow (#972)

* Fix backward compatibility break in series ID generation (#955) (#956)

* Tweak CI workflows

* Run demo workflow on push/PR for stable branch

* Remove merge condition from sync-stable workflow (#975)

* Fix incorrect help text for result --full (#970)

* Second attempt to fix `sync-stable` workflow (#976)

* Remove merge condition from sync-stable workflow

* Attempt to fix `sync-stable` workflow

---------

Co-authored-by: hwikle-lanl <154543628+hwikle-lanl@users.noreply.github.com>
hwikle-lanl added a commit that referenced this pull request Apr 6, 2026
* Fix backward compatibility break in series ID generation (#955)

* Tweak CI workflow (#972)

* Fix backward compatibility break in series ID generation (#955) (#956)

* Tweak CI workflows

* Run demo workflow on push/PR for stable branch

* Remove merge condition from sync-stable workflow (#975)

* Fix incorrect help text for result --full (#970)

* Second attempt to fix `sync-stable` workflow (#976)

* Remove merge condition from sync-stable workflow

* Attempt to fix `sync-stable` workflow

* Fix filter parsing error when strings begin with digits (#991)

* Add unit test for filter parsing numeric string

* Fix filter unit test

* Allow globs to start with digits

---------

Co-authored-by: hwikle-lanl <154543628+hwikle-lanl@users.noreply.github.com>
hwikle-lanl added a commit that referenced this pull request Apr 6, 2026
* Fix backward compatibility break in series ID generation (#955)

* Tweak CI workflow (#972)

* Fix backward compatibility break in series ID generation (#955) (#956)

* Tweak CI workflows

* Run demo workflow on push/PR for stable branch

* Remove merge condition from sync-stable workflow (#975)

* Fix incorrect help text for result --full (#970)

* Second attempt to fix `sync-stable` workflow (#976)

* Remove merge condition from sync-stable workflow

* Attempt to fix `sync-stable` workflow

* Fix filter parsing error when strings begin with digits (#991)

* Add unit test for filter parsing numeric string

* Fix filter unit test

* Allow globs to start with digits

* Fix test_ex_path_elem when $USER is not defined (#1009)

---------

Co-authored-by: hwikle-lanl <154543628+hwikle-lanl@users.noreply.github.com>
hwikle-lanl added a commit that referenced this pull request Apr 6, 2026
* Fix backward compatibility break in series ID generation (#955)

* Tweak CI workflow (#972)

* Fix backward compatibility break in series ID generation (#955) (#956)

* Tweak CI workflows

* Run demo workflow on push/PR for stable branch

* Remove merge condition from sync-stable workflow (#975)

* Fix incorrect help text for result --full (#970)

* Second attempt to fix `sync-stable` workflow (#976)

* Remove merge condition from sync-stable workflow

* Attempt to fix `sync-stable` workflow

* Fix filter parsing error when strings begin with digits (#991)

* Add unit test for filter parsing numeric string

* Fix filter unit test

* Allow globs to start with digits

* Fix test_ex_path_elem when $USER is not defined (#1009)

* Attempt to fix `test_system_plugins` (#1010)

---------

Co-authored-by: hwikle-lanl <154543628+hwikle-lanl@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pav results --full has incorrect help text

2 participants