Maxime Armstrong

Results 82 issues of Maxime Armstrong

## **Feature request** It would be beneficial to add new rules to the acceptance tests. Currently, two rules are tested: - Does the validator that uses the new code contribution...

tests
enhancement
status: Needs discussion

## **Feature request** Currently, the end-to-end workflows test over 100 datasets at every commit. All datasets from the Mobility Database catalogs are also being tested for each commit excluding `[acceptance...

enhancement
status: Needs discussion

## **Feature request** Update the status check process for documentation PRs. Current options: 1. Run the workflow on PRs that only update documentation files as well. 2. Remove the requirement...

tests
enhancement
status: Needs discussion

**Describe the bug** The end to end workflow fails when the SSL certificate of an URL we download a dataset from is currently invalid. See [here](https://github.com/MobilityData/gtfs-validator/runs/7241493846?check_suite_focus=true#step:10:99). **How we reproduce the...

bug
tests

Now that we validate all latest datasets from the Mobility Database Catalogs when running acceptance tests, are end-to-end workflow still relevant? This should be investigated.

**Is your feature request related to a problem? Please describe.** @barbeau noticed that [we are missing a step](https://github.com/MobilityData/gtfs-realtime-validator/pull/85#discussion_r807374460) to extract the JAR file from the ZIP archive produced by GitHub...

documentation
enhancement
status: Ready
workflow

## **Feature request** Currently, the HTML output uses tables to display the samples of a Notice, with the columns being the context fields. Adding a human-readable string, such as the...

enhancement
validation report

**Is your feature request related to a problem? Please describe.** Every Zone ID should be unique in stops.txt. **Describe the solution you'd like** Verify a Zone ID is not duplicated...

python validator
rules: Community rules

**Is your feature request related to a problem? Please describe.** A transfer distance should not be too large. This is a GTFS rule implemented in Google Python validator as ValidateTransferDistance....

python validator
community rules
status: Needs discussion
new rule

**Is your feature request related to a problem? Please describe.** A date should not be duplicated in a service period. This is a GTFS rule implemented in Google Python validator...

python validator
community rules
status: Needs discussion
new rule