Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Conflicts:
	bundles/specmate-config/config/specmate-config.properties
	bundles/specmate-std-env/prod-specmate-all.bndrun
	web/webpack/webpack.common.js
  • Loading branch information
junkerm committed Mar 7, 2019
2 parents df9cf59 + 71399a2 commit ebf745a
Show file tree
Hide file tree
Showing 32 changed files with 1,013 additions and 914 deletions.
142 changes: 70 additions & 72 deletions bundles/specmate-config/config/specmate-config.properties
Original file line number Diff line number Diff line change
@@ -1,73 +1,71 @@
# Logging
# Choose from debug, info, warning, error
logging.level = info

# CDO Persistency Settings
## CDO Common
### Repository name, in case of Oracle, must be identical to the schema name
cdo.repositoryName = specmate_repository
cdo.user = cdoUser
cdo.password = cdoPass

## CDO Server
### TCP port where the CDO server should listen
cdo.serverHostAndPort = localhost:2036

## CDO Client
### Name of the CDO resource to use
cdo.resourceName = specmate_resource
### CDO host to connect to. If client and server are started in same process, should match cdo.serverPort
cdo.host = localhost:2036

## H2
### JDBC connection string for the H2 database
h2.jdbcConnection = jdbc:h2:./database/specmate


## Oracle
### JDBC connection string for the oracle database
#oracle.jdbcConnection =

#oracle.username =
#oracle.password =

# Connectors General Settings
## cron string to schedule, when connectors are triggered.
## Set to "disabled" (without quotes) to disable polling.
## default: disabled
## generic value (will trigger every hour): hour
## example: day 13 14 5 will trigger every day at 13:14:05
## example: hour 14 5 will trigger every hour at xx:14:05
## example: minute 5 will trigger every minute at xx:xx:05
## missing numbers are replaced by 0s.
## example: day 13 will trigger every day at 13:00:00
# connectorPollSchedule = disabled
connectorPollSchedule = minute

# Sarch Service
search.allowedFields = extId, type, name, description
search.lucene.location = ./database/lucene
search.maxResults = 100

# Projects
## List of project ids, each project listed here needs to be configured below
#project.projects = jira

## Config for project jira
# Logging
# Choose from debug, info, warning, error
logging.level = info

# CDO Persistency Settings
## CDO Common
### Repository name, in case of Oracle, must be identical to the schema name
cdo.repositoryName = specmate_repository
cdo.user = cdoUser
cdo.password = cdoPass

## CDO Server
### TCP port where the CDO server should listen
cdo.serverHostAndPort = localhost:2036

## CDO Client
### Name of the CDO resource to use
cdo.resourceName = specmate_resource
### CDO host to connect to. If client and server are started in same process, should match cdo.serverPort
cdo.host = localhost:2036

## H2
### JDBC connection string for the H2 database
h2.jdbcConnection = jdbc:h2:./database/specmate


## Oracle
### JDBC connection string for the oracle database
#oracle.jdbcConnection =

#oracle.username =
#oracle.password =

# Connectors General Settings
## cron string to schedule, when connectors are triggered.
## Set to "disabled" (without quotes) to disable polling.
## default: disabled
## generic value (will trigger every hour): hour
## example: day 13 14 5 will trigger every day at 13:14:05
## example: hour 14 5 will trigger every hour at xx:14:05
## example: minute 5 will trigger every minute at xx:xx:05
## missing numbers are replaced by 0s.
## example: day 13 will trigger every day at 13:00:00
# connectorPollSchedule = disabled
connectorPollSchedule = minute

# Sarch Service
search.allowedFields = extId, type, name, description
search.lucene.location = ./database/lucene
search.maxResults = 100

# Projects
## List of project ids, each project listed here needs to be configured below
#project.projects = jira

## Config for project jira

#project.projects = jira
#project.jira.connector.pid = com.specmate.connectors.jira.JiraConnector
#project.jira.connector.jira.url =
#project.jira.connector.jira.project = SPEM
#project.jira.connector.jira.username =
#project.jira.connector.jira.password =
#project.jira.connector.connectorID = jira

# User session
## Number of minutes a session is valid after the last http request
session.maxIdleMinutes = 720
## Persist sessions in database or keep in memory
session.persistent = true

#project.projects = jira
#project.jira.connector.pid = com.specmate.connectors.jira.JiraConnector
#project.jira.connector.jira.url =
#project.jira.connector.jira.project = SPEM
#project.jira.connector.jira.username =
#project.jira.connector.jira.password =
#project.jira.connector.connectorID = jira



# User session
## Number of minutes a session is valid after the last http request
session.maxIdleMinutes = 720
## Persist sessions in database or keep in memory
session.persistent = true

23 changes: 0 additions & 23 deletions bundles/specmate-nlp/.project.bak

This file was deleted.

8 changes: 4 additions & 4 deletions bundles/specmate-std-env/dev-specmate-no-cdo-server.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
osgi.identity;filter:='(osgi.identity=specmate-jira-connector)',\
osgi.identity;filter:='(osgi.identity=specmate-nlp)',\
osgi.identity;filter:='(osgi.identity=specmate-model-generation)'
-runbundles: \
-runbundles: \
specmate-logging;version=snapshot,\
specmate-logging-slf4j;version=snapshot,\
specmate-logging-slf4j-julbridge;version=snapshot,\
javassist;version='[3.18.1,3.18.2)',\
javax.annotation-api;version='[1.2.0,1.2.1)',\
javax.validation.api;version='[1.1.0,1.1.1)',\
Expand Down Expand Up @@ -80,9 +83,6 @@
specmate-common;version=snapshot,\
specmate-emfjson;version=snapshot,\
specmate-emfrest;version=snapshot,\
specmate-logging;version=snapshot,\
specmate-logging-slf4j;version=snapshot,\
specmate-logging-slf4j-julbridge;version=snapshot,\
specmate-model-gen;version=snapshot,\
specmate-persistency-api;version=snapshot,\
specmate-persistency-cdo;version=snapshot,\
Expand Down
Loading

0 comments on commit ebf745a

Please sign in to comment.