8c052c5e79 
								
							 
						 
						
							
							
								
								Remove unused variables  
							
							
							
						 
						
							2019-01-23 17:33:43 +01:00  
				
					
						
							
							
								 
						
							
								b44bf1dd3f 
								
							 
						 
						
							
							
								
								Merge branch 'master' into feature/actions-for-secret-syncing  
							
							
							
						 
						
							2019-01-23 17:30:15 +01:00  
				
					
						
							
							
								 
						
							
								9c7558816c 
								
							 
						 
						
							
							
								
								Update CODEOWNERS ( #458 )  
							
							... 
							
							
							
							add new team member 
							
						 
						
							2019-01-18 15:00:48 +01:00  
				
					
						
							
							
								 
						
							
								8330905ce7 
								
							 
						 
						
							
							
								
								Don't panic if Service for the role was not found ( #451 )  
							
							
							
						 
						
							2019-01-18 13:38:47 +01:00  
				
					
						
							
							
								 
						
							
								1109c861fb 
								
							 
						 
						
							
							
								
								Report new Postgres CR error when previously incorrect one is being updated ( #449 )  
							
							
							
						 
						
							2019-01-18 13:36:44 +01:00  
				
					
						
							
							
								 
						
							
								38f7a3dac6 
								
							 
						 
						
							
							
								
								Minor changes to Admin doc ( #455 )  
							
							... 
							
							
							
							Fixing links and small errors
Some homogenization of naming things
Added line breaks in some paragraphs 
							
						 
						
							2019-01-18 12:50:07 +01:00  
				
					
						
							
							
								 
						
							
								1ac279b8ad 
								
							 
						 
						
							
							
								
								Update CODEOWNERS ( #457 )  
							
							
							
						 
						
							2019-01-18 12:48:44 +01:00  
				
					
						
							
							
								 
						
							
								2422d72b76 
								
							 
						 
						
							
							
								
								Edited Roles section in User documentation ( #454 )  
							
							
							
						 
						
							2019-01-16 10:59:32 +01:00  
				
					
						
							
							
								 
						
							
								0921c065e8 
								
							 
						 
						
							
							
								
								Fixed endpoints description for debug API ( #453 )  
							
							
							
						 
						
							2019-01-16 10:50:29 +01:00  
				
					
						
							
							
								 
						
							
								c70905ae8b 
								
							 
						 
						
							
							
								
								Modifying some of the logging to be more descriptive. ( #440 )  
							
							... 
							
							
							
							* Modifying some of the logging to be more descriptive. 
							
						 
						
							2019-01-08 13:07:36 +01:00  
				
					
						
							
							
								 
						
							
								4b5d3cd121 
								
							 
						 
						
							
							
								
								Fix golint failures  
							
							... 
							
							
							
							* Fix golint fails based on the original work from  the user u5surf
* Skip installing Docker as CDP now have one pre-installed (repairs builds on CDP) 
							
						 
						
							2019-01-08 13:04:48 +01:00  
				
					
						
							
							
								 
						
							
								f7058c754d 
								
							 
						 
						
							
							
								
								Pass more variables to Spilo container ( #437 )  
							
							... 
							
							
							
							Pass KUBERNETES_SCOPE_LABEL, KUBERNETES_ROLE_LABEL and KUBERNETES_LABELS
to spilo container, so that they could be changed. Fix for #411  
							
						 
						
							2019-01-04 13:42:52 +01:00  
				
					
						
							
							
								 
						
							
								7445678261 
								
							 
						 
						
							
							
								
								bump spilo versions. ( #439 )  
							
							
							
						 
						
							2019-01-04 12:25:38 +01:00  
				
					
						
							
							
								 
						
							
								5cfcc453a9 
								
							 
						 
						
							
							
								
								Update CRD configuration docs and fix the CDP build ( #414 )  
							
							... 
							
							
							
							* Update CRD configuration docs
* document resource consumption of the operator
* Add talks by Oleksii 
							
						 
						
							2019-01-02 12:01:47 +01:00  
				
					
						
							
							
								 
						
							
								8d766e020c 
								
							 
						 
						
							
							
								
								Fix reference to enable_database_access in operator_parameters.md ( #435 )  
							
							
							
						 
						
							2019-01-02 10:31:28 +01:00  
				
					
						
							
							
								 
						
							
								c0b0b9a832 
								
							 
						 
						
							
							
								
								[WIP] Add 'admin' option to create role ( #425 )  
							
							... 
							
							
							
							* Add 'admin' option to create role
* Fix run_locally_script 
							
						 
						
							2018-12-27 10:14:33 +01:00  
				
					
						
							
							
								 
						
							
								26670408c4 
								
							 
						 
						
							
							
								
								Revert "Unify warnings about unmovable pods ( #389 )" ( #430 )  
							
							... 
							
							
							
							This reverts commit 4fa09e0dcb 
							
						 
						
							2018-12-21 17:39:34 +01:00  
				
					
						
							
							
								 
						
							
								4fa09e0dcb 
								
							 
						 
						
							
							
								
								Unify warnings about unmovable pods ( #389 )  
							
							... 
							
							
							
							* Unify warnings about unmovable pods
* Log conditions that prevent master pod migration 
							
						 
						
							2018-12-21 16:44:31 +01:00  
				
					
						
							
							
								 
						
							
								d6e6b00770 
								
							 
						 
						
							
							
								
								Add shm_volume option ( #427 )  
							
							... 
							
							
							
							Add possibility to mount a tmpfs volume to /dev/shm to avoid issues like
[this](https://github.com/docker-library/postgres/issues/416 ). To achieve that
two new options were introduced:
* `enableShmVolume` to PostgreSQL manifest, to specify whether or not mount
this volume per database cluster
* `enable_shm_volume` to operator configuration, to specify whether or not mount
per operator.
The first one, `enableShmVolume` takes precedence to allow us to be more flexible. 
							
						 
						
							2018-12-21 16:22:30 +01:00  
				
					
						
							
							
								 
						
							
								ff5c63ddf1 
								
							 
						 
						
							
							
								
								add .golangci.yml ( #422 )  
							
							
							
						 
						
							2018-11-27 12:00:15 +01:00  
				
					
						
							
							
								 
						
							
								a0e09cd6a6 
								
							 
						 
						
							
							
								
								Add golangci badge ( #423 )  
							
							... 
							
							
							
							Since we've connected it, it makes sense also to display the results. 
							
						 
						
							2018-11-27 11:59:59 +01:00  
				
					
						
							
							
								 
						
							
								45c89b3da4 
								
							 
						 
						
							
							
								
								[WIP] Add set_memory_request_to_limit option ( #406 )  
							
							... 
							
							
							
							* Add set_memory_request_to_limit option 
							
						 
						
							2018-11-15 14:00:08 +01:00  
				
					
						
							
							
								 
						
							
								f25351c36a 
								
							 
						 
						
							
							
								
								Make OperatorConfiguration work ( #410 )  
							
							... 
							
							
							
							* Fixes # 404 
							
						 
						
							2018-11-13 11:22:07 +01:00  
				
					
						
							
							
								 
						
							
								e39915c968 
								
							 
						 
						
							
							
								
								Restore .zappr.yaml ( #405 )  
							
							... 
							
							
							
							* Restore .zappr.yaml
* remove approvals as no longer used 
							
						 
						
							2018-11-07 13:06:53 +01:00  
				
					
						
							
							
								 
						
							
								96e3ea9511 
								
							 
						 
						
							
							
								
								Properly overwrite empty allowed source ranges for load balancers ( #392 )  
							
							... 
							
							
							
							* Properly overwrite empty allowed source ranges for load balancers 
							
						 
						
							2018-11-06 11:08:45 +01:00  
				
					
						
							
							
								 
						
							
								ccaee94a35 
								
							 
						 
						
							
							
								
								Minor improvements ( #381 )  
							
							... 
							
							
							
							* Minor improvements
* Document empty list vs null for users without privileges
* Change the wording for null values
* Add talk by Oleksii in Atmosphere 
							
						 
						
							2018-11-06 11:08:13 +01:00  
				
					
						
							
							
								 
						
							
								86ba92ad02 
								
							 
						 
						
							
							
								
								Rename 'permanent_slots' field to 'slots' ( #401 )  
							
							
							
						 
						
							2018-10-31 16:11:28 +01:00  
				
					
						
							
							
								 
						
							
								78e83308fc 
								
							 
						 
						
							
							
								
								API url regexps ( #400 )  
							
							... 
							
							
							
							* Make url regexp more flexible, to accept identifier with dashes
* Add few simple tests
* Check also numerics 
							
						 
						
							2018-10-31 14:52:41 +01:00  
				
					
						
							
							
								 
						
							
								1b4181a724 
								
							 
						 
						
							
							
								
								[WIP] Add the ability to configure replications slots in Patroni ( #398 )  
							
							... 
							
							
							
							* Add the ability to configure replication slots in Patroni
* Add debugging  to Makefile for CDP builds 
							
						 
						
							2018-10-31 13:10:56 +01:00  
				
					
						
							
							
								 
						
							
								83dfae2a6d 
								
							 
						 
						
							
							
								
								Editing documentation for cloning  
							
							... 
							
							
							
							Clear a bit the section about timestamp (from @zalandoAlex) 
							
						 
						
							2018-10-31 11:08:49 +01:00  
				
					
						
							
							
								 
						
							
								a31c69e5dc 
								
							 
						 
						
							
							
								
								Add more tests for secrets verity/apply logic  
							
							
							
						 
						
							2018-10-09 14:02:41 +02:00  
				
					
						
							
							
								 
						
							
								31725a6f4d 
								
							 
						 
						
							
							
								
								Add tests for secrets update  
							
							
							
						 
						
							2018-10-08 14:11:05 +02:00  
				
					
						
							
							
								 
						
							
								9f4a73afb7 
								
							 
						 
						
							
							
								
								Update operator_parameters.md ( #379 )  
							
							
							
						 
						
							2018-09-24 15:43:22 +02:00  
				
					
						
							
							
								 
						
							
								7907f95d2f 
								
							 
						 
						
							
							
								
								Improve reporting about rolling updates ( #391 )  
							
							
							
						 
						
							2018-09-24 11:57:43 +02:00  
				
					
						
							
							
								 
						
							
								3c0a6b893d 
								
							 
						 
						
							
							
								
								Fix import  
							
							
							
						 
						
							2018-09-24 10:29:08 +02:00  
				
					
						
							
							
								 
						
							
								dc8f169a00 
								
							 
						 
						
							
							
								
								Merge branch 'master' into feature/actions-for-secret-syncing  
							
							
							
						 
						
							2018-09-24 10:28:19 +02:00  
				
					
						
							
							
								 
						
							
								b0756a1f75 
								
							 
						 
						
							
							
								
								Add a simple tests for CreateSecret  
							
							
							
						 
						
							2018-09-21 11:36:01 +02:00  
				
					
						
							
							
								 
						
							
								688d252752 
								
							 
						 
						
							
							
								
								Some tweaks to ensure compat with newer Go. ( #383 )  
							
							
							
						 
						
							2018-09-17 10:13:07 +02:00  
				
					
						
							
							
								 
						
							
								f9cbed9be9 
								
							 
						 
						
							
							
								
								Clarify what a default values is ( #368 )  
							
							... 
							
							
							
							Clarify what a default values is 
							
						 
						
							2018-09-17 10:12:58 +02:00  
				
					
						
							
							
								 
						
							
								ba1f886043 
								
							 
						 
						
							
							
								
								Avoid annoying notification abount unused fields  
							
							
							
						 
						
							2018-09-14 15:31:52 +02:00  
				
					
						
							
							
								 
						
							
								43a0449c8f 
								
							 
						 
						
							
							
								
								Improvements per review  
							
							
							
						 
						
							2018-09-14 15:24:01 +02:00  
				
					
						
							
							
								 
						
							
								903902933f 
								
							 
						 
						
							
							
								
								Various bufixes  
							
							
							
						 
						
							2018-09-14 15:23:46 +02:00  
				
					
						
							
							
								 
						
							
								8bc1e7b13d 
								
							 
						 
						
							
							
								
								Accept multiple clients on delve  
							
							
							
						 
						
							2018-09-14 13:42:19 +02:00  
				
					
						
							
							
								 
						
							
								65c49e0252 
								
							 
						 
						
							
							
								
								Remove unused function  
							
							... 
							
							
							
							Add user initialization since it's required for secrets 
							
						 
						
							2018-09-14 11:46:45 +02:00  
				
					
						
							
							
								 
						
							
								e588fddde3 
								
							 
						 
						
							
							
								
								Remove syncSecrets for cluster creation  
							
							... 
							
							
							
							Since now it's done before through the plan 
							
						 
						
							2018-09-12 15:45:48 +02:00  
				
					
						
							
							
								 
						
							
								5563078a12 
								
							 
						 
						
							
							
								
								Add action-based version of secret sync  
							
							
							
						 
						
							2018-09-12 15:40:40 +02:00  
				
					
						
							
							
								 
						
							
								0b75a89920 
								
							 
						 
						
							
							
								
								Fix the casing of github.com/Sirupsen/logrus to match what the project itself uses. ( #380 )  
							
							... 
							
							
							
							Dep enforces this. 
							
						 
						
							2018-09-06 10:26:48 +02:00  
				
					
						
							
							
								 
						
							
								a4224f6063 
								
							 
						 
						
							
							
								
								Move CRD definitions into a formal API to allow access from other controllers. ( #378 )  
							
							
							
						 
						
							2018-08-31 11:20:02 +02:00  
				
					
						
							
							
								 
						
							
								25fa45fd58 
								
							 
						 
						
							
							
								
								[WIP] Grant 'superuser' to the members of  Postgres admin teams ( #371 )  
							
							... 
							
							
							
							Added support for superuser team in addition to the admin team that owns the postgres cluster. 
							
						 
						
							2018-08-30 10:51:37 +02:00  
				
					
						
							
							
								 
						
							
								1e53e22773 
								
							 
						 
						
							
							
								
								Improve error reporting for short cluster names ( #377 )  
							
							... 
							
							
							
							* Improve error reporting for short cluster names
* Revert to clusterName 
							
						 
						
							2018-08-29 17:08:59 +02:00