luccioman
b57a06d88e
Let Heroku decide which http port to use
8 years ago
luccioman
66fea8add1
Reverted maven version specification
...
This was not the cause of build failure.
8 years ago
luccioman
0c7f6b8b4e
Set log level to FINE to have more details
8 years ago
luccioman
c63dca1708
Experiment on Heroku starting in Intranet mode as default
8 years ago
luccioman
2278519197
Added PORT env variable for heroku
8 years ago
luccioman
48c2b31833
Merge branch 'heroku' of
...
https://github.com/luccioman/yacy_search_server.git into heroku
Conflicts:
libbuild/GitRevMavenTask/src/GitRevMavenTask.java
8 years ago
luccioman
343638d98e
Prevent build failing when .git is missing
8 years ago
luccioman
858dd4d80f
Prevent build failing when .git is missing
8 years ago
luccioman
7ecc64aca3
Added a system config file for heroku.
...
Explicitely set maven version to the same version of Debian Jessie, as
build on herolu dashboard with maven 3.3.9 fails.
8 years ago
reger
22db449f2a
to prevent crawler to concurrently access and alter same crawl queue
...
after restart, put hosthash in queue's filename (which is used as primary
key for crawl queue. Hint: initial hosthash from url and recalculated hosthash
from just hostname:port are not the same.
fixes http://mantis.tokeek.de/view.php?id=668 (partially)
8 years ago
Andreas
b8713fa01a
Upload .gitignore from original rep - 3nd try
8 years ago
Andreas
f887ca9b10
Add files via upload
8 years ago
Andreas
76cc809f2a
Upload .gitignore from original rep
8 years ago
luccioman
68f6419255
Added Heroku config files
...
- .env : environment variables to build and run YaCy with Heroku
- Procfile : command line used to start YaCy with Heroku
Tested with heroku local
8 years ago
luccioman
f35587d6f6
Ignore maven build repositories
8 years ago
reger
2cc4e56010
upd to Solr 5.5.2
8 years ago
Orbiter
50c5ddf1a1
Merge pull request #56 from luccioman/LibreJS
...
LibreJS compliance : YaCy JavaScript license information
8 years ago
Orbiter
c9ec0d0311
Merge pull request #55 from luccioman/docker
...
Improve Docker image security, size and reliability
8 years ago
Orbiter
82f40aefb5
Merge pull request #47 from reelsense/patch-2
...
Distilled sentence - ConfigNetwork_p
8 years ago
Michael Peter Christen
9175e92cd4
new development cycle
8 years ago
Michael Peter Christen
bb8d03bdac
release 1.90
8 years ago
Michael Peter Christen
634e48309b
another peer list update
8 years ago
Michael Peter Christen
7466d390b2
small refactoring + do not accept too old peers during bootstrap
8 years ago
reger
fcc29c36f0
test case for HostBalancer issue in intranet mode
...
with file:// protocol, 2 hostqueues accessing same cache file concurrently
http://mantis.tokeek.de/view.php?id=668
Reason seems to be diff. hosthash key of hostqueues on reopen.
Internal queue key and external representation (directoryname currently hostname.port) must be adjusted to fix it (not done yet).
8 years ago
Michael Peter Christen
16420e5507
added another principal peer
8 years ago
luccioman
fc958230c4
Added instructions for log control and upgrade
8 years ago
luccioman
adc657004d
Merge remote-tracking branch 'origin/master' into docker
8 years ago
reger
8d58a48029
remove wrong log line in CrawlSwitchboard
...
+ don't allow CrawlSwitchboard to exit application
making network param unused
8 years ago
reger
7bac756720
prevent dealing with -UNRESOLVED_PATTERN- eventID parameter in html includes
...
on first landing on search page
8 years ago
reger
900ec17d1a
add de hint translation for CrawlStartScanner_p
...
rem missing translation line in other lng
9 years ago
reger
5aaa057c65
ignore empty input lines in FileUtils.getListArray() to poka joke blacklist read.
...
equalizes behavior with getListString()
improves: case were blacklist file contained a undesired empty line, not
fixed by blacklist-cleaner.
9 years ago
sixcooler
5523998fdf
rise limit of reversion to >9999
9 years ago
reger
b71a60c04b
fix NPE in CrawlMonitorRemoteStart servlet due to missing startURL
...
+ add a startURL attribute while generating news record for above (in Crawler_p)
9 years ago
reger
fb7af84d57
remove redundant/unused translation in ru.lng, unify Network.html header
...
+ dto. in uk.lng and comment-out some German leftovers.
+ upd master.lng accordingly
9 years ago
reger
41c36ffd75
exclude rejected results from result count
...
(by using the resultcontainer.size instead of input docList.size)
skip waiting for write-search-result-to-local-index
(by removing the Thread.join - which will bring a small performance increase)
9 years ago
reger
a476d06aec
wiki header code test string add "closing" tag
9 years ago
reger
d4da4805a8
internal wiki code, require header line to start with markup
...
(to allow something like "one=two" as text)
+ incl. test case
9 years ago
reger
1122c9f0e8
add maven release profile plugin version (following maven's suggestion)
...
+ upd some plugin version
9 years ago
reger
54207c821b
fix missing quote in gr.lng, it.lng, add sentence in master.lng.xlf
...
and remove 2 not needed entries
9 years ago
luccioman
3dfa7cdcec
Merge remote-tracking branch 'origin/master' into docker
9 years ago
reger
64a40c48d0
upd to slf4j-api-1.7.21.jar with related jars
9 years ago
Orbiter
5fbe8b8d23
Merge pull request #58 from luccioman/responsive
...
Make YaCy usable on small screen devices
9 years ago
reger
457f20d101
upd to pdfbox-2.0.2.jar
9 years ago
reger
3ee2c417f3
upd to httpcore-4.4.5.jar
9 years ago
reger
c7e2f08f2d
Add a tranlation master (locales/master.lng.xlf) in xlf format.
...
This is used by Translator servlet to present text to be translated for
all languages. The file was created by the entries of the 2 best maintained
languages (ru.lng and de.lng).
+ add view translation to de.lng and harmonize some entries to master.lng.xlf
9 years ago
reger
8602a62bc9
fr.lng add entry for Performance_p.html, submenuDesign.template
...
correct some quoted entries and equalize some keys to common
9 years ago
reger
f1be40eb07
Translator servlet filename drop-down list on "filter untranslated" switch,
...
filter list to contain only files with not translated items
9 years ago
luccioman
692aab1318
Merge remote-tracking branch 'origin/master' into responsive
9 years ago
luccioman
bae3c9bc4b
Merge remote-tracking branch 'origin/master' into docker
9 years ago
reger
a3ac6ca7df
add button (Translator servlet) to switch one already translated line in edit mode
9 years ago