Skip to content

Commit 924540b

Browse files
committed
243.1.2801
1 parent 7ebfcfe commit 924540b

File tree

1,670 files changed

+119228
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,670 files changed

+119228
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
name: "Plugin bug"
2+
description: "Any problem in Explyt Spring plugin"
3+
title: "[BUG] "
4+
labels: ["plugin-bug"]
5+
assignees: []
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: "Thanks for reporting spring-plugin bug!"
11+
12+
- type: dropdown
13+
id: type-problem
14+
attributes:
15+
label: Component
16+
description: "Select the problem component you faced"
17+
options:
18+
- Inspection
19+
- Navigation gutter
20+
- References
21+
- Autocompletion
22+
- Usages
23+
- Properties
24+
- OpenAPI
25+
- Slow operation on EDT
26+
- Other
27+
default: 0
28+
validations:
29+
required: false
30+
31+
- type: textarea
32+
id: details
33+
attributes:
34+
label: Problem details
35+
description: "Describe the problem you faced"
36+
37+
validations:
38+
required: false
39+
40+
- type: textarea
41+
id: steps
42+
attributes:
43+
label: Steps to reproduce
44+
description: "Please provide us as more details on how to reproduce this issue, as you can"
45+
placeholder: |
46+
If your project is open-sourced, show the name of your target (class, method, test class), please, and a link on GitHub.
47+
validations:
48+
required: false
49+
50+
- type: textarea
51+
id: logs
52+
attributes:
53+
label: "Additional information"
54+
description: "Any additional information that can help us to investigate the reported problem"
55+
placeholder: "Logs, screenshots, etc."
56+
validations:
57+
required: false
58+
59+
- type: input
60+
id: plugin_version
61+
attributes:
62+
label: Plugin version
63+
description: "Type plugin version here"
64+
placeholder: "Example: 2024.233.1861"
65+
validations:
66+
required: false
67+
68+
- type: dropdown
69+
id: build_system
70+
attributes:
71+
label: Build system
72+
description: "Build system where project was built"
73+
options:
74+
- Gradle
75+
- Maven
76+
- IntelliJ
77+
default: 0
78+
validations:
79+
required: true
80+
81+
- type: textarea
82+
id: additional_context
83+
attributes:
84+
label: Additional context
85+
description: 'Example: context size, source language, etc.'
86+
placeholder: "Any other information that can help us"
87+
validations:
88+
required: false
+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: "Compatibility"
2+
description: "Explyt Spring plugin compatibility issues"
3+
title: "[COMPATIBILITY]"
4+
labels: ["compatibility"]
5+
assignees: []
6+
7+
body:
8+
- type: textarea
9+
id: problem
10+
attributes:
11+
label: Problem Description
12+
description: "Describe the compatibility issue you are experiencing"
13+
validations:
14+
required: false
15+
16+
- type: textarea
17+
id: steps
18+
attributes:
19+
label: Steps to Reproduce
20+
description: "Provide steps on how to reproduce the issue"
21+
placeholder: "1. "
22+
validations:
23+
required: false
24+
25+
- type: input
26+
id: intellij_idea_version
27+
attributes:
28+
label: IntelliJ IDEA Version
29+
description: "Type IntelliJ IDEA version here"
30+
placeholder: "example: 2024.2.1"
31+
validations:
32+
required: false
33+
34+
- type: input
35+
id: plugin_version
36+
attributes:
37+
label: Plugin version
38+
description: "Type plugin version here"
39+
placeholder: "example: 2024.233.1861"
40+
validations:
41+
required: false
42+
43+
- type: input
44+
id: operation_system
45+
attributes:
46+
label: Operating System
47+
description: "Type Operating System here"
48+
placeholder: "example: macOS 12.3, Windows 10"
49+
validations:
50+
required: false
51+
52+
- type: input
53+
id: dependencies
54+
attributes:
55+
label: Other Dependencies
56+
description: "Type other Dependencies (if applicable)"
57+
placeholder: "example: JDK, plugins ..."
58+
validations:
59+
required: false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: "Feature request"
2+
description: "Suggest an idea for the Explyt Spring plugin"
3+
title: "[FEATURE]"
4+
labels: ["feature-request"]
5+
assignees: []
6+
7+
body:
8+
9+
- type: dropdown
10+
id: type-problem
11+
attributes:
12+
label: Component
13+
description: "Select the problem component you faced"
14+
options:
15+
- Inspection
16+
- Navigation gutter
17+
- References
18+
- Autocompletion
19+
- Usages
20+
- Properties
21+
- OpenAPI
22+
- Slow operation on EDT
23+
- Other
24+
default: 0
25+
validations:
26+
required: false
27+
28+
- type: textarea
29+
id: problem
30+
attributes:
31+
label: Describe the problem
32+
description: "A clear and concise description of what the problem is"
33+
validations:
34+
required: false
35+
36+
- type: textarea
37+
id: solution
38+
attributes:
39+
label: Describe the solution
40+
description: "A clear and concise description of what you want to happen"
41+
validations:
42+
required: false
43+
44+
- type: textarea
45+
id: context
46+
attributes:
47+
label: Additional context
48+
description: "Add any relevant screenshots, sketches, or links to explain the request further. This could include similar features in other plugins or IDEs, performance implications, etc."
49+
validations:
50+
required: false
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "Ask a Question"
2+
description: "Ask any question about using the Explyt Spring plugin"
3+
title: "[QUESTION] "
4+
labels: ["question"]
5+
assignees: []
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
**Question**
12+
_Write your question below. Make sure to include as much detail as possible so we can help you effectively._
13+
14+
- type: textarea
15+
id: question
16+
attributes:
17+
label: "Your Question"
18+
description: "Please describe your question in detail"
19+
placeholder: "Enter your question here"
20+
render: text

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/workflows/build.yaml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: test
2+
3+
on:
4+
push:
5+
6+
env:
7+
BRANCH_NAME: $GITHUB_REF_NAME
8+
BUILD_NUMBER: $GITHUB_RUN_ID
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout sources
15+
uses: actions/checkout@v4
16+
- name: Setup Java
17+
uses: actions/setup-java@v4
18+
with:
19+
distribution: 'zulu'
20+
java-version: 21
21+
- name: Setup Gradle
22+
uses: gradle/actions/setup-gradle@v3
23+
- name: Build with Gradle
24+
run: ./gradlew --stacktrace --info --warning-mode all :spring-bootstrap:test -Dfile.encoding=UTF8
25+
- name: Publish Test Report
26+
uses: mikepenz/action-junit-report@v5
27+
if: success() || failure() # always run even if the previous step fails
28+
with:
29+
report_paths: 'modules/**/build/test-results/test/TEST-*.xml'
30+
31+

.github/workflows/release.yaml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: release
2+
3+
on:
4+
push:
5+
branches:
6+
- 'release/**'
7+
8+
env:
9+
BRANCH_NAME: $GITHUB_REF_NAME
10+
BUILD_NUMBER: $GITHUB_RUN_ID
11+
12+
jobs:
13+
build:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Checkout sources
17+
uses: actions/checkout@v4
18+
- name: Setup Java
19+
uses: actions/setup-java@v4
20+
with:
21+
distribution: 'zulu'
22+
java-version: 21
23+
- name: Setup Gradle
24+
uses: gradle/actions/setup-gradle@v3
25+
- run: ESCAPED_BRANCH_NAME="$(echo "$BRANCH_NAME" | sed -e 's|release/||g' | sed -e 's|/|_|g' )"
26+
- name: Sign Plugin
27+
run: ./gradlew --info :spring-bootstrap:buildPlugin :spring-bootstrap:signPlugin :spring-bootstrap:publishPlugin -PsnapshotVersion=$BUILD_NUMBER -PdistFilePostfix=$ESCAPED_BRANCH_NAME-b$BUILD_NUMBER -PsetUntilVersion | tee build.log
28+
- name: Archive production artifacts
29+
uses: actions/upload-artifact@v4
30+
with:
31+
name: dist-without-markdown
32+
compression-level: 0
33+
retention-days: 5
34+
path: |
35+
modules/spring-bootstrap/build/distributions/*.zip
36+
build.log

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.gradle
2+
.idea
3+
*.iml
4+
*.iws
5+
/build
6+
/modules/*/build/
7+
out.map
8+
*.hprof
9+
.intellijPlatform
10+
*.DS_Store
11+
!.idea/copyright
12+
!.idea/scopes

.idea/copyright/explyt.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/scopes/all_kt_java_kts_files_exclude_generated.xml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.run/Run Plugin.run.xml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Run Plugin" type="GradleRunConfiguration" factoryName="Gradle">
3+
<log_file alias="idea.log" path="$PROJECT_DIR$/build/idea-sandbox/system/log/idea.log" />
4+
<ExternalSystemSettings>
5+
<option name="executionName" />
6+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
7+
<option name="externalSystemIdString" value="GRADLE" />
8+
<option name="scriptParameters" value="" />
9+
<option name="taskDescriptions">
10+
<list />
11+
</option>
12+
<option name="taskNames">
13+
<list>
14+
<option value="spring-bootstrap:runIde" />
15+
</list>
16+
</option>
17+
<option name="vmOptions" value="-Didea.ProcessCanceledException=disabled" />
18+
</ExternalSystemSettings>
19+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
20+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
21+
<DebugAllEnabled>false</DebugAllEnabled>
22+
<RunAsTest>false</RunAsTest>
23+
<method v="2" />
24+
</configuration>
25+
</component>

0 commit comments

Comments
 (0)