summaryrefslogtreecommitdiffhomepage
path: root/logtail/logtail_test.go
AgeCommit message (Expand)AuthorFilesLines
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-05-18logtail: add instance metadata to the entry logtailMihai Parparita1-11/+15
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-3/+3
2022-02-18types/logger, logtail: add mechanism to do structured JSON logsBrad Fitzpatrick1-0/+13
2022-02-13logtail: don't strip verbose level on uploadBrad Fitzpatrick1-2/+52
2022-01-13logtail: cap the buffer size in encodeTextJosh Bleecher Snyder1-0/+12
2021-10-28all: use testingutil.MinAllocsPerRunJosh Bleecher Snyder1-8/+9
2021-08-17logtail: always send a json arrayJosh Bleecher Snyder1-22/+18
2021-04-15logtail: reduce PublicID.UnmarshalText from 2 allocs to 0Brad Fitzpatrick1-0/+23
2021-01-15logtail: add testsDenton Gentry1-14/+242
2021-01-12Revert "Add logtail tests (#1114)" (#1116)Denton Gentry1-209/+7
2021-01-12Add logtail tests (#1114)Denton Gentry1-7/+209
2021-01-12logtail: start a local server for TestFastShutdownDenton Gentry1-1/+6
2021-01-12logtail: add a test to upload logs to local serverDenton Gentry1-0/+23
2020-12-21logtail, logpolicy: remove an unidiomatic use of an interfaceBrad Fitzpatrick1-3/+3
2020-07-27logtail: return correct write size from logger.WriteElias Naur1-0/+15
2020-05-13Add tstest.PanicOnLog(), and fix various problems detected by this.Avery Pennarun1-1/+1
2020-04-04logtail: reduce allocations encoding textBrad Fitzpatrick1-0/+14
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+20