Alex Gartner
Alex Gartner
This PR adds functionality to invite via LDAP in addition to the invite string. These changes don't allow login via SSH, only processing the invite. To invite a user via...
Gitlab supports the standard `/oauth/userinfo` oauth/odic endpoint so we should use that instead of gitlab specific API calls. Also allow setting the gitlab url via environment variable. Still defaults to...
I'm not sure why we're getting multiple `layer_surface_configure` callbacks in the first place, but this change ensures that we only respond to them if the surface size has actually changed....
I used tinyctf last year for a CTF competition for my school. I really like the simplicity of code that Flask provides. Anyway, I decided to add an in game...
`GPU=1 RDNA=1 FORWARD_ONLY=1 python3 test/test_ops.py TestOps.test_add` hangs after 18892242b006785d4e92abae7c792e7874c17df9 with dmesg `amdgpu: sq_intr: error, detail 0x00000000, type 2, sh 1, priv 1, wave_id 1, simd_id 0, wgp_id 0` Bisected with:...
This is accomplished by hooking the OsdWindow.OsdWindow.prototype.show function
# Description Enable restarting the e2e orchestrator by: - always use the `--setup-only` option followed by running with the `--skip-setup` option - skip setup if the `deployed.yml` (created by setup)...
Download old version binary from github releases rather than compiling from source during upgrade tests. Relates to #2146 #2147
We need the ability to easily test upgrading from version A -> B -> C. I have some [hacky tools](https://gist.github.com/gartnera/a2c82a46053034c594e06312bd855b3d) to do it locally but we should refactor how the...
I'm using the localnet docker compose setup for developnet. Since developnet is public, we need to randomize the secrets we use. Use a depends_on container with `service_completed_successfully` condition to generate...