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

Stability fixes #75

Merged
merged 20 commits into from
Feb 29, 2020
Merged

Stability fixes #75

merged 20 commits into from
Feb 29, 2020

Commits on Feb 28, 2020

  1. Removed log level from sample config

    Joe Peacock committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    3b62213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb35e7 View commit details
    Browse the repository at this point in the history
  3. Removed log level from sample config

    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    Joe Peacock committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    16819f2 View commit details
    Browse the repository at this point in the history
  4. Renamed the test config file so it's not included in runtime

    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    Joe Peacock committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    28684a5 View commit details
    Browse the repository at this point in the history
  5. shifting test inits

    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    Joe Peacock committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    3ba21f5 View commit details
    Browse the repository at this point in the history
  6. Fixing project name from makefile

    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    Joe Peacock committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    3884f84 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Configuration menu
    Copy the full SHA
    5bb023a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cb149a View commit details
    Browse the repository at this point in the history
  3. Fix init (#70)

    * Overriding defaults for basic example
    
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    josephpeacock authored and Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    740fc4d View commit details
    Browse the repository at this point in the history
  4. Add locality lb settings support on destination rules (#41)

    * Bootstrapping admiral
    
    * Add circle ci config
    
    * Fix the working directory for builds
    
    * Bootstrapping admiral
    
    Signed-off-by: aattuluri <anil_attuluri@intuit.com>
    
    * Add circle ci config
    
    Signed-off-by: aattuluri <anil_attuluri@intuit.com>
    
    * Fix the working directory for builds
    
    Signed-off-by: aattuluri <anil_attuluri@intuit.com>
    
    * Add build status badge.
    
    Signed-off-by: aattuluri <anil_attuluri@intuit.com>
    
    * Revert "Add build status badge."
    
    This reverts commit a9fa409.
    
    * Working version after major refactor.
    
    * Fix test files.
    
    * Use global traffic policy to update destination rule.
    
    * Minor fixes.
    
    * Update image for admiral
    
    * Add outlier detection for locality load balancing to work
    
    * Undo tag change
    
    * Sample files for demo
    
    * Remove/comment some tests
    
    * Add the needed method
    
    * Commenting out few more tests.
    
    * Remove unwanted files.
    
    * Adding back missing tests.
    
    * Create an alias for logrus.
    
    * Fixing tests.
    
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    aattuluri authored and Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    a6ef2fc View commit details
    Browse the repository at this point in the history
  5. Support long identities (#71)

    * formalizing the behavior to fall back to annotation if label isn't present
    
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    
    * Removing the hardcoded references to a default identity label
    
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    
    * Nil check
    
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    
    * Refactoring to add the rest of the admiral params to the singleton (and to enforce singleton-ness
    
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    
    * Another test
    
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    
    * coverage bump
    
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    
    * Whoops broke a test
    
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    
    * Adding warning for config re-initialization
    
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    
    * Fixed rebase-related issues
    
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    josephpeacock authored and Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    a8c04ec View commit details
    Browse the repository at this point in the history
  6. Stop publishing tags for PRs (#74)

    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    aattuluri authored and Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    484f5e1 View commit details
    Browse the repository at this point in the history
  7. Removed log level from sample config

    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    44acec0 View commit details
    Browse the repository at this point in the history
  8. Renamed the test config file so it's not included in runtime

    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    50025b6 View commit details
    Browse the repository at this point in the history
  9. shifting test inits

    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    396b4f3 View commit details
    Browse the repository at this point in the history
  10. Fixing project name from makefile

    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    834b8af View commit details
    Browse the repository at this point in the history
  11. Changing defaults as per the examples.

    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    aattuluri authored and Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    4867e5a View commit details
    Browse the repository at this point in the history
  12. Reverting makefile change

    Signed-off-by: Joe Peacock <joe_peacock@intuit.com>
    Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    628622c View commit details
    Browse the repository at this point in the history
  13. Merge branch 'assorted-fixes' of github.com:istio-ecosystem/admiral i…

    …nto assorted-fixes
    Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    79d9c8a View commit details
    Browse the repository at this point in the history
  14. Unduing makefule fix

    Joe Peacock committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    3440684 View commit details
    Browse the repository at this point in the history