docs: DOC-1261: Auto import weekly action#7969
Open
margaretkennedy wants to merge 7 commits intodeephaven:mainfrom
Open
docs: DOC-1261: Auto import weekly action#7969margaretkennedy wants to merge 7 commits intodeephaven:mainfrom
margaretkennedy wants to merge 7 commits intodeephaven:mainfrom
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: elijahpetty <128415452+elijahpetty@users.noreply.github.com>
Adds a GitHub Action workflow that: - Runs weekly (Sundays 3AM UTC) to check if auto-import docs are in sync - Sends Slack notification to #ddl-devrel on failure - Can be manually triggered from Actions tab - Warns on PRs that modify QueryLibraryImportsDefaults.java Also adds check_autoimport_sync.sh script for local verification.
…ed implementation Replaces the Docker-based shell script with a Java task that: - Runs via `./gradlew :engine-table:checkAutoImportSync` - Compares method/field names from QueryLibraryImportsDefaults against markdown docs - Requires only Java 17+ instead of Docker - Removes manual workflow input for target selection - Removes Slack notification on failure - Simplifies GitHub Actions workflow to use new Gradle task Also updates README
…ck notifications Adds missing absSum method overloads to math.md documentation for both Python and Groovy. Updates autoimport-docs-check workflow to send Slack notifications to #ddl-devrel when documentation drift is detected. Refines CheckAutoImportDocSync to distinguish between: - Methods in documented scope missing from docs - Methods in docs that don't exist anywhere in statics()
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gradle task