This project is mirrored from https://gitee.com/NQL886/polaris.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 04 Feb, 2021 1 commit
  2. 15 Jan, 2021 1 commit
    • Robert Brennan's avatar
      Update docs (#472) · c11b8390
      Robert Brennan authored
      * move docs files
      
      * update docs from template
      
      * another update
      
      * add insights callouts
      
      * add ingress check to the docs
      
      * remove old prefixes on check names
      c11b8390
  3. 04 Dec, 2020 1 commit
  4. 11 Sep, 2020 1 commit
    • baderbuddy's avatar
      Update dependencies (#400) · 7c9f0163
      baderbuddy authored
      * Start working on updating dependencies:
      
      * Fix webhook
      
      * Rollback jsonschema update
      
      * Checkin new config
      
      * Fix run as root
      
      * Update versions of kind
      
      * Fix typo in kind URL
      
      * Fix kind config
      
      * Add csr permissions
      
      * Fix weird image thing
      
      * Fixed certificates
      
      * Add to logging
      
      * Approve cert manually
      
      * Fix approval
      
      * Add cert script
      
      * Fix deployment
      
      * Add requests/limits
      
      * Wait if certificate doesn't exist yet
      
      * Add check for file size
      
      * Add variable
      
      * Try a different imagE
      
      * Fix command
      
      * Update certificate logic
      
      * Add healthz
      
      * Don't check cert size
      
      * Remove stat
      
      * Fix vet
      
      * Put in change that makes no sense
      
      * Fix cert names
      
      * Roll back
      
      * Try changing config
      
      * Add logging for each request
      
      * Cleanup code some
      
      * Remove bad deployments
      
      * Fix client injection
      
      * Update timeout
      
      * Add logging
      
      * Fixed e2e webhook tests
      
      * Add permissions for approval
      
      * Fix permissions for C...
      7c9f0163
  5. 03 Jun, 2020 1 commit
  6. 19 May, 2020 1 commit
  7. 18 May, 2020 2 commits
  8. 06 Feb, 2020 1 commit
  9. 24 Jan, 2020 1 commit
  10. 23 Dec, 2019 1 commit
  11. 09 Dec, 2019 1 commit
  12. 18 Sep, 2019 1 commit
  13. 09 Sep, 2019 1 commit
  14. 22 Aug, 2019 1 commit
  15. 14 Aug, 2019 1 commit
  16. 09 Aug, 2019 1 commit
    • Will Ledingham's avatar
      Wl/webhook test (#182) · 467ab945
      Will Ledingham authored
      * Added testing for webhook using KIND
      
      * fixed branching error
      
      * added tests to CircleCI
      
      * added tests to CircleCI
      
      * attempt to stop failing circleci test
      
      * moved location of testing for webhook in CircleCI
      
      * debugging
      
      * more debugging
      
      * .
      
      * .
      
      * added download of webhook to test
      
      * ..
      
      * ...
      
      * corrected sleep comand
      
      * .
      
      * .
      
      * code working now, clean up
      
      * testing smaller sleep times
      
      * increased sleep time
      
      * responded to comments on github
      
      * .
      
      * debug
      
      * more edits
      
      * debugging second test failing.
      
      * debugging
      
      * tests doing opposite of what they should be debugging.
      
      * debugging
      
      * .
      
      * .
      
      * fixing error in installation of webhook.
      
      * .
      
      * timeout increase
      
      * trying to install webhook
      
      * .
      
      * .
      
      * webhook still not i installing properly
      
      * ..
      
      * ..
      
      * add log message
      
      * ..
      
      * changed order of test_k8s, removed set -e
      
      * ..
      
      * namespace polaris
      
      * .
      
      * .......
      
      * intial testing for new strategy.
      
      * intial testing for new strategy.
      
      * .
      
      * ...
      
      * final edits, working now
      
      * fixed files, cleaned up logs, added more detail to webhook starting documentation.
      
      * ?
      
      * added test files for other controller types, adding testing for them in webhook_test.sh
      
      * increased sleep time
      
      * testing
      
      * finally added tests for jobs
      
      * changed while loop condition to include webhook.
      
      * .
      
      * lskdfsjkl
      
      * sd
      
      * lskfjlskj
      
      * .
      
      * final
      
      * added timeout test for dashboard to try to aleviate error
      
      * .
      
      * .
      
      * install the dashboard
      
      * ...
      
      * initial test for new kube_dashboard_test
      
      * initial test for new kube_dashboard_test
      
      * ?
      
      * deleting unused code
      
      * final change for dashboard test
      
      * final
      467ab945
  17. 31 Jul, 2019 1 commit
    • Nick Huanca's avatar
      Additional Pod Controller Scans (#166) · 75f70352
      Nick Huanca authored
      **Changes**
      
      - Refactored the way controllers work to be an interface
      - Added configurable controllers to include in scans
      - Added daemonsets, jobs and cronjobs in scans
      - Added `ReplicationController` type controllers to the supported list
      - Adjusted logic for failed YAML parsing to bubble up errors
      - Added better logic for calculating summaries on cluster wide results
      - Relocated responsibilities for counting types into validators vs spreading it around more packages
      - Fixed bug where cronjob parsing was using wrong KIND
      - Added fixtures for mocking new controller types
      - Added example yamls to test scanning files
      - Added functions to NamespacedResult(s) to reduce code complexity deep set iterations
      - Refactored how results get added to namespacedresults so adding more later is easier
      - Minor signature changes for interface implementing structs for controllers
      75f70352
  18. 30 Jul, 2019 1 commit
  19. 11 Jul, 2019 1 commit
  20. 10 Jul, 2019 1 commit
  21. 01 Jul, 2019 1 commit
  22. 14 Jun, 2019 1 commit
  23. 13 Jun, 2019 1 commit
  24. 07 Jun, 2019 1 commit
  25. 20 May, 2019 1 commit
  26. 17 May, 2019 1 commit
  27. 16 May, 2019 2 commits
  28. 15 May, 2019 2 commits
    • Bobby Brennan's avatar
      remove coverage badge · 6332419c
      Bobby Brennan authored
      6332419c
    • Bobby Brennan's avatar
      add badges · 4c38e956
      Bobby Brennan authored
      add go report, coverage
      
      fix coverage link
      
      Update README.md
      
      Update README.md
      
      Update README.md
      
      fix badge colors
      
      Update README.md
      
      Update README.md
      
      add coverage to circleci
      
      better coverage calculation
      
      fix circleci
      4c38e956
  29. 09 May, 2019 1 commit
  30. 26 Apr, 2019 1 commit
  31. 19 Apr, 2019 1 commit
  32. 07 Feb, 2019 1 commit
  33. 01 Feb, 2019 1 commit
  34. 31 Dec, 2018 1 commit
  35. 26 Dec, 2018 1 commit
  36. 21 Dec, 2018 1 commit