Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace inline checks with decorator #94

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

replace inline checks with decorator #94

wants to merge 25 commits into from

Commits on Nov 9, 2017

  1. Initial commit - add_team_to_repo command

    yaron committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    fd92366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee31539 View commit details
    Browse the repository at this point in the history
  3. Change to more accurate function name

    yaron committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    320a362 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Configuration menu
    Copy the full SHA
    f9a9e26 View commit details
    Browse the repository at this point in the history
  2. replace inline checks with decorator

    yaron committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    6253c8b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Configuration menu
    Copy the full SHA
    079e74a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from yaron-idan/issue28

    Issue28
    mikegrima authored Nov 22, 2017
    Configuration menu
    Copy the full SHA
    1eebda1 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Configuration menu
    Copy the full SHA
    ac4241f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from mikegrima/issue57

    Implemented #57. This allows batch outside collaborator repo adding.
    mikegrima authored Nov 27, 2017
    Configuration menu
    Copy the full SHA
    c3516ae View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Added multiple-domain DUO support.

    - This will change how DUO environment variables are sent in. Please see the updated README.
    - This also adds support for hidden commands where help text is not specified. This is useful for
      commands that you have retired. This is so if users type in the retired command, they still
      get some output that you can control -- indicating to them that the command is retired and
      that another command should be used instead -- while not showing up in the help text.
    Mike Grima committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    9aa5804 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Merge pull request #80 from mikegrima/issue77

    Added multiple-domain DUO support
    mikegrima authored Dec 3, 2017
    Configuration menu
    Copy the full SHA
    c53e42b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Fixed bug #81.

    Mike Grima committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    be4bb47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82 from mikegrima/issue81

    Fixed bug #81.
    mikegrima authored Dec 5, 2017
    Configuration menu
    Copy the full SHA
    d43ce54 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Build app entirely frmo Dockerfile

    yaron committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    a2ad149 View commit details
    Browse the repository at this point in the history
  2. fix rm of tar file

    yaron committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    4880ea5 View commit details
    Browse the repository at this point in the history
  3. change deprecated MAINTAINER to label

    yaron committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    775c21c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Merge pull request #85 from yaron-idan/issue84

    Issue84
    mikegrima authored Dec 28, 2017
    Configuration menu
    Copy the full SHA
    82d1cbf View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Added more threads to duo error messages

    Mike Grima committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    85da716 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from mikegrima/duo_thread

    Added more threads to duo error messages
    mikegrima authored Jan 15, 2018
    Configuration menu
    Copy the full SHA
    47377c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Update for exit status

    Small change to include a non-zero exit status if the docker build command failed for any reason.
    sbalagopal authored Feb 22, 2018
    Configuration menu
    Copy the full SHA
    25849f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Merge pull request #89 from sbalagopal/patch-1

    Update for proper exit status
    mikegrima authored Feb 26, 2018
    Configuration menu
    Copy the full SHA
    d56f2fc View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Addresses #83

    Mike Grima committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    ce8e0fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from mikegrima/docupdate

    Addresses #83
    mikegrima authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    b3eba1c View commit details
    Browse the repository at this point in the history
  3. Properly removes all macOS "Smart Quotes".

    Fixes #87
    Mike Grima committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    f79da51 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #92 from mikegrima/issue87

    Properly removes all macOS "Smart Quotes".
    mikegrima authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    bfed674 View commit details
    Browse the repository at this point in the history