Robert Scott
Robert Scott
## What problem does the pull request solve? This allows a pre-constructed `requests.Session` object to be used by the api client, which is useful for some esoteric use cases. ##...
A follow-up to #4323 This updates all `finished` jobs more than 24h since `scheduled_for` to the new `finished all notifications created` status. why 24h? 24h is how far back the...
https://trello.com/c/It2Dwvuk/1064-test-if-we-can-make-reproducible-builds I decided to lean towards dependabot-style dependency version control here, because it means the contents of the resultant docker image should be solely defined by the repo contents. Making...
Reverts alphagov/notifications-api#4241 This did not have the desired effect so let's remove the complexity.
Depends on https://github.com/alphagov/notifications-python-client/pull/255 We're currently dividing the effectiveness of any connection-pooling we're doing to api-web by >20x by having a separate connection pool per sub-api-client. This contributes to the excessive...
The containerd seccomp profile doesn't include `ptrace` in its seccomp profile. This prevents `strace` and some other useful tools from working: ``` root@9f4415aa-8ad1-4490-6c49-f5417ffb2f83:/tmp/build/get# strace ls strace: test_ptrace_get_syscall_info: PTRACE_TRACEME: Operation not...
Building 4.4.1 on aarch64-linux with gcc 13 results in: ``` /build/source/plugins/hawkeye/src/sbox_database.cpp: In function 'smallset_t hal::hawkeye::{anonymous}::smallset_init_full(u32)': /build/source/plugins/hawkeye/src/sbox_database.cpp:868:56: error: cannot convert '__Uint64x2_t' to 'uint32x4_t' 868 | return {vsetq_lane_u32(0xFFFFFFFF, tmp, 0), vdupq_n_u64(0)}; |...
Addresses #1402 Haven't added a `CHANGES.rst` entry as I don't know what version this would make it in to (I'd imagine a change like this might at least warrant a...