Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KevinSmithSGC/LibertyPortletConfiguration
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JimmySpivey/LibertyPortletConfiguration
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 15, 2016

  1. Copy the full SHA
    dedf94d View commit details

Commits on Nov 25, 2016

  1. Cron exp and des fixes

    JimmySpivey committed Nov 25, 2016
    Copy the full SHA
    d466e88 View commit details
  2. Copy the full SHA
    d4b85e2 View commit details
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apps/*
dropins/*
configDropins/*
!dropsin/SampleLibertyPortlet.war
6 changes: 3 additions & 3 deletions bootstrap.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ic.user.update.sch.exp=0 * * * * *
eft.file.scan.sch.exp=0 * * * * *
ic.user.update.sch.exp=59 59 23 30 11 ?
eft.file.scan.sch.exp=0 */5 * * * ?
ICRESTURL=http://localhost/ic
APPLICATION_ID=QMAT
QMAT_VIRUSCAN_STATUS=inactive
@@ -8,6 +8,6 @@ QMAT_LOG_DIR=logs
QMAT_SCHEMA=QMAT2
FRWK_SCHEMA=FRWK2
COTS_SCHEMA=COTS2
des.scheduler.expression=0/1 * * * * ?
des.scheduler.expression=0 0/1 * * * ?
des.enabled=true
spring.profiles.active=local
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -6,5 +6,8 @@ services:
ports:
- "9080:9080"
- "9443:9443"
- "7777:7777"
volumes:
- .:/config
- ./qmt:/qmt
command: /opt/ibm/wlp/bin/server debug defaultServer
Binary file removed dropins/SampleLibertyPortlet.war
Binary file not shown.
2 changes: 2 additions & 0 deletions qmt/cec/archive/inbound/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions qmt/cec/archive/outbound/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions qmt/cec/inbound/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions qmt/cec/outbound/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore