Skip to content

Commits

Permalink
202109
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 19, 2021

  1. Add properties to support `Require members in the overall policy grou…

    …p to also be in this group: "ref:role:All Faculty/Staff"`
    credman committed Sep 19, 2021
    Copy the full SHA
    d87feed View commit details
  2. eduPersonEntitlement default to group name, not extension; finish 201…

    ….end and 401.end
    credman committed Sep 19, 2021
    Copy the full SHA
    51d7d8a View commit details

Commits on Sep 18, 2021

  1. Grouper base 2.5.56 -> 2.6.0

    credman committed Sep 18, 2021
    Copy the full SHA
    6e64e9a View commit details

Commits on Sep 15, 2021

  1. Fix CI build error (commit 2)

    credman committed Sep 15, 2021
    Copy the full SHA
    493807a View commit details
  2. Fix CI build error

    credman committed Sep 15, 2021
    Copy the full SHA
    175dbf6 View commit details

Commits on Sep 12, 2021

  1. New branch 202109

    credman committed Sep 12, 2021
    Copy the full SHA
    440f1c3 View commit details
  2. More adjustments to supports exercises; add container 201.end to cove…

    …r all 201.* exercises
    credman committed Sep 12, 2021
    Copy the full SHA
    bc127ad View commit details

Commits on Sep 3, 2021

  1. Copy the full SHA
    6054626 View commit details
  2. Copy the full SHA
    7f63f91 View commit details

Commits on Sep 1, 2021

  1. Copy the full SHA
    d4f892c View commit details
  2. Round out data and groups for new demo:

    * Removed grouper-loader.properties from ex201 and ex401
    * Empty folder basis:adhoc (for misc groups)
    * New data and loader jobs
        - basis:hr:job -> basis:hr:employee:dept (removed student roles)
        - basis:sis:course (added random course titles, CompSci course somewhat less random)
        - basis:sis:career
        - basis:sis:exp_grad_year
        - basis:sis:prog_status:all:*
    credman committed Sep 1, 2021
    Copy the full SHA
    46531b0 View commit details

Commits on Aug 21, 2021

  1. Copy the full SHA
    733c48c View commit details

Commits on Aug 17, 2021

  1. Copy the full SHA
    373b37c View commit details

Commits on Aug 16, 2021

  1. branch for new training Sept. 2021; rework demo data with more realis…

    …tic data; delete some extraneous config files
    credman committed Aug 16, 2021
    Copy the full SHA
    b2a656c View commit details

Commits on Jun 11, 2021

  1. Don't build 401.5 and 401.7 since not teaching June 2021

    credman committed Jun 11, 2021
    Copy the full SHA
    daad142 View commit details
  2. Update 201.1 student years to 2022-2025

    credman committed Jun 11, 2021
    Copy the full SHA
    a6edf1a View commit details
  3. Override default *.validateExtensionByDefault properties added to 2.5…

    ….49, so we can create folders like 201.1.1
    credman committed Jun 11, 2021
    Copy the full SHA
    9e86ea3 View commit details
  4. Tag 202102 -> 202106

    credman committed Jun 11, 2021
    Copy the full SHA
    c98b20e View commit details

Commits on Jan 29, 2021

  1. Remove rabbitMq changelog consumer from 401.x; will deprecate the sli…

    …des in class
    credman committed Jan 29, 2021
    Copy the full SHA
    9e82a05 View commit details
  2. Rename 401.x containers to match slide numbering: 401.2 -> 401.3; 401…

    ….3->401.5; 401.4->401.7
    credman committed Jan 29, 2021
    Copy the full SHA
    c111f8f View commit details

Commits on Jan 28, 2021

  1. Copy the full SHA
    94e6e18 View commit details
  2. Copy the full SHA
    617ea70 View commit details
  3. Copy the full SHA
    87cc5fc View commit details
  4. recent graduates change end date from 2020/12/31 -> 2021/03/31 so it'…

    …s in the future
    credman committed Jan 28, 2021
    Copy the full SHA
    5360dde View commit details

Commits on Jan 15, 2021

  1. Improvements to gte command: flags for --fg (don't detach), --rabbitm…

    …q (run rabbitmq and link), can pass in other docker arguments and startup commands
    
    Examples:
    
    ./gte
        Pass in which gte environment to spin up:
        101.1.1
        201.1.1
        ...
    
    ./gte -it 201.1.1 bash
        Removing old containers
        a1a5f15114f6
        Starting container tier/gte:201.1.1-202102
        grouperContainer; INFO: (library.sh) Start loading library.sh
        ...
        grouperContainer; INFO: (entrypoint.sh) Executing bash
        [root@f49a43dff360 WEB-INF]#
    
    ./gte --fg 201.1.1 ping rabbitmq
        Removing old containers
        b6df1e95053c
        Starting container tier/gte:201.1.1-202102
        grouperContainer; INFO: (library.sh) Start loading library.sh
        ...
        grouperContainer; INFO: (entrypoint.sh) Executing ping rabbitmq
        ping: rabbitmq: Name or service not known
    
    ./gte --fg --rabbitmq 201.1.1 ping rabbitmq
        Removing old containers
        f49a43dff360
        Removing any old rabbitmq containers
        Starting container rabbitmq:management
        14ea18b53c1f11f52ff29e8f2c7e176fec510b45a5ecc774f4664280702c24fa
        Starting container tier/gte:201.1.1-202102
        grouperContainer; INFO: (library.sh) Start loading library.sh
        ...
        grouperContainer; INFO: (entrypoint.sh) Executing ping rabbitmq
        PING rabbitmq (192.168.16.2) 56(84) bytes of data.
        64 bytes from rabbitmq (192.168.16.2): icmp_seq=1 ttl=64 time=0.110 ms
        64 bytes from rabbitmq (192.168.16.2): icmp_seq=2 ttl=64 time=0.110 ms
    credman committed Jan 15, 2021
    Copy the full SHA
    28ab157 View commit details

Commits on Jan 14, 2021

  1. Grouper 2.5.35 -> 2.5.40; remove emacs install; need to keep phpldapa…

    …dmin at 1.2.3 (latest centos now only has 1.2.5 available) due to compatibility with php 5.5
    credman committed Jan 14, 2021
    Copy the full SHA
    6f1e420 View commit details

Commits on Jan 13, 2021

  1. Version 202010 -> 202102

    credman committed Jan 13, 2021
    Copy the full SHA
    029d16e View commit details

Commits on Sep 25, 2020

  1. Update ex201.2.end and 201.3.end to match slide instructions

    credman committed Sep 25, 2020
    Copy the full SHA
    d898284 View commit details

Commits on Sep 23, 2020

  1. Modify class terms for 201.1 to 2019..2024; modify 201.1.end so it ma…

    …tches the hands-on
    credman committed Sep 23, 2020
    Copy the full SHA
    993afa3 View commit details

Commits on Sep 22, 2020

  1. Jenkinsfile 202006->202010

    credman committed Sep 22, 2020
    Copy the full SHA
    989f75e View commit details