Skip to content

Commit

Permalink
Merge branch 'master' into aecio/dedup
Browse files Browse the repository at this point in the history
  • Loading branch information
aecio committed May 10, 2018
2 parents e026aeb + a4d8951 commit 6193742
Show file tree
Hide file tree
Showing 11 changed files with 3,620 additions and 1,951 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/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- 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.

## Version 0.10.0 (2018-01-16)

Expand Down
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/"
}
}

0 comments on commit 6193742

Please sign in to comment.