Fix (regression): reimplements SET SCHEMA for AS/400 (already done in GIT).
FIX: Implement setSchema for AS400 driver [APPS-004H]
FIX: Implement setSchema for AS400 driver [APPS-004H]
Fix: adds quote in setSchema if necessary [APPS-X18]
using KopiUtils.toSql() under PostgresDriverInterface.setSchema method to avoid SQL injection attacks.
Debug: adds comments where code must be changed to avoid SQL injection attacks.
create setSchema function under DriverInterface then override it under other drivers
fix code style
checking if schema isn't null and empty to set it & adding quotes to schema if we are using posgres driver
new branch Kopi-X18
delete branch kopi-X18
new branch kopi-X18
delete kopi-X18
adding test on schema to set it if isn't empty & adding quote if we are using the postgres driver
branch kopi-X18
throws DBDeadLockException instead of LockTimeoutException [APPS-U97]
Enhance comment [APPS-U97]
Enhance comment in PostgresDriverInterface class [APPS-U97]
Adding LockTimeoutException exception and throw it when lock_not_available error [APPS-U97]
Adding Custom exception due to lock timeout [APPS-U97]
Declaration fixes [APPS-R98]
Splitting build.gradle.kts to seperate tasks and project declarations [APPS-R98]
Declarations fixes [APPS-R98]
Fixes in script executor task and in modules declarations [APPS-R98]
Changin build order between modules [APPS-R98]
Changing modules build order [APPS-R98]
Adding gradle tasks: jcc, lexinc, copyProperties, clean-classes and javadoc [APPS-R98]
Fix jcc and create jcc subtasks jccGrammar , jccGrm1dep and jccGrm2dep [APPS-R70]
Fix tasks implementation [APPS-R70]
Fix JavaD subtasks task : mdocu [APPS-R71]
Copy msgdef from R69 [APPS-R71]
Copy optdef from R69 [APPS-R71]
Delete optdef and msgdef from R71 [APPS-R71]
Copy msgdef from R69 [APPS-R70]
Copy optdef from R69 [APPS-R70]
Delete optdef [APPS-R70]
Delete msgdef.kt [APPS-R70]
Fix JavaD subtasks and copyproperties task : mdocu [APPS-R71]
Copy common from APPS-R69 [APPS-R71]
Delete common directory [APPS-R71]
Copy common from APPS-R69 [APPS-R70]
Delete common directory [APPS-R70]
Fix JavaD subtask : mdocu [APPS-R71]
Fix JavaD subtasks : javadocdirs , javadocsrcs , mdocu [APPS-R71]
Adding ressources and scriptexecutor tasks [APPS-R98]
Fix mdocu [APPS-R71]
Fix JavaD subtasks : javadocdirs , javadocsrcs , mdocu [APPS-R71]
Fixing XkjcCompiler task error (No input file given) [APPS-R98]
Create JavaD subtasks : javadocdirs , javadocsrcs , mdocu [APPS-R71]
Adding xkjcCompiler, clean-all and clean-classes tasks [APPS-R98]
Copying gradle files [APPS-R69]
Copy commun functions of buildSrc [APPS-R69]
Adding gradle tasks xkjc, clean-all et clean-classes to kopi [APPS-R98]
Corrections in MsgDef and OptDef tasks [APPS-R69]
Fix msgDef tasks implementation for multiple messageFiles in package [APPS-R70]
Adding copysource feature to javac task [APPS-R69]
Adding sourcepath to javac task [APPS-R69]
Adding Tokdef and Jflex tasks + tasks dependencies enhancements [APPS-R69]
Fix jcc and lexinc and msgDef tasks implementation [APPS-R70]
Fix jcc and lexinc tasks implementation [APPS-R70]
Fix inPackage order declaration [APPS-R70]
ADD task copyProperties [APPS-R71]
Create new branch for APPS-R71 [APPS-R71]
Delete task to add later to kopi-R71 [APPS-R70]
Fix files for gradle in kopi-R70 [APPS-R70]
Copy buildSrc from Kopi-R69 [APPS-R70]
Delete buildSrc/ [APPS-R70]
Delete to fix wrong copy [APPS-R70]
Fix Jcc [APPS-R70]
Declare variables in Module.kt [APPS-R70]
ADD variables and Fix build.gradle [APPS-R70]
Copy gradle/ from kopi-R69 [APPS-R70]
Copy buildSrc from Kopi-R69 [APPS-R70]
Fix build.gradle.kts [APPS-R70]
ADD Tasks copyProperties , jcc and lexinc
Indentation fix + enable to read version and defalutlocale from environment variables [APPS-R69]
filter return mutableList instead of List [APPS-R69]
Adding a parameter allowing to build a specific folder within the project [APPS-R69]
package selection correction [APPS-R69]
Adding MsgDef and OptDef in buildSrc [APPS-R69]
Copy build.gradle.kts from kopi-R69 [APPS-R70]
Copy buildSrc/ from kopi-R69 [APPS-R70]
Create kopi-R70 branch from kopi [APPS-R70]
Correction of build.gradle.kts [APPS-R69]
Adding gradle to kopi project. Creating a javac task [APPS-R69]
The goal to use gradle to build the project. This branch is to add the gradle tasks javac, tokdef and jflex [APPS-R69]
Ext: Added the Label package [APPS-P54]
Adding the feature of login in Vaadin14 (incomplete) [APPS-P53]
Adding VPopup [APPS-P53]
Fix: correction Partie 2
Adding VScrollablePanel [APPS-P53]
Fix: removed VScrollablePanel.java
Fix: header update
Ext: Upgrade of VMoreActorsItem, VAnchor, VTabSheet and VScrollablePanel
Adding Icons.java VButton.java VGlobalLinks.java VInputPassword.java VLinkGroup.java [APPS-P53]
Adding VUpload component. [APPS-P53]
Migrating the VFileUpload component. [APPS-P53]
Fix : Indentation [APPS-P53]
Remove unused import [APPS-P53]
Fix: some inadequate names in JavaDoc