William Bezuidenhout
William Bezuidenhout
## Problem Devs often don’t know what the pipeline is doing or why their pipeline has failed. We (devx) often get asked to help diagnose and figure out what the...
I get the following error when making a stored procedure call `CALL boabab.sp_get_invoice_customer_list(2016,1)` ` ** (FunctionClauseError) no function clause matching in Mariaex.Protocol.dispatch/2 (mariaex) lib/mariaex/protocol.ex:100: Mariaex.Protocol.dispatch({:packet, 43, 6, {:ok_resp, 0, 0,...
* Add a test to the sed command to only perform sed on files that exist * Update the format args used - it had more args that formating place...
Depends on #60243
While talking to @fkling he told me that it would be nice if the screenshots were uploaded of the failing tests in E2E tests. I remembered that this being a...
For cloud-ephemeral we want release also to be pushed to it's registry so that people launch ephemeral environments for releases. This refactor the promotion script to handle handle additional registries....
This adds the following commands: * `sg cloud delete ` which will issue a delete for instance slug or the instance identified by the current branch * `sg cloud status...
List the versions that are available in the cloud ephemeral registry so that you can select one to be used for a cloud deployment. I haven't added the Artifact registry...
Depends on: - https://github.com/sourcegraph/sourcegraph/issues/61112 Before a deployment we should check if a deployment for this slug already exists and if it does ... wait until the images have been built...
When a deployment is kicked off there are two long running tasks that are kicked off: - A build that will ultimately push the images to a registry that Cloud...