forked from ballerina-platform/plugin-intellij
-
Notifications
You must be signed in to change notification settings - Fork 0
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 ballerina-platform#72 from ThemiraChathumina/balle…
…rina-swan-lake-version Introduce plugin support for Ballerina Swan Lake
- Loading branch information
Showing
1,860 changed files
with
44,957 additions
and
327,745 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: "Bug Report" | ||
about: "Report a bug if something is not working as expected" | ||
labels: 'Type/Bug' | ||
|
||
--- | ||
|
||
**Description:** | ||
<!-- Give a brief description of the bug --> | ||
|
||
**Steps to reproduce:** | ||
|
||
**Affected Versions:** | ||
|
||
**OS, DB, other environment details and versions:** | ||
|
||
**Related Issues (optional):** | ||
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> | ||
|
||
**Suggested Labels (optional):** | ||
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> | ||
|
||
**Suggested Assignees (optional):** | ||
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> |
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,22 @@ | ||
--- | ||
name: "Improvement Request" | ||
about: "Create an improvement request for an existing feature" | ||
labels: 'Type/Improvement' | ||
|
||
--- | ||
|
||
**Description:** | ||
<!-- Give a brief description of the improvement --> | ||
|
||
**Describe your problem(s)** | ||
|
||
**Describe your solution(s)** | ||
|
||
**Related Issues (optional):** | ||
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> | ||
|
||
**Suggested Labels (optional):** | ||
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> | ||
|
||
**Suggested Assignees (optional):** | ||
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> |
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,22 @@ | ||
--- | ||
name: "New Feature Request" | ||
about: "Create a new feature request" | ||
labels: 'Type/NewFeature' | ||
|
||
--- | ||
|
||
**Description:** | ||
<!-- Give a brief description of the new feature --> | ||
|
||
**Describe your problem(s)** | ||
|
||
**Describe your solution(s)** | ||
|
||
**Related Issues (optional):** | ||
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> | ||
|
||
**Suggested Labels (optional):** | ||
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> | ||
|
||
**Suggested Assignees (optional):** | ||
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> |
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,20 @@ | ||
--- | ||
name: "Task" | ||
about: "Create a task which you want to keep track" | ||
labels: 'Type/Task' | ||
|
||
--- | ||
|
||
**Description:** | ||
<!-- Give a brief description of the task --> | ||
|
||
**Describe your task(s)** | ||
|
||
**Related Issues (optional):** | ||
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> | ||
|
||
**Suggested Labels (optional):** | ||
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> | ||
|
||
**Suggested Assignees (optional):** | ||
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> |
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,23 @@ | ||
## Purpose | ||
> Describe the problems, issues, or needs driving this feature/fix and include links to related issues. | ||
Fixes #<Issue Number> | ||
|
||
## Approach | ||
> Describe how you are implementing the solutions along with the design details. | ||
## Samples | ||
> Provide high-level details about the samples related to this feature. | ||
## Remarks | ||
> List any other known issues, related PRs, TODO items, or any other notes related to the PR. | ||
## Check List | ||
- [ ] Read the [Contributing Guide](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md) | ||
- [ ] Added/updated necessary documentation | ||
- [ ] Checked Tooling Support | ||
- [ ] Added necessary tests | ||
- [ ] Unit Tests | ||
- [ ] Integration Tests | ||
- [ ] Increased Test Coverage | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
/* | ||
* Copyright (c) 2024, WSO2 LLC. (http://www.wso2.com) | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
*/ | ||
|
||
plugins { | ||
id "de.undercouch.download" | ||
} | ||
|
||
apply plugin: 'java-library' | ||
|
||
task downloadCheckstyleRuleFiles(type: Download) { | ||
src([ | ||
'https://raw.githubusercontent.com/wso2/code-quality-tools/v1.4/checkstyle/jdk-17/checkstyle.xml', | ||
'https://raw.githubusercontent.com/wso2/code-quality-tools/v1.4/checkstyle/jdk-17/suppressions.xml' | ||
]) | ||
overwrite false | ||
onlyIfNewer true | ||
dest buildDir | ||
} | ||
|
||
jar { | ||
enabled = false | ||
} | ||
|
||
clean { | ||
enabled = false | ||
} | ||
|
||
artifacts.add('default', file("$project.buildDir/checkstyle.xml")) { | ||
builtBy('downloadCheckstyleRuleFiles') | ||
} | ||
|
||
artifacts.add('default', file("$project.buildDir/suppressions.xml")) { | ||
builtBy('downloadCheckstyleRuleFiles') | ||
} |
Oops, something went wrong.