This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 5a6d995ede0d8f4527973711da755cf5653c7ca2 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 2 16:04:10 2016 +0200 remove yaml configuration files --- .../src/main/config/ObserveSwingApplication.yml | 531 --------------------- .../src/main/config/ObserveWebApplication.yml | 100 ---- 2 files changed, 631 deletions(-) diff --git a/application-swing-configuration/src/main/config/ObserveSwingApplication.yml b/application-swing-configuration/src/main/config/ObserveSwingApplication.yml deleted file mode 100644 index 2eac64d..0000000 --- a/application-swing-configuration/src/main/config/ObserveSwingApplication.yml +++ /dev/null @@ -1,531 +0,0 @@ -actions: -- !action - name: help - action: fr.ird.observe.application.swing.ObserveCLAction#help - aliases: - - -h - - --help - description: observe.action.commandline.help -- !action - name: helpUi - action: fr.ird.observe.application.swing.ObserveCLAction#helpUI - aliases: - - --help-ui - description: observe.action.commandline.help.ui -- !action - name: noMainUi - action: fr.ird.observe.application.swing.ObserveCLAction#disableMainUI - aliases: - - -n - - --no-main - description: observe.action.commandline.disable.main.ui -- !action - name: configureUi - action: fr.ird.observe.application.swing.ObserveCLAction#configure - aliases: - - --configure - description: observe.action.commandline.configure.ui -- !action - name: adminUi - action: fr.ird.observe.application.swing.ObserveCLAction#launchAdminUI - aliases: - - -a - - --admin - description: observe.action.commandline.launch.admin.ui -- !action - name: obstunaAdminUi - action: fr.ird.observe.application.swing.ObserveCLAction#launchObstunaAdminUI - aliases: - - --obstuna-admin - description: observe.action.commandline.launch.obstuna.admin.ui -- !action - name: h2ServerMode - action: fr.ird.observe.application.swing.ObserveCLAction#launchH2ServerMode - aliases: - - --h2-server - description: observe.action.commandline.launch.h2.server.mode -- !action - name: useJmx - action: fr.ird.observe.application.swing.ObserveCLAction#useJMX - aliases: - - --jmx - description: observe.action.commandline.use.jmx -- !action - name: createId - action: fr.ird.observe.application.swing.ObserveCLAction#createId - aliases: - - --create-id - description: observe.action.commandline.create.id -description: ObserveSwingApplicationConfig.description -options: -- !option - name: configFile - defaultValue: observeSwing.conf - description: observe.config.configFileName.description - final: true - key: config.file - transient: true - type: string -- !option - name: devMode - defaultValue: true - description: observe.config.devMode - final: true - key: observe.devMode - transient: true - type: Boolean -- !option - name: modelVersion - description: observe.model.version - final: true - key: observe.model.version - transient: true - type: version -- !option - name: dataDirectory - defaultValue: ${user.home}/.observe - description: observe.config.defaultDataDirectory.description - final: true - key: data.directory - transient: true - type: file -- !option - name: dbDirectory - defaultValue: ${data.directory}/db - description: observe.config.defaultLocalDbDirectory.description - final: true - key: db.directory - transient: true - type: file -- !option - name: initialDbDump - defaultValue: ${data.directory}/initial-database.sql.gz - description: observe.config.defaultInitialDbDump.description - key: initial.db.dump - type: file -- !option - name: backupDirectory - defaultValue: ${data.directory}/backup - description: observe.config.defaultBackupDirectory.description - final: true - key: backup.directory - transient: true - type: file -- !option - name: resourcesDirectory - defaultValue: ${data.directory}/resources-${version} - description: observe.config.defaultResourcesDirectory.description - final: true - key: resources.directory - transient: true - type: file -- !option - name: i18nDirectory - defaultValue: ${resources.directory}/i18n - description: observe.config.defaultI18nDirectory.description - final: true - key: i18n.directory - transient: true - type: file -- !option - name: reportDirectory - defaultValue: ${resources.directory}/report - description: observe.config.defaultReportDirectory.description - final: true - key: report.directory - transient: true - type: file -- !option - name: mapDirectory - defaultValue: ${resources.directory}/map - description: observe.config.defaultMapDirectory.description - final: true - key: map.directory - transient: true - type: file -- !option - name: validationReportDirectory - defaultValue: ${data.directory}/validation-report - description: observe.config.defaultValidationReportDirectory.description - final: true - key: validation.report.directory - transient: true - type: file -- !option - name: tmpDirectory - defaultValue: ${data.directory}/tmp - description: observe.config.defaultTmpDirectory.description - final: true - key: tmp.directory - transient: true - type: file -- !option - name: logConfigurationFile - defaultValue: ${resources.directory}/observe-log4j.properties - description: observe.config.logConfigurationFile.description - key: logConfigurationFile - transient: true - type: file -- !option - name: h2Login - defaultValue: sa - description: observe.config.h2.login.description - final: true - key: h2.username - transient: true - type: string -- !option - name: h2Password - defaultValue: sa - description: observe.config.h2.password.description - final: true - key: h2.password - transient: true - type: string -- !option - name: h2CanMigrate - defaultValue: true - description: observe.config.h2.can.migrate.description - key: h2.canMigrate - type: Boolean -- !option - name: h2ServerPort - defaultValue: 9093 - description: observe.config.h2.serverPort.description - key: h2.serverPort - type: Integer -- !option - name: obstunaUrl - defaultValue: jdbc:postgresql:///obstuna - description: observe.config.obstuna.url.description - key: obstuna.url - type: string -- !option - name: obstunaLogin - defaultValue: utilisateur - description: observe.config.obstuna.login.description - key: obstuna.username - type: string -- !option - name: obstunaPassword - defaultValue: - description: observe.config.obstuna.password.description - key: obstuna.password - transient: true - type: string -- !option - name: obstunaUseSslCert - defaultValue: false - description: observe.config.obstuna.useSsl.description - key: obstuna.useSsl - type: Boolean -- !option - name: obstunaCanMigrate - defaultValue: false - description: observe.config.pg.can.migrate.description - key: pg.canMigrate - type: Boolean -- !option - name: serverUrl - description: observe.config.server.url.description - key: server.url - type: url -- !option - name: serverLogin - defaultValue: - description: observe.config.server.login.description - key: server.login - type: string -- !option - name: serverPassword - defaultValue: - description: observe.config.server.password.description - key: server.password - type: string -- !option - name: serverDatabaseName - description: observe.config.server.dataBaseName.description - key: server.dataBaseName - type: string -- !option - name: defaultDbMode - defaultValue: USE_LOCAL - description: observe.config.defaultDbMode - key: defaultDbMode - type: fr.ird.observe.application.swing.configuration.constants.DbMode -- !option - name: defaultCreationMode - defaultValue: IMPORT_EXTERNAL_DUMP - description: observe.config.defaultCreationMode - key: defaultCreationMode - type: fr.ird.observe.application.swing.configuration.constants.CreationMode -- !option - name: storeRemoteStorage - defaultValue: true - description: observe.config.ui.storeRemoteStorage - key: ui.storeRemoteStorage - type: Boolean -- !option - name: loadLocalStorage - defaultValue: true - description: observe.config.ui.loadLocalStorage - key: ui.loadLocalStorage - type: Boolean -- !option - name: showMigrationProgression - defaultValue: true - description: observe.config.showMigrationProgression - key: showMigrationProgression - type: Boolean -- !option - name: showMigrationSql - defaultValue: true - description: observe.config.showMigrationSql - key: showMigrationSql - type: Boolean -- !option - name: showSql - defaultValue: false - description: observe.config.showSql - key: showSql - type: Boolean -- !option - name: changeSynchroSrc - defaultValue: false - description: observe.config.ui.changeSynchroSrc - key: ui.changeSynchroSrc - type: Boolean -- !option - name: showNumberEditorButton - defaultValue: true - description: observe.config.ui.showNumberEditorButton - key: ui.showNumberEditorButton - type: Boolean -- !option - name: autoPopupNumberEditor - defaultValue: false - description: observe.config.ui.autoPopupNumberEditor - key: ui.autoPopupNumberEditor - type: Boolean -- !option - name: showDateTimeEditorSlider - defaultValue: true - description: observe.config.ui.showTimeEditorSlider - key: ui.showTimeEditorSlider - type: Boolean -- !option - name: fullScreen - defaultValue: false - description: observe.config.ui.fullscreen - key: ui.fullscreen - type: Boolean -- !option - name: locale - defaultValue: fr_FR - description: observe.config.ui.locale - key: ui.locale - type: java.util.Locale -- !option - name: dbLocale - defaultValue: fr_FR - description: observe.config.db.locale - key: db.locale - type: java.util.Locale -- !option - name: nonTargetObservation - defaultValue: 1 - description: observe.config.observation.fauneAssociee - key: observation.fauneAssociee - type: Integer -- !option - name: targetDiscardsObservation - defaultValue: 1 - description: observe.config.observation.rejetsThons - key: observation.rejetsThons - type: Integer -- !option - name: samplesObservation - defaultValue: 1 - description: observe.config.observation.mensurations - key: observation.mensurations - type: Integer -- !option - name: objectsObservation - defaultValue: 1 - description: observe.config.observation.floatingObject - key: observation.floatingObject - type: Integer -- !option - name: detailledActivitiesObservation - defaultValue: 1 - description: observe.config.observation.activitysDetaillees - key: observation.activitysDetaillees - type: Integer -- !option - name: mammalsObservation - defaultValue: 1 - description: observe.config.observation.mammiferes - key: observation.mammiferes - type: Integer -- !option - name: birdsObservation - defaultValue: 1 - description: observe.config.observation.oiseaux - key: observation.oiseaux - type: Integer -- !option - name: baitObservation - defaultValue: 1 - description: observe.config.observation.gleure - key: observation.gleure - type: Integer -- !option - name: speciesListSeineTargetCatchId - defaultValue: fr.ird.observe.entities.referentiel.SpeciesList#1239832675370#0.1 - description: observe.config.speciesList.seine.targetCatch - key: speciesList.seine.targetCatch - type: string -- !option - name: speciesListSeineSchoolEstimateId - defaultValue: fr.ird.observe.entities.referentiel.SpeciesList#1239832675370#0.1 - description: observe.config.speciesList.seine.schoolEstimate - key: speciesList.seine.schoolEstimate - type: string -- !option - name: speciesListSeineObjectSchoolEstimateId - defaultValue: fr.ird.observe.entities.referentiel.SpeciesList#1239832675370#0.1 - description: observe.config.speciesList.seine.objectSchoolEstimate - key: speciesList.seine.objectSchoolEstimate - type: string -- !option - name: speciesListSeineNonTargetCatchId - defaultValue: fr.ird.observe.entities.referentiel.SpeciesList#1239832675370#0.2 - description: observe.config.speciesList.seine.nonTargetCatch - key: speciesList.seine.nonTargetCatch - type: string -- !option - name: speciesListSeineObjectObservedSpeciesId - defaultValue: fr.ird.observe.entities.referentiel.SpeciesList#1239832675370#0.2 - description: observe.config.speciesList.seine.objectObservedSpecies - key: speciesList.seine.objectObservedSpecies - type: string -- !option - name: speciesListLonglineCatchId - defaultValue: fr.ird.observe.entities.referentiel.SpeciesList#1239832675370#0.3 - description: observe.config.speciesList.longline.catch - key: speciesList.longline.catch - type: string -- !option - name: speciesListLonglineEncounterId - defaultValue: fr.ird.observe.entities.referentiel.SpeciesList#1239832675370#0.4 - description: observe.config.speciesList.longline.encounter - key: speciesList.longline.encounter - type: string -- !option - name: speciesListLonglineDepredatorId - defaultValue: fr.ird.observe.entities.referentiel.SpeciesList#1239832675370#0.5 - description: observe.config.speciesList.longline.encounter - key: speciesList.longline.depredator - type: string -- !option - name: mapBackgroundColor - defaultValue: java.awt.Color[r=87,g=200,b=255] - description: observe.config.map.background.description - key: map.background.color - type: color -- !option - name: mapLayer1 - defaultValue: ${resources.directory}/map/shapeFiles/continents/GSHHS_l_L1.shp - description: observe.config.map.layer1.description - key: map.layer1.path - type: file -- !option - name: mapLayer2 - defaultValue: ${resources.directory}/map/shapeFiles/continents/GSHHS_l_L6.shp - description: observe.config.map.layer2.description - key: map.layer2.path - type: file -- !option - name: mapLayer3 - defaultValue: ${resources.directory}/map/shapeFiles/lakesAndSeas/GSHHS_l_L2.shp - description: observe.config.map.layer3.description - key: map.layer3.path - type: file -- !option - name: mapLayer4 - defaultValue: ${resources.directory}/map/shapeFiles/borders/WDBII_border_l_L1.shp - description: observe.config.map.layer4.description - key: map.layer4.path - type: file -- !option - name: mapLayer5 - defaultValue: ${resources.directory}/map/shapeFiles/zee/World_EEZ_v8_2014.shp - description: observe.config.map.layer5.description - key: map.layer5.path - type: file -- !option - name: mapLayer6 - description: observe.config.map.layer6.description - key: map.layer6.path - type: file -- !option - name: mapLayer7 - description: observe.config.map.layer7.description - key: map.layer7.path - type: file -- !option - name: mapLayer8 - description: observe.config.map.layer8.description - key: map.layer8.path - type: file -- !option - name: mapLayer9 - description: observe.config.map.layer9.description - key: map.layer9.path - type: file -- !option - name: mapLayer10 - description: observe.config.map.layer10.description - key: map.layer10.path - type: file -- !option - name: mapStyleFile - defaultValue: ${resources.directory}/map/style.xml - description: observe.config.map.style.description - key: map.style.path - type: file -- !option - name: treeOpenNodes - description: observe.config.ui.treeOpenNodes - key: ui.treeOpenNodes - type: string -- !option - name: validationSpeedEnable - defaultValue: true - description: observe.config.validation.speedEnable - key: validation.speedEnable - type: Boolean -- !option - name: validationSpeedMaxValue - defaultValue: 30.0 - description: observe.config.validation.speedMaxValue - key: validation.speedMaxValue - type: Float -- !option - name: backupUse - defaultValue: true - description: observe.config.backup.use - key: backup.use - type: Boolean -- !option - name: backupAtClose - defaultValue: true - description: observe.config.backup.atClose - key: backup.atClose - type: Boolean -- !option - name: backupDelay - defaultValue: 30 - description: observe.config.backup.delay - key: backup.delay - type: Integer diff --git a/application-web-configuration/src/main/config/ObserveWebApplication.yml b/application-web-configuration/src/main/config/ObserveWebApplication.yml deleted file mode 100644 index a9a5d30..0000000 --- a/application-web-configuration/src/main/config/ObserveWebApplication.yml +++ /dev/null @@ -1,100 +0,0 @@ -actions: !java.util.LinkedList [] -description: ObserveWebApplicationConfig.description -options: !java.util.LinkedList -- !option - name: buildVersion - defaultValue: - description: observeweb.build.version.description - final: true - key: observeweb.build.version - type: version -- !option - name: buildDate - defaultValue: - description: observeweb.build.date.description - final: true - key: observeweb.build.date - type: string -- !option - name: buildNumber - defaultValue: - description: observeweb.build.number.description - final: true - key: observeweb.build.number - type: string -- !option - name: adminApiKey - defaultValue: changeme - description: observeweb.adminApiKey.description - final: true - key: observeweb.adminApiKey - type: string -- !option - name: apiUrl - defaultValue: http://localhost:8080/observeweb/api/v1 - description: observeweb.apiUrl.description - final: true - key: observeweb.apiUrl - type: url -- !option - name: modelVersion - description: observe.model.version - final: true - key: observeweb.model.version - type: version -- !option - name: devMode - defaultValue: true - description: observeweb.devMode.description - final: true - key: observeweb.devMode - type: boolean -- !option - name: baseDirectory - defaultValue: /var/local/observeweb - description: observeweb.baseDirectory.description - final: true - key: observeweb.baseDirectory - type: file -- !option - name: temporaryDirectory - defaultValue: ${observeweb.baseDirectory}/temp - description: observeweb.temporaryDirectory.description - final: true - key: observeweb.temporaryDirectory - type: file -- !option - name: log4jConfigurationFile - defaultValue: ${observeweb.baseDirectory}/observeweb-log4j.conf - description: observeweb.log4jConfigurationFile.description - final: true - key: observeweb.log4jConfigurationFile - type: file -- !option - name: databasesConfigurationFile - defaultValue: ${observeweb.baseDirectory}/databases.yml - description: observeweb.databasesConfigurationFile.description - final: true - key: observeweb.databasesConfigurationFile - type: file -- !option - name: usersConfigurationFile - defaultValue: ${observeweb.baseDirectory}/users.yml - description: observeweb.usersConfigurationFile.description - final: true - key: observeweb.usersConfigurationFile - type: file -- !option - name: sessionExpirationDelay - defaultValue: 60 - description: observeweb.sessionExpirationDelay.description - final: true - key: observeweb.sessionExpirationDelay - type: int -- !option - name: sessionMaximumSize - defaultValue: 10000 - description: observeweb.sessionMaximumSize.description - final: true - key: observeweb.sessionMaximumSize - type: int -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.