-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into SOLR-17023
Resolved Conflicts: versions.lock versions.props
- Loading branch information
Showing
589 changed files
with
6,762 additions
and
3,246 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories | ||
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features | ||
|
||
github: | ||
description: "Apache Solr open-source search software" | ||
|
@@ -18,6 +18,26 @@ github: | |
merge: false | ||
rebase: false | ||
|
||
# TODO: Add to this list for each new minor release | ||
protected_branches: | ||
main: {} | ||
branch_9_0: {} | ||
branch_9_1: {} | ||
branch_9_2: {} | ||
branch_9_3: {} | ||
branch_9_4: {} | ||
branch_9_5: {} | ||
branch_9x: {} | ||
|
||
protected_tags: | ||
- "releases/*" | ||
|
||
autolink_jira: | ||
- SOLR | ||
|
||
collaborators: | ||
- solrbot | ||
|
||
notifications: | ||
commits: [email protected] | ||
issues: [email protected] | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
# Add 'dependencies' label to any PR updating dependencies | ||
dependencies: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- versions.props | ||
- versions.lock | ||
- solr/licenses/** | ||
|
||
# Add 'documentation' label to any changes within ref-guide or dev-docs | ||
documentation: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- dev-docs/** | ||
- solr/solr-ref-guide/** | ||
- solr/documentation/** | ||
- help/** | ||
- solr/README.adoc | ||
- CONTRIBUTING.md | ||
- README.md | ||
|
||
# Add 'examples' label to examples | ||
examples: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/example/** | ||
|
||
# Add 'bats-tests' label | ||
bats-tests: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/packaging/tests/** | ||
|
||
# Add 'docker' label for changes to docker | ||
docker: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/docker/** | ||
|
||
# Add 'tool:build' label for changes to gradle build files | ||
tool:build: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.gradle' | ||
- settings.gradle | ||
- build.gradle | ||
- gradle/** | ||
- buildSrc/** | ||
|
||
# Add 'tools' label for changes to dev tools | ||
tool:scripts: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- dev-tools/** | ||
- solr/server/scripts/cloud-scripts/** | ||
|
||
# Add jetty related labels | ||
jetty-server: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/server/etc/** | ||
- solr/server/contexts/** | ||
- solr/server/resources/** | ||
- solr/server/modules/** | ||
|
||
# Add 'start-scripts' label for changes to start scripts | ||
start-scripts: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/bin/** | ||
|
||
# Add 'configs' label | ||
configs: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/server/solr/** | ||
|
||
# Add 'api' label | ||
api: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/api/** | ||
|
||
# Add 'client:solrj' labels | ||
client:solrj: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/solrj/** | ||
- solr/solrj-*/** | ||
|
||
# Add 'test-framework' label | ||
test-framework: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/test-framework/** | ||
|
||
# Add 'admin-ui' label | ||
admin-ui: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/webapp/** | ||
|
||
# Add 'prometheus-exporter' label | ||
prometheus-exporter: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/prometheus-exporter/** | ||
|
||
# Add labels for changes to solr modules | ||
module:analysis-extras: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/analytics-extras/** | ||
|
||
module:clustering: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/clustering/** | ||
|
||
module:extraction: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/extraction/** | ||
|
||
module:gcs-repository: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/gcs-repository/** | ||
|
||
module:hadoop-auth: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/hadoop-auth/** | ||
|
||
module:hdfs: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/hdfs/** | ||
|
||
module:jwt-auth: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/jwt-auth/** | ||
|
||
module:langid: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/langid/** | ||
|
||
module:ltr: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/ltr/** | ||
|
||
module:opentelemetry: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/opentelemetry/** | ||
|
||
module:s3-repository: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/s3-repository/** | ||
|
||
module:scripting: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/scripting/** | ||
|
||
module:sql: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- solr/modules/sql/** |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: "Pull Request Labeler" | ||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
labeler: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v5 | ||
with: | ||
sync-labels: true | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# This workflow warns of PRs that have had no activity for a specified amount of time. | ||
# | ||
# For more information, see https://github.com/actions/stale | ||
name: Mark stale pull requests | ||
|
||
on: | ||
# Run every day at 00:00 UTC | ||
schedule: | ||
- cron: '0 0 * * *' | ||
# Or run on demand | ||
workflow_dispatch: | ||
|
||
jobs: | ||
stale: | ||
|
||
runs-on: ubuntu-latest | ||
permissions: | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
days-before-pr-stale: 60 | ||
days-before-issue-stale: -1 # we don't use issues | ||
days-before-close: -1 # don't close stale PRs/issues | ||
exempt-draft-pr: true # don't mark draft PRs as stale | ||
stale-pr-label: "stale" # label to use when marking as stale | ||
|
||
stale-pr-message: > | ||
This PR had no visible activity in the past 60 days, labeling it as stale. | ||
Any new activity will remove the stale label. To attract more reviewers, please tag | ||
someone or notify the [email protected] mailing list. | ||
Thank you for your contribution! | ||
# TODO: Increase budget after initial testing | ||
operations-per-run: 10 # operations budget |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.