Commits
7f5767b1c2
Name already in use
Commits on Nov 12, 2018
-
Copy the full SHA 7f5767bView commit details -
Adapt download and Dockerfile to 3.9 release
There's no need to fetch 3.9-SNAPSHOT any more. Also the download directory for released versions was changed.
Commits on Nov 6, 2018
-
-
Merge branch 'master' into 3.9-SNAPSHOT-stable
# Conflicts: # build.sh # common.bash
-
Commits on Oct 22, 2018
-
Switch MariaDB in targets to TIER one
(This one is not currently used anyway.)
-
-
Switch to TIER Shib IdP in demo/complex
This also changes HTTPS ports mappings (Shibboleth IdP is now on 443, Grouper on 4443, midPoint remains on 8443).
Commits on Oct 17, 2018
Commits on Oct 15, 2018
-
-
Pull newest images in demo/complex tests
(because of MariaDB changes)
-
Commits on Oct 13, 2018
-
Adapt demo/complex to TIER-supported MariaDB
(needs MariaDB support of extra SQL scripts i.e. PR #8-11 to work)
Commits on Oct 12, 2018
-
khazelton committed
Oct 12, 2018 Loading status checks…
Commits on Oct 11, 2018
-
Add RabbitMQ-related tests in demo/complex
Plus a couple of other fixes in library.bash.
Commits on Oct 9, 2018
-
Migrate RabbitMQ to TIER image
A couple of Grouper-related tests were added, including testing of live sync using RabbitMQ (not finished yet).
-
Switch RabbitMQ to TIER version
And add the code to create sampleQueue on the first run.
-
Minimize # of needed free ports for tests
Created a special version of docker-compose files that do not expose any ports unless really needed for test execution. This is to minimize potential conflicts during test execution.
-
We have to build the composed containers because the Dockerfiles might be updated (as they are now).
-
...as these are not adapted to changed containers yet.
-
Migrate Shib in demo/shibboleth to TIER one
Plus a couple of minor fixes.
Commits on Oct 6, 2018
-
-
Apply the latest version of build scripts
(copied from master to this branch)
Commits on Oct 5, 2018
-
(not needed for Jenkins but for standalone building and testing)
-
-
-
Continue build procedure cleanup
$tag is now defined in common.bash and used throughout building scripts. The goal is to allow building and testing both from Jenkins and standalone. build.sh is now more generic; allows rebuilding if -r is specified.
-
-
-
Fix Jenkins build for non-master branch
(trying to)
-
Modify image references to midpoint:3.9-SNAPSHOT-stable
(instead of midpoint:latest)
-
-