Skip to content

Commit

Permalink
CCD-1246 Stale archive report core code (#928)
Browse files Browse the repository at this point in the history
Changes
* initial checking for the stale utility
* use the crds service to get the affected dataset list
* update all AffectedDatasets methods to account for the crds service
* use crds interface to get default context and ensure reset use
* fix up logging
* new method archive_state_exposures for pre-existing tables
   split out from archive_state_instruments so pre-existing
   tables produce from MAST requests can be used.
* fix argument list to archive_state_exposures
* Modified retrieval of datasets to use the context history
* add the exposures to the StaleByContext attributes
* add context to the is_affected result
* add remembering the datasets
   also fixed level2 matching for segmented names
* add a further cleaning of dataset ids
   these collapse various cases of names to a simpler set.
* Revert "add a further cleaning of dataset ids"
   This reverts commit a2934e8.
* do not fail on missing context reports
* update changelog
* Comment out the doctests
* Log condition that `astroquery` is not present

---------

Co-authored-by: Jonathan Eisenhamer <eisenham@mentant.local.stsci.edu>
Co-authored-by: Jonathan Eisenhamer <eisenham@mentant.local>
  • Loading branch information
3 people authored Mar 29, 2023
1 parent 7f47151 commit aa0d8f3
Show file tree
Hide file tree
Showing 2 changed files with 664 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ General

- Replace ``lxml`` dependency with ``BeautifulSoup`` for submission/login html error parsing [#926]

JWST
----

- Added stale archive report core code [#928]

11.16.21 (2023-03-09)
=====================
Expand All @@ -20,7 +24,6 @@ General

- Replace deprecated import ``pkg_resources`` with ``packaging.requirements``. [#923]


11.16.20 (2023-01-31)
=====================

Expand Down
Loading

0 comments on commit aa0d8f3

Please sign in to comment.