This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 6ba8971fa GUACAMOLE-1754: Merge automatic PR verification builds.
add a765e3448 GUACAMOLE-1765: Use maven-frontend-plugin instead of
jasmine-frontend-plugin to fix docker build.
add bf6396433 GUACAMOLE-1765: Switch to firefox browser.
add bd12ac9bc GUACAMOLE-1765: Disable tests by default so the build
doesn't require firefox.
add 860cb1930 GUACAMOLE-1765: Merge changes migrating JS unit tests to
frontend-maven-plugin and headless Firefox.
new b8770589f Merge 1.5.1 changes back to master.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Dockerfile | 14 +-
guacamole-common-js/.gitignore | 2 +
.../karma-ci.conf.js | 49 +-
guacamole-common-js/package-lock.json | 2778 ++++++++++++++++++++
guacamole-common-js/package.json | 8 +
guacamole-common-js/pom.xml | 106 +-
guacamole-docker/bin/build-guacamole.sh | 19 +-
7 files changed, 2925 insertions(+), 51 deletions(-)
copy
guacamole-ext/src/main/java/org/apache/guacamole/properties/FileGuacamoleProperty.java
=> guacamole-common-js/karma-ci.conf.js (53%)
create mode 100644 guacamole-common-js/package-lock.json
create mode 100644 guacamole-common-js/package.json