Skip to content

Commit

Permalink
Merge branch 'develop' into Feature/HCK-6796-fe-add-support-for-as-fl…
Browse files Browse the repository at this point in the history
…ex-column-property-for
  • Loading branch information
serhii-filonenko authored Jul 1, 2024
2 parents b483ac5 + 2573f66 commit f22a6ca
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
7 changes: 1 addition & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Author advertizement!

>[!CAUTION]
Don't forget to check that the base branch for the PR is '''develop''' and not the default '''main''' branch!

## Content

You have no Jira task for this PR? Describe your changes here...
Expand All @@ -13,4 +8,4 @@ You have no Jira task for this PR? Describe your changes here...

You feel the need to provide technical explanations? You can do it here...

...
...
2 changes: 1 addition & 1 deletion .github/workflows/fake-pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
name: Run PR tests (Plugins) (Plugins)
conclusion: success
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/jira_link_to_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
add-jira-description:
runs-on: ubuntu-latest
steps:
- uses: cakeinpanic/jira-description-action@v0.4.0
- uses: cakeinpanic/jira-description-action@v0.9.0
name: jira-description-action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
jira-token: ${{ secrets.JIRA_TOKEN }}
jira-base-url: https://hackolade.atlassian.net
skip-branches: '^(develop|main|master)$'
jira-project-key: 'HCK'
skip-branches: '^(develop|main|master)$' #optional
jira-project-key: 'HCK' #optional
use: 'both'
fail-when-jira-issue-not-found: false
4 changes: 4 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# IMPORTANT: DO NOT MODIFY THIS FILE!
# We configure SonarCloud through its web UI, not through this file. The property `sonar.tests` is an exception because
# there is no UI for it. See documentation here: https://docs.sonarsource.com/sonarcloud/advanced-setup/analysis-scope/
sonar.tests=test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Oracle",
"version": "0.2.2",
"version": "0.2.3",
"author": "hackolade",
"engines": {
"hackolade": "6.11.1",
Expand Down

0 comments on commit f22a6ca

Please sign in to comment.