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
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
reger24
9766f93fe6
revert the gradle build back to ANT (to be able to build J7Zip manually using preferred build tool.
2 years ago
Michael Christen
b0623396cb
Update FUNDING.yml
2 years ago
Zhizhen He
ba087c8c12
fix typo
2 years ago
Michael Peter Christen
309adb814e
fixed import of jsonlist imort from searchlab.eu using a direct URL
2 years ago
Michael Peter Christen
5ddc794bb9
code cleanup in http clieant
2 years ago
Michael Peter Christen
62d177bf59
stub for jsonlist index importer web page
2 years ago
Michael Peter Christen
efa0425f00
refactoring: moved jsonlist importer to importer class
2 years ago
Michael Peter Christen
49daa32a88
yacy can now read searchlab export dump files
...
using the surrogate input process:
- copy the searchlab export file to DATA/SURROGATE/in
- the file is processed automatically and then moved to
DATA/SURROGATE/OUT
2 years ago
Michael Peter Christen
32e6a5f903
for some strange reason there is no javaw in temurin, only java
2 years ago
Michael Peter Christen
6042dd99c6
reduced danger that Tray does not initialize
2 years ago
Michael Christen
61b27217b9
throttle number of DNS requests:
...
as soon as the number of requests is > 50, there is a forced delay
of (10 * (requests - 50)) milliseconds. That means that once the number
of DNS requests reach 150, there is a one second delay to each request.
This shall prevent that a remote DNS is flooded with request and
possibly gets damaged.
This is also a fix/enhancement for
https://github.com/yacy/yacy_search_server/issues/513
2 years ago
Michael Christen
99174282d8
try to shut down in a bit more ordered way
...
inspired by https://github.com/yacy/yacy_search_server/issues/518
2 years ago
Michael Christen
1b825df086
possible fix for
...
https://github.com/yacy/yacy_search_server/issues/496#issuecomment-1268710276
2 years ago
Michael Peter Christen
a0ddc168e2
upgraded a large number of libraries to latest
2 years ago
Michael Peter Christen
f475ecbd0b
upgraded jetty to 9.4.41.v20210516
2 years ago
Michael Peter Christen
482f507e65
upgraded solr from 8.8.1 to 8.9.0
...
should hopefully fix
https://github.com/yacy/yacy_search_server/issues/496
because it includes https://issues.apache.org/jira/browse/SOLR-13034
2 years ago
Michael Peter Christen
d49f937b98
added iso,apk,dmg to extension-deny list
...
see also https://github.com/yacy/yacy_search_server/issues/510
zip is not on the list because it can be parsed
2 years ago
Michael Peter Christen
761dbdf06d
increases log history length to 10000
...
implements https://github.com/yacy/yacy_search_server/issues/512
2 years ago
Michael Peter Christen
0970a79bbf
attempt to fix https://github.com/yacy/yacy_search_server/issues/517
2 years ago