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

Simplified Merge-All #33

Merged
merged 43 commits into from
Jan 24, 2018
Merged

Simplified Merge-All #33

merged 43 commits into from
Jan 24, 2018

Commits on Oct 29, 2017

  1. Support copy pasta

    Aergonus authored Oct 29, 2017
    Configuration menu
    Copy the full SHA
    855b60f View commit details
    Browse the repository at this point in the history
  2. KISS

    added some extra guiding instructions
    Aergonus authored Oct 29, 2017
    Configuration menu
    Copy the full SHA
    1e958a1 View commit details
    Browse the repository at this point in the history
  3. Clarifying CM Namespace

    Technically shouldn't force the user to use the kube-monkey namespace
    Aergonus authored Oct 29, 2017
    Configuration menu
    Copy the full SHA
    ed47ef1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46c90e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Todo --> Contribute

    Aergonus authored Oct 30, 2017
    Configuration menu
    Copy the full SHA
    0390bc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Configuration menu
    Copy the full SHA
    73d6e3e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Spelling Fix

    Aergonus authored Nov 15, 2017
    Configuration menu
    Copy the full SHA
    bdebdee View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Configuration menu
    Copy the full SHA
    d824e55 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Client-go update

    Aergonus committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    c7976f9 View commit details
    Browse the repository at this point in the history
  2. Glide and vendor update

    Had to run `glide cache-clear` and then `glide update --strip-vendor`
    Aergonus committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    970ed42 View commit details
    Browse the repository at this point in the history
  3. Add timezone to example config

    Allow people to copy pasta ;)
    asobti#23
    Aergonus authored Dec 27, 2017
    Configuration menu
    Copy the full SHA
    dcfff06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05412e0 View commit details
    Browse the repository at this point in the history
  5. Update Logging Conventions

    Only relevant after asobti#24
    Aergonus authored Dec 27, 2017
    Configuration menu
    Copy the full SHA
    a75c85d View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2018

  1. Refactor CreateClient

    CreateClient involves creating a clientset that accesses the k8 api
    It does not belong in chaos but rather kubernetes
    Aergonus committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    655399e View commit details
    Browse the repository at this point in the history
  2. Templatize for victims

    Aergonus committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    ac12218 View commit details
    Browse the repository at this point in the history
  3. Move deployments to victims factory

    New sublocation for all kinds
    Aergonus committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    84ca6da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    166a83d View commit details
    Browse the repository at this point in the history
  5. go fmt codebase

    run with make gofmt
    Aergonus committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    b768751 View commit details
    Browse the repository at this point in the history
  6. Print time fixes

    standardized variables to loc
    added timezone for debugging printing
    specified format printout for schedule
    addresses asobti#21 and asobti#23
    Aergonus committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    37b4e42 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Upgraded client-go

    Aergonus authored Jan 2, 2018
    Configuration menu
    Copy the full SHA
    801e7b0 View commit details
    Browse the repository at this point in the history
  2. Add new contribution types

    Possible after templatizing in asobti#27 and reference issue #10
    Aergonus authored Jan 2, 2018
    Configuration menu
    Copy the full SHA
    0d348f0 View commit details
    Browse the repository at this point in the history
  3. Refactor deployments --> victims

    Allow victims to do the heavylifting for common methods
    Aergonus committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    e43f906 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc6ab73 View commit details
    Browse the repository at this point in the history
  5. Add statefulsets

    Aergonus committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    9ffa53c View commit details
    Browse the repository at this point in the history
  6. Add Whitelisting Namespaces

    Whitelists and Blacklists both operate.
    Blacklist overrides a whitelist.
    Aergonus committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    fa00c5e View commit details
    Browse the repository at this point in the history
  7. Update docs for whitelist

    Aergonus committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    a112f81 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Added statefulsets

    Aergonus authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    c70db49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from Spellchaser/log_improvements

    Log improvements
    Aergonus authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    a1ec881 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f7cc77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    251dcd0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from Spellchaser/k8_upgrade

    K8 upgrade
    Aergonus authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    d85c41b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bb53b2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7 from Spellchaser/templatize

    Templatize
    Aergonus authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    973d618 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #8 from Spellchaser/timezone-print

    Print time fixes
    Aergonus authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    f04edfe View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9 from Spellchaser/statefulsets

    Statefulsets
    Aergonus authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    6475c6b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10 from Spellchaser/whitelist

    Whitelist
    Aergonus authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    99d1de8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    95a06f0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #11 from Spellchaser/newbie

    Newbie
    Aergonus authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    d94a5fe View commit details
    Browse the repository at this point in the history
  13. version++

    With all these changes it's time for a version bump
    Aergonus committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    ac6db8f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #12 from Spellchaser/version++

    version++
    Aergonus authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    811c3ca View commit details
    Browse the repository at this point in the history
  15. glide up --v && v0.2.0

    Aergonus committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    c3b6f52 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #13 from Spellchaser/version++

    glide up --v && v0.2.0
    Aergonus authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    e48eecd View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    eeb2aae View commit details
    Browse the repository at this point in the history