Skip to content

Commit c2b27d0

Browse files
authored
Merge pull request #40 from NASA-PDS/python3.13
Upgrade to Python 3.13
2 parents f6d1ddc + d560d31 commit c2b27d0

File tree

18 files changed

+82
-81
lines changed

18 files changed

+82
-81
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ repos:
2020
rev: v0.910
2121
hooks:
2222
- id: mypy
23-
files: ^src/|tests/
23+
files: ^src/
2424

25-
- repo: https://github.com/python/black
26-
rev: 21.7b0
27-
hooks:
28-
- id: black
29-
files: ^src/|tests/
25+
# "Black" is disabled as it's conflicting with reorder_python_imports
26+
#
27+
# - repo: https://github.com/python/black
28+
# rev: 21.7b0
29+
# hooks:
30+
# - id: black
31+
# files: ^src/|tests/
3032

3133
- repo: local
3234
hooks:
@@ -53,9 +55,11 @@ repos:
5355
args:
5456
- '--baseline'
5557
- '.secrets.baseline'
58+
- '--disable-plugin'
59+
- 'AbsolutePathDetectorExperimental'
5660
- --exclude-files '\.secrets..*'
57-
- --exclude-files '\.git.*'
5861
- --exclude-files '\.pre-commit-config\.yaml'
62+
- --exclude-files '\.git.*'
5963
- --exclude-files '\.mypy_cache'
6064
- --exclude-files '\.pytest_cache'
6165
- --exclude-files '\.tox'

.secrets.baseline

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@
8484
{
8585
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
8686
},
87+
{
88+
"path": "detect_secrets.filters.common.is_baseline_file",
89+
"filename": ".secrets.baseline"
90+
},
8791
{
8892
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
8993
"min_level": 2
@@ -133,22 +137,6 @@
133137
}
134138
],
135139
"results": {
136-
"data/export.ndjson": [
137-
{
138-
"type": "Hex High Entropy String",
139-
"filename": "data/export.ndjson",
140-
"hashed_secret": "15bf7bbaf9857f33dbeaef3ea59e20dd7515c7df",
141-
"is_verified": false,
142-
"line_number": 3
143-
},
144-
{
145-
"type": "Hex High Entropy String",
146-
"filename": "data/export.ndjson",
147-
"hashed_secret": "c67d18c26d910fc1615b6818adb3ebfc60f466a7",
148-
"is_verified": false,
149-
"line_number": 53
150-
}
151-
],
152140
"setup.cfg": [
153141
{
154142
"type": "Email Address",
@@ -159,5 +147,5 @@
159147
}
160148
]
161149
},
162-
"generated_at": "2023-11-17T21:56:18Z"
150+
"generated_at": "2025-09-02T14:28:21Z"
163151
}

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ Apache License
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
201+
limitations under the License.

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
PDS Archive Analytics (update licensing below per specific organization)
1+
PDS Archive Analytics
22

3-
Copyright 2021, California Institute of Technology ("Caltech").
3+
Copyright 2021–2025, California Institute of Technology ("Caltech").
44
U.S. Government sponsorship acknowledged.
55

66
All rights reserved.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Kibana-based reporting tool for analytics of the archive
1111
* Click on Saved Objects
1212
* Once inside of "Edit Saved Objects: you can:
1313
* Click on Export Everything
14-
* Or select each Dashboards, Searches, and Visualizations
14+
* Or select each Dashboards, Searches, and Visualizations
1515
* Then, click on Export Button (This will export a NDJSON file with all yout dashboard, saved searches, and, visualizations)
1616

1717
2. Procedure for importing config
@@ -26,14 +26,14 @@ Kibana-based reporting tool for analytics of the archive
2626

2727
## Contribute
2828

29-
* Issue Tracker: https://github.com/NASA-PDS/archive-analytics/issues
30-
* Source Code: https://github.com/NASA-PDS/archive-analytics/
31-
* Wiki: https://github.com/NASA-PDS/archive-analytics/wiki
29+
* Issue Tracker: https://github.com/NASA-PDS/registry-dashboards/issues
30+
* Source Code: https://github.com/NASA-PDS/registry-dashboards/
31+
* Wiki: https://github.com/NASA-PDS/registry-dashboards/wiki
3232

3333

3434
## Support
3535

36-
If you are having issues file a bug report in Github: https://github.com/NASA-PDS/archive-analytics/issues
36+
If you are having issues file a bug report in Github: https://github.com/NASA-PDS/registry-dashboards/issues
3737

3838
Or you can reach us at https://pds.nasa.gov/?feedback=true
3939

@@ -43,5 +43,5 @@ Or you can reach us at https://pds.nasa.gov/?feedback=true
4343
The project is licensed under the Apache License, version 2. See the
4444
LICENSE.txt file for details.
4545

46-
Copyright © 2019–2021 California Institute of Technology ("Caltech").
46+
Copyright © 2019–2025 California Institute of Technology ("Caltech").
4747
ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Use this section to tell people about which versions of your project are current
1414

1515
## Reporting a Vulnerability
1616

17-
To report a vulnerability in this package, please [submit a new isssue using the Vulnerability Issue template](https://github.com/NASA-PDS-Incubator/validate/issues/new?assignees=jordanpadams&labels=triage-needed%2C+security&template=vulnerability-issue.md&title=%5BSECURITY%5D+Title+Here).
17+
To report a vulnerability in this package, please [submit a new isssue using the Vulnerability Issue template](https://github.com/NASA-PDS/registry-dashboards/issues/new?template=-vulnerability-issue.yml).

docs/source/conf.py

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'PDS Archive Analytics'
21-
copyright = '2021 California Institute of Technology'
21+
copyright = '2021–2025 California Institute of Technology'
2222
author = 'NASA Planetary Data System'
2323
release = '0.0'
2424
version = '0.0'
@@ -36,12 +36,8 @@
3636
'sphinx.ext.viewcode',
3737
'sphinx.ext.githubpages',
3838
'sphinx.ext.autosummary',
39-
'sphinx_rtd_theme'
4039
]
4140

42-
# Add any paths that contain templates here, relative to this directory.
43-
templates_path = ['_templates']
44-
4541
# List of patterns, relative to source directory, that match files and
4642
# directories to ignore when looking for source files.
4743
# This pattern also affects html_static_path and html_extra_path.
@@ -65,7 +61,24 @@
6561
html_logo = '_static/images/PDS_Planets.png'
6662

6763
html_context = {
68-
'css_files': [
69-
'_static/theme_overrides.css', # override wide tables in RTD theme
70-
],
64+
'display_github': True,
65+
'github_user': 'nasa-pds',
66+
'github_repo': 'registry-dashboards',
67+
'github_version': 'main/docs/source/',
68+
}
69+
70+
html_css_files = [
71+
'theme_overrides.css',
72+
]
73+
74+
html_theme_options = {
75+
'canonical_url': '',
76+
'prev_next_buttons_location': 'bottom',
77+
'style_external_links': False,
78+
# Toc options
79+
'collapse_navigation': True,
80+
'sticky_navigation': True,
81+
'navigation_depth': 4,
82+
'includehidden': True,
83+
'titles_only': False
7184
}

docs/source/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ Sitemap
1515
:caption: Support
1616

1717
/support/*
18-
19-

docs/source/support/contribute.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ Report a Bug
1919
============
2020

2121
To report a bug found in either a software tool or services, report in the individual repo for the project, or in our `Engineering Node Operations repo <https://github.com/NASA-PDS/pdsen-operations/issues>`_ and we will triage it appropriately.
22-
23-

docs/source/support/forum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
OpenPlanetary Forum
22
===================
33

4-
We also have a user forum on the OpenPlanetary Forum (TBD link to forum) and a `#pds4 OpenPlanetary Slack channel <https://openplanetary.slack.com/archives/C61NEHW7L>`_ (note: you must become an `OpenPlanetary Member <https://www.openplanetary.org/join>`_ to join the Slack Org).
4+
We also have a user forum on the OpenPlanetary Forum (TBD link to forum) and a `#pds4 OpenPlanetary Slack channel <https://openplanetary.slack.com/archives/C61NEHW7L>`_ (note: you must become an `OpenPlanetary Member <https://www.openplanetary.org/join>`_ to join the Slack Org).

0 commit comments

Comments
 (0)