1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
Commit graph

1678 commits

Author SHA1 Message Date
shravan
2d137c856c 644 circle ci changes 2020-02-09 19:56:38 +05:30
shravan
17da6217e0 644 circle ci changes 2020-02-09 19:28:51 +05:30
shravan
99e54e28d8 644 fixing compilation issue 2020-02-09 19:15:39 +05:30
shravan
a969a38c81 644 working version need to add more tests 2020-02-09 19:11:25 +05:30
shravan
122d1bd5fa 644 removed userinfo validation 2020-02-09 13:12:27 +05:30
shravan
b32b52224d 644 added test to verify usage 2020-02-09 12:34:59 +05:30
shravan
c7bed6f3ff 644 save commit for testcases 2020-02-07 18:36:17 +05:30
shravan
c8fd7f6a91 644 simplyifying solution 2020-02-07 18:11:47 +05:30
shravan
736c18ea46 644 logical error fixes prototype 2020-02-07 16:53:38 +05:30
shravan
21abc315f6 644 removing commented out unused code 2020-02-07 14:55:04 +05:30
shravan
819ba3fb1b 644 returning detailed error from function in question, changes currently untested 2020-02-07 14:45:43 +05:30
shravan
9051320e43 644 removing outdated tests and fixing stylistic issues 2020-02-06 23:55:46 +05:30
shravan
0891b23efd 644 stopped closing channel while go routine is sending values 2020-02-06 23:39:57 +05:30
shravan
a683f8d373 644 more elegant solution 2020-02-06 23:35:50 +05:30
shravan
f9293e9585 644 untested prototype 2020-02-06 22:32:50 +05:30
shravan
4471117d42 644 removing more deadcode related to previous commit 2020-02-03 18:58:31 +05:30
shravan
0d4b256d13 644 updating changes with revised understanding of issue, also removed alot of deadcode to make changes 2020-02-03 18:51:18 +05:30
shravan
3b37a61f5d Revert "644 untested prototype changes"
This reverts commit 4021453760.
2020-02-01 20:48:06 +05:30
shravan
4021453760 644 untested prototype changes 2020-01-30 16:12:26 +05:30
shuting
3343d73b76 linter fix (#657) 2020-01-27 08:58:53 -08:00
shubham
7a34378648 Adding log level 4 to "Loading variable" logs in context.go line no 124 and 139 (#648)
Type at pkg/policyviolation/namespacedev.go
2020-01-24 16:29:51 -08:00
Shivkumar Dudhani
f4406bbefc
linter fixes (#656)
* cleanup phase 1

* linter fixes phase 2

* linter fixes

* linter fixes
2020-01-24 16:27:51 -08:00
Shivkumar Dudhani
8c1d79ab28
linter suggestions (#655)
* cleanup phase 1

* linter fixes phase 2
2020-01-24 12:05:53 -08:00
Shivkumar Dudhani
1171ac691b
cleanup phase 1 (#653) 2020-01-24 09:37:12 -08:00
Jim Bugwadia
ea6c95ae5f
Merge pull request #646 from nirmata/update_doc
Correct Variable in policy example
2020-01-21 16:34:01 -08:00
shivkumar dudhani
9275796f82 update policy 2020-01-21 16:15:27 -08:00
shivkumar dudhani
912c958442 Merge branch 'master' into update_doc 2020-01-21 16:13:14 -08:00
shuting
4d2bea3c0d
Merge pull request #624 from shravanshetty1/150_adding_go_mod
ref #150 - removed vendor file from repo by adding go modules
2020-01-19 17:05:36 -08:00
Shuting Zhao
c365bb2b3b tag 1.1.2 2020-01-16 15:42:52 -08:00
shuting
cfd070c789
Merge pull request #633 from nirmata/627_mutation_violation
mutation failure should not block resource creation
2020-01-16 15:30:08 -08:00
Shuting Zhao
24f3659b03 update debug info log level 2020-01-16 14:37:01 -08:00
Shuting Zhao
5d3d27cafd report violation for mutation failure only, not block the creation 2020-01-16 14:29:44 -08:00
Shuting Zhao
ba8030bec0 change to use validationFailureAction for the mutation failure action 2020-01-16 11:57:28 -08:00
Shuting Zhao
7e59e8e484 mutation failure to not block resource creation 2020-01-15 21:46:58 -08:00
shuting
8bba25bc7c
Merge pull request #632 from nirmata/default_failurepolicy
Default failurepolicy & bug fix
2020-01-15 18:30:51 -08:00
Shuting Zhao
77a6408f30 pass in patchedResource inside the same mutation rule 2020-01-15 18:15:48 -08:00
Shuting Zhao
b26ed89880 - set failurepolicy of webhookconfiguraitons to ignore; - disable auto-gen on policy disabllow_default_namespace 2020-01-15 18:01:50 -08:00
Shuting Zhao
0431fa0ae3 tag v1.1.1 2020-01-14 16:29:26 -08:00
shuting
ab5bb75f2d
Merge pull request #625 from nirmata/mutation_bug
fix annotation path error if applied to pod controller
2020-01-14 16:27:58 -08:00
Shuting Zhao
fbe6ea2f24 fix annotation path error if applied to pod controller 2020-01-14 15:57:02 -08:00
Shivkumar Dudhani
6b8aa9df34
add missing var for PACKAGE (#623) 2020-01-14 10:24:05 -08:00
shravan
731df59d91 fixing ci/cd 2020-01-14 10:19:17 +05:30
shravan
d86a80ac9f adding comment for gomod replace statement 2020-01-14 10:11:26 +05:30
shravan
4bd678e301 added go modules and removed vendor file 2020-01-14 10:07:21 +05:30
Shivkumar Dudhani
cadd8f6b1b
check for multiple variables in a expression & serviceAccount variables (#610)
* check for multiple variables in a expression & serviceAccount variables

* update the regex matcher
2020-01-13 18:56:11 -08:00
Shivkumar Dudhani
af824f28b0
add annotation to ns (#621) 2020-01-13 17:43:13 -08:00
Shivkumar Dudhani
dabe592d46
fix the bugs and add pre-condition checks (#606)
* fix the bugs and add pre-condition checks

* add precondition documentation
2020-01-13 11:21:14 -08:00
shuting
bd538e51bc
Merge pull request #613 from nirmata/update_markdown
move definitions/rolebindings.yaml to installation.md
2020-01-13 10:42:26 -08:00
shuting
d06fa48648
Merge pull request #618 from nirmata/617_bug
pass in original resource to validation if patches from mutation is nil
2020-01-13 10:42:11 -08:00
Shuting Zhao
cca5dd31b6 pass in original resource to validation if patches from mutation is nil 2020-01-13 10:15:52 -08:00