Bassam Tabbara

Results 4 issues of Bassam Tabbara

* Feature Request I'd like to be able to run crossplane standalone by doing the following: ``` docker run -d --restart=unless-stopped -p 443:443 crossplane/crossplaned:latest ``` This will likely require a...

test
user experience
roadmap

I have enabled dco and my commit hook has an empty `export` line: ``` cat .git/hooks/commit-msg #!/bin/sh # INSTALLED BY DCO GEM export /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby /Library/Ruby/Gems/2.3.0/gems/dco-1.0.1/bin/dco process_commit_message $1 exit $? ```...

This project should use the build submodule to be consistent with other projects in the crossplane organization. Release flows have been automated in the build submodule, and it would make...

UXP should clearly document its cpu, memory and other requirements. This should also factor running on different managed Kubernetes services like GKE, EKS and AKS. Also when loading providers that...

enhancement