You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix global scope access in content_health_utils.py
* Add unit tests for Python functions
* Add additional tests
* Update README
* Better implementation of shared globals
* Update unit tests to use globals module
* Add integration tests
* Update README.md
* Use a state object
* Update unit tests to use state object
* Refactor integration tests to use pytest and state object
* Fix bad import
* Add a makefile to make running the tests easier
* Update the manifest using the new makefile target
* Update makefile to install rsconnect-python and always use uv
* Update README
* Refactor integration tests to import once at module level, remove unnecessary reimport test
Copy file name to clipboardExpand all lines: extensions/content-health-monitor/manifest.json
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"metadata": {
5
5
"appmode": "quarto-static"
6
6
},
7
-
"extension": {
7
+
"extension": {
8
8
"name": "content-health-monitor",
9
9
"title": "Content Health Monitor",
10
10
"description": "This report uses the publisher’s API key to monitor a single piece of content. It checks whether the content is reachable, but does not validate its functionality. When scheduled to run regularly, it will send an email alert if the content becomes unreachable.",
0 commit comments