babesflorin opened a new pull request, #3241: URL: https://github.com/apache/solr/pull/3241
This pull request includes several changes to configuration files, GitHub workflows, and documentation. The most important changes include updates to the `.git-blame-ignore-revs` file, the addition of a new `renovate.json` configuration, and various improvements to GitHub workflows. ### Configuration Updates: * [`.git-blame-ignore-revs`](diffhunk://#diff-f247fbfbe928b907db42554d0b3006b28dd11c25a59be031abda73b11a2c934aR12-R35): Added multiple commit hashes to ignore in git blame annotations. * [`.github/renovate.json`](diffhunk://#diff-f82f7d36a61d22f640c25bdb8b0435bf9cb38679d99d5f460753fa668ee7cdb3R1-R57): Added a new configuration file for Renovate to manage dependency updates with specific rules for grouping and scheduling. ### GitHub Workflow Improvements: * [`.github/workflows/bin-solr-test.yml`](diffhunk://#diff-662880cd7de6908e4d2ac9305af3463dcdd2f50689e2a7773a9c8fb1086825fcR1-R45): Added a new workflow to run Solr script tests on pull requests targeting the main branch. * [`.github/workflows/docker-test.yml`](diffhunk://#diff-baa08c0b7cb0ae6357ecf7ecaa2d7aff0bfa417e10e1ec6fbc29232cb0166da7L10-R10): Updated the workflow to use `actions/setup-java@v2` with `temurin` distribution and fixed the path for the Prometheus exporter. [[1]](diffhunk://#diff-baa08c0b7cb0ae6357ecf7ecaa2d7aff0bfa417e10e1ec6fbc29232cb0166da7L10-R10) [[2]](diffhunk://#diff-baa08c0b7cb0ae6357ecf7ecaa2d7aff0bfa417e10e1ec6fbc29232cb0166da7L28-R32) [[3]](diffhunk://#diff-baa08c0b7cb0ae6357ecf7ecaa2d7aff0bfa417e10e1ec6fbc29232cb0166da7L43-L44) * [`.github/workflows/gradle-precommit.yml`](diffhunk://#diff-682f117c9ca6b36bb3e3ca8bbfc2c70a1d6a64e4949ed8f0e22b4c94a9a23cb2L6-R6): Updated the workflow to use `actions/setup-java@v2` with `temurin` distribution and adjusted branch patterns. [[1]](diffhunk://#diff-682f117c9ca6b36bb3e3ca8bbfc2c70a1d6a64e4949ed8f0e22b4c94a9a23cb2L6-R6) [[2]](diffhunk://#diff-682f117c9ca6b36bb3e3ca8bbfc2c70a1d6a64e4949ed8f0e22b4c94a9a23cb2L19-R23) [[3]](diffhunk://#diff-682f117c9ca6b36bb3e3ca8bbfc2c70a1d6a64e4949ed8f0e22b4c94a9a23cb2L35-L37) ### Documentation and License Updates: * [`CONTRIBUTING.md`](diffhunk://#diff-eca12c0a30e25b4b46522ebf89465a03ba72a03f540796c979137931d8f92055R1-R65): Added detailed instructions and guidelines for contributing to the Apache Solr project. * [`NOTICE.txt`](diffhunk://#diff-b810ebe4ffda4293c79d292059b45b59de7e649e86314ffd5a1ee4eb4b1e08c8L3-R3): Updated the copyright year and added new notices for included software and libraries. [[1]](diffhunk://#diff-b810ebe4ffda4293c79d292059b45b59de7e649e86314ffd5a1ee4eb4b1e08c8L3-R3) [[2]](diffhunk://#diff-b810ebe4ffda4293c79d292059b45b59de7e649e86314ffd5a1ee4eb4b1e08c8R58-R61) [[3]](diffhunk://#diff-b810ebe4ffda4293c79d292059b45b59de7e649e86314ffd5a1ee4eb4b1e08c8L192-R196) [[4]](diffhunk://#diff-b810ebe4ffda4293c79d292059b45b59de7e649e86314ffd5a1ee4eb4b1e08c8R351-R353) [[5]](diffhunk://#diff-b810ebe4ffda4293c79d292059b45b59de7e649e86314ffd5a1ee4eb4b1e08c8L402-R409) [[6]](diffhunk://#diff-b810ebe4ffda4293c79d292059b45b59de7e649e86314ffd5a1ee4eb4b1e08c8L437-R444) [[7]](diffhunk://#diff-b810ebe4ffda4293c79d292059b45b59de7e649e86314ffd5a1ee4eb4b1e08c8R621-R627) These changes enhance the project's configuration management, streamline the CI/CD process, and provide clearer guidelines for contributors. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org