Ritesh Patel
|
f3d1d26875
|
Merge pull request #131 from nirmata/update-install-docs
Update install docs
|
2019-06-02 20:37:44 -07:00 |
|
Jim Bugwadia
|
84efb31277
|
format
|
2019-06-01 17:46:53 -07:00 |
|
Jim Bugwadia
|
0fe9211304
|
Revert "fix order"
This reverts commit 50335a9005 .
|
2019-06-01 17:44:36 -07:00 |
|
Jim Bugwadia
|
50335a9005
|
fix order
|
2019-06-01 17:42:04 -07:00 |
|
Jim Bugwadia
|
ad363997ad
|
clarify install options
|
2019-06-01 17:35:42 -07:00 |
|
shivdudhani
|
b59ab9a84a
|
update from to clone for copying existing resource
|
2019-05-31 18:45:23 -07:00 |
|
shivdudhani
|
2ecc1d21f7
|
rebase master
|
2019-05-31 18:31:21 -07:00 |
|
shuting
|
cc30f15f5c
|
Merge pull request #126 from nirmata/41_enhancement
introduce glog, remove log.logger references
|
2019-05-31 18:24:08 -07:00 |
|
shivdudhani
|
183b17828e
|
support generation of any resource
|
2019-05-31 17:59:36 -07:00 |
|
shuting
|
90a9189412
|
Decode resource yaml into actual kubernetes object if kubeconfig exists.
|
2019-05-31 16:58:36 -07:00 |
|
shuting
|
e54c021353
|
update cli example
|
2019-05-31 16:57:39 -07:00 |
|
shivdudhani
|
c205cca38b
|
introduce glog, remove log.logger references
|
2019-05-30 12:28:56 -07:00 |
|
shuting
|
2eadf0af6d
|
Merge branch 'master' into 65_CLI_unmarshall_resource
|
2019-05-30 11:30:04 -07:00 |
|
Denys Bielyshev
|
81ae5b0eb6
|
Merge pull request #123 from nirmata/119_version
Show version info for each release
|
2019-05-30 13:18:45 +01:00 |
|
Jim Bugwadia
|
b1e192d4f0
|
Merge pull request #122 from nirmata/121_rework
121 rework
|
2019-05-29 19:17:40 -07:00 |
|
shuting
|
3bd341906e
|
Rename some of files name in examples
|
2019-05-29 18:42:15 -07:00 |
|
shuting
|
eaef747af8
|
resolve PR comment
|
2019-05-29 18:30:10 -07:00 |
|
shuting
|
bc6a184074
|
update Quotation in installation.md
|
2019-05-29 18:25:32 -07:00 |
|
shivdudhani
|
1c123a5513
|
update doc
|
2019-05-29 17:45:42 -07:00 |
|
shuting
|
f4db774726
|
Merge branch '121_rework' into 65_CLI_unmarshall_resource
|
2019-05-29 16:44:46 -07:00 |
|
shuting
|
4b568efd70
|
print version info in main log
|
2019-05-29 15:24:19 -07:00 |
|
shuting
|
a1322276b7
|
update makefile
|
2019-05-29 14:47:26 -07:00 |
|
shuting
|
ea08ef3fbe
|
add the version command
|
2019-05-29 14:44:21 -07:00 |
|
shivdudhani
|
9b0f8d48e0
|
update doc
|
2019-05-29 14:23:37 -07:00 |
|
shivdudhani
|
6cc4148fac
|
move client to pkg, helper script for self-signed certs & update documentation
|
2019-05-29 14:12:09 -07:00 |
|
shivdudhani
|
7ec9315e57
|
use single secret for tlsPair, check for secret annotation for self-signed cert & change type of secret from generic to tls
|
2019-05-29 12:36:03 -07:00 |
|
Shivkumar Dudhani
|
88f3579b2c
|
Merge pull request #114 from nirmata/98_bug
update error msg and documentation+ support self-signed certificate for testing
|
2019-05-28 20:18:42 -07:00 |
|
shivdudhani
|
c90d425272
|
re-work
|
2019-05-28 19:50:40 -07:00 |
|
shuting
|
263218c729
|
Merge pull request #116 from nirmata/wildcard_operator_fix
Wildcard operator fix
|
2019-05-28 18:56:55 -07:00 |
|
shivdudhani
|
b70f31fd13
|
update doc + get tlspair
|
2019-05-28 18:27:56 -07:00 |
|
shivdudhani
|
9e0149739f
|
support self-signed certificates via secrets
|
2019-05-28 18:16:22 -07:00 |
|
Denis Belyshev
|
2a24f8dc3b
|
Fixed issue: null corresponds for non-existing field, 0 for ints and empty quotes for strings
|
2019-05-28 20:30:48 +01:00 |
|
Denis Belyshev
|
f57422ef79
|
Fixed issue when number comes from resource as string and does not being validated
|
2019-05-28 14:25:29 +03:00 |
|
Denis Belyshev
|
cde2f2b0a0
|
Fixed issue: string patterns always return true
|
2019-05-28 14:07:15 +03:00 |
|
Denis Belyshev
|
b42f517093
|
Fixed crash when checking operator on strings lesser than 2 chars
|
2019-05-28 13:13:57 +03:00 |
|
Denys Bielyshev
|
1e912f9660
|
Merge pull request #109 from nirmata/update_examples
Update examples
|
2019-05-27 16:39:11 +01:00 |
|
Denis Belyshev
|
22b942d229
|
Added bool support
|
2019-05-27 18:21:23 +03:00 |
|
Denis Belyshev
|
a85f646bd4
|
Removed excess Fatal log
|
2019-05-27 18:11:39 +03:00 |
|
Denis Belyshev
|
435a19152a
|
I have finished implementing patterns
|
2019-05-27 18:07:24 +03:00 |
|
Maxim Goncharenko
|
ac736bbf84
|
Written base for patterns using TDD
|
2019-05-27 14:46:29 +03:00 |
|
shivdudhani
|
64b38a5c75
|
update error msg and documentation for scenarios when certificate signer is not configured
|
2019-05-27 00:35:40 -07:00 |
|
Jim Bugwadia
|
18c8363445
|
merge
|
2019-05-23 20:47:18 -07:00 |
|
Jim Bugwadia
|
8d6ecca9bd
|
changed examples for next release
|
2019-05-23 20:42:34 -07:00 |
|
Jim Bugwadia
|
4ae45d7e9f
|
Merge pull request #108 from nirmata/rename-dirs
rename dirs
|
2019-05-23 20:29:46 -07:00 |
|
Jim Bugwadia
|
ab44bfb9b3
|
rename dirs
|
2019-05-23 20:15:36 -07:00 |
|
Jim Bugwadia
|
e2be3084b7
|
Merge pull request #104 from nirmata/policies-update
added workarounds to make examples valid
|
2019-05-23 18:09:15 -07:00 |
|
Jim Bugwadia
|
cfeca33c16
|
Merge pull request #96 from nirmata/refactoring
Refactoring
|
2019-05-23 14:31:22 -07:00 |
|
shuting
|
f1eabfb2fb
|
Merge pull request #107 from nirmata/release-0.1
Release 0.1
|
2019-05-23 12:08:30 -07:00 |
|
shuting
|
0f26bd3386
|
Merge pull request #106 from nirmata/105_bug
fix for issue #105
|
2019-05-23 12:03:03 -07:00 |
|
shivdudhani
|
00249c4c2a
|
do not report old errors
|
2019-05-23 11:59:30 -07:00 |
|