Skip to content

Commits

Permalink
8b9b0ede8b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Sep 28, 2018

  1. Add more Bats tests

    Also with other minor enhancements.
    mederly committed Sep 28, 2018
    Copy the full SHA
    8b9b0ed View commit details

Commits on Sep 27, 2018

  1. Copy the full SHA
    87f255c View commit details
  2. Add some very basic tests

    mederly committed Sep 27, 2018
    Copy the full SHA
    86b58f9 View commit details
  3. Do a minor cleanup

    1. demo/plain -> demo/simple
    2. updated README.MD
    mederly committed Sep 27, 2018
    Copy the full SHA
    882c8c9 View commit details
  4. Fix path in main.bats

    mederly committed Sep 27, 2018
    Copy the full SHA
    ee9c5ac View commit details
  5. Adapt directory structure to docker/util

    The container is now built directly from the root directory.
    Even the simplest composition was moved to demo/plain.
    mederly committed Sep 27, 2018
    Copy the full SHA
    55fcd70 View commit details
  6. Introduce bats testing

    (only a dummy test for now)
    mederly committed Sep 27, 2018
    Copy the full SHA
    ce27088 View commit details
  7. Copy the full SHA
    b5a8c32 View commit details
  8. Copy the full SHA
    f0d5c3a View commit details
  9. Avoid re-creation of mP repository

    By setting CREATE_NEW_DATABASE to "if_needed" we avoid re-running
    of database initialization code in midpoint-data container on
    re-creation of that container. (Although almost harmless it could
    cause problems in some situations.)
    mederly committed Sep 27, 2018
    Copy the full SHA
    edf9154 View commit details
  10. Copy the full SHA
    5bf7923 View commit details
  11. Copy the full SHA
    c335e2c View commit details
  12. Copy the full SHA
    53f9bb8 View commit details

Commits on Sep 26, 2018

  1. Fix Jenkinsfile and tests

    1) There's now a cleanup step before and after running the tests
    2) Tests check their results more thoroughly
    3) Until MariaDB is changed, a temporary solution for down-up issue is present
    mederly committed Sep 26, 2018
    Copy the full SHA
    9162ece View commit details
  2. Fix "database is destroyed on down/up cycle"

    However, it requires PR docker#7 from docker/mariadb repo to be accepted
    in order to function.
    mederly committed Sep 26, 2018
    Copy the full SHA
    2c7854a View commit details
  3. Add a couple of tests

    Added
     - 110: get administrator
     - 120: add+get user
     - 200: stop+start containers (failing, but ignoring that)
     - 300: repository preservation (disabled)
    mederly committed Sep 26, 2018
    Copy the full SHA
    95d4fab View commit details
  4. Copy the full SHA
    8a2e11c View commit details
  5. Use standard tier/mariadb instead of custom one

    It was not easy to build two Docker images in TIER Jenkinsfile
    (using docker/util). It seems that tier/mariadb:mariadb10 is OK to be
    used with midPoint without any customizations, so we use it.
    mederly committed Sep 26, 2018
    Copy the full SHA
    91fd1bd View commit details
  6. Remove non-UTC timezone from containers

    This was for testing the logging requirement concerning UTC timestamps.
    mederly committed Sep 26, 2018
    Copy the full SHA
    bed5f72 View commit details

Commits on Sep 25, 2018

  1. Fix healthcheck mistake

    mederly committed Sep 25, 2018
    Copy the full SHA
    a084cfc View commit details
  2. Add Docker health check

    Note: it does not work with Shibboleth authentication yet.
    mederly committed Sep 25, 2018
    Copy the full SHA
    8f5f305 View commit details
  3. Fix build scripts

    mederly committed Sep 25, 2018
    Copy the full SHA
    58c8a31 View commit details
  4. Fix README.md

    mederly committed Sep 25, 2018
    Copy the full SHA
    1beb500 View commit details
  5. Remove port 80 from Grouper

    This is to avoid Shibboleth problems when opening
    http://localhost/grouper instead of https://localhost/grouper.
    mederly committed Sep 25, 2018
    Copy the full SHA
    dd7e8df View commit details
  6. Update README.md, add build.sh, set Central TZ

    Building is now more straightforward and better documented.
    To quickly see timezone problems we have set Central timezone
    for various containers.
    mederly committed Sep 25, 2018
    Copy the full SHA
    dbd2056 View commit details
  7. Remove obsolete "grouper-midpoint" directory

    It is superseded by "demo/complex" scenario, basically
    having the same content.
    mederly committed Sep 25, 2018
    Copy the full SHA
    70fa13e View commit details
  8. Copy the full SHA
    2fa1de6 View commit details

Commits on Sep 24, 2018

  1. Add demo/complex scenario

    This is a rework/update of the original "Grouper-midPoint" demo.
    It is a work in progress. Do not use yet.
    mederly committed Sep 24, 2018
    Copy the full SHA
    6e3c0d0 View commit details
  2. Improve logging and TIER beacon support

    Changes in the midPoint Docker container:
    1. Logging is improved: now we provide TIER-style logging for
       both midpoint.log content and plain console output. (Note that
       not all entry timestamps are in UTC yet.)
    2. Reverted some of TIER beacon changes to make it more compliant
       with TIER standards: shell file names, opt-out environment variable,
       collector server name+port.
    mederly committed Sep 24, 2018
    Copy the full SHA
    2613570 View commit details

Commits on Sep 21, 2018

  1. Integrate latest changes to midPoint container

    These changes are: Zulu JVM, logging fixes, TIER Beacon.
    The crond is now running in foreground to avoid "can't lock
    /var/run/crond.pid" messages.
    mederly committed Sep 21, 2018
    Copy the full SHA
    949d264 View commit details
  2. Add building of midpoint-mariadb

    ...and added slack notifications as well.
    mederly committed Sep 21, 2018
    Copy the full SHA
    96fc61d View commit details
  3. Add support for SSO_HEADER variable

    ...and added missing LOGOUT_URL one.
    mederly committed Sep 21, 2018
    Copy the full SHA
    97d1137 View commit details
  4. Copy the full SHA
    57b4807 View commit details
  5. Copy the full SHA
    b08b6f3 View commit details
  6. Polish docker composition scripts

    Now the default port is derived from the database type.
    Also, PostgreSQL demo was cleaned up.
    mederly committed Sep 21, 2018
    Copy the full SHA
    09e3307 View commit details
Older