-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into refactoring/Upgrade-to-Spring-Boot-3
* main: (39 commits) No issue: Try to get build work on Windows No issue: Added gitattributes file #4618 - Resizing a span does not update annotations on disk #4616 - Option to disable displaying suggestions in sidebar curation mode #4554 - Allow displaying comments from annotators on hover when curating using curation sidebar on the annotation page No issue: Try to get build work on Windows #4610 - Annotations are misaligned when PDF pages vary in dimensions #4611 - Run the three SPARQL queries in the concept linker in parallel No issue: Added gitattributes file No issue: Enable matrix build #4557 - Bulk process page should not show processes from other projects #4596 - Ability to temporarily suspend recommenders #4603 - Bulk actions in search sidebar should not be greyed-out when in sidebar curation mode #4602 - Project-specific user preferences may be saved without a user #4603 - Bulk actions in search sidebar should not be greyed-out when in sidebar curation mode #4602 - Project-specific user preferences may be saved without a user #4600 - Error when exporting project during preference phase No issue: Fix example CSS file for custom XML format which was actually an SCSS file #4583 - Ability to configure layer visibility via a sidebar Remove <Proxy> directive as it shouldn't be necessary ... % Conflicts: % inception/inception-diam/src/main/java/de/tudarmstadt/ukp/inception/diam/service/DiamWebsocketController.java % inception/inception-kb/src/test/java/de/tudarmstadt/ukp/inception/kb/FullTextIndexUpgradeTest.java % inception/inception-recommendation/src/main/java/de/tudarmstadt/ukp/inception/recommendation/config/RecommenderServiceAutoConfiguration.java % inception/inception-recommendation/src/main/java/de/tudarmstadt/ukp/inception/recommendation/footer/RecommendationEventFooterPanel.java % inception/inception-ui-scheduling/src/main/java/de/tudarmstadt/ukp/inception/ui/scheduling/TaskMonitorPanel.java % inception/inception-websocket/pom.xml
- Loading branch information
Showing
183 changed files
with
3,986 additions
and
1,629 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 @@ | ||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
# means that files that GIT determines to be text files, will be | ||
# converted from CRLF -> LF upon being added to the repo, and | ||
# converted from LF -> LF or CRLF when checked out (depending on the platform, I think) | ||
# * text=auto | ||
|
||
# We force LF for all text files because we have Checkstyle set up in such a way | ||
# The "text" by itself says these files must be line-ending-conversion controlled on check-in / out | ||
# The internal repo form for these is always lf, | ||
# The eol=lf means on check-out do nothing, and on check-in, if the file has crlf, convert to lf | ||
* text eol=lf | ||
# *.sh text eol=lf | ||
|
||
# Make sure that these files are treated as binary so that newlines are preserved. | ||
# overrides GIT's determination if a file is text or not | ||
*.bin binary | ||
*.dump binary | ||
*.xcas binary | ||
*.xmi binary | ||
# next is probably the default | ||
*.pdf binary | ||
*.ser binary | ||
*.png binary | ||
*.jpg binary |
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
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
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
Oops, something went wrong.