aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar miles-to-go <45916686+miles-to-go@users.noreply.github.com> 2024-03-07 14:34:09 -0500
committerGravatar GitHub <noreply@github.com> 2024-03-07 14:34:09 -0500
commit92b7e658e327f0fafef5c8496f920726e087ba4d (patch)
tree6b62216e8f5c6eb611e95d1cf33acb8899c2373f /.github/workflows
parent3d67ee907d26800e76ec6c91ac6c83e87550c52a (diff)
downloadcoredns-92b7e658e327f0fafef5c8496f920726e087ba4d.tar.gz
coredns-92b7e658e327f0fafef5c8496f920726e087ba4d.tar.zst
coredns-92b7e658e327f0fafef5c8496f920726e087ba4d.zip
add client labels to k8s plugin metadata (#6475)
Signed-off-by: Nolan Miles <nolanpmiles@gmail.com>
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions
ions'>+111 and move the logic that differentiates interrupts from exceptions from the crate to the procedural macro logic 2017-07-27fix yet another warning on ARMv6-MGravatar Jorge Aparicio 1-3/+3 2017-07-27travis: install linkerGravatar Jorge Aparicio 3-3/+31 2017-07-27fix warning on ARMv6-MGravatar Jorge Aparicio 1-1/+2 2017-07-27don't generate empty modulesGravatar Jorge Aparicio 1-11/+16 2017-07-27make task.$T.priority optionalGravatar Jorge Aparicio 1-20/+8 default the value to 1 if omitted 2017-07-27update tests and examplesGravatar Jorge Aparicio 17-230/+68 with task! gone 3 types of errors / gotchas have been eliminated :tada: 2017-07-27refactor Resource / Threshold into its own crate, drop task!, tweak rtfm::atomicGravatar Jorge Aparicio 3-154/+47 task! can be re-added in a backward compatible fashion and I'd like to not have two ways to assign a task handler to an interrupt / exception in the first release. rtfm::atomic now uses the `Threshold` token instead of the `CriticalSection` token. This reduces overhead by dropping the "are interrupts enabled?" check. 2017-07-26provide a Threshold token even when all resources are locklessGravatar Jorge Aparicio 1-7/+5 because the token will always be required for calling generic functions 2017-07-26fix around owned idle resourceGravatar Jorge Aparicio 1-1/+5 2017-07-25inline claimGravatar Jorge Aparicio 1-0/+1 because it's needed for proper optimization / inlining 2017-07-25fix errors around the use of `super` in relative pathsGravatar Jorge Aparicio 1-4/+4 2017-07-24more "hygiene"Gravatar Jorge Aparicio 1-8/+12 prepend an underscore to the name of the statics generated in the root of the crate