muvaffak

Results 107 issues of muvaffak

### Description of your changes Implements v1beta1 quality bucket API and controller. TODOs: - [ ] Harden json-patch fork with tests https://github.com/muvaf/json-patch/tree/late-init - [ ] Unit tests. - [ ]...

### What problem are you facing? GCP Buckets allow access to buckets and specific objects through [BucketAccessControl](https://cloud.google.com/storage/docs/json_api/v1/bucketAccessControls) object. You can define this object on [Buckets](https://cloud.google.com/storage/docs/json_api/v1/buckets) API object as well but...

enhancement

### What happened? When the value of a field is set to its type's zero value (for `bool`s it's false, for `int`s it's 0 etc.), GCP client doesn't include them...

bug

### What problem are you facing? Implementation of GCP Ingress resource controller is missing. Part of https://github.com/crossplaneio/crossplane/issues/1123

enhancement

### What problem are you facing? Currently, CloudSQL connection secret includes the SSL certificate information for clients that want to access it via SSL. However, when the certificate expires GCP...

enhancement

### What problem are you facing? We've had the convention of sticking to the cloud provider SDK when we name the resources and groups. But since `RDSInstance` is one of...

enhancement

### What problem are you facing? These are the foundational resources of Azure but they are still on v1alphaX level support and they still don't adhere to [XRM](https://github.com/crossplane/crossplane/blob/master/design/one-pager-managed-resource-api-design.md) due to...

enhancement

### What problem are you facing? Azure SQL service supports creating SQL service as replicas where master instance lives somewhere else. Details [here](https://docs.microsoft.com/en-us/azure/sql-database/replication-with-sql-database-managed-instance)

enhancement
services

### What problem are you facing? Azure SQL services have `PointInTimeRestore` mode for creation but we only support default creation mode. ### How could Crossplane help solve your problem? Implement...

enhancement
services

### What problem are you facing? We support default creation mode but Azure has a few other options for creation. One of them is `GeoRestore`. This issue is to track...

enhancement
services