Michael Christen
|
a348146d8f
|
setting connect host to 0.0.0.0
|
1 year ago |
okybaca
|
61a1389107
|
added a restartYACY.sh script
|
1 year ago |
okybaca
|
3afb2aadc2
|
added link to faq and more ant build instructions to README
|
2 years ago |
Michael Peter Christen
|
1c0f50985c
|
fixed documentation and some details of handling of keywords
|
2 years ago |
Michael Christen
|
5cb7dc1fd7
|
Merge pull request #568 from joestr/patch-1
replace Travis CI badge with GitHub CI badge
|
2 years ago |
Joel Strasser
|
52753993c9
|
replace Travis CI badge with GitHub CI badge
Replaces Travis CI build status badge with the one from the GitHub workflow
|
2 years ago |
Michael Christen
|
552dff19d7
|
Merge pull request #567 from frankenstein91/archLinuxDocker
Arch linux docker
|
2 years ago |
Frank Tornack
|
2aa3181e7f
|
build fix
imported the changes from 541a1d2448 by hand
|
2 years ago |
Michael Christen
|
84c797f53d
|
fixed condition in workflow
|
2 years ago |
Michael Christen
|
3472bcb4d3
|
patched a 'java.lang.NoSuchMethodError: com.twelvemonkeys.imageio.util.IIOUtil.lookupProviderByName' problem which occurred only on ARM
|
2 years ago |
Michael Christen
|
f7b6e98ed7
|
Merge pull request #562 from thkoch2001/fix-warnings
Fix warnings
|
2 years ago |
Michael Christen
|
0e87ad14c3
|
Merge pull request #564 from thkoch2001/disable_github_actions_on_fork
skip github jobs on forks
|
2 years ago |
Michael Christen
|
5cf23121a5
|
fixed build problem from https://github.com/yacy/yacy_search_server/issues/566
|
2 years ago |
Frank Tornack
|
7b95de41ce
|
update to apache-ant-1.10.13
|
2 years ago |
Frank Tornack
|
4fb89e351d
|
Merge remote-tracking branch 'yacy/master' into archLinuxDocker
|
2 years ago |
Michael Peter Christen
|
d8f26cb6a7
|
larger link structure image
|
2 years ago |
Michael Peter Christen
|
a157d01bb5
|
increased network image size limit for linuxtage poster
|
2 years ago |
Thomas Koch
|
d9d1bc8c65
|
skip github jobs on forks
I get scary emails from github about failed jobs for every commit pushed to my
yacy fork. But the jobs should not run on my forked repo in the first place.
This problem is not unique to yacy:
https://github.com/actions/runner/issues/859
Alternatively every contributor could disable workflows in the settings of
their fork repo:
https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow
|
2 years ago |
Thomas Koch
|
ffd66bc1b4
|
turn compiler warnings on again
closes #561
|
2 years ago |
Thomas Koch
|
6bca836f49
|
fix 3 javac warnings: redundant cast
see GitHub issue #561 for context
[javac] /home/thk/git/yacy_search_server/source/net/yacy/htroot/ConfigAccounts_p.java:85: warning: [cast] redundant cast to YaCyHttpServer
[javac] final YaCyHttpServer jhttpserver = (YaCyHttpServer)sb.getHttpServer();
[javac] ^
[javac] /home/thk/git/yacy_search_server/source/net/yacy/htroot/ConfigUser_p.java:156: warning: [cast] redundant cast to YaCyHttpServer
[javac] final YaCyHttpServer jhttpserver = (YaCyHttpServer) sb.getHttpServer();
[javac] ^
[javac] /home/thk/git/yacy_search_server/source/net/yacy/htroot/ConfigUser_p.java:167: warning: [cast] redundant cast to YaCyHttpServer
[javac] final YaCyHttpServer jhttpserver = (YaCyHttpServer) sb.getHttpServer();
|
2 years ago |
okybaca
|
3230df6e2b
|
link to english wiki
|
2 years ago |
Michael Christen
|
dc619cc971
|
Merge pull request #556 from LilithHafner/patch-1
Add install link to README.md
|
2 years ago |
Lilith Orion Hafner
|
b6d06206d2
|
Add install link
|
2 years ago |
Michael Christen
|
177c87b916
|
Merge pull request #554 from frankenstein91/fixVideoLink
quick and dirty fix for Video Link
|
2 years ago |
Michael Christen
|
382e0450d9
|
Merge pull request #553 from frankenstein91/archLinuxDocker
Arch linux docker using GraalVM
|
2 years ago |
Frank Tornack
|
24d1cd1beb
|
quick and dirty fix for Video Link
https://github.com/yacy/yacy_search_server/issues/549
|
2 years ago |
Frank Tornack
|
740cbfd875
|
yacy is working in container
|
2 years ago |
Frank Tornack
|
1a15de864d
|
build Yacy in the Docker file
|
2 years ago |
Frank Tornack
|
108b8c7ac3
|
Parallel compilation
|
2 years ago |
Frank Tornack
|
98aa6fbfea
|
start new Docker Image
try to build a Yacy docker using graalvm
|
2 years ago |
Michael Christen
|
9012fe4519
|
extended error message
|
2 years ago |
Michael Christen
|
74104ff2d3
|
fix to timeout
|
2 years ago |
Michael Peter Christen
|
9fcd8f1bda
|
added canonical filter
attention: this is on by default!
(it should do the right thing)
|
2 years ago |
Michael Peter Christen
|
5a52b01c09
|
front-end integration of tag valency
|
2 years ago |
Michael Peter Christen
|
7f728bb4b4
|
crawl profile storage extension for tag valency
|
2 years ago |
Michael Christen
|
4304e07e6f
|
crawl profile adoption to new tag valency attribute
|
2 years ago |
Michael Peter Christen
|
5acd98f4da
|
introduction of tag-to-indexing relation TagValency
|
2 years ago |
Michael Christen
|
95e02e5291
|
Merge pull request #535 from hezhizhen/typo
fix typo
|
2 years ago |
Michael Peter Christen
|
ab3ef87abf
|
fixed exec start command where a path contains spaces
|
2 years ago |
Michael Peter Christen
|
17eec667fb
|
better release number representation
|
2 years ago |
Michael Peter Christen
|
b1199e97f8
|
enabling new update location release.yacy.net
with new version numbers
|
2 years ago |
Michael Peter Christen
|
5d9587fc1d
|
removed deprecated networks
|
2 years ago |
Michael Peter Christen
|
66169d1aad
|
default build properties to remove barrier developing in IDE
environments
|
2 years ago |
reger24
|
d6731e3e3a
|
Merge branch 'master' of https://github.com/yacy/yacy_search_server
|
2 years ago |
reger24
|
bc5d91469e
|
delete gradle wrapper props
|
2 years ago |
Burkhard
|
1d7ef94641
|
Delete settings.gradle
|
2 years ago |
Burkhard
|
57a6b18b94
|
Delete pom.xml
|
2 years ago |
Burkhard
|
50a1999a87
|
Delete gradlew.bat
|
2 years ago |
Burkhard
|
63fbb154b5
|
Delete gradlew
|
2 years ago |
Burkhard
|
bb9ae8207f
|
Delete build.gradle
|
2 years ago |