Skip to content

Commits

Permalink
714c70882f
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 Jun 14, 2021

  1. updating ordering of builds

    chubing committed Jun 14, 2021
    Copy the full SHA
    714c708 View commit details
  2. update build ordering

    moved build for 401.3.end to after 401.3.1
    chubing committed Jun 14, 2021
    Copy the full SHA
    fff6bdb 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 Jun 8, 2021

  1. new version

    mchyzer committed Jun 8, 2021
    Copy the full SHA
    f65cabe View commit details
  2. different branch

    mchyzer committed Jun 8, 2021
    Copy the full SHA
    6ef9fea View commit details
  3. upgrade to 2.5.52

    mchyzer committed Jun 8, 2021
    Copy the full SHA
    c2bacf7 View commit details
  4. branch for new training

    mchyzer committed Jun 8, 2021
    Copy the full SHA
    d2e479d View commit details

Commits on Feb 12, 2021

  1. upgrade to 2.5.42

    mchyzer committed Feb 12, 2021
    Copy the full SHA
    c1148a7 View commit details

Commits on Feb 1, 2021

  1. Update Jenkinsfile

    chubing committed Feb 1, 2021
    Copy the full SHA
    925eadd View commit details
  2. simplify build logic

    cleanup later
    chubing committed Feb 1, 2021
    Copy the full SHA
    31cb6e6 View commit details
  3. Update Jenkinsfile

    chubing committed Feb 1, 2021
    Copy the full SHA
    3c8f54a View commit details
  4. Update Jenkinsfile

    chubing committed Feb 1, 2021
    Copy the full SHA
    e8da703 View commit details
  5. Update Jenkinsfile

    chubing committed Feb 1, 2021
    Copy the full SHA
    791dd8b View commit details
  6. Update Jenkinsfile

    chubing committed Feb 1, 2021
    Copy the full SHA
    e67aecf View commit details
  7. take out unneeded modules

    mchyzer committed Feb 1, 2021
    Copy the full SHA
    e1d08a7 View commit details
  8. new version

    mchyzer committed Feb 1, 2021
    Copy the full SHA
    ec9bccb 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 Oct 2, 2020

  1. fix password script

    mchyzer committed Oct 2, 2020
    Copy the full SHA
    368b3b6 View commit details
  2. fix phpmyadmin

    mchyzer committed Oct 2, 2020
    Copy the full SHA
    6f594f9 View commit details

Commits on Sep 25, 2020

  1. Copy the full SHA
    d898284 View commit details

Commits on Sep 23, 2020

  1. 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
  2. Copy the full SHA
    e66c65a View commit details

Commits on Sep 21, 2020

  1. Copy the full SHA
    c42d4e3 View commit details
Older