aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen/resources_struct.rs
diff options
context:
space:
mode:
authorGravatar Henrik Tjäder <henrik@tjaders.com> 2020-05-19 18:00:13 +0000
committerGravatar Henrik Tjäder <henrik@tjaders.com> 2020-09-25 14:29:34 +0000
commit5cfd9b92384a6e2d352e35de9da1b7a2b53cc2ea (patch)
treeec271ee6f0e88df4ba3294f99bef817c07e683cd /macros/src/codegen/resources_struct.rs
parentc718413cb56f9c25d79c71e607079561923b1a05 (diff)
downloadrtic-5cfd9b92384a6e2d352e35de9da1b7a2b53cc2ea.tar.gz
rtic-5cfd9b92384a6e2d352e35de9da1b7a2b53cc2ea.tar.zst
rtic-5cfd9b92384a6e2d352e35de9da1b7a2b53cc2ea.zip
Modules using lower-case in examples
Diffstat (limited to 'macros/src/codegen/resources_struct.rs')
0 files changed, 0 insertions, 0 deletions
upstream and populates it in more places * Restores silencing of stdout during testing * Restores silencing of stdout during testing * keeps check url string once built * Removes debug message * uses zero value to signal no checking; reduces in-mutex code to a fetch 2017-06-28middleware/kubernetes: Server side path lookups (#750)Gravatar Chris O'Haver 6-51/+407 * initial commit * add config options * add readme * rewording * revert unlreated change * normalize host domain path * add ndots opt, allow > 1 host domains, pull host domains from resolv.conf * implementing review feedback * update readme * use dns lib, config format, defaults * Correct autopath example. 2017-06-28fix hard code about server type (#759)Gravatar Ning Xie 1-1/+1 2017-06-27Disable codecov/patch and codecov/changes status report (#758)Gravatar Yong Tang 1-0/+2 This fix disables codecov/patch and codecov/changes status report as the project has already been well covered by codecov/project status. The codecov/patch and codecov/changes status are misleading. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> 2017-06-26middleware/cache: fix race (#757)Gravatar Miek Gieben 4-25/+65 While adding a parallel performance benchmark I stumbled on a race condition (another reason to add performance benchmarks!), so this PR makes sure the msg is created in a race free manor and adds the parallel benchmark. 2017-06-25Reverse middleware change ipseparator (#753)Gravatar jremond 3-14/+11 * change IPv4 separator from - to . * fix reverse middleware tests and README to adapt with . instead of -