-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #240 from avro-kotlin/main-v2
Release v2
- Loading branch information
Showing
340 changed files
with
15,267 additions
and
10,059 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,8 +1,147 @@ | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 3 | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 4 | ||
indent_style = space | ||
insert_final_newline = false | ||
max_line_length = 120 | ||
max_line_length = 180 | ||
tab_width = 4 | ||
ij_continuation_indent_size = 8 | ||
ij_formatter_off_tag = @formatter:off | ||
ij_formatter_on_tag = @formatter:on | ||
ij_formatter_tags_enabled = true | ||
ij_smart_tabs = false | ||
ij_wrap_on_typing = false | ||
|
||
[.editorconfig] | ||
ij_editorconfig_align_group_field_declarations = false | ||
ij_editorconfig_space_after_colon = false | ||
ij_editorconfig_space_after_comma = true | ||
ij_editorconfig_space_before_colon = false | ||
ij_editorconfig_space_before_comma = false | ||
ij_editorconfig_spaces_around_assignment_operators = true | ||
|
||
[{*.kt,*.kts}] | ||
ktlint_standard_filename = disabled | ||
ij_kotlin_align_in_columns_case_branch = false | ||
ij_kotlin_align_multiline_binary_operation = false | ||
ij_kotlin_align_multiline_extends_list = false | ||
ij_kotlin_align_multiline_method_parentheses = false | ||
ij_kotlin_align_multiline_parameters = true | ||
ij_kotlin_align_multiline_parameters_in_calls = false | ||
ij_kotlin_allow_trailing_comma = true | ||
ij_kotlin_allow_trailing_comma_on_call_site = false | ||
ij_kotlin_assignment_wrap = normal | ||
ij_kotlin_blank_lines_after_class_header = 0 | ||
ij_kotlin_blank_lines_around_block_when_branches = 0 | ||
ij_kotlin_blank_lines_before_declaration_with_comment_or_annotation_on_separate_line = 1 | ||
ij_kotlin_block_comment_add_space = false | ||
ij_kotlin_block_comment_at_first_column = true | ||
ij_kotlin_call_parameters_new_line_after_left_paren = true | ||
ij_kotlin_call_parameters_right_paren_on_new_line = true | ||
ij_kotlin_call_parameters_wrap = on_every_item | ||
ij_kotlin_catch_on_new_line = false | ||
ij_kotlin_class_annotation_wrap = split_into_lines | ||
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL | ||
ij_kotlin_continuation_indent_for_chained_calls = false | ||
ij_kotlin_continuation_indent_for_expression_bodies = false | ||
ij_kotlin_continuation_indent_in_argument_lists = false | ||
ij_kotlin_continuation_indent_in_elvis = false | ||
ij_kotlin_continuation_indent_in_if_conditions = false | ||
ij_kotlin_continuation_indent_in_parameter_lists = false | ||
ij_kotlin_continuation_indent_in_supertype_lists = false | ||
ij_kotlin_else_on_new_line = false | ||
ij_kotlin_enum_constants_wrap = off | ||
ij_kotlin_extends_list_wrap = normal | ||
ij_kotlin_field_annotation_wrap = split_into_lines | ||
ij_kotlin_finally_on_new_line = false | ||
ij_kotlin_if_rparen_on_new_line = true | ||
ij_kotlin_import_nested_classes = false | ||
ij_kotlin_imports_layout = *,java.**,javax.**,kotlin.**,^ | ||
ij_kotlin_insert_whitespaces_in_simple_one_line_method = true | ||
ij_kotlin_keep_blank_lines_before_right_brace = 2 | ||
ij_kotlin_keep_blank_lines_in_code = 2 | ||
ij_kotlin_keep_blank_lines_in_declarations = 2 | ||
ij_kotlin_keep_first_column_comment = true | ||
ij_kotlin_keep_indents_on_empty_lines = false | ||
ij_kotlin_keep_line_breaks = true | ||
ij_kotlin_lbrace_on_next_line = false | ||
ij_kotlin_line_break_after_multiline_when_entry = true | ||
ij_kotlin_line_comment_add_space = false | ||
ij_kotlin_line_comment_add_space_on_reformat = false | ||
ij_kotlin_line_comment_at_first_column = true | ||
ij_kotlin_method_annotation_wrap = split_into_lines | ||
ij_kotlin_method_call_chain_wrap = normal | ||
ij_kotlin_method_parameters_new_line_after_left_paren = true | ||
ij_kotlin_method_parameters_right_paren_on_new_line = true | ||
ij_kotlin_method_parameters_wrap = on_every_item | ||
ij_kotlin_name_count_to_use_star_import = 2147483647 | ||
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647 | ||
ij_kotlin_parameter_annotation_wrap = off | ||
ij_kotlin_space_after_comma = true | ||
ij_kotlin_space_after_extend_colon = true | ||
ij_kotlin_space_after_type_colon = true | ||
ij_kotlin_space_before_catch_parentheses = true | ||
ij_kotlin_space_before_comma = false | ||
ij_kotlin_space_before_extend_colon = true | ||
ij_kotlin_space_before_for_parentheses = true | ||
ij_kotlin_space_before_if_parentheses = true | ||
ij_kotlin_space_before_lambda_arrow = true | ||
ij_kotlin_space_before_type_colon = false | ||
ij_kotlin_space_before_when_parentheses = true | ||
ij_kotlin_space_before_while_parentheses = true | ||
ij_kotlin_spaces_around_additive_operators = true | ||
ij_kotlin_spaces_around_assignment_operators = true | ||
ij_kotlin_spaces_around_equality_operators = true | ||
ij_kotlin_spaces_around_function_type_arrow = true | ||
ij_kotlin_spaces_around_logical_operators = true | ||
ij_kotlin_spaces_around_multiplicative_operators = true | ||
ij_kotlin_spaces_around_range = false | ||
ij_kotlin_spaces_around_relational_operators = true | ||
ij_kotlin_spaces_around_unary_operator = false | ||
ij_kotlin_spaces_around_when_arrow = true | ||
ij_kotlin_variable_annotation_wrap = off | ||
ij_kotlin_while_on_new_line = false | ||
ij_kotlin_wrap_elvis_expressions = 1 | ||
ij_kotlin_wrap_expression_body_functions = 1 | ||
ij_kotlin_wrap_first_method_in_call_chain = false | ||
|
||
[{*.markdown,*.md}] | ||
ij_markdown_force_one_space_after_blockquote_symbol = true | ||
ij_markdown_force_one_space_after_header_symbol = true | ||
ij_markdown_force_one_space_after_list_bullet = true | ||
ij_markdown_force_one_space_between_words = true | ||
ij_markdown_format_tables = true | ||
ij_markdown_insert_quote_arrows_on_wrap = true | ||
ij_markdown_keep_indents_on_empty_lines = false | ||
ij_markdown_keep_line_breaks_inside_text_blocks = true | ||
ij_markdown_max_lines_around_block_elements = 1 | ||
ij_markdown_max_lines_around_header = 1 | ||
ij_markdown_max_lines_between_paragraphs = 1 | ||
ij_markdown_min_lines_around_block_elements = 1 | ||
ij_markdown_min_lines_around_header = 1 | ||
ij_markdown_min_lines_between_paragraphs = 1 | ||
ij_markdown_wrap_text_if_long = true | ||
ij_markdown_wrap_text_inside_blockquotes = true | ||
|
||
[*.properties] | ||
ij_properties_align_group_field_declarations = false | ||
ij_properties_keep_blank_lines = false | ||
ij_properties_key_value_delimiter = equals | ||
ij_properties_spaces_around_key_value_delimiter = false | ||
|
||
[*.json] | ||
indent_size = 2 | ||
|
||
[{*.yaml,*.yml}] | ||
indent_size = 2 | ||
ij_yaml_align_values_properties = do_not_align | ||
ij_yaml_autoinsert_sequence_marker = true | ||
ij_yaml_block_mapping_on_new_line = false | ||
ij_yaml_indent_sequence_value = true | ||
ij_yaml_keep_indents_on_empty_lines = false | ||
ij_yaml_keep_line_breaks = true | ||
ij_yaml_sequence_on_new_line = false | ||
ij_yaml_space_before_colon = false | ||
ij_yaml_spaces_within_braces = true | ||
ij_yaml_spaces_within_brackets = 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,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "gradle" | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" |
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,47 +1,47 @@ | ||
name: build-main | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- release/* | ||
paths-ignore: | ||
- 'doc/**' | ||
- '*.md' | ||
push: | ||
branches: | ||
- main | ||
- release/* | ||
paths-ignore: | ||
- 'doc/**' | ||
- '*.md' | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v3 | ||
|
||
- name: Run tests | ||
run: ./gradlew check | ||
|
||
- name: Bundle the build report | ||
if: failure() | ||
run: find . -type d -name 'reports' | zip -@ -r build-reports.zip | ||
|
||
- name: Upload the build report | ||
if: failure() | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: error-report | ||
path: build-reports.zip | ||
|
||
deploy: | ||
needs: build | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v3 | ||
|
||
- name: deploy to sonatype snapshots | ||
run: ./gradlew publish | ||
env: | ||
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.OSSRH_USERNAME }} | ||
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.OSSRH_PASSWORD }} | ||
|
||
env: | ||
GRADLE_OPTS: -Dorg.gradle.configureondemand=true -Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8" | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v4 | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
|
||
- name: Run tests | ||
run: ./gradlew check | ||
|
||
- name: Bundle the build report | ||
if: failure() | ||
run: find . -type d -name 'reports' | zip -@ -r build-reports.zip | ||
- name: Upload the build report | ||
if: failure() | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: error-report | ||
path: build-reports.zip | ||
|
||
deploy: | ||
needs: build | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v4 | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
|
||
- name: deploy to sonatype snapshots | ||
run: ./gradlew publish | ||
env: | ||
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.OSSRH_USERNAME }} | ||
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.OSSRH_PASSWORD }} |
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,31 +1,30 @@ | ||
name: build-pr | ||
|
||
on: | ||
pull_request: | ||
paths-ignore: | ||
- 'doc/**' | ||
- '*.md' | ||
pull_request: | ||
paths-ignore: | ||
- 'doc/**' | ||
- '*.md' | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v3 | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v4 | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
|
||
- name: Run tests | ||
run: ./gradlew check | ||
- name: Run tests | ||
run: ./gradlew check | ||
|
||
- name: Bundle the build report | ||
if: failure() | ||
run: find . -type d -name 'reports' | zip -@ -r build-reports.zip | ||
- name: Bundle the build report | ||
if: failure() | ||
run: find . -type d -name 'reports' | zip -@ -r build-reports.zip | ||
|
||
- name: Upload the build report | ||
if: failure() | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: error-report | ||
path: build-reports.zip | ||
|
||
env: | ||
GRADLE_OPTS: -Dorg.gradle.configureondemand=true -Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8" | ||
- name: Upload the build report | ||
if: failure() | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: error-report | ||
path: build-reports.zip |
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,32 +1,36 @@ | ||
name: release | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
version: | ||
description: "The release version (e.g., '1.9.0')." | ||
required: true | ||
workflow_dispatch: | ||
inputs: | ||
version: | ||
description: "The release version (e.g., '1.9.0')." | ||
required: true | ||
|
||
jobs: | ||
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repo | ||
uses: actions/checkout@v3 | ||
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Fail if branch is not main | ||
if: github.ref != 'refs/heads/main' && github.ref != 'refs/heads/main-v2' | ||
run: | | ||
echo "This workflow should only be triggered on main and main-v2 branch. | ||
exit 1 | ||
- name: Checkout the repo | ||
uses: actions/checkout@v4 | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
|
||
- name: publish release | ||
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository | ||
env: | ||
RELEASE_VERSION: ${{ github.event.inputs.version }} | ||
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.OSSRH_USERNAME }} | ||
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.OSSRH_PASSWORD }} | ||
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }} | ||
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }} | ||
- name: create release | ||
run: gh release create "v${RELEASE_VERSION}" --generate-notes | ||
env: | ||
RELEASE_VERSION: ${{ github.event.inputs.version }} | ||
GH_TOKEN: ${{ github.token }} | ||
|
||
env: | ||
GRADLE_OPTS: -Dorg.gradle.configureondemand=true -Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8" | ||
- name: publish release | ||
run: ./gradlew publishToSonatype closeAndReleaseStagingRepositories | ||
env: | ||
RELEASE_VERSION: ${{ github.event.inputs.version }} | ||
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.OSSRH_USERNAME }} | ||
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.OSSRH_PASSWORD }} | ||
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }} | ||
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }} | ||
- name: create release | ||
run: gh release create "v${RELEASE_VERSION}" --generate-notes --target "${GITHUB_REF}" | ||
env: | ||
RELEASE_VERSION: ${{ github.event.inputs.version }} | ||
GH_TOKEN: ${{ github.token }} |
Oops, something went wrong.