Skip to content

Commit 21d4bac

Browse files
committed
Merge remote-tracking branch 'upstream/main' into feature/related-work-annotator
2 parents e9383ea + 733546b commit 21d4bac

File tree

208 files changed

+462
-358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+462
-358
lines changed

.github/workflows/binaries.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
displayName: linux-arm
148148
archivePortable: tar -c -C jabgui/build/packages/ubuntu-22.04-arm JabRef | pigz --rsyncable > jabgui/build/packages/ubuntu-22.04-arm/JabRef-portable_linux_arm64.tar.gz && rm -R jabgui/build/packages/ubuntu-22.04-arm/JabRef
149149
archivePortableJabKit: tar -c -C jabkit/build/packages/ubuntu-22.04-arm jabkit | pigz --rsyncable > jabkit/build/packages/ubuntu-22.04-arm/jabkit-portable_linux_arm64.tar.gz && rm -R jabkit/build/packages/ubuntu-22.04-arm/jabkit
150-
archivePortableJabLS: tar -c -C jabls-cli/build/packages/ubuntu-22.04-arm jabls | pigz --rsyncable > jabls-cli/build/packages/ubuntu-22.04-arm/jabls-cli-portable_linux_arm64.tar.gz && rm -R jabls-cli/build/packages/ubuntu-22.04-arm/jabls
150+
archivePortableJabLS: tar -c -C jabls-cli/build/packages/ubuntu-22.04-arm jabls | pigz --rsyncable > jabls-cli/build/packages/ubuntu-22.04-arm/jabls-portable_linux_arm64.tar.gz && rm -R jabls-cli/build/packages/ubuntu-22.04-arm/jabls
151151
suffix: '_arm64'
152152
archForDebianRepack: '_arm64'
153153
- os: windows-latest
@@ -168,7 +168,7 @@ jobs:
168168
displayName: macOS-arm
169169
archivePortable: 7z a -r jabgui/build/packages/macos-15/JabRef-portable_macos-arm.zip ./jabgui/build/packages/macos-15/JabRef.app && rm -R jabgui/build/packages/macos-15/JabRef.app
170170
archivePortableJabKit: 7z a -r jabkit/build/packages/macos-15/jabkit-portable_macos-arm.zip ./jabkit/build/packages/macos-15/jabkit.app && rm -R jabkit/build/packages/macos-15/jabkit.app
171-
archivePortableJabLS: 7z a -r jabls-cli/build/packages/macos-15/jabls-portable_macos-arm.zip ./jabls-cli/build/packages/macos-15/jabkit.app && rm -R jabls-cli/build/packages/macos-15/jabls.app
171+
archivePortableJabLS: 7z a -r jabls-cli/build/packages/macos-15/jabls-portable_macos-arm.zip ./jabls-cli/build/packages/macos-15/jabls.app && rm -R jabls-cli/build/packages/macos-15/jabls.app
172172
suffix: '_arm64'
173173
archForDebianRepack: ''
174174
runs-on: ${{ matrix.os }}
@@ -342,7 +342,7 @@ jobs:
342342
rsync -rt --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r --itemize-changes --stats --rsync-path="mkdir -p /var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }} && rsync" -e 'ssh -p 9922 -i sshkey -o StrictHostKeyChecking=no' jabls-cli/build/packages/${{ matrix.os }}/ [email protected]:/var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }}/ || true
343343
- name: Upload to GitHub workflow artifacts store (macOS)
344344
if: ${{ (startsWith(matrix.os, 'macos')) && (needs.conditions.outputs.should-notarize == 'true') }}
345-
uses: actions/upload-artifact@v4
345+
uses: actions/upload-artifact@v5
346346
with:
347347
# tbn = to-be-notarized
348348
name: JabRef-${{ matrix.os }}-tbn
@@ -428,7 +428,7 @@ jobs:
428428
runs-on: ${{ matrix.os }}
429429
steps:
430430
- name: Download from GitHub workflow artifacts store (macOS)
431-
uses: actions/download-artifact@v5
431+
uses: actions/download-artifact@v6
432432
with:
433433
name: JabRef-${{ matrix.os }}-tbn
434434
- name: Notarize dmg

.github/workflows/gource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
mv ./gource/gource.mp4 ${{ matrix.file }}
7474
7575
- name: Upload gource video
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: Gource-${{ matrix.file }}
7979
path: ${{ matrix.file }}

.github/workflows/latex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
working-directory: ${{ matrix.directory }}
100100

101101
- name: Upload build result
102-
uses: actions/upload-artifact@v4
102+
uses: actions/upload-artifact@v5
103103
with:
104104
name: PDF-${{ matrix.tex }}
105105
path: |

.github/workflows/on-issue-comment.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,25 @@ jobs:
2020
# If this is updated, also update the number at unassign-issues.yml
2121
days_until_unassign: 21
2222
maintainers: 'koppor,Siedlerchr,ThiloteE,calixtus,HoussemNasri,subhramit,InAnYan,LinusDietz'
23-
assigned_comment: |
23+
assigned_comment: >
2424
👋 Hey @{{ handle }}, thank you for your interest in this issue! 🎉
2525
26-
We're excited to have you on board. Start by exploring our [Contributing](https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md) guidelines, and don't forget to check out our [workspace setup guidelines](https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace) to get started smoothly.
2726
28-
For questions on JabRef functionality and the code base, you can consult the [JabRef Guru](https://gurubase.io/g/jabref) or ask on our Gitter chat.
27+
We're excited to have you on board.
28+
Start by exploring our [Contributing guidelines](https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md), and set up your local development workspace by following the steps in our [workspace setup guidelines](https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace) to get started smoothly.
29+
30+
31+
For questions on JabRef functionality, you can consult the [JabRef Guru](https://gurubase.io/g/jabref).
32+
For questions related to the codebase, please start using [DeepWiki](https://deepwiki.com/JabRef/jabref).
33+
2934
3035
In case you encounter failing tests during development, please check our [developer FAQs](https://devdocs.jabref.org/code-howtos/faq.html)!
3136
32-
Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on [JabRef's Gitter chat](https://gitter.im/JabRef/jabref). And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback.
37+
38+
Still facing issues or having more questions?
39+
Feel free to ask here on GitHub or on [JabRef's Gitter chat](https://gitter.im/JabRef/jabref).
40+
Please don't hesitate to open a (draft) pull request early on to show the direction you are heading towards if unsure.
41+
3342
3443
Happy coding! 🚀
3544
assignment_suggestion_comment: >

.github/workflows/on-pr-opened-updated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: Create pr_number.txt
4343
run: echo "${{ github.event.number }}" > pr_number.txt
44-
- uses: actions/upload-artifact@v4
44+
- uses: actions/upload-artifact@v5
4545
with:
4646
name: pr_number
4747
path: pr_number.txt

.github/workflows/pr-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
- name: Create pr_number.txt
7575
run: echo "${{ github.event.number }}" > pr_number.txt
76-
- uses: actions/upload-artifact@v4
76+
- uses: actions/upload-artifact@v5
7777
with:
7878
name: pr_number
7979
path: pr_number.txt

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Download PR number
3434
if: ${{ github.event_name != 'workflow_dispatch' }}
35-
uses: actions/download-artifact@v5
35+
uses: actions/download-artifact@v6
3636
continue-on-error: true
3737
with:
3838
name: pr_number

.github/workflows/pr-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
steps:
140140
- name: Create pr_number.txt
141141
run: echo "${{ github.event.number }}" > pr_number.txt
142-
- uses: actions/upload-artifact@v4
142+
- uses: actions/upload-artifact@v5
143143
with:
144144
name: pr_number
145145
path: pr_number.txt

.github/workflows/pr-modifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
steps:
114114
- name: Create pr_number.txt
115115
run: echo "${{ github.event.number }}" > pr_number.txt
116-
- uses: actions/upload-artifact@v4
116+
- uses: actions/upload-artifact@v5
117117
with:
118118
name: pr_number
119119
path: pr_number.txt

.github/workflows/tests-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- name: Create pr_number.txt
3737
run: echo "${{ github.event.number }}" > pr_number.txt
38-
- uses: actions/upload-artifact@v4
38+
- uses: actions/upload-artifact@v5
3939
with:
4040
name: pr_number
4141
path: pr_number.txt

0 commit comments

Comments
 (0)