Skip to content

Commits

Permalink
master
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 Jan 28, 2020

  1. Add support for async group rename

    This requires midPoint 4.1-M2 that has been uploaded today.
    Also fixing the name of user recomputation task.
    mederly committed Jan 28, 2020
    Copy the full SHA
    7128034 View commit details

Commits on Jan 14, 2020

  1. Copy the full SHA
    eddc1d3 View commit details
  2. Copy the full SHA
    a362622 View commit details
  3. Clean up tests in demo/grouper

    Tests for REST reconciliation were added. Some obsolete tests were removed.
    mederly committed Jan 14, 2020
    Copy the full SHA
    f35685b View commit details

Commits on Nov 25, 2019

  1. Add specific tags for upstream containers

    At least where it's possible. E.g. tier/rabbitmq currently has no tags.
    tier/mariadb has only very generic tags.
    mederly committed Nov 25, 2019
    Copy the full SHA
    4fc009f View commit details
  2. Copy the full SHA
    4bcd365 View commit details
  3. Upgrade Grouper REST connector to 0.6

    This version contains (hopefully) final structure for configuration
    parameters.
    
    Also removed obsolete midpoint-objects directory in demo/grouper.
    mederly committed Nov 25, 2019
    Copy the full SHA
    f40173a View commit details

Commits on Nov 23, 2019

  1. Adapt to cleaned-up Grouper connector (0.5)

    Beware! This is an incompatible change. The new connector has no support
    for "old" object classes (AccountObjectClass, GroupObjectClass) and uses
    a different name for "plain" groups (ri:CustomPlainGroupObjectClass ->
    ri:Group). Also the name and uid attribute names has been changed to
    ri:name and ri:uuid.
    
    Obsolete midpoint-objects directory was renamed appropriately before
    it's definitely deleted.
    mederly committed Nov 23, 2019
    Copy the full SHA
    a2b389f View commit details

Commits on Nov 22, 2019

  1. Fix Shib keys in demo/shibboleth

    But the demo does not work (still).
    mederly committed Nov 22, 2019
    Copy the full SHA
    c8e15d8 View commit details

Commits on Nov 21, 2019

  1. Set worker threads for async update task

    This is necessary for correct state reporting.
    mederly committed Nov 21, 2019
    Copy the full SHA
    a52fa6b View commit details
  2. Switch from 4.0.1 to "latest-stable" mP image

    This applies to the master branch only.
    mederly committed Nov 21, 2019
    Copy the full SHA
    be6afef View commit details

Commits on Nov 12, 2019

  1. Add purge-queue.sh

    mederly committed Nov 12, 2019
    Copy the full SHA
    a81e1ed View commit details

Commits on Nov 6, 2019

  1. Add demo/grouper tests

    Although the tests are quite advanced, they are not really complete yet.
    Most notably, group membership update in LDAP is not checked now.
    We should include running Trigger Scanner in these tests eventually.
    mederly committed Nov 6, 2019
    Copy the full SHA
    f5d5e63 View commit details
  2. Remove etc:midpointGroups and midpoint stem

    The "supergroup" is now obsolete and was removed. It temporarily stays
    as a parameter for Grouper connector but we can specify any existing
    group there, as it is used solely for the "test resource" operation.
    mederly committed Nov 6, 2019
    Copy the full SHA
    1fd97ef View commit details
  3. Do minor fixes

    1) add forgotten initialize.gsh file
    2) fix Dockerfile FROM dependency
    mederly committed Nov 6, 2019
    Copy the full SHA
    c9e0fc5 View commit details
  4. Add demo/grouper scenario

    This is basically a clone of demo/complex2s from the laboratory branch.
    
    Main differences:
    
    1. Fixed "unknown host directory" error message when building
    grouper_data container. The initialization script is no longer run
    at build time in grouper_data. It is instead run at first start of
    grouper_daemon container, when LDAP server is already up.
    
    2. banderson and sysadmingroup is now created when building LDAP container.
    So the Grouper resource test action can be executed directly, without
    the need to prepare midPoint objects for banderson & sysadmingroup first.
    
    Note that tests were not updated yet.
    mederly committed Nov 6, 2019
    Copy the full SHA
    f30d47e View commit details

Commits on Nov 5, 2019

  1. Copy the full SHA
    b7d380f View commit details
  2. Copy the full SHA
    a943c11 View commit details
  3. Update master branch, part 1

    - Updated master branch with changes from the laboratory
    - Temporarily removed obsolete demo/complex
    - Fixed download script to reflect new URL of midPoint distribution server
    - Upgraded midPoint to 4.0.1
    mederly committed Nov 5, 2019
    Copy the full SHA
    d05e369 View commit details

Commits on Mar 28, 2019

  1. Re-enable disabled tests

    mederly committed Mar 28, 2019
    Copy the full SHA
    794165b View commit details
  2. Copy the full SHA
    5674ba9 View commit details
  3. Re-enable Shibboleth tests

    mederly committed Mar 28, 2019
    Copy the full SHA
    a3d118a View commit details
  4. Merge branch 'shib3'

    mederly committed Mar 28, 2019
    Copy the full SHA
    f5a0244 View commit details

Commits on Mar 27, 2019

  1. Temporarily disable demo/shibboleth tests

    This is only until update to Shibboleth 3 is done.
    mederly committed Mar 27, 2019
    Copy the full SHA
    f17459f View commit details
  2. Copy the full SHA
    8262ada View commit details
  3. Fix host names

    Host names containing underscore (e.g. grouper_ws) are not valid
    according to RFC1123; and this is endorsed by Apache httpd. So, for
    demo/complex we provide correct aliases e.g. grouper-ws. We should
    perhaps do the same also for the other scenarios.
    mederly committed Mar 27, 2019
    Copy the full SHA
    dfa7b0f View commit details
  4. Reduce the amount of sample data

    From 1000 to 100 users, to speed up initial setup.
    mederly committed Mar 27, 2019
    Copy the full SHA
    5b2f311 View commit details
  5. Copy the full SHA
    978999a View commit details
  6. Copy the full SHA
    6fd3b49 View commit details

Commits on Mar 26, 2019

  1. Copy the full SHA
    a384fd4 View commit details
  2. Copy the full SHA
    20d5b22 View commit details
  3. Add add-ref-groups script

    mederly committed Mar 26, 2019
    Copy the full SHA
    053a5ec View commit details
  4. Copy the full SHA
    7f20946 View commit details

Commits on Mar 25, 2019

  1. Disable irrelevant test

    DB upgrade test (360 in demo/simple) is not relevant for 4.0-SNAPSHOT.
    It should be re-enabled after DB schema for 4.0 is stable.
    mederly committed Mar 25, 2019
    Copy the full SHA
    4a45e20 View commit details
  2. Copy the full SHA
    da54415 View commit details
Older