|
From: Alex O. <no...@gi...> - 2025-10-29 05:42:58
|
Branch: refs/heads/ato/autocomplete Home: https://github.com/internetarchive/heritrix3 Commit: fa48f0beb939a3f96853738db1b9fcce127ead1e https://github.com/internetarchive/heritrix3/commit/fa48f0beb939a3f96853738db1b9fcce127ead1e Author: Alex Osborne <aos...@nl...> Date: 2025-10-29 (Wed, 29 Oct 2025) Changed paths: M .github/dependabot.yml M engine/pom.xml A engine/src/main/java/org/archive/crawler/restlet/BeanDocResource.java M engine/src/main/java/org/archive/crawler/restlet/EngineApplication.java M engine/src/main/resources/org/archive/crawler/restlet/Edit.ftl Log Message: ----------- Config editor: implement autocompletion This adds context-sensitive autocompletion for bean names, bean ids, Spring XML tags and attributes. The bean completions uses a new `/engine/beandoc` endpoint that serves the combination of all the `/META-INF/heritrix-beans.json` files generated at compile-time by the heritrix-docgen annotation processor. To unsubscribe from these emails, change your notification settings at https://github.com/internetarchive/heritrix3/settings/notifications |