David Gamez
David Gamez
**Summary:** Summarize the changes in the pull request including how it relates to any issues (include the #number, or link them). **Expected behavior:** Explain and/or show screenshots for how you...
# Description After #1688, consume the execution_results.json on the web app to notify the client when the validation process is complete with or without errors.
# Description The dependant bot PRs checks are failing on web client workflows. Example PR #1483 with [Github action](https://github.com/MobilityData/gtfs-validator/actions/runs/5183766711/jobs/9367286579?pr=1483). Possible cause https://github.com/dependabot/dependabot-core/issues/3253. # Expected behavior Dependant bot PRs pass all...
# Description As part of the investigation of #1587, we came across a feed to ~40M of shapes to validate. The current validator's implementation needs to be optimized to handle...
**Summary:** Alternative solution for #1367. This PR addresses the issue related with no supported multi-platform docker with load parameter ([PR comment](https://github.com/MobilityData/gtfs-validator/pull/1367#issuecomment-1516714791), https://github.com/docker/buildx/issues/59). **Core changes** - Replace `gradle:7-jdk11-alpine` docker builder image...
# Description The web validator generates a good amount of logs for Sentry. In an initial investigation, some of the errors generated as "expected" situations or use cases that the...
# Description Adds new validator netlify function to return the summary of the validation results without the list of errors and warnings. This function targets data metrics applications that are...
## Description As suggested [here](https://github.com/MobilityData/gbfs-validator/pull/107#issuecomment-1621168834), cli consumer needs a `summary` option to reduce the amount of information to process on the output report. This should be done after #101 and...
# Description As described in [here](https://github.com/gradle/actions/blob/main/docs/deprecation-upgrade-guide.md#using-the-action-to-execute-gradle-via-the-arguments-parameter-is-deprecated), the setup-gradle action need to be upgraded to its latest version(v4) Tasks: - Identify all GitHub action using gradle/actions/setup-gradle - Follow the upgrade process....
### Describe the problem The [rules.html](https://gtfs-validator.mobilitydata.org/rules.html) file is generated from the Java classes annotated with _@GtfsValidationNotice_. Currently, the formatting and structure of the notice documentation are not standardized. Tasks: -...