waseem
|
878bc5c442
|
Refactor Openshift detection
|
2019-07-05 12:23:14 +02:00 |
|
waseem
|
ff5f28ba00
|
Add comments where needed
|
2019-07-04 11:00:52 +02:00 |
|
waseem
|
df777332a9
|
Lint go
|
2019-07-04 10:56:17 +02:00 |
|
waseem
|
9f3c8379a6
|
Add IsOpenshift flag
|
2019-07-04 10:32:17 +02:00 |
|
waseem
|
2dc7d20a37
|
Fix upgrade test cases
|
2019-07-04 09:58:49 +02:00 |
|
waseem
|
de77785d4f
|
Add support for DeploymentConfigs
|
2019-07-04 09:58:26 +02:00 |
|
waseem
|
362ea70e26
|
Fix test cases
|
2019-07-03 22:14:36 +02:00 |
|
faizanahmad055
|
06aa382910
|
Initial implementation of fix for issue 61
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
|
2019-05-07 10:51:58 +02:00 |
|
irti
|
66f9b07817
|
[fix-config-change-logs-issue] fixed log statement placement
|
2019-04-25 14:19:52 +05:00 |
|
irti
|
40aa9955cd
|
[fix-config-change-logs-issue] fixed the issue in create.go file
|
2019-04-25 14:16:42 +05:00 |
|
irti
|
bfff7104aa
|
[fix-config-change-logs-issue] logs issue fixed
|
2019-04-25 14:11:31 +05:00 |
|
faizanahmad055
|
0c340fcb48
|
Fix same name configmap and secret conflict
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
|
2019-02-18 12:09:53 +01:00 |
|
faizanahmad055
|
889b16718a
|
Add test cases
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
|
2019-02-18 10:20:52 +01:00 |
|
faizanahmad055
|
512cbd8c85
|
Fix incorrect container update
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
|
2019-02-16 16:52:12 +01:00 |
|
faizanahmad055
|
6fb1266637
|
Initial implementation for init container support
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
|
2019-02-16 15:43:56 +01:00 |
|
Joey Espinosa
|
75b00733bf
|
feat: parameterize all annotations
|
2019-02-04 12:33:53 -05:00 |
|
faizanahmad055
|
95bd5e497f
|
Use single container loop for envs
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
|
2019-02-01 12:06:18 +01:00 |
|
faizanahmad055
|
75f67ffa6e
|
Add support for envFrom for autoUpdate
Signed-off-by: faizanahmad055 <faizanahmad@217-212-164-26.customer.telia.com>
|
2019-01-31 16:03:53 +01:00 |
|
Faizan Ahmad
|
130741480e
|
Auto update referenced resource (#45)
* Add implementation for create event
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Add sleep in testcase
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Fix test case data
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Remove unnecessary dashes from chart
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Fix new env var creation issue
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Optimize upgrade code
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Update logs
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Initial implementation to perform rolling upgrades by auto referencing the resources
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Fix nil pointer exception
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Fix test cases
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Add test cases
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Update test case verify method
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Add missing name for envs
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Update annotation name
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Update readme
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Update readme
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Implement Golang CI comment
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
* Implement Golang CI comment
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
|
2019-01-25 14:00:21 +01:00 |
|
Faizan Ahmad
|
d3bae0d3bb
|
Optimize logging in reloader (#19)
* Optimize logging in reloader
* Fix test case failing issue
* Implement PR-19 review comments
* Place the log out of loop
* Fix change detection log
|
2018-08-02 11:17:35 +02:00 |
|
faizanahmad055
|
e4756034ea
|
Add random seq with namespace name to make it unique
|
2018-07-27 15:23:09 +05:00 |
|
faizanahmad055
|
c8c0f98c1d
|
Implement PR-2 review comments
|
2018-07-26 12:59:10 +05:00 |
|
faizanahmad055
|
e11e1744cd
|
Use fake client for update tests
|
2018-07-24 21:17:56 +05:00 |
|
faizanahmad055
|
2cac0cc713
|
Implement PR-2 review comments
|
2018-07-24 21:05:50 +05:00 |
|
faizanahmad055
|
5b467b731c
|
Revamp perform rolling method
|
2018-07-24 17:45:48 +05:00 |
|
faizanahmad055
|
61a2af1782
|
Remove SHA data log
|
2018-07-23 19:20:52 +05:00 |
|
faizanahmad055
|
effc40cab1
|
Added Daemonset and statefulset e2e test
|
2018-07-23 18:31:33 +05:00 |
|
faizanahmad055
|
034d2dcd93
|
Implement golangci review comments on PR-2
|
2018-07-23 16:10:53 +05:00 |
|
faizanahmad055
|
81c7b3ef25
|
Implement PR-2 review comments
|
2018-07-23 15:24:52 +05:00 |
|
faizanahmad055
|
5befb4d6eb
|
Optimize rollingUpgrade method
|
2018-07-19 18:18:51 +05:00 |
|
faizanahmad055
|
97b7286c2b
|
Fix helper package error
|
2018-07-19 18:08:49 +05:00 |
|
faizanahmad055
|
17b6d58300
|
Add handler testcases
|
2018-07-19 18:04:07 +05:00 |
|
faizanahmad055
|
f89f59c5b2
|
Fix rbac permission issue
|
2018-07-18 19:56:12 +05:00 |
|
faizanahmad055
|
a317555db9
|
Add helper class and complete integration test
|
2018-07-18 16:19:37 +05:00 |
|
faizanahmad055
|
f05d4ed0eb
|
Fix testcase with updated annotation
|
2018-07-17 16:55:54 +05:00 |
|
faizanahmad055
|
6bc9072418
|
Fix SHA generation
|
2018-07-17 16:43:09 +05:00 |
|
faizanahmad055
|
d9379d18f2
|
Add seperate annotation for secret
|
2018-07-17 15:20:01 +05:00 |
|
faizanahmad055
|
d2ae8ce4cb
|
Merge branch 'master' of github.com:stakater/Reloader into rollback-upgrade-deployment
|
2018-07-17 13:54:35 +05:00 |
|
faizanahmad055
|
21fec1c4b9
|
Fix logrus usage
|
2018-07-17 12:55:56 +05:00 |
|
faizanahmad055
|
6a5341aebf
|
Add initial rolling upgrade changes
|
2018-07-16 20:03:07 +05:00 |
|
faizanahmad055
|
44341ff539
|
Implement PR-1 review comments
|
2018-07-16 14:21:27 +05:00 |
|
faizanahmad055
|
0f78a159f6
|
Implement PR-1 review comments
|
2018-07-16 13:35:40 +05:00 |
|
faizanahmad055
|
14f9570a04
|
Add resource handler to handle rolling updates
|
2018-07-13 19:01:04 +05:00 |
|