Skip to content

Commit 55091fb

Browse files
committed
Merge branch 'main' into i466
2 parents cecbcee + 6677059 commit 55091fb

17 files changed

Lines changed: 1725 additions & 16 deletions

.secrets.baseline

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,16 @@
570570
"is_secret": false
571571
}
572572
],
573+
"src/pds_doi_service/core/input/test/data/osti_record_reserved.xml": [
574+
{
575+
"type": "Email Address",
576+
"filename": "src/pds_doi_service/core/input/test/data/osti_record_reserved.xml",
577+
"hashed_secret": "4fb813c304003b3813b35a85f05b7cb0c3994cc1",
578+
"is_verified": false,
579+
"line_number": 65,
580+
"is_secret": false
581+
}
582+
],
573583
"src/pds_doi_service/core/input/test/data/osti_record_reserved_with_utf-8-bom.json": [
574584
{
575585
"type": "Email Address",
@@ -610,6 +620,16 @@
610620
"is_secret": false
611621
}
612622
],
623+
"src/pds_doi_service/core/outputs/test/data/datacite_record_draft.json": [
624+
{
625+
"type": "Base64 High Entropy String",
626+
"filename": "src/pds_doi_service/core/outputs/test/data/datacite_record_draft.json",
627+
"hashed_secret": "4195861f77c91e3513143dc9dc2e6072b857f6ea",
628+
"is_verified": false,
629+
"line_number": 174,
630+
"is_secret": false
631+
}
632+
],
613633
"src/pds_doi_service/core/outputs/test/data/osti_record_pending.json": [
614634
{
615635
"type": "Email Address",
@@ -620,6 +640,16 @@
620640
"is_secret": false
621641
}
622642
],
643+
"src/pds_doi_service/core/outputs/test/data/osti_record_pending.xml": [
644+
{
645+
"type": "Email Address",
646+
"filename": "src/pds_doi_service/core/outputs/test/data/osti_record_pending.xml",
647+
"hashed_secret": "4fb813c304003b3813b35a85f05b7cb0c3994cc1",
648+
"is_verified": false,
649+
"line_number": 65,
650+
"is_secret": false
651+
}
652+
],
623653
"src/pds_doi_service/core/outputs/test/doi_validator_test.py": [
624654
{
625655
"type": "Email Address",
@@ -721,5 +751,5 @@
721751
}
722752
]
723753
},
724-
"generated_at": "2025-08-01T18:17:57Z"
754+
"generated_at": "2025-08-25T17:30:48Z"
725755
}

src/pds_doi_service/core/actions/test/data/input_dir_one_file/pds4_bundle_with_contributors.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
<Product_Bundle xsi:schemaLocation="http://pds.nasa.gov/pds4/pds/v1 https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1B10.xsd"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://pds.nasa.gov/pds4/pds/v1">
4+
<Identification_Area>
5+
<logical_identifier>urn:nasa:pds:insight_cameras</logical_identifier>
6+
<version_id>1.0</version_id>
7+
<title>InSight Cameras Bundle</title>
8+
<information_model_version>1.11.1.0</information_model_version>
9+
<product_class>Product_Bundle</product_class>
10+
<Citation_Information>
11+
<author_list>R. Deen, H. Abarca, P. Zamani, J. Maki</author_list>
12+
<editor_list>Smith, P. H.; Lemmon, M.; Beebe, R. F.</editor_list>
13+
<publication_year>2019</publication_year>
14+
<description>
15+
InSight Cameras Experiment Data Record (EDR) and Reduced Data Record (RDR) Data Products
16+
</description>
17+
</Citation_Information>
18+
</Identification_Area>
19+
<Context_Area>
20+
<comment>Observational Intent</comment>
21+
<Time_Coordinates>
22+
<start_date_time>2019-10-02T04:36:06.728Z</start_date_time>
23+
<stop_date_time>2020-01-01T14:57:01.214Z</stop_date_time>
24+
</Time_Coordinates>
25+
<Primary_Result_Summary>
26+
<purpose>Science</purpose>
27+
<processing_level>Raw</processing_level>
28+
<Science_Facets>
29+
<wavelength_range>Visible</wavelength_range>
30+
<domain>Surface</domain>
31+
<discipline_name>Imaging</discipline_name>
32+
</Science_Facets>
33+
</Primary_Result_Summary>
34+
<Investigation_Area>
35+
<name>Insight</name>
36+
<type>Mission</type>
37+
<Internal_Reference>
38+
<lid_reference>urn:nasa:pds:context:investigation:mission.insight</lid_reference>
39+
<reference_type>bundle_to_investigation</reference_type>
40+
</Internal_Reference>
41+
</Investigation_Area>
42+
<Observing_System>
43+
<Observing_System_Component>
44+
<name>Insight Lander</name>
45+
<type>Spacecraft</type>
46+
<Internal_Reference>
47+
<lid_reference>
48+
urn:nasa:pds:context:instrument_host:spacecraft.insight
49+
</lid_reference>
50+
<reference_type>is_instrument_host</reference_type>
51+
<comment>Reference to the Insight spacecraft.</comment>
52+
</Internal_Reference>
53+
</Observing_System_Component>
54+
<Observing_System_Component>
55+
<name>Insight Context Camera</name>
56+
<type>Instrument</type>
57+
<Internal_Reference>
58+
<lid_reference>urn:nasa:pds:context:instrument:icc.insight</lid_reference>
59+
<reference_type>is_instrument</reference_type>
60+
<comment>
61+
Reference to the InSight Context Camera instrument onboard the InSight spacecraft.
62+
</comment>
63+
</Internal_Reference>
64+
</Observing_System_Component>
65+
<Observing_System_Component>
66+
<name>Insight Deployment Camera</name>
67+
<type>Instrument</type>
68+
<Internal_Reference>
69+
<lid_reference>urn:nasa:pds:context:instrument:idc.insight</lid_reference>
70+
<reference_type>is_instrument</reference_type>
71+
<comment>
72+
Reference to the InSight Deployment Camera instrument onboard the InsSight spacecraft.
73+
</comment>
74+
</Internal_Reference>
75+
</Observing_System_Component>
76+
</Observing_System>
77+
<Target_Identification>
78+
<name>Mars</name>
79+
<type>Planet</type>
80+
<Internal_Reference>
81+
<lid_reference>urn:nasa:pds:context:target:planet.mars</lid_reference>
82+
<reference_type>document_to_target</reference_type>
83+
<comment>Reference to the Planet - Mars target</comment>
84+
</Internal_Reference>
85+
</Target_Identification>
86+
</Context_Area>
87+
<Bundle>
88+
<bundle_type>Archive</bundle_type>
89+
<description>This Bundle contains InSight camera data. </description>
90+
</Bundle>
91+
<Bundle_Member_Entry>
92+
<lid_reference>urn:nasa:pds:insight_cameras:browse</lid_reference>
93+
<member_status>Primary</member_status>
94+
<reference_type>bundle_has_browse_collection</reference_type>
95+
</Bundle_Member_Entry>
96+
<Bundle_Member_Entry>
97+
<lid_reference>urn:nasa:pds:insight_cameras:calibration</lid_reference>
98+
<member_status>Primary</member_status>
99+
<reference_type>bundle_has_calibration_collection</reference_type>
100+
</Bundle_Member_Entry>
101+
<Bundle_Member_Entry>
102+
<lid_reference>urn:nasa:pds:insight_cameras:data</lid_reference>
103+
<member_status>Primary</member_status>
104+
<reference_type>bundle_has_data_collection</reference_type>
105+
</Bundle_Member_Entry>
106+
<Bundle_Member_Entry>
107+
</Bundle_Member_Entry>
108+
<Bundle_Member_Entry>
109+
<lid_reference>urn:nasa:pds:insight_cameras:miscellaneous</lid_reference>
110+
<member_status>Primary</member_status>
111+
<reference_type>bundle_has_document_collection</reference_type>
112+
</Bundle_Member_Entry>
113+
<Bundle_Member_Entry>
114+
<lid_reference>urn:nasa:pds:insight_cameras:xml_schema</lid_reference>
115+
<member_status>Primary</member_status>
116+
<reference_type>bundle_has_schema_collection</reference_type>
117+
</Bundle_Member_Entry>
118+
</Product_Bundle>

src/pds_doi_service/core/actions/test/data/input_dir_two_files/pds4_bundle.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<Product_Bundle xsi:schemaLocation="http://pds.nasa.gov/pds4/pds/v1 https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1B10.xsd"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://pds.nasa.gov/pds4/pds/v1">
4+
<Identification_Area>
5+
<logical_identifier>urn:nasa:pds:insight_cameras</logical_identifier>
6+
<version_id>1.1</version_id>
7+
<title>InSight Cameras Bundle 1.1</title>
8+
<information_model_version>1.11.1.0</information_model_version>
9+
<product_class>Product_Bundle</product_class>
10+
<Citation_Information>
11+
<author_list>R. Deen, H. Abarca, P. Zamani, J. Maki</author_list>
12+
<publication_year>2019</publication_year>
13+
<description>
14+
InSight Cameras Experiment Data Record (EDR) and Reduced Data Record (RDR) Data Products
15+
</description>
16+
</Citation_Information>
17+
</Identification_Area>
18+
<Context_Area>
19+
<comment>Observational Intent</comment>
20+
<Time_Coordinates>
21+
<start_date_time>2019-10-02T04:36:06.728Z</start_date_time>
22+
<stop_date_time>2020-01-01T14:57:01.214Z</stop_date_time>
23+
</Time_Coordinates>
24+
<Primary_Result_Summary>
25+
<purpose>Science</purpose>
26+
<processing_level>Raw</processing_level>
27+
<Science_Facets>
28+
<wavelength_range>Visible</wavelength_range>
29+
<domain>Surface</domain>
30+
<discipline_name>Imaging</discipline_name>
31+
</Science_Facets>
32+
</Primary_Result_Summary>
33+
<Investigation_Area>
34+
<name>Insight</name>
35+
<type>Mission</type>
36+
<Internal_Reference>
37+
<lid_reference>urn:nasa:pds:context:investigation:mission.insight</lid_reference>
38+
<reference_type>bundle_to_investigation</reference_type>
39+
</Internal_Reference>
40+
</Investigation_Area>
41+
<Observing_System>
42+
<Observing_System_Component>
43+
<name>Insight Lander</name>
44+
<type>Spacecraft</type>
45+
<Internal_Reference>
46+
<lid_reference>
47+
urn:nasa:pds:context:instrument_host:spacecraft.insight
48+
</lid_reference>
49+
<reference_type>is_instrument_host</reference_type>
50+
<comment>Reference to the Insight spacecraft.</comment>
51+
</Internal_Reference>
52+
</Observing_System_Component>
53+
<Observing_System_Component>
54+
<name>Insight Context Camera</name>
55+
<type>Instrument</type>
56+
<Internal_Reference>
57+
<lid_reference>urn:nasa:pds:context:instrument:icc.insight</lid_reference>
58+
<reference_type>is_instrument</reference_type>
59+
<comment>
60+
Reference to the InSight Context Camera instrument onboard the InSight spacecraft.
61+
</comment>
62+
</Internal_Reference>
63+
</Observing_System_Component>
64+
<Observing_System_Component>
65+
<name>Insight Deployment Camera</name>
66+
<type>Instrument</type>
67+
<Internal_Reference>
68+
<lid_reference>urn:nasa:pds:context:instrument:idc.insight</lid_reference>
69+
<reference_type>is_instrument</reference_type>
70+
<comment>
71+
Reference to the InSight Deployment Camera instrument onboard the InsSight spacecraft.
72+
</comment>
73+
</Internal_Reference>
74+
</Observing_System_Component>
75+
</Observing_System>
76+
<Target_Identification>
77+
<name>Mars</name>
78+
<type>Planet</type>
79+
<Internal_Reference>
80+
<lid_reference>urn:nasa:pds:context:target:planet.mars</lid_reference>
81+
<reference_type>document_to_target</reference_type>
82+
<comment>Reference to the Planet - Mars target</comment>
83+
</Internal_Reference>
84+
</Target_Identification>
85+
</Context_Area>
86+
<Bundle>
87+
<bundle_type>Archive</bundle_type>
88+
<description>This Bundle contains InSight camera data. </description>
89+
</Bundle>
90+
<Bundle_Member_Entry>
91+
<lid_reference>urn:nasa:pds:insight_cameras:browse</lid_reference>
92+
<member_status>Primary</member_status>
93+
<reference_type>bundle_has_browse_collection</reference_type>
94+
</Bundle_Member_Entry>
95+
<Bundle_Member_Entry>
96+
<lid_reference>urn:nasa:pds:insight_cameras:calibration</lid_reference>
97+
<member_status>Primary</member_status>
98+
<reference_type>bundle_has_calibration_collection</reference_type>
99+
</Bundle_Member_Entry>
100+
<Bundle_Member_Entry>
101+
<lid_reference>urn:nasa:pds:insight_cameras:data</lid_reference>
102+
<member_status>Primary</member_status>
103+
<reference_type>bundle_has_data_collection</reference_type>
104+
</Bundle_Member_Entry>
105+
<Bundle_Member_Entry>
106+
</Bundle_Member_Entry>
107+
<Bundle_Member_Entry>
108+
<lid_reference>urn:nasa:pds:insight_cameras:miscellaneous</lid_reference>
109+
<member_status>Primary</member_status>
110+
<reference_type>bundle_has_document_collection</reference_type>
111+
</Bundle_Member_Entry>
112+
<Bundle_Member_Entry>
113+
<lid_reference>urn:nasa:pds:insight_cameras:xml_schema</lid_reference>
114+
<member_status>Primary</member_status>
115+
<reference_type>bundle_has_schema_collection</reference_type>
116+
</Bundle_Member_Entry>
117+
</Product_Bundle>

src/pds_doi_service/core/actions/test/data/input_dir_two_files/pds4_bundle_with_contributors.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)