Skip to content

Commit

Permalink
Merge branch 'master' into aecio/ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
aecio committed May 14, 2018
2 parents e992fea + 807ca23 commit 176df2c
Show file tree
Hide file tree
Showing 28 changed files with 5,553 additions and 3,650 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ config/config_docker_tor/data-*
.idea/
buildAndRun.sh
classes/
*.iml
*.iml
out/
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@
- Added tool (ache run ReplayCrawl) to replay old crawls using a new configuration file
- Added near-duplicate page detection using min-hashing and LSH
- Support ELASTIC format in Kafka data format (issue #155)
- Upgrade react-scripts to get rid of vulnerable transitive dependency (hoek:4.2.0)
- Upgrade npm version to 5.8.0 on gradle build script
- Changed `smile` target page classifier to use Platt's scaling only when the
parameter 'relevance_threshold' is provided in the `pageclassifier.yml` file.
- Added Ansible scripts for automatic deployment


## Version 0.10.0 (2018-01-16)

We are pleased to announce version 0.10.0 of ACHE Crawler! This release contains very important changes, which include support for running multiple crawlers in a single server (multi-tenancy), and the start of our migration to Apache License 2 (APLv2).
Expand Down
1,572 changes: 1,572 additions & 0 deletions ache-dashboard/README-create-react-app.md

Large diffs are not rendered by default.

1,586 changes: 29 additions & 1,557 deletions ache-dashboard/README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ache-dashboard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node {
// Enable automatic download and install local copy of Node/NPM
download = true
// Version of npm to use.
npmVersion = '5.6.0'
npmVersion = '5.8.0'
}

task build(type: NpmTask, dependsOn: [npmInstall]) {
Expand All @@ -16,4 +16,4 @@ task build(type: NpmTask, dependsOn: [npmInstall]) {
task install(type: Copy, dependsOn: build) {
from "${projectDir}/build/"
into "${rootProject.projectDir}/src/main/resources/public/"
}
}
Loading

0 comments on commit 176df2c

Please sign in to comment.