-
Notifications
You must be signed in to change notification settings - Fork 112
feat: add deprecated notices to documentation #1990
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
Conversation
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit 13bf8f3 📊 Notices ComparisonNew Errors (0 out of 1822 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1822 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1822 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1822 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check0 out of 1822 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
📜 Memory Consumption
|
core/src/main/java/org/mobilitydata/gtfsvalidator/notice/schema/NoticeSchema.java
Outdated
Show resolved
Hide resolved
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit 3462644 📊 Notices ComparisonNew Errors (0 out of 1824 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1824 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1824 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1824 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check0 out of 1824 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
📜 Memory Consumption
|
davidgamez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit 12d5709 📊 Notices ComparisonNew Errors (1 out of 1824 datasets, ~0%) ✅Details of new errors due to code change, which is less than the provided threshold of 1%.
Dropped Errors (2 out of 1824 datasets, ~0%) ✅Details of new errors due to code change, which is less than the provided threshold of 1%.
New Warnings (0 out of 1824 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (1 out of 1824 datasets, ~0%) ✅Details of new errors due to code change, which is less than the provided threshold of 1%.
🛡️ Corruption Check0 out of 1824 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
| Metric | Dataset ID | Reference (s) | Latest (s) | Difference (s) |
|---|---|---|---|---|
| Average | -- | 467.13 MiB | 471.69 MiB | ⬆️+4.56 MiB |
| Median | -- | 335.92 MiB | 335.92 MiB | ⬇️0 bytes |
| Standard Deviation | -- | 760.14 MiB | 781.25 MiB | ⬆️+21.11 MiB |
| Minimum in References Reports | ro-vrancea-consiliul-judetean-vrancea-gtfs-1984 | 38.02 MiB | 38.05 MiB | ⬆️+36.03 KiB |
| Maximum in Reference Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 11.12 GiB | 11.28 GiB | ⬆️+170.91 MiB |
| Minimum in Latest Reports | ro-vrancea-consiliul-judetean-vrancea-gtfs-1984 | 38.02 MiB | 38.05 MiB | ⬆️+36.03 KiB |
| Maximum in Latest Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 11.12 GiB | 11.28 GiB | ⬆️+170.91 MiB |
Summary:
Added fields to the
NoticeSchemato be able to support deprecated notices as part of the documentation.Expected behavior:


Please make sure these boxes are checked before submitting your pull request - thanks!
gradle testto make sure you didn't break anything