(struts-intellij-plugin) 01/01: Merge pull request #1 from apache/feature/ip-clearance
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git commit c8793ecbc5dcf22b019241a053ea63061f2f964b Merge: 8bb4fd3 bc89d7e Author: Lukasz Lenart AuthorDate: Tue Jul 16 10:20:56 2024 +0200 Merge pull request #1 from apache/feature/ip-clearance Prepares IP Clearance form .github/workflows/gradle.yml | 44 .gitignore | 5 +- build.gradle.kts | 26 ++- docs/ip-clearance-struts-idea-plugin.xml | 237 + gradle/wrapper/gradle-wrapper.jar | Bin 60756 -> 43462 bytes gradle/wrapper/gradle-wrapper.properties | 4 +- gradlew| 41 ++-- gradlew.bat| 35 +-- settings.gradle.kts| 2 +- src/main/grammar/apache2.txt | 12 +- src/main/grammar/ognl.bnf | 24 ++- .../com/intellij/struts2/Struts2IconProvider.java | 25 ++- .../java/com/intellij/struts2/Struts2Icons.java| 17 +- .../struts2/Struts2PresentationProvider.java | 13 +- .../struts2/Struts2ProblemFileHighlightFilter.java | 13 +- .../struts2/dom/struts/constant/package-info.java | 21 +- .../com/intellij/struts2/facet/package-info.java | 21 +- .../java/com/intellij/struts2/facet/struts2.xml| 22 +- .../struts2/facet/ui/FeaturesConfigurationTab.form | 18 ++ .../struts2/facet/ui/FileSetConfigurationTab.form | 18 ++ .../intellij/struts2/facet/ui/FileSetEditor.form | 18 ++ .../intellij/struts2/facet/ui/package-info.java| 21 +- .../intellij/struts2/freemarker/package-info.java | 19 ++ .../ConstantValueConverterClassContributor.java| 20 +- .../struts2/model/jam/convention/package-info.java | 21 +- .../intellij/struts2/model/jam/package-info.java | 21 +- .../resolve/variable/OgnlVariableReference.java| 21 +- .../struts2/preview/Struts2UrlConverter.java | 19 +- .../intellij/struts2/reference/package-info.java | 21 +- .../struts2/reference/web/package-info.java| 21 +- .../lang/ognl/OgnlCodeInsightSanityTest.java | 21 +- .../java/com/intellij/lang/ognl/OgnlTestUtils.java | 25 ++- .../intellij/lang/ognl/OgnlTypedHandlerTest.java | 37 ++-- .../ognl/completion/OgnlCompletionTestCase.java| 25 ++- .../OgnlFqnTypeExpressionCompletionTest.java | 24 ++- .../ognl/completion/OgnlKeywordCompletionTest.java | 25 ++- .../OgnlVariableExpressionCompletionTest.java | 25 ++- .../lang/ognl/formatting/OgnlFormattingTest.java | 25 ++- .../ognl/highlight/OgnlHighlightingLexerTest.java | 31 +-- .../intellij/lang/ognl/lexer/OgnlLexerTest.java| 31 +-- .../lang/ognl/template/OgnlLiveTemplatesTest.java | 25 ++- src/test/testData/configsSearcher/struts.xml | 22 +- src/test/testData/freemarker/MyTestAction.java | 19 ++ .../testData/gutterJava/actionClass/MyAction.java | 21 +- .../com/MyValidationAction-validation.xml | 22 +- .../actionClass/com/MyValidationAction.java| 22 +- .../struts-actionClass-multiple_mappings.xml | 22 +- .../gutterJava/actionClass/struts-actionClass.xml | 22 +- .../gutterJava/actionClass/struts-validation.xml | 22 +- .../testData/gutterJsp/actionClass/MyAction.java | 21 +- .../jsp/test_gutter_action_attribute.jsp | 21 +- .../actionClass/jsp/test_gutter_name_attribute.jsp | 21 +- .../gutterJsp/actionClass/struts-actionClass.xml | 22 +- .../hardcodedUrl/customActionExtension.jsp | 21 +- .../hardcodedUrl/customActionExtension_after.jsp | 21 +- .../jsp/inspection/hardcodedUrl/customTag.jsp | 21 +- .../inspection/hardcodedUrl/customTag_after.jsp| 21 +- .../jsp/inspection/hardcodedUrl/dynamic.jsp| 21 +- .../testData/jsp/inspection/hardcodedUrl/host.jsp | 21 +- .../jsp/inspection/hardcodedUrl/method.jsp | 21 +- .../jsp/inspection/hardcodedUrl/method_after.jsp | 21 +- .../jsp/inspection/hardcodedUrl/multiParams.jsp| 21 +- .../inspection/hardcodedUrl/multiParamsEscaped.jsp | 21 +- .../hardcodedUrl/multiParamsEscaped_after.jsp | 21 +- .../inspection/hardcodedUrl/multiParams_after.jsp | 21 +- .../jsp/inspection/hardcodedUrl/namespace.jsp | 21 +- .../inspection/hardcodedUrl/namespace_after.jsp| 21 +- .../jsp/inspection/hardcodedUrl/oneParam.jsp | 21 +- .../jsp/inspection/hardcodedUrl/oneParam_after.jsp | 21 +- .../jsp/inspection/hardcodedUrl/protocol.jsp | 21 +- .../jsp/inspection/hardcodedUrl/simple.jsp | 21 +- .../hardcodedUrl/simpleTaglibPrefixDefined.jsp | 21 +- .../simpleTaglibPrefixDefined_after.jsp| 21 +- .../jsp/inspection/hardcodedUrl/simple_after.jsp | 21 +- ...
(struts-intellij-plugin) branch main updated (8bb4fd3 -> c8793ec)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git from 8bb4fd3 Struts 2 moved to obsolete plugins add 598b2fb Prepares IP Clearance form add 8ea7956 Updates header with proper license add 9c49dd5 Uses Gradle RAT plugin add 7116158 Adds missing headers to test data files add 3d50d31 Adds GH Actions workflow add edcaab7 Upgrades gradle wrapper add 1b64e8a Upgrades to the latest IDEA version add bc89d7e Uses proper build task new c8793ec Merge pull request #1 from apache/feature/ip-clearance The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/gradle.yml | 44 .gitignore | 5 +- build.gradle.kts | 26 ++- docs/ip-clearance-struts-idea-plugin.xml | 237 + gradle/wrapper/gradle-wrapper.jar | Bin 60756 -> 43462 bytes gradle/wrapper/gradle-wrapper.properties | 4 +- gradlew| 41 ++-- gradlew.bat| 35 +-- settings.gradle.kts| 2 +- src/main/grammar/apache2.txt | 12 +- src/main/grammar/ognl.bnf | 24 ++- .../com/intellij/struts2/Struts2IconProvider.java | 25 ++- .../java/com/intellij/struts2/Struts2Icons.java| 17 +- .../struts2/Struts2PresentationProvider.java | 13 +- .../struts2/Struts2ProblemFileHighlightFilter.java | 13 +- .../struts2/dom/struts/constant/package-info.java | 21 +- .../com/intellij/struts2/facet/package-info.java | 21 +- .../java/com/intellij/struts2/facet/struts2.xml| 22 +- .../struts2/facet/ui/FeaturesConfigurationTab.form | 18 ++ .../struts2/facet/ui/FileSetConfigurationTab.form | 18 ++ .../intellij/struts2/facet/ui/FileSetEditor.form | 18 ++ .../intellij/struts2/facet/ui/package-info.java| 21 +- .../intellij/struts2/freemarker/package-info.java | 19 ++ .../ConstantValueConverterClassContributor.java| 20 +- .../struts2/model/jam/convention/package-info.java | 21 +- .../intellij/struts2/model/jam/package-info.java | 21 +- .../resolve/variable/OgnlVariableReference.java| 21 +- .../struts2/preview/Struts2UrlConverter.java | 19 +- .../intellij/struts2/reference/package-info.java | 21 +- .../struts2/reference/web/package-info.java| 21 +- .../lang/ognl/OgnlCodeInsightSanityTest.java | 21 +- .../java/com/intellij/lang/ognl/OgnlTestUtils.java | 25 ++- .../intellij/lang/ognl/OgnlTypedHandlerTest.java | 37 ++-- .../ognl/completion/OgnlCompletionTestCase.java| 25 ++- .../OgnlFqnTypeExpressionCompletionTest.java | 24 ++- .../ognl/completion/OgnlKeywordCompletionTest.java | 25 ++- .../OgnlVariableExpressionCompletionTest.java | 25 ++- .../lang/ognl/formatting/OgnlFormattingTest.java | 25 ++- .../ognl/highlight/OgnlHighlightingLexerTest.java | 31 +-- .../intellij/lang/ognl/lexer/OgnlLexerTest.java| 31 +-- .../lang/ognl/template/OgnlLiveTemplatesTest.java | 25 ++- src/test/testData/configsSearcher/struts.xml | 22 +- src/test/testData/freemarker/MyTestAction.java | 19 ++ .../testData/gutterJava/actionClass/MyAction.java | 21 +- .../com/MyValidationAction-validation.xml | 22 +- .../actionClass/com/MyValidationAction.java| 22 +- .../struts-actionClass-multiple_mappings.xml | 22 +- .../gutterJava/actionClass/struts-actionClass.xml | 22 +- .../gutterJava/actionClass/struts-validation.xml | 22 +- .../testData/gutterJsp/actionClass/MyAction.java | 21 +- .../jsp/test_gutter_action_attribute.jsp | 21 +- .../actionClass/jsp/test_gutter_name_attribute.jsp | 21 +- .../gutterJsp/actionClass/struts-actionClass.xml | 22 +- .../hardcodedUrl/customActionExtension.jsp | 21 +- .../hardcodedUrl/customActionExtension_after.jsp | 21 +- .../jsp/inspection/hardcodedUrl/customTag.jsp | 21 +- .../inspection/hardcodedUrl/customTag_after.jsp| 21 +- .../jsp/inspection/hardcodedUrl/dynamic.jsp| 21 +- .../testData/jsp/inspection/hardcodedUrl/host.jsp | 21 +- .../jsp/inspection/hardcodedUrl/method.jsp | 21 +- .../jsp/inspection/hardcodedUrl/method_after.jsp | 21 +- .../jsp/inspection/hardcodedUrl/multiParams.jsp| 21 +- .../inspection/hardcodedUrl/multiParamsEscaped.jsp | 21 +- .../hardcodedUrl/multiParamsEscaped_after.jsp | 21 +- .../inspection/hardcodedUrl/multiParams_after.jsp | 21 +- .../jsp/inspection/hardcodedU
(struts-intellij-plugin) branch feature/ip-clearance deleted (was bc89d7e)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/ip-clearance in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git was bc89d7e Uses proper build task The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-intellij-plugin) branch feature/asf-yaml created (now c57c013)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/asf-yaml in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git at c57c013 Sets proper .asf.yaml to configure the repo This branch includes the following new commits: new c57c013 Sets proper .asf.yaml to configure the repo The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
(struts-intellij-plugin) 01/01: Sets proper .asf.yaml to configure the repo
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/asf-yaml in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git commit c57c0135ec8cb5a7aa2cc69b81f57474adf661fb Author: Lukasz Lenart AuthorDate: Tue Jul 16 10:24:00 2024 +0200 Sets proper .asf.yaml to configure the repo --- .asf.yaml | 27 +++ 1 file changed, 27 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000..26880f9 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,27 @@ +# Documentation https://s.apache.org/asfyaml +notifications: + commits: commits@struts.apache.org + # Send all issue emails (new, closed, comments) to issues@ + issues: iss...@struts.apache.org + # Send new/closed PR notifications to commits@ + pullrequests_status: notificati...@struts.apache.org + # Send individual PR comments/reviews to issues@ + pullrequests_comment: notificati...@struts.apache.org + # Link opened PRs with JIRA + jira_options: link label worklog + +github: + del_branch_on_merge: true + protected_branches: +master: + # contexts are the names of checks that must pass. + contexts: +- gradle + required_pull_request_reviews: +# it does not work because our github teams are private/secret, see INFRA-25666 +require_code_owner_reviews: false +required_approving_review_count: 0 + autolink_jira: +- WW + dependabot_alerts: true + dependabot_updates: true
(struts-intellij-plugin) branch feature/WW-5445-struts6 updated (45d0f28 -> 0ab4d96)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/WW-5445-struts6 in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git discard 45d0f28 WW-5445 Adds support for Struts 6 add 598b2fb Prepares IP Clearance form add 8ea7956 Updates header with proper license add 9c49dd5 Uses Gradle RAT plugin add 7116158 Adds missing headers to test data files add 3d50d31 Adds GH Actions workflow add edcaab7 Upgrades gradle wrapper add 1b64e8a Upgrades to the latest IDEA version add bc89d7e Uses proper build task add c8793ec Merge pull request #1 from apache/feature/ip-clearance add 0ab4d96 WW-5445 Adds support for Struts 6 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (45d0f28) \ N -- N -- N refs/heads/feature/WW-5445-struts6 (0ab4d96) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/gradle.yml | 44 .gitignore | 5 +- build.gradle.kts | 20 ++ docs/ip-clearance-struts-idea-plugin.xml | 237 + gradle/wrapper/gradle-wrapper.jar | Bin 60756 -> 43462 bytes gradle/wrapper/gradle-wrapper.properties | 4 +- gradlew| 41 ++-- gradlew.bat| 35 +-- settings.gradle.kts| 2 +- src/main/grammar/apache2.txt | 12 +- src/main/grammar/ognl.bnf | 24 ++- .../com/intellij/struts2/Struts2IconProvider.java | 25 ++- .../java/com/intellij/struts2/Struts2Icons.java| 17 +- .../struts2/Struts2PresentationProvider.java | 13 +- .../struts2/Struts2ProblemFileHighlightFilter.java | 13 +- .../struts2/dom/struts/constant/package-info.java | 21 +- .../com/intellij/struts2/facet/package-info.java | 21 +- .../java/com/intellij/struts2/facet/struts2.xml| 22 +- .../struts2/facet/ui/FeaturesConfigurationTab.form | 18 ++ .../struts2/facet/ui/FileSetConfigurationTab.form | 18 ++ .../intellij/struts2/facet/ui/FileSetEditor.form | 18 ++ .../intellij/struts2/facet/ui/package-info.java| 21 +- .../intellij/struts2/freemarker/package-info.java | 19 ++ .../ConstantValueConverterClassContributor.java| 20 +- .../struts2/model/jam/convention/package-info.java | 21 +- .../intellij/struts2/model/jam/package-info.java | 21 +- .../resolve/variable/OgnlVariableReference.java| 21 +- .../struts2/preview/Struts2UrlConverter.java | 19 +- .../intellij/struts2/reference/package-info.java | 21 +- .../struts2/reference/web/package-info.java| 21 +- .../lang/ognl/OgnlCodeInsightSanityTest.java | 21 +- .../java/com/intellij/lang/ognl/OgnlTestUtils.java | 25 ++- .../intellij/lang/ognl/OgnlTypedHandlerTest.java | 37 ++-- .../ognl/completion/OgnlCompletionTestCase.java| 25 ++- .../OgnlFqnTypeExpressionCompletionTest.java | 24 ++- .../ognl/completion/OgnlKeywordCompletionTest.java | 25 ++- .../OgnlVariableExpressionCompletionTest.java | 25 ++- .../lang/ognl/formatting/OgnlFormattingTest.java | 25 ++- .../ognl/highlight/OgnlHighlightingLexerTest.java | 31 +-- .../intellij/lang/ognl/lexer/OgnlLexerTest.java| 31 +-- .../lang/ognl/template/OgnlLiveTemplatesTest.java | 25 ++- src/test/testData/configsSearcher/struts.xml | 22 +- src/test/testData/freemarker/MyTestAction.java | 19 ++ .../testData/gutterJava/actionClass/MyAction.java | 21 +- .../com/MyValidationAction-validation.xml | 22 +- .../actionClass/com/MyValidationAction.java| 22 +- .../struts-actionClass-multiple_mappings.xml | 22 +- .../gutterJava/actionClass/struts-actionClass.xml | 22 +- .../gutterJava/actionClass/struts-validation.xml | 22 +- .../testData/gutterJsp/actionClass/MyAction.java | 21 +- .../jsp/test_gutter_action_attribute.jsp | 21 +- .../actionClass/jsp/test_gutter_name_attribute.jsp | 21 +- .../gutterJsp/actionClass/struts-actionClass.xml | 22 +- .../hardcodedUrl/customActionExtension.jsp | 21 +- .../hardcodedUrl/customActionExtension_after.jsp | 21 +- .../jsp/inspection/hardcodedUrl/customTag.jsp
(struts-intellij-plugin) 01/01: Merge pull request #3 from apache/feature/asf-yaml
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git commit b630e187b3ba43f0559333c490969ba270650b24 Merge: c8793ec c57c013 Author: Lukasz Lenart AuthorDate: Tue Jul 16 10:33:57 2024 +0200 Merge pull request #3 from apache/feature/asf-yaml Sets proper .asf.yaml to configure the repo .asf.yaml | 27 +++ 1 file changed, 27 insertions(+)
Error while running github feature from refs/heads/main:.asf.yaml in struts-intellij-plugin!
An error occurred while running github feature in .asf.yaml!: [GitHub] Request error with message: "Branch not found". (status code: 404)
(struts-intellij-plugin) branch feature/asf-yaml deleted (was c57c013)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/asf-yaml in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git was c57c013 Sets proper .asf.yaml to configure the repo The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-intellij-plugin) branch main updated (c8793ec -> b630e18)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git from c8793ec Merge pull request #1 from apache/feature/ip-clearance add c57c013 Sets proper .asf.yaml to configure the repo new b630e18 Merge pull request #3 from apache/feature/asf-yaml The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .asf.yaml | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 .asf.yaml
(struts-intellij-plugin) branch feature/WW-5445-struts6 updated (0ab4d96 -> 492cf2f)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/WW-5445-struts6 in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git from 0ab4d96 WW-5445 Adds support for Struts 6 add 492cf2f WW-5445 Registers Struts 6.0 DTD No new revisions were added by this update. Summary of changes: .../java/com/intellij/struts2/Struts2ResourceProvider.java | 4 .../resources/dtds/{struts-2.5.dtd => struts-6.0.dtd} | 14 +- 2 files changed, 13 insertions(+), 5 deletions(-) copy src/main/resources/resources/dtds/{struts-2.5.dtd => struts-6.0.dtd} (91%)
(struts-intellij-plugin) branch fix/main-branch created (now b7d108d)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/main-branch in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git at b7d108d Uses main instead of master the main branch This branch includes the following new commits: new b7d108d Uses main instead of master the main branch The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
(struts-intellij-plugin) 01/01: Uses main instead of master the main branch
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/main-branch in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git commit b7d108de19bc5e1a19d862ef19e875a3fd746886 Author: Lukasz Lenart AuthorDate: Tue Jul 16 10:55:20 2024 +0200 Uses main instead of master the main branch --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 23bfcf9..a2a92fb 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -19,7 +19,7 @@ on: pull_request: push: branches: - - master + - main permissions: read-all
(struts-intellij-plugin) branch fix/main-branch updated (b7d108d -> 89b6f7d)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/main-branch in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git from b7d108d Uses main instead of master the main branch add 89b6f7d Upgrades to gradle/actions/setup-gradle@v3 No new revisions were added by this update. Summary of changes: .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(struts-intellij-plugin) branch main updated (b630e18 -> b72159f)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git from b630e18 Merge pull request #3 from apache/feature/asf-yaml add b7d108d Uses main instead of master the main branch add 89b6f7d Upgrades to gradle/actions/setup-gradle@v3 new b72159f Merge pull request #4 from apache/fix/main-branch The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
(struts-intellij-plugin) 01/01: Merge pull request #4 from apache/fix/main-branch
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git commit b72159ff8e987b108244839f07b92004ad122e98 Merge: b630e18 89b6f7d Author: Lukasz Lenart AuthorDate: Tue Jul 16 11:01:17 2024 +0200 Merge pull request #4 from apache/fix/main-branch Uses main instead of master the main branch .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Error while running github feature from refs/heads/main:.asf.yaml in struts-intellij-plugin!
An error occurred while running github feature in .asf.yaml!: [GitHub] Request error with message: "Branch not found". (status code: 404)
(struts-intellij-plugin) branch fix/main-branch deleted (was 89b6f7d)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch fix/main-branch in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git was 89b6f7d Upgrades to gradle/actions/setup-gradle@v3 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(struts-intellij-plugin) branch feature/readme created (now 6cc96b3)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/readme in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git at 6cc96b3 Adds basic README This branch includes the following new commits: new 6cc96b3 Adds basic README The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
(struts-intellij-plugin) 01/01: Adds basic README
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/readme in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git commit 6cc96b35f96eb2a61fa724c191b371c1e9aa765d Author: Lukasz Lenart AuthorDate: Tue Jul 16 11:05:36 2024 +0200 Adds basic README --- README.md | 27 +++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 000..f688360 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ + +Apache Struts IntelliJ IDEA plugin +--- + +[](https://github.com/apache/struts-intellij-plugin/actions/workflows/gradle.yml) + +This is a plugin to support development of Apache Struts based web applications using IntelliJ IDEA. + +## Documentation + +Questions related to the usage of the plugin should be posted to the [user mailing list](https://struts.apache.org/mail.html). +Any issues should be reported using JIRA and [IDEA plugin](https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%20component%20%3D%20%22IDEA%20Plugin%22) component.
(struts-intellij-plugin) branch main updated (b72159f -> b39ac19)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git from b72159f Merge pull request #4 from apache/fix/main-branch add 6cc96b3 Adds basic README new b39ac19 Merge pull request #5 from apache/feature/readme The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: README.md | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 README.md
(struts-intellij-plugin) 01/01: Merge pull request #5 from apache/feature/readme
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git commit b39ac19e4d067fa56d791767daf631c40312115b Merge: b72159f 6cc96b3 Author: Lukasz Lenart AuthorDate: Tue Jul 16 11:17:22 2024 +0200 Merge pull request #5 from apache/feature/readme Adds basic README README.md | 27 +++ 1 file changed, 27 insertions(+)
Error while running github feature from refs/heads/main:.asf.yaml in struts-intellij-plugin!
An error occurred while running github feature in .asf.yaml!: [GitHub] Request error with message: "Branch not found". (status code: 404)
(struts-intellij-plugin) branch feature/readme deleted (was 6cc96b3)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch feature/readme in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git was 6cc96b3 Adds basic README The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.