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

CCD-1257: Formalize the stale-by-context report tool #1039

Merged
merged 21 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a182126
fix typo in reporting
stscieisenhamer Apr 23, 2024
be2bc2b
initial implementation of cache for exposure parameters
stscieisenhamer Apr 24, 2024
3308cc1
make caching more bullit-proof
stscieisenhamer Apr 24, 2024
61fa22f
filter cached exposures
stscieisenhamer Apr 24, 2024
1a2be4e
Initial implementation of asdf serialization
stscieisenhamer Apr 24, 2024
d92895e
finalize caching of affected datasets
stscieisenhamer Apr 24, 2024
b558945
report creation: fixup tracking start/end time
stscieisenhamer Apr 26, 2024
17af71c
remember which contexts do not have affected data information
stscieisenhamer Apr 26, 2024
2217400
continue adding to the report
stscieisenhamer Apr 26, 2024
844f500
instrument refactor: add data class, refactor archive_state_exposures
stscieisenhamer Apr 30, 2024
0537884
instrument refactor: rename to make what is stale clear
stscieisenhamer Apr 30, 2024
544e82f
instrument refractor: implement accumulate
stscieisenhamer Apr 30, 2024
ccb95ce
instrument refactor: got basic report working again
stscieisenhamer Apr 30, 2024
194661a
complete specific report stats
stscieisenhamer May 1, 2024
7f1e612
cmdline: initial framework
stscieisenhamer May 1, 2024
f5b1f96
fix documentation formatting: no leading space
stscieisenhamer May 1, 2024
e65f03a
convert logging to crds-style
stscieisenhamer May 1, 2024
10b2d9a
more crds-specific logging issues
stscieisenhamer May 1, 2024
4717ac6
complete initial implementation of the cli
stscieisenhamer May 1, 2024
fe79f9e
add default epilog and final report form
stscieisenhamer May 8, 2024
0cd1807
update changelog
stscieisenhamer May 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ JWST
----
-Added MODEL to be a PEDIGREE option for JWST. [#1032]

- Formalize the stale-by-context report tool [#1039]

11.17.18 (2024-02-21)
=====================

Expand Down
Loading