var testFailed = false; const invariant = () => { testFailed = true; }; var $$m = (arg) => { var module = { exports: {} }, exports = module.exports; return arg(module, exports); }; var size = 100, ttl = 3600; export var $f332019d = $$m( { "relay-runtime/lib/network/RelayQueryResponseCache.js": ( module, exports ) => { var RelayQueryResponseCache = function () { var foo = function RelayQueryResponseCache(_ref) { var size = _ref.size, ttl = _ref.ttl; !(size > 0) ? process.env.NODE_ENV !== "production" ? invariant( false, "RelayQueryResponseCache: Expected the max cache size to be > 0, got " + "`%s`.", size ) : invariant(false) : void 0; !(ttl > 0) ? process.env.NODE_ENV !== "production" ? invariant( false, "RelayQueryResponseCache: Expected the max ttl to be > 0, got `%s`.", ttl ) : invariant(false) : void 0; }; foo({ size: 100, ttl: 3600 }); }; RelayQueryResponseCache(); }, }["relay-runtime/lib/network/RelayQueryResponseCache.js"] ); export function test() { var foo = () => result; // $f332019d; if (testFailed) throw new Error("invariant should not be called"); return testDone(import.meta.url); } o-etcd-io-4cb3a346bb Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/plugin/pkg/tls (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-27Reduce the cardinality of health endpoint metrics (#4650)Gravatar Ben Kochie 3-4/+17
2021-05-27plugin/kubernetes: consistently choose EndpointSlices or Endpoints for unstab...Gravatar uesyn 1-13/+23
2021-05-27deprecate Normalize and MustNormalize (#4648)Gravatar Chris O'Haver 6-11/+61
2021-05-26auto go mod tidyGravatar coredns[bot] 1-0/+1
2021-05-24build(deps): bump google.golang.org/grpc from 1.37.1 to 1.38.0 (#4643)Gravatar dependabot[bot] 2-2/+3
2021-05-24build(deps): bump k8s.io/client-go from 0.21.0 to 0.21.1 (#4646)Gravatar dependabot[bot] 2-7/+6
2021-05-24build(deps): bump github.com/prometheus/common from 0.24.0 to 0.25.0 (#4644)Gravatar dependabot[bot] 2-3/+3
2021-05-24build(deps): bump k8s.io/apimachinery from 0.21.0 to 0.21.1 (#4642)Gravatar dependabot[bot] 2-2/+3
2021-05-24build(deps): bump google.golang.org/api from 0.29.0 to 0.47.0 (#4641)Gravatar dependabot[bot] 2-12/+150
2021-05-24build(deps): bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 (#4640)Gravatar dependabot[bot] 2-3/+3
2021-05-20Revert "plugin/file: Fix in wrong answers returned when wildcard and concrete...Gravatar Miek Gieben 3-110/+6
2021-05-20plugin/forward: Document and warn for unsupported FROM CIDR notations (#4639)Gravatar Chris O'Haver 3-2/+9
2021-05-19Fix obsure crash in Corefile parsing (#4637)Gravatar Miek Gieben 3-1/+33
2021-05-19bump etcd to v3.5.0-beta3 (#4638)Gravatar Chris O'Haver 2-9/+8
2021-05-19auto go mod tidyGravatar coredns[bot] 1-0/+1
2021-05-19bump etcd to v3.5.0-beta2 (#4635)Gravatar Chris O'Haver 2-32/+17
2021-05-17plugin/file: Fix in wrong answers returned when wildcard and concrete records...Gravatar Jason Du 3-6/+110
2021-05-17reverse zone: fix Normalize (#4621)Gravatar Miek Gieben 32-507/+256
2021-05-17consider nil ready as ready (#4632)Gravatar Chris O'Haver 1-2/+11
2021-05-17build(deps): bump github.com/aws/aws-sdk-go from 1.38.37 to 1.38.40 (#4630)Gravatar dependabot[bot] 2-3/+3
2021-05-17build(deps): bump github.com/prometheus/common from 0.23.0 to 0.24.0 (#4629)Gravatar dependabot[bot] 2-24/+3
2021-05-14Fix etcd to use v3.5.0-alpha.0 (#4628)Gravatar Jason Du 5-14/+43
2021-05-141.8.4 notes: set date to today (#4627)Gravatar Miek Gieben 1-11/+18
2021-05-14check for two days of remaining validity (#4606)Gravatar Keith Coleman 2-3/+3
2021-05-12Update 1.8.4 note, in preparation of release (#4624)Gravatar Yong Tang 1-3/+13
2021-05-12add note about endpointslice list/watch requirement (#4623)Gravatar Chris O'Haver 1-1/+4
2021-05-12auto go mod tidyGravatar coredns[bot] 1-0/+1