Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.9.0 Release #179

Merged
merged 66 commits into from
Apr 19, 2024
Merged

v0.9.0 Release #179

merged 66 commits into from
Apr 19, 2024

Conversation

donaldcampbelljr
Copy link
Contributor

@donaldcampbelljr donaldcampbelljr commented Apr 18, 2024

[0.9.0] - 2024-04-xx

Fixed

  • Bug with rm_record for filebackend

Added

  • Added results history and history retrieval for both file and db backends via retrieve_history #177.
  • Added remove_record to Pipestat manager object (it is no longer only on backend classes)
  • Added meta key to each record for the file backend
  • db backend will now create an additional sql history table
  • Reporting history is toggleable

Changed

  • Removing the last result no longer removes the entire record.
  • pipestat_created_time, and pipestat_modified_timenow live under themeta` key.
  • history lives under the meta key for the filebackend.

closes #177, #176, #174, #173, #172, #171, #169, #161, #160, #144, #175

nsheff and others added 30 commits February 21, 2024 20:27
donaldcampbelljr and others added 23 commits April 9, 2024 11:17
Signed-off-by: Khoroshevskyi <[email protected]>
Create History for Filebackend and DB Backend
@donaldcampbelljr donaldcampbelljr added this to the v0.9.0 milestone Apr 18, 2024
@donaldcampbelljr donaldcampbelljr merged commit e7d4237 into master Apr 19, 2024
7 checks passed
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.

pipestat should offer the option to include a history of results
3 participants