Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Do not use deprecated constructors of Double and Boolean

    • -2
    • +2
    ./lamsfoundation/lams/tool/deploy/Deploy.java
  1. … 34 more files in changeset.
LDEV-5440 Further code upgrade to conform new WF libraries

  1. … 57 more files in changeset.
LDEV-5440 Refactor packages of imported classes

  1. … 471 more files in changeset.
LDEV-5440 Rewrite config files and library references

  1. … 948 more files in changeset.
LDEV-4951 Remove traces of MCQ tool from other modules

  1. … 192 more files in changeset.
LDEV-4664 Make Tool Deployer compatible with Java 11

Also update libraries.

  1. … 17 more files in changeset.
LDEV-4402 Upgrade to MySQL 8.0.11

This server version requires a newer connector and server time zone

settings.

  1. … 13 more files in changeset.
LDEV-4180: Remove patches for dropping DB tables as we never use them.

    • -14
    • +1
    ./lamsfoundation/lams/tool/deploy/Deploy.java
  1. … 32 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

    • -1
    • +1
    ./lamsfoundation/lams/tool/deploy/DBTask.java
    • -1
    • +1
    ./lamsfoundation/lams/tool/deploy/Deploy.java
  1. … 1015 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

    • -1
    • +1
    ./lamsfoundation/lams/tool/deploy/DBTask.java
    • -1
    • +1
    ./lamsfoundation/lams/tool/deploy/Deploy.java
  1. … 554 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -53
    • +51
    ./lamsfoundation/lams/tool/deploy/DBTask.java
    • -11
    • +12
    ./lamsfoundation/lams/tool/deploy/Deploy.java
    • -209
    • +220
    ./lamsfoundation/lams/tool/deploy/DeployConfig.java
  1. … 2106 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -53
    • +51
    ./lamsfoundation/lams/tool/deploy/DBTask.java
    • -11
    • +12
    ./lamsfoundation/lams/tool/deploy/Deploy.java
    • -209
    • +220
    ./lamsfoundation/lams/tool/deploy/DeployConfig.java
  1. … 1846 more files in changeset.
LDEV-3275: Move lams-dictionary.jar back to lams.ear as it is a module defined in application.xml and these can not reside in lib dir.

  1. … 1 more file in changeset.
LDEV-3275: Move tool JARs to EAR/lib for automatic detection.

  1. … 4 more files in changeset.
LDEV-3275: Add default constructors as XStream requires them when run on Java 7+. An upgrade to newer (1.4.4+) XStream is advised.

  1. … 1 more file in changeset.
LDEV-2899 There is no need for /db/sql/updatescripts/** sql updates anymore as we use autopatch ever since. So we can remove according folders

    • -9
    • +0
    ./lamsfoundation/lams/tool/deploy/Deploy.java
  1. … 46 more files in changeset.
LDEV-2450 Changing the combined tool language file directories so that they point to a logical name instead of a number, that makes updates much easier.

Basically made minor changes to the build and deploy tool process for combined tools. And a couple of db updates

  1. … 7 more files in changeset.
Fixing format of file

Merge lams2_3 to head (including things not merged last time due to eclipse's merge wizard not handling the lams2_3 start point as expected)

  1. … 165 more files in changeset.
Merge lams2_3 into head

  1. … 125 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

    • -206
    • +178
    ./lamsfoundation/lams/tool/deploy/Deploy.java
  1. … 118 more files in changeset.
use Sun 120 formatting standard

    • -172
    • +138
    ./lamsfoundation/lams/tool/deploy/ToolDBRemoveToolEntriesTask.java
LDEV-1916 fix tool deployer to remove patch table entry when cleaning tool db entries

  1. … 1 more file in changeset.
LDEV-1916 making toolDBVersionScriptPath value optional for tool deployer for better compatibility with existing tools, since it isn't critical for tool deployment or operation

    • -1
    • +4
    ./lamsfoundation/lams/tool/deploy/Deploy.java
  1. … 1 more file in changeset.
LDEV-1916 adding autopatch to tools, including db_version_insert.sql script to tool deployer

    • -0
    • +1
    ./lamsfoundation/lams/tool/deploy/Deploy.java
  1. … 69 more files in changeset.
Updatated UpdatToolContextPath to allow for fionas new improvements to the tool deployer for 2.1

LI-161: Replacing / in windows paths to \ to make all the paths consistent.

  1. … 1 more file in changeset.
LI-161: Generate special version of deploy.xml for tools that has a generic parameter in the place of the drive paths. This is turned on in common.properties (generate for installer) in lams_build. Only use this option if you are writing an installer/updater.

  1. … 1 more file in changeset.
LI-161: Generate special version of deploy.xml for tools that has a generic parameter in the place of the drive paths. This is turned on in common.properties (generate for installer) in lams_build. Only use this option if you are writing an installer/updater.

    • -2
    • +2
    ./lamsfoundation/lams/tool/deploy/Deploy.java
  1. … 16 more files in changeset.
For the 2.1 updaters

This copies adds any exisitng non defualt tool contexts from the database to the web.xmls of central monitoring and learning. It also updates the application.xml if the tool web project is not listed

    • -0
    • +170
    ./lamsfoundation/lams/tool/deploy/AddCustomWebXmlContexts.java