Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
15428cf
Update gjson to latest version v1.6.1
sondnm Sep 10, 2020
768cd9e
Fix test by trimming whitespace
sondnm Sep 10, 2020
f9a4c57
Add allowedLabels to remove unwanted labels from loki
mstoykov Sep 22, 2020
e6a40ec
Sort labels when adding them to message
mstoykov Sep 24, 2020
64abd1c
Try to prevent extemely rare out of bounds panic
mstoykov Sep 24, 2020
286fa76
log: Add filterLabels test
mstoykov Sep 29, 2020
15fcb34
log: use a tokenizer to parse the cli arguments
mstoykov Sep 29, 2020
a93d7db
log: reword and restructure a TODO
mstoykov Sep 29, 2020
f35f5c4
Merge pull request #1639 from loadimpact/logLokiLessLabels
mstoykov Sep 30, 2020
9d1d174
Update goja to latest master
mstoykov Sep 30, 2020
9b75efd
Merge pull request #1643 from loadimpact/updateGoja
mstoykov Sep 30, 2020
920eef3
Prevent loop when babel can transpile but goja can't parse
mstoykov Oct 6, 2020
9ff1d96
Disable nlreturn linter
mstoykov Oct 6, 2020
8ba64d9
Fix docs
mstoykov Oct 6, 2020
ef717e1
Merge pull request #1651 from loadimpact/preventInfiniteLoopOnCompile
mstoykov Oct 6, 2020
94364f2
Update goja to it's latest version
mstoykov Oct 8, 2020
4ed3a8f
Update regexp2 to v1.4.0
mstoykov Oct 8, 2020
1fca1c0
Merge pull request #1626 from sondnm/feature/upgrade-gjson
mstoykov Oct 8, 2020
170fca4
Disable test as the bug that was used in it was fixed
mstoykov Oct 8, 2020
e66574f
Merge pull request #1661 from loadimpact/updateGoja
mstoykov Oct 8, 2020
9311314
Rewrite build-release.sh to also package DEB and RPM with fpm
Sep 23, 2020
4190240
Replace CircleCI/AppVeyor with GH Actions
Sep 23, 2020
93ce089
Bring back previous Go tooling for building DEB and RPM packages
Sep 24, 2020
f0871fc
Add Windows packaging and release job, split build into standalone job
Sep 25, 2020
249ce2c
Make http.TestErrorCodes pass on GHA
Sep 29, 2020
ca11c4a
Run tests without -race on Windows to minimize flakiness
Oct 1, 2020
4b0735e
Run coverage on Linux and Windows and upload to Codecov using flags
Oct 1, 2020
79e9be4
WIP Fix add-path deprecation warning
Oct 12, 2020
7ec5459
WIP Comment out all test jobs due to flakiness
Oct 12, 2020
5088b20
WIP add retention-days
Oct 12, 2020
a602d25
WIP replace Bintray account name in URLs
Oct 12, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
213 changes: 0 additions & 213 deletions .circleci/config.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ coverage:
default:
target: auto
threshold: 0.3%
windows:
target: auto
flags: [windows]
ubuntu:
target: auto
flags: [ubuntu]

flags:
windows:
ubuntu:
Loading