Skip to content

Commit

Permalink
Merge branch 'master' into crash_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 committed Jan 31, 2024
2 parents f3602c9 + 062b393 commit fb1de9b
Show file tree
Hide file tree
Showing 89 changed files with 19,353 additions and 10,434 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Issues_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
#Remove the " character in the issue title and replaced with -
- name: Remove conflicting chars
uses: frabert/replace-string-action@v2.4
uses: frabert/replace-string-action@v2.5
id: remove_quotations
with:
pattern: "\""
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Remove conflicting chars
env:
ISSUE_BODY: ${{github.event.issue.body}}
uses: frabert/replace-string-action@v2.4
uses: frabert/replace-string-action@v2.5
id: remove_quotations
with:
pattern: "\""
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dynamo_post_bin_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "DIFF=$(cat ${{ github.workspace }}/bin_diff_result/result.txt)" >> $GITHUB_OUTPUT
echo "TIMESTAMP=$(date +%Y-%m-%d-%H:%M:%S)" >> $GITHUB_OUTPUT
- name: Find Comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
id: find_comment
with:
issue-number: ${{ steps.set_details.outputs.PR_NUMBER }}
Expand All @@ -44,14 +44,14 @@ jobs:
direction: last
- name: Create comment
if: steps.find_comment.outputs.comment-id == '' && steps.set_details.outputs.DIFF != ''
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ steps.set_details.outputs.PR_NUMBER }}
body: |
${{ steps.set_details.outputs.DIFF }}
- name: Update comment
if: steps.find_comment.outputs.comment-id != '' && steps.set_details.outputs.DIFF != ''
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ steps.find_comment.outputs.comment-id }}
edit-mode: replace
Expand All @@ -60,7 +60,7 @@ jobs:
(♻️ Updated: ${{ steps.set_details.outputs.TIMESTAMP }})
- name: Update comment as resolved
if: steps.find_comment.outputs.comment-id != '' && steps.set_details.outputs.DIFF == ''
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ steps.find_comment.outputs.comment-id }}
edit-mode: replace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate changelog
id: generate_changelog
uses: metcalfc/changelog-generator@v4.2.0
uses: metcalfc/changelog-generator@v4.3.0
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
head-ref: ${{ github.event.inputs.head-ref }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ui_smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Publish Test Report
id: test_report
if: always()
uses: dorny/test-reporter@v1.7.0
uses: dorny/test-reporter@v1.8.0
with:
name: ${{ env.CHECK_NAME }}
path: reports/report.xml
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
$pr_comment | Out-File -FilePath pr_comment.md
- name: Find Comment
if: env.PR_NUMBER != ''
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
id: find_comment
with:
issue-number: ${{ env.PR_NUMBER }}
Expand All @@ -104,13 +104,13 @@ jobs:
direction: last
- name: Create comment
if: env.PR_NUMBER != '' && steps.find_comment.outputs.comment-id == ''
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ env.PR_NUMBER }}
body-path: pr_comment.md
- name: Update comment
if: env.PR_NUMBER != '' && steps.find_comment.outputs.comment-id != ''
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ steps.find_comment.outputs.comment-id }}
edit-mode: replace
Expand Down
Binary file not shown.
Binary file added doc/distrib/Samples/Data/icosohedron_points.xlsx
Binary file not shown.
67 changes: 38 additions & 29 deletions doc/distrib/Samples/en-US/Basics/Basics_Basic01.dyn

Large diffs are not rendered by default.

215 changes: 143 additions & 72 deletions doc/distrib/Samples/en-US/Basics/Basics_Basic02.dyn

Large diffs are not rendered by default.

232 changes: 164 additions & 68 deletions doc/distrib/Samples/en-US/Basics/Basics_Basic03.dyn

Large diffs are not rendered by default.

Loading

0 comments on commit fb1de9b

Please sign in to comment.