diff --git a/.travis.yml b/.travis.yml index d78ea5d9f..d9239161a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: node_js node_js: - "node" sudo: false +dist: trusty before_install: - export WAPPALYZER_ROOT=$TRAVIS_BUILD_DIR - export WAPPALYZER_NODE_PATH=$TRAVIS_BUILD_DIR @@ -27,9 +28,3 @@ cache: - node_modules env: - CXX=g++-4.8 -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-4.8 diff --git a/src/apps.json b/src/apps.json index dffea9b8f..06666d8a3 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2700,8 +2700,9 @@ "24" ], "icon": "Froala.svg", + "html": "class=\".*(fr-view|fr-box)", "implies": [ - "jQuery" + "jQuery", "Font Awesome" ], "website": "http://froala.com/wysiwyg-editor" }, @@ -3066,6 +3067,17 @@ "script": "apis\\.google\\.com/js/[a-z]*\\.js", "website": "http://plus.google.com" }, + "Google Search Appliance": { + "cats": [ + "22", + "29" + ], + "headers": { + "Server": "^Google\\sSearch\\sAppliance$" + }, + "icon": "Google Search Appliance.png", + "website": "https://enterprise.google.com/search" + }, "Google Sites": { "cats": [ "1" @@ -7433,6 +7445,18 @@ "script": "^https?://api\\.solvemedia\\.com/", "website": "http://solvemedia.com" }, + "SonarQubes": { + "cats": [ + "47" + ], + "env": "^Sonar(?:Measures|Request)$", + "meta": { + "application-name": "^SonarQubes$" + }, + "html": "SonarQube", + "icon": "sonar.png", + "website": "https://www.sonarqube.org/" + }, "SoundManager": { "cats": [ "12" diff --git a/src/icons/Google Search Appliance.png b/src/icons/Google Search Appliance.png new file mode 100644 index 000000000..2e1f97ece Binary files /dev/null and b/src/icons/Google Search Appliance.png differ diff --git a/src/icons/sonar.png b/src/icons/sonar.png new file mode 100644 index 000000000..cd565b061 Binary files /dev/null and b/src/icons/sonar.png differ