|
From: Alex O. <no...@gi...> - 2025-10-30 01:42:52
|
Branch: refs/heads/master Home: https://github.com/internetarchive/heritrix3 Commit: c0e5018eef48743bda7b165bdd07431ac5deb4de https://github.com/internetarchive/heritrix3/commit/c0e5018eef48743bda7b165bdd07431ac5deb4de Author: Alex Osborne <aos...@nl...> Date: 2025-10-30 (Thu, 30 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 classes, bean ids, property names, basic Spring XML tags and attributes. The bean completions use 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. Commit: 7c1b1639cb81bf651b07f72d976b087bc8d84c08 https://github.com/internetarchive/heritrix3/commit/7c1b1639cb81bf651b07f72d976b087bc8d84c08 Author: Alex Osborne <aos...@nl...> Date: 2025-10-30 (Thu, 30 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: ----------- Merge pull request #684 from internetarchive/ato/autocomplete Config editor: implement autocompletion Compare: https://github.com/internetarchive/heritrix3/compare/ab41c7a658c0...7c1b1639cb81 To unsubscribe from these emails, change your notification settings at https://github.com/internetarchive/heritrix3/settings/notifications |