-
Notifications
You must be signed in to change notification settings - Fork 756
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 #1 from isuruRuhu/handle-codeaction-failing-scenarios
Handle codeaction failing scenarios
- Loading branch information
Showing
2,342 changed files
with
150,467 additions
and
37,504 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,34 +1,9 @@ | ||
codecov: | ||
ci: | ||
- travis | ||
- !appveyor # ignore CI builds by AppVeyor | ||
require_ci_to_pass: no | ||
|
||
fixes: | ||
- "ballerina/lang$0046*/*/::langlib/lang.*/src/main/ballerina/" | ||
|
||
ignore: | ||
- "compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/parser/antlr4" # ignore ANTLR4 generated sources | ||
- "**/tests" | ||
|
||
coverage: | ||
status: | ||
project: | ||
default: off | ||
integration: | ||
flags: integrationtests | ||
unittests: | ||
target: 50% | ||
flags: unittests | ||
|
||
flags: | ||
integrationtests: | ||
paths: | ||
- ./tests/ballerina-tools-integration-test | ||
- ./tests/jballerina-integration-test | ||
unittests: | ||
paths: | ||
- ./composer | ||
- ./misc | ||
- ./language-server | ||
- ./tests/ballerina-spec-conformance-tests | ||
- ./tests/ballerina-compiler-plugin-test | ||
- ./tests/ballerina-unit-test | ||
- ./bvm | ||
- ./stdlib |
9 changes: 8 additions & 1 deletion
9
.github/issue_template.md → .github/ISSUE_TEMPLATE/type_bug.md
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,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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: 'Close stale pull requests' | ||
|
||
on: | ||
schedule: | ||
- cron: '30 19 * * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v3 | ||
with: | ||
stale-pr-message: 'This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the `stale` label is removed or commented.' | ||
close-pr-message: 'Closed PR due to inactivity for more than 18 days.' | ||
days-before-pr-stale: 15 | ||
days-before-pr-close: 3 | ||
days-before-issue-stale: -1 | ||
days-before-issue-close: -1 |
Oops, something went wrong.